LinuxQuestions.org
Help answer threads with 0 replies.
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 12-17-2005, 11:53 AM   #1
appunni
LQ Newbie
 
Registered: Dec 2005
Posts: 9

Rep: Reputation: 0
Fedora Core4 do not detect my smartlink PCI 56K internal modem


Sir,
Once I installed Fedora core4 to my system. Installation was OK. But my smartlink modem which was connected in the PCI slot (internal modem) was not detected by Fedora. When I replaced Fedora core4 with Suse 9.1 professional, the modem was detected as smartlink smartPCI562 56K modem. Now I am logging to net through this.
What do I have to do in order to detect my modem by Fedora core4?
Please help me. Thanks in advance.
with regards,
appunni
 
Old 12-17-2005, 12:22 PM   #2
ambattu
LQ Newbie
 
Registered: Oct 2005
Distribution: Mandriva 2006, Fedora Core 5, Kubuntu 5.10
Posts: 8

Rep: Reputation: 0
Yours might be a softmodem. They needn't be supported by all distros. Some aren't supported by any Linux distro. For more help, try googling on "linmodems"
 
Old 05-13-2006, 11:21 AM   #3
vhasun
LQ Newbie
 
Registered: May 2006
Posts: 23

Rep: Reputation: 15
Hi,

I got the modem somewhat working after all!!! THank you all!
Well there are a few more things to be figured out.
I'll list what i hoping it would be useful to some other NEWbeee as me...

1.) I have a smartlink internal PCI modem, want to use it in Fedora Core 4 (FC4)

2.) Downloded 'slmodem-2.9.11-20051101.tar.gz' from 'http://linmodems.technion.ac.il/packages/smartlink'

3.) Make sure that the kernel source is installed. Check '/usr/src/kernels/'. It is available on the FC4 CD#4.

4.) Read the README file and Compile the driver.
gzip -dc slmodem-2.9.11-20051101.tar.gz | tar xf -
cd slmodem-2.9.11-20051101
make
su
make install

The compilation will sortof make the fraimwork to use the modem, but remember we still cannot USE the modem. This is where i need help. I managed to work around but like to find the best method. Here goes... (I only managed to work as root)
So all the way down login as root.

5.) First we need to insert the driver module into the kernel.
/sbin/modprobe slamr

6.) To make sure the insertion was OK, take a look at massages from kernel.
dmesg
If you see some thing like 'slamr: device 10b9:5457 is grabbed by driver' I did the followingworkaround.

Downloded 'ungrab-winmodem.tar.gz' from 'http://linmodems.technion.ac.il/packages/smartlink'
gzip -dc ungrab-winmodem.tar.gz | tar xf -
cd ungrab-winmodem
make
make install
/sbin/modprobe -r slamr
/sbin/modprobe ungrab-winmodem
/sbin/modprobe slamr
Just to make sure
dmesg

7.) OK. Now we need to run the deamen.
/usr/sbin/slmodemd --countrylist
Select you country and again do similar to
/usr/sbin/slmodemd --country=SRILANKA /dev/slamr0
This should start the deamen. So now we have a modem attached to '/dev/ttySL0'
Since this is not very nice to say we make a link
ln -s /dev/ttySL0 /dev/modem
So now we have the same modem attached to '/dev/modem' as well

Note: I had to leave the konsole on which i ran the deamen minimized, and work ahead in another konsole.

8.) Now to check the modem we can use any dialler.
I tried kppp
kppp
I could sucessfully querry the modem. Ahhh!! Great.
But for some reason it crashes saying segmentation fault while connecting to ISP. Did you experience that?

9.) Then I tried wvdial. For that i did:
wvdialconf
man wvdial.conf
vi /etc/wvdial.conf
as told in man file. Remember as told in modem's README we must add 'Carrier Check = no'
wvdial
The dialler managed to setup a connection between my pppd and ISP's pppd. But my browsers did not recognize the connection.

10. ) So i tyied the tools given by Fedora. In gnome (logged as root, slmodemd running in a terminal)
Applications->System Tools->Internet Configuration Wizard->Modem connection ...
Applications->Network Device Control->Activate modem connection...

Thats it!.
OK. Now my questions:
How can i automate the modem load process?
Why couldnt I use kppp and wvdial?
How can i let users other than root?

Regards
vhasun
 
Old 05-15-2006, 07:50 AM   #4
arindam.lahiri
LQ Newbie
 
Registered: Aug 2004
Location: Allahabad, Uttar Pradesh, India.
Distribution: Fedora Core and Red Hat Linux
Posts: 15

Rep: Reputation: 0
Hi Vhasun,

I Hadnt tried installation in FC4 with slmodem-2.9.11-20051101.tar.gz but after untarring and unzipping it, in the source directory slmodem-2.9.11***** you would get another directory named scripts. You have to copy slmodemd file from scripts directory to /etc/rc.d/init.d/ directory and then execute the command "chkconfig --level 3 slmodemd on" and "chkconfig --level 5 slmodemd on"

After rebooting the machine the slmodemd works as a daemon automatically and you would be able to use the modem. I presume you would see something like "Starting Smartlink modem" during bootup process. I haven't tried but just guessing.

Wish you a good luck in your endeavour.
 
Old 05-16-2006, 11:54 AM   #5
vhasun
LQ Newbie
 
Registered: May 2006
Posts: 23

Rep: Reputation: 15
Hi arindam.lahiri,

The scripts directory does not contain a file specifically for FC4. But it does have some scripts for Redhat, Mandrake, SUISE, etc.

Is it safe to try those anyway?
 
Old 05-17-2006, 12:10 AM   #6
arindam.lahiri
LQ Newbie
 
Registered: Aug 2004
Location: Allahabad, Uttar Pradesh, India.
Distribution: Fedora Core and Red Hat Linux
Posts: 15

Rep: Reputation: 0
Hi vhasun,

You can use the generic one, the one which is in scripts/ folder or perhaps you can try the redhat one also.

Wish you good luck.
 
  


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
Smartlink PCI modem for AMD 64? markw8500 Linux - Hardware 0 08-20-2005 07:52 PM
SMARTLink 56k External Modem Problem!! movanns Linux - Networking 37 04-27-2005 03:11 PM
I need drivers for Smartlink 56k PCI (netodragon) Cyb3rPr0 *BSD 3 12-31-2004 02:20 PM
Lucent 56K V.90 PCI Dfi Modem driver for Red Hat Fedora Linux 2.6.5-1.358 philipmorgan Linux - Software 8 10-09-2004 12:09 PM
Actiontec 56k internal pci modem in mandrake 9.1 SMACK Linux - Hardware 1 08-22-2003 09:50 PM

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

All times are GMT -5. The time now is 01:29 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