LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-29-2005, 12:54 PM   #1
logos32
LQ Newbie
 
Registered: May 2005
Posts: 1

Rep: Reputation: 0
Smartlink PCI562 softmodem install fail


I can't seem to install the driver for my Linux-compatible Smartlink PCI562 56k softmodem_in Suse 9.3 pro._ The modem is detected (/dev/ttySL0). I downloaded the latest version (slmodem-2.9.10.tar.gz, for kernel 2.6), but can't get past 'make install-amr' (although just 'install' does something).__ All the development tools packages are installed (ie kernel-sources)._ Do I need to load the source DVD too?_ What am I doing wrong? I'm a newbie and I really want to migrate, but a lot of this command line stuff is frustrating. Help. (I can't even seem to be able to run the scanModem tool).
_
Here's what happens:

Password
linux:~ # uname -r
2.6.11.4-20a-smp
linux:~ # rpm -qa | grep kernel-source
kernel-source-2.6.11.4-20a
_
linux:~ # mcopy /media/floppy/slmodem-2.9.10.tar.gz
File "./slmodem-2.9.10.tar.gz" exists. To overwrite, try again, and explicitly s
pecify target directory
linux:~ # tar zxvf slmodem-2.9.10.tar.gz
slmodem-2.9.10/
slmodem-2.9.10/Makefile
slmodem-2.9.10/modem/
slmodem-2.9.10/modem/Makefile
slmodem-2.9.10/modem/modem_debug.c
slmodem-2.9.10/modem/modem_debug.h
slmodem-2.9.10/modem/modem_homolog.h
slmodem-2.9.10/modem/dp_dummy.c
slmodem-2.9.10/modem/dp_sinus.c
slmodem-2.9.10/modem/modem_datafile.c
slmodem-2.9.10/modem/modem_comp.c
slmodem-2.9.10/modem/modem_defs.h
slmodem-2.9.10/modem/homolog_data.c
slmodem-2.9.10/modem/modem_timer.c
slmodem-2.9.10/modem/modem_timer.h
slmodem-2.9.10/modem/modem.c
slmodem-2.9.10/modem/modem.h
slmodem-2.9.10/modem/modem_main.c
slmodem-2.9.10/modem/modem_pack.c
slmodem-2.9.10/modem/modem_test.c
slmodem-2.9.10/modem/dsplibs.o
slmodem-2.9.10/modem/modem_cmdline.c
slmodem-2.9.10/modem/modem_param.c
slmodem-2.9.10/modem/modem_param.h
slmodem-2.9.10/modem/modem_at.c
slmodem-2.9.10/modem/modem_ec.c
slmodem-2.9.10/modem/modem_dp.h
slmodem-2.9.10/modem/sysdep_common.c
slmodem-2.9.10/README
slmodem-2.9.10/scripts/
slmodem-2.9.10/scripts/suse/
slmodem-2.9.10/scripts/suse/slmodemd.SUSE
slmodem-2.9.10/scripts/suse/slmodemd.conf
slmodem-2.9.10/scripts/mandrake/
slmodem-2.9.10/scripts/mandrake/slmodemd
slmodem-2.9.10/scripts/debian/
slmodem-2.9.10/scripts/debian/slmodemd
slmodem-2.9.10/scripts/slmodemd
slmodem-2.9.10/scripts/slmodem.spec
slmodem-2.9.10/drivers/
slmodem-2.9.10/drivers/Makefile
slmodem-2.9.10/drivers/st7554.c
slmodem-2.9.10/drivers/amrlibs.o
slmodem-2.9.10/drivers/sysdep_amr.c
slmodem-2.9.10/drivers/kernel-ver.c
slmodem-2.9.10/drivers/amrmo_init.c
slmodem-2.9.10/drivers/old_st7554.c
slmodem-2.9.10/Changes
slmodem-2.9.10/patches/
slmodem-2.9.10/patches/alsa-linux-2.6.0.patch
slmodem-2.9.10/COPYING
linux:~ # cd slmodem-2.9.10
linux:~/slmodem-2.9.10 # make KERNEL_INCLUDES=/usr/src/linux-2.6.11.4-20a-obj/i3 86/smp/include
make -C modem all
make[1]: Entering directory `/root/slmodem-2.9.10/modem'
make[1]: Leaving directory `/root/slmodem-2.9.10/modem'
linux:~/slmodem-2.9.10 # make
make -C modem all
make[1]: Entering directory `/root/slmodem-2.9.10/modem'
make[1]: Leaving directory `/root/slmodem-2.9.10/modem'
linux:~/slmodem-2.9.10 # make install-amr
make: *** No rule to make target `install-amr'. Stop.

linux:~/slmodem-2.9.10 # make install
make -C modem all
make[1]: Entering directory `/root/slmodem-2.9.10/modem'
make[1]: Leaving directory `/root/slmodem-2.9.10/modem'
make -C drivers KERNEL_DIR=/lib/modules/2.6.11.4-20a-smp/build
make[1]: Entering directory `/root/slmodem-2.9.10/drivers'
cc -I/lib/modules/2.6.11.4-20a-smp/build/include -o kernel-ver kernel-ver.c
make all KERNEL_VER=2.6.11.4-20a-smp
make[2]: Entering directory `/root/slmodem-2.9.10/drivers'
make modules -C /lib/modules/2.6.11.4-20a-smp/build SUBDIRS=/root/slmodem-2.9.10/drivers
make[3]: Entering directory `/usr/src/linux-2.6.11.4-20a-obj/i386/smp'
make -C ../../../linux-2.6.11.4-20a O=../linux-2.6.11.4-20a-obj/i386/smp modules
Building modules, stage 2.
MODPOST
Warning: could not find /root/slmodem-2.9.10/drivers/.amrlibs.o.cmd for /root/slmodem-2.9.10/drivers/amrlibs.o
*** Warning: "usb_endpoint_halted" [/root/slmodem-2.9.10/drivers/slusb.ko] undefined!
make[3]: Leaving directory `/usr/src/linux-2.6.11.4-20a-obj/i386/smp'
make[2]: Leaving directory `/root/slmodem-2.9.10/drivers'
make[1]: Leaving directory `/root/slmodem-2.9.10/drivers'
make install -C drivers KERNEL_DIR=/lib/modules/2.6.11.4-20a-smp/build
make[1]: Entering directory `/root/slmodem-2.9.10/drivers'
cc -I/lib/modules/2.6.11.4-20a-smp/build/include -o kernel-ver kernel-ver.c
mkdir -p /dev
mknod -m 600 /dev/slamr0 c 212 0 ; mknod -m 600 /dev/slamr1 c 212 1 ; mknod -m 600 /dev/slamr2 c 212 2 ; mknod -m 600 /dev/slamr3 c 212 3 ; echo -n
mknod: `/dev/slamr0': File exists
mknod: `/dev/slamr1': File exists
mknod: `/dev/slamr2': File exists
mknod: `/dev/slamr3': File exists
mknod -m 600 /dev/slusb0 c 213 0 ; mknod -m 600 /dev/slusb1 c 213 1 ; mknod -m 600 /dev/slusb2 c 213 2 ; mknod -m 600 /dev/slusb3 c 213 3 ; echo -n
mknod: `/dev/slusb0': File exists
mknod: `/dev/slusb1': File exists
mknod: `/dev/slusb2': File exists
mknod: `/dev/slusb3': File exists
make install KERNEL_VER=2.6.11.4-20a-smp
make[2]: Entering directory `/root/slmodem-2.9.10/drivers'
install -D -m 644 slamr.ko /lib/modules/2.6.11.4-20a-smp/extra/slamr.ko
install -D -m 644 slusb.ko /lib/modules/2.6.11.4-20a-smp/extra/slusb.ko
/sbin/depmod -a
make[2]: Leaving directory `/root/slmodem-2.9.10/drivers'
make[1]: Leaving directory `/root/slmodem-2.9.10/drivers'
install -D -m 755 modem/slmodemd /usr/sbin/slmodemd
rm -f -rf /var/lib/slmodem
install -d -D -m 755 /var/lib/slmodem
linux:~/slmodem-2.9.10 #






*****************************
I even tried this command:


linux:~ # modprobe slamr
FATAL: error inserting slamr (/lib/modules/2.6.11.4-20a-smp/extra/slamr.ko): Unknown symbol in module, or unknown parameter (see dmesg)
linux:~ #
 
Old 05-30-2005, 06:56 AM   #2
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
You need to read my Smart Link modem how-to. Read my signature and click my URL. It will work ;-)
 
Old 04-20-2006, 04:35 AM   #3
petertavenier
LQ Newbie
 
Registered: Apr 2006
Location: South-Africa, Pretoria
Distribution: SUSE 10.0 OSS (32-bit)
Posts: 12

Rep: Reputation: 0
Unhappy can't found URL...

Quote:
Originally Posted by equinox
You need to read my Smart Link modem how-to. Read my signature and click my URL. It will work ;-)
which URL? where can I find it?
 
Old 04-22-2006, 12:08 AM   #4
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
Quote:
which URL? where can I find it?
Hi

I know longer work for that company. And since I got iBurst at home I couldn't be botherred to get my laptops internal modem to work. Most distros will provide the Smartlink driver these days. I suggest you subscribe to the linmodems mailing list as they helped me get it to work.

Sorry I'm not really helping, but you should be able to find answers from myself on this topic by searching on this forum.

If you use google you can find some posts to the linmodem mailing list from myself.

Goodluck
Michael
 
Old 04-22-2006, 08:25 AM   #5
peter_89
Member
 
Registered: Jan 2006
Distribution: Microsoft Windows XP Professional SP2; Slackware Linux 10.2
Posts: 215

Rep: Reputation: 30
I've tried installing the same exact modem before, and the hard truth is that even if you spend the hours needed just to get the darned drivers to install, the modems still perform like garbage. Spend the extra thirty bucks or so on a hardmodem. You'll be glad you did.
http://www.linuxquestions.org/hcl/sh...ct=167&cat=461
 
Old 04-22-2006, 08:37 AM   #6
BruceCadieux
Member
 
Registered: Apr 2002
Location: Wales MA.
Distribution: openSuSE 11.1
Posts: 409

Rep: Reputation: 32
SuSE has smartlink modem drivers included. Go into the software manager and install them.
 
Old 04-24-2006, 01:52 AM   #7
petertavenier
LQ Newbie
 
Registered: Apr 2006
Location: South-Africa, Pretoria
Distribution: SUSE 10.0 OSS (32-bit)
Posts: 12

Rep: Reputation: 0
Not my version of SuSE (SuSE 10.0 OSS 32-bit 5CD version)
And if I install the driver rpm file find on a RPM search site, that is made for SuSE 10.0 it will install correctly but it doesn't work. I think this modem is rubbish!
 
  


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 softmodem setup on SuSE 9.2 Martin Buescher Linux - Hardware 0 02-13-2005 04:58 PM
trying to install softmodem in knoppix, cannot make install Ricio Linux - Distributions 2 11-01-2004 02:22 PM
Smartlink driver install brigsby Linux - Hardware 4 09-28-2004 02:28 PM
Smartlink PCI562 modem not working zaheermk Linux - Networking 2 08-09-2004 12:04 PM
can't install smartlink driver for modem Veivann Linux - Laptop and Netbook 1 02-22-2004 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:50 PM.

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