LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-21-2004, 12:43 PM   #1
demmylls
Member
 
Registered: Aug 2003
Location: AT
Distribution: Fedora Core 3
Posts: 404

Rep: Reputation: 30
smlink usb modem driver problem


i had install smlink chipset usb modem driver which i download it from smlink.com
the current version that support kernel2.6 which i installed is working very well and surpass the previous version 2.7.14 (i'm currently runing version 2.9.6)

everytime i need to connect to internet i have to do this
# /usr/sbin/slmodemd --country=MALAYSIA /dev/slusb0
and then it gives me this message

[root@localhost laiseng]# /usr/sbin/slmodemd --country=MALAYSIA /dev/slusb0
SmartLink Soft Modem: version 2.9.6 Feb 21 2004 18:33:10
modem `slusb0' created. TTY is `/dev/pts/2'
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.

when reboot the system the ttySL0 will be gone i have to do the step above everytime i need to online.
is there anyway to make the ttySL0 permenent in /dev?
 
Old 04-26-2004, 03:16 AM   #2
Spriggan
LQ Newbie
 
Registered: Feb 2004
Location: South Africa
Distribution: Fedora Core 3.0
Posts: 24

Rep: Reputation: 15
I have no idea if this will help. but might be worth a shot?

You can configure your current country by using module parameters
'country' or 'country_code'.
Add 'options' directive line to file '/etc/modules.conf':

options slmdm country=MALAYSIA

It might help to load the module with the country code from start up.

Hope you come right

Spriggan
 
Old 04-28-2004, 02:03 AM   #3
Spriggan
LQ Newbie
 
Registered: Feb 2004
Location: South Africa
Distribution: Fedora Core 3.0
Posts: 24

Rep: Reputation: 15
Hi demmylls

I have the exact same modem setup, after updating my drivers last night from 2.7.14 to 2.9.6, i have to do the exact same thing.

It appears that the new drivers have to use a daemon to open the port to the modem.

looks like we will have to just do this to activate it

--Spriggan
 
Old 04-28-2004, 04:58 AM   #4
demmylls
Member
 
Registered: Aug 2003
Location: AT
Distribution: Fedora Core 3
Posts: 404

Original Poster
Rep: Reputation: 30
yup i've search everywhere to find a way through this fuss and eventually endup with nothing.
but i am very used to it now and it dont bothers me anymore.

i have created a script that will do all of this in one shot and then launch kppp at the same time

#! /bin/bash
# This is a script that will launch slmodem to enable internet connection

kppp &
/usr/sbin/slmodemd --country=MALAYSIA /dev/slusb0 &

just copy those and save it as a file named slmodem at /usr/local/bin or /usr/bin
(you can name it whatever you like)

then just type
# slmodem
then it will lauch the demon and kppp in one shot.
 
Old 04-28-2004, 05:04 AM   #5
Spriggan
LQ Newbie
 
Registered: Feb 2004
Location: South Africa
Distribution: Fedora Core 3.0
Posts: 24

Rep: Reputation: 15
yip

I did the same, not a big issue now! I just wish I could get the modem to work now

http://www.linuxquestions.org/questi...hreadid=175401

--Spriggan
 
Old 05-06-2004, 12:16 PM   #6
ruhl22
LQ Newbie
 
Registered: May 2004
Location: Stuttgart, Germany
Distribution: Red Hat- 9.0
Posts: 10

Rep: Reputation: 0
last build

1)
i've downloaded the latest driver 2.9.7
it works like you've mentioned in ur posts, but when attemping to dial an ISP number i get an error msg from the dialar:
"failed to activate ppp0 error 8"
what do u think it could be?

2) kppp doesn't "show" me te /dev/ttySL0 device so that i can log on. can i edit that "modem device" window somehow?

please post a reply.
thanks.

Last edited by ruhl22; 05-06-2004 at 02:31 PM.
 
Old 05-06-2004, 03:00 PM   #7
Spriggan
LQ Newbie
 
Registered: Feb 2004
Location: South Africa
Distribution: Fedora Core 3.0
Posts: 24

Rep: Reputation: 15
hey

try the following, in a console as root type the following:

#ln -sf /dev/ttySL0 /dev/modem

if you know run kppp and use the modem under /dev/modem it shoould be able to query the modem

--Spriggan
 
Old 05-07-2004, 10:45 AM   #8
ruhl22
LQ Newbie
 
Registered: May 2004
Location: Stuttgart, Germany
Distribution: Red Hat- 9.0
Posts: 10

Rep: Reputation: 0
re

thanks... it helped. now i can query my modem and it's ok. theres a connection to it, everything seems to work.

but i have a problem connecting to an ISP:
the dialer dials the number and i even get a "connecting sound". but then i get the msg: "cannot activate network device ppp0" in separate kppp window.
in the terminal window i get the msg:"couldn't find interface ppp0: no such device
Kernel supports ppp alright."

i've tried another dialer too, but still the same problem.

What can I do? What is that ppp0 device? A modem port?

Thanks for ur help.

Last edited by ruhl22; 05-07-2004 at 10:47 AM.
 
Old 05-07-2004, 11:18 AM   #9
ruhl22
LQ Newbie
 
Registered: May 2004
Location: Stuttgart, Germany
Distribution: Red Hat- 9.0
Posts: 10

Rep: Reputation: 0
successed

now i've done it... i'm in the net with my linux box.

apparently i didn't uploaded some drivers: #modprobe slsusb

thanks for ur help.
 
Old 05-08-2004, 06:34 AM   #10
Spriggan
LQ Newbie
 
Registered: Feb 2004
Location: South Africa
Distribution: Fedora Core 3.0
Posts: 24

Rep: Reputation: 15
glad you got it working
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mandrake 10 usb driver/modem problem biner Mandriva 1 09-28-2004 01:45 PM
Smlink modem dbzw Linux - Networking 0 02-21-2004 12:56 PM
smlink driver for usb modem demmylls Linux - General 4 02-02-2004 08:24 AM
mdk9.1 and softmodem sis630 (smlink driver) lukeb Mandriva 1 08-30-2003 01:43 PM
USB modem driver Tanyakolee Linux - Hardware 0 08-12-2002 07:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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