LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-10-2004, 05:04 PM   #1
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Rep: Reputation: 0
cant detect modem


Very new to linux. just installed fedora core package and i cant set up internet connection because it cannot detect the modems that i tried. have an Aopen 56svv soft pci and usrobotics 3com. it finds them when it is first starting up and asks if i want to configure them or ignore . any help would be appreciated. even if the help is to tell me to get a different modem
 
Old 01-10-2004, 05:38 PM   #2
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
To start with post the output of:

lspci -v

If you feel the support is not in the kernel, have you tried getting any drivers for either of these modems and loading them on boot up as kernel modules? -
if you're unsure about the exact chipset, check out scanmodem at:

www.linmodems.org

also - what exactly do you mean by:

"it cannot detect the modems that i tried"

and

"it finds them when it is first starting up"

at which exact point are you having problems?



Last edited by Skyline; 01-10-2004 at 05:54 PM.
 
Old 01-10-2004, 07:42 PM   #3
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
it detects the modems in kernal mode. I dont know how to detect them or install drivers for them in gui mode. also you can respond to me as if i am a complete idiot because i have been using windows and dont know much about linux how do I post an Ispci -v

Last edited by podwalker; 01-10-2004 at 07:46 PM.
 
Old 01-10-2004, 09:05 PM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Not to worry, we're all new at some point...... for lspci -v, just open a terminal while in normal GUI mode, su to Root user then type

lspci -v

(l= small L)

and post the full results.
 
Old 01-10-2004, 09:50 PM   #5
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
couldnt get the code to work from terminal but think this is what you wanted
PCI_bus
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 90)
00:0b.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
00:0d.0 Communication controller: 5610 56K FaxModem WinModem
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 Pro Ultra TF
-------------------------------------

Modem candidates are at PCI_buses: 00:0b.0
00:0d.0
Providing detail for device at PCI_bus 00:0b.0
with Vendorevice PCI_IDs
----:----
00:0b.0 Class 0780: 14f1:2f00 (rev 01)
Subsystem: a0a0:0281
----:----
00:0b.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
Subsystem: AOPEN Inc.: Unknown device 0281
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at cffe0000 (32-bit, non-prefetchable) [size=64K]

p.s. whats with all the IBM comercials for Linux?

Last edited by podwalker; 01-10-2004 at 09:55 PM.
 
Old 01-10-2004, 10:14 PM   #6
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Ok... have you already downloaded any drivers from:

http://www.linuxant.com/drivers/

for the Conexant modem?
 
Old 01-10-2004, 10:22 PM   #7
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
no I was/ am confused because i know its an Aopen modem is Conexant the same thing?
 
Old 01-10-2004, 10:32 PM   #8
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
The Aopen modem will be using a Conexant chipset - if you want to definately confirm this check out scanmodem at:

www.linmodems.org

or if not, check out the linuxant site for a driver for that chipset.
 
Old 01-10-2004, 10:45 PM   #9
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0

my POST and F8 key are getting a work-out today

anywho thank you. for the help. i got myself a copy of the red hat linux bible to read so i get more used to linux.

Last edited by podwalker; 01-10-2004 at 11:22 PM.
 
Old 01-10-2004, 11:49 PM   #10
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
Fedora and RedHat users may find out their exact kernel architecture (which is not always the same as "uname -m" output) with the following case-sensitive shell command:
rpm -q --qf '%{ARCH}\n' kernel
when i do that it says it athlon but when the computer is shuting down i see i686 which do i go by?
 
Old 01-11-2004, 12:53 AM   #11
podwalker
LQ Newbie
 
Registered: Jan 2004
Location: FARGO
Distribution: fedora
Posts: 8

Original Poster
Rep: Reputation: 0
think i istalled the wrong driver. i cant figure out how to uninstall it so i can try the other one.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SUSE 9.2 detect my [B]ADSL USB-Ethernet Modem-Router [/B] as a [B]Dial up modem[/B]. myprecius Linux - Hardware 0 06-27-2005 09:21 AM
how to detect modem? anupverma Linux - Newbie 3 04-20-2004 01:36 AM
How to re-detect modem??!! bcalder01 Debian 3 02-10-2004 02:43 PM
Can't detect modem eternity1700 Linux - Hardware 12 02-25-2003 04:54 AM
Can't Detect Modem RodDog Linux - Hardware 3 04-17-2002 12:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration