Problems installing SmartLink 56.6k External USB Modem on SuSE 9.2
SUSE / openSUSEThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Problems installing SmartLink 56.6k External USB Modem on SuSE 9.2
It can be seen as a Thompson SGc 56k Modem (or something similar). I have downloaded the latest linux driver from their site and when i run make install and modprobe slusb the following output is the result.
My concern is line 14 (or 15 counting the actual command) and the result then of the modprode command.
How do I ensure that the modem is assigned to /dev/modem at startup? When I run:
#ln -s /dev/ttySL0 /dev/modem
I get the following error: ln: `/dev/modem': File exists
After doing this I then ran:
#slmodemd /dev/slusb0
Which results in the following output: SmartLink Soft Modem: version 2.9.10 May 1 2005 08:21:29
symbolic link `/dev/ttySL0' -> `/dev/pts/3' created.
modem `slusb0' created. TTY is `/dev/pts/3'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
This leads me to believe the system picks up the modem and it is ready to work. KInternet doesn't give me the option to setup the modem as /dev/ttySL0 which is why I need to set the modem up as /dev/modem.
I have setup the file /etc/sysconfig/slmodemd to look like this:
SLMODEMD_DEVICE=/dev/slusb0
SLMODEMD_COUNTRY=SOUTHAFRICA
How do I ensure that the modem is assigned to /dev/modem at startup? When I run:
do
# rm /dev/modem
# ln -s /dev/ttySLO /dev/modem
For
Code:
This leads me to believe the system picks up the modem and it is ready to work. KInternet doesn't give me the option to setup the modem as /dev/ttySL0 which is why I need to set the modem up as /dev/modem.
Go to YaST and just create a custom modem (one that isnt configured or detected). Just point it to /dev/ttySL0 and all will work.
No there is no file, the "#" just represents a bash prompt. So as root I'm telling you what to do at the command line. Regarding my screen resolution, what's that got to do with your modem ?
Equinox: I take it that once I do that in a terminal (the ln command), then that will be a permanent change.
I did that and all is good (this is being typed from SuSE). Is there a way to connect without running slmodemd first. That is, a way of just running KInternet to connect?
The screen resolution is another problem that is affecting me and I saw that you seemed to have yours at 1280x1024 so I figured you might help.
So I have created the file /etc/init.d/slmodemd. That has been done by copying the file slmodemd.SUSE from slmodem-2.9.10_USB.tar.gz. This is the error that comes up when KDE starts.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.