LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-07-2004, 03:28 PM   #1
BooDaH
LQ Newbie
 
Registered: May 2004
Distribution: Red Hat 9
Posts: 9

Rep: Reputation: 0
Question I have installed the drivers but linux still can't find my modem.



I have downloaded the linux drivers for my modem from the makers (Smart Link) and installed them, but linux still says that I have no modem. What can I do to fix this problem? Have I done something wrong? Somebody please help me!
 
Old 05-07-2004, 04:52 PM   #2
odd
Member
 
Registered: Apr 2004
Location: England
Distribution: Redhat 9
Posts: 123

Rep: Reputation: 15
Are you on dialup? Some modems (winmodems) aren't supported by linux I had this problem before I had a cable connection. I'm still new to linux so i wont act like i know a lot but ! I think to fix mine I had to download some program that supports various winmodems on linux. Try googling for winmodem support on linux or something like that.

Good luck ! I know how irritating it can be.
 
Old 05-07-2004, 11:15 PM   #3
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Please post your lspci and lsmod results and we'll see if Linux reall didn't see it. You need to get online. Help is on the way
 
Old 05-08-2004, 04:32 PM   #4
BooDaH
LQ Newbie
 
Registered: May 2004
Distribution: Red Hat 9
Posts: 9

Original Poster
Rep: Reputation: 0
OK. I did what you said and this is what came up.

lspci
00:00.0 Host bridge: nVidia Corporation: Unknown device 01e0 (rev a2)
00:00.1 RAM memory: nVidia Corporation: Unkown device 01eb (rev a2)
00:00.2 RAM memory: nVidia Corporation: Unkown device 01eb (rev a2)
00:00.3 RAM memory: nVidia Corporation: Unkown device 01eb (rev a2)
00:00.4 RAM memory: nVidia Corporation: Unkown device 01eb (rev a2)
00:00.5 RAM memory: nVidia Corporation: Unkown device 01eb (rev a2)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce 2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce 2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce 2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation: Unkown device 006c (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2)
01:04.0 Modem: ALi Corporation SmartPCI561 56K Modem
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)

lsmod
Module Size Used by Not tainted
parport_pc 18756 1 (autoclean)
lp 8868 0 (autoclean)
parport 36480 1 (autoclean) [parport_pc lp]
autofs 12948 0 (autoclean) (unused)
ipt_REJECT 3896 6 (autoclean)
iptable_filter 2389 1 (autoclean)
ip_tables 14648 2 [ipt_REJECT iptable_filter]
sg 35980 0 (autoclean)
sr_mod 17984 0 (autoclean)
ide-scsi 11984 0
scsi_mod 106200 3 [sg sr_mod ide-scsi]
ide-cd 35196 0
cdrom 33472 0 [sr_mod ide-cd]
nls_iso8859-1 3484 1 (autoclean)
nls_cp437 5116 1 (autoclean)
vfat 12844 1 (autoclean)
fat 38328 0 (autoclean) [vfat]
keybdev 2880 0 (unused)
mousedev 5428 1
hid 21700 0 (unused)
input 5792 0 [keybdev mousedev hid]
usbcore 77696 1 [hid]
 
Old 05-08-2004, 08:25 PM   #5
theus
LQ Newbie
 
Registered: May 2004
Location: Glasgow, Scotland
Distribution: SuSE 9.0
Posts: 4

Rep: Reputation: 0
Thumbs up Smartlink winmodem

Hi
I got my smartlink modem working after a long time messing around once I realised that the driver identifies the modem com port as ttySl0 (or something like that ;-). If you create a symbolic link from the com port as listed in the driver info to /dev/modem, it should work.

ln -s tty(whatever the port is called) /dev/modem

Hope it works

ThEuS
 
Old 05-08-2004, 09:17 PM   #6
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
This seems to be the link to your driver and the readme. Did you install as rpm? Or did you do it from source, like the first part of the readme says to do. Is your modem amr, cnr, pci, or usb?
 
Old 05-09-2004, 12:34 AM   #7
BooDaH
LQ Newbie
 
Registered: May 2004
Distribution: Red Hat 9
Posts: 9

Original Poster
Rep: Reputation: 0
I installed my drivers from source, it is a PCI, and it already has the symbolic link and ttySL0.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
conexant hsf 2702 modem wont work, even with drivers installed modelo Linux - Hardware 1 02-13-2004 07:28 PM
Where to find Pre-installed Linux Desktops... Neo_Tux Linux - Newbie 3 01-09-2004 02:09 PM
How can I find if a certain part of Linux is installed? Conpen2000 Linux - Newbie 2 01-07-2004 05:55 PM
New to linux. Mandrake 9.1. ATI 9800. Can't get drivers installed ch0g0nda Linux - Newbie 5 10-15-2003 11:12 PM
Unable to find/use Installed Packages in Vector Linux. rvijay Linux - Newbie 3 09-13-2003 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:58 AM.

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