LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-27-2004, 01:49 PM   #1
thekore
Member
 
Registered: Oct 2003
Location: Scotland
Distribution: Ubuntu 18.04
Posts: 41

Rep: Reputation: 18
SmartLink Modem on EISystems Laptop (advent)


I have been upgrading my dads laptop from Slackware 9.1 (2.4.22) to Slackware 10.0 (2.6.7)

The laptop is a EISystems EiS4402 (Celeron 1.7GHz, 128DDR, 20Gb HD)
when i run 'lspci -v' i get this output;
Code:
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0) (prog-if 00 [Generic])
          Subsystem: Uniwill Computer Corp: Unknown Device 4003
          Flags: bus master, medium devsel, latency 64, IRQ 10
          I/O ports at d400 [size=256]
          I/O ports at d000 [size=128]
          Capabilities: [48] Power Management version 2
There is more entries but they are unrelated to the modem.

It is recognised as a 56k SmartLink modem in Windows, so i downloaded the slmdm-2.7.14.tar.gz driver from smlink.com but it wouldn't compile.
Anyone got any ideas on how i could get this modem working under slackware 10.0 (2.6.7) so i can get this back to my dad?

Thanks in advance

Last edited by thekore; 06-27-2004 at 02:06 PM.
 
Old 06-27-2004, 02:57 PM   #2
thekore
Member
 
Registered: Oct 2003
Location: Scotland
Distribution: Ubuntu 18.04
Posts: 41

Original Poster
Rep: Reputation: 18
ok, i downloaded the unsupported 2.9.8 driver because apparently that supports the 2.6 kernel
I followed the instructions carefully;
I edited the KERNEL_DIR= in the Makefile to /usr/src/linux
Code:
make
make install
/usr/sbin/slmodemd --country=b4
--
modprobe slamr
/usr/sbin/slmodemd /dev/slamr0
ln -sf /dev/slamr0 /dev/modem (to get it to work with kppp)
--
But then when i open KPPP > Configure > Modem and try to 'Query Modem' i get the reply, "Modem Is Busy"
 
Old 06-27-2004, 04:51 PM   #3
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
you will need an rpm or files that ends with "rpm" extensions". the rpm you will need start with "kernel-source" or the kernel source. you might download an .tar.gz file from www.kernel.org the version number must be the same one you have. you can check it by "rpm -qa | grep kernel-source"

it would be very helpful for you if you read one of the online article regarding how to install a device driver in linux. there is plenty. so i wouldn't have to write one for you. good place to good at is search at www.google.com

Last edited by tricky_linux; 06-27-2004 at 04:53 PM.
 
Old 06-28-2004, 02:49 AM   #4
thekore
Member
 
Registered: Oct 2003
Location: Scotland
Distribution: Ubuntu 18.04
Posts: 41

Original Poster
Rep: Reputation: 18
I dont appreciate the way in which you have assumed i am new to all this, i have been using linux for years.
Firstly; Slackware does not have and rpm package system, all packages are installed from .tgz (tarballs)
Secondly; I have the kernel source installed, i compiled the 2.6.7 kernel myself from source going through each option of 'make mrproper' ; 'make menuconfig' ; 'make bzImage' ; 'make modules' ; 'make modules_install'
Lastly; I know and understand how to install drivers, this is an error i have recieved while installing the driver, if i made that to hard for you to grasp then i am sorry.

Has anyone else had issues installing the smartlink drivers on 2.6 kernel series?
 
Old 07-10-2004, 07:32 PM   #5
mAineAc
Member
 
Registered: Nov 2000
Location: Hermon, ME
Distribution: slackware
Posts: 201

Rep: Reputation: 30
I did have this going on slackware 9.1 with the 2.6.6 kernel but I had lots of problems. I could query the modem but it would not let me connect and it kept stopping responding. I think there is still quite a few problems with the new 2.6 kernels. I am checking out suse 9.1 pro and I can not get it to work at all. it is giving me the same error your getting. I am going to keep working on it to see if I can get it. I will post here if I can find anything else. Let me know if you find anything.
 
Old 07-17-2004, 03:34 PM   #6
dizzi
Member
 
Registered: Jun 2004
Location: Yorkshire, UK
Distribution: Mint, Slackware
Posts: 146

Rep: Reputation: 15
Hey thekore

I had the same problems with driver version 2.99.tar.gz on both kernels 2.4.26 and 2.6.7 in slack 10 (incidentally driver version 2.7.14 will not work under kernel 2.6x). For starters, the symbolic link /dev/modem points to /dev/ttyS1 and not to ttySL0 as indicated in the installation instructions. As a matter of fact no ttySL0 device was created. So like you, I symlinked /dev/slamr0 to /dev/modem and got that "modem is busy" message. Nothing seemed to work so I rebooted into kernel 2.4.26 and installed version 2.7.14 which worked smoothly.

There is a live-cd distro "Mepis" based on Debian, which has a beta version where one can boot both kernels 2.4.26 and 2.6.5. It comes with the smartlink modem driver pre-installed. The smartlink modem is automatically configured and I have been able to log on to the Net with the CD while booting kernel 2.6.5. It worked with no problems whatsoever. Maybe you can check out the relevant scripts and/or files to determine whether you can modify them for Slack. You can download the CD from http://www.mepis.org/book/view/1462.

Best wishes
 
  


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
ubuntu breezy and smartlink modem? vinzer Ubuntu 1 11-13-2005 04:17 AM
opensuse and smartlink modem vinzer Linux - Hardware 2 11-05-2005 05:46 AM
Smartlink AMR laptop modem and setserial hellwyn Linux - Laptop and Netbook 3 01-24-2005 05:54 AM
Laptop modem hangs using Smartlink driver Balkce Linux - Hardware 0 10-21-2003 08:53 AM
Smartlink USB modem LordPBA Linux - Newbie 4 03-13-2003 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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