Slackware This Forum is for the discussion of Slackware 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-09-2006, 05:25 PM
|
#1
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Need to install my modem
Not a total noob here.
I have my laptop running like a American watch (I doubt the Swiss would allow this much heat out of their watches)...
I'm taking it on the road tomorrow, and since I'm not guaranteed a ethernet/wireless internet connection, I figured it is time to get the modem going.
From 'lspci':
Code:
00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
From lsmod:
Code:
# lsmod
Module Size Used by
i915 16000 1
drm 58900 2 i915
snd_pcm_oss 42144 0
snd_mixer_oss 14464 1 snd_pcm_oss
ohci_hcd 17156 0
ehci_hcd 27272 0
psmouse 31236 0
pcspkr 1796 0
intel_agp 18204 1
uhci_hcd 27536 0
i2c_i801 7308 0
i2c_core 15888 1 i2c_i801
snd_maestro3 20132 2
snd_ac97_codec 80416 1 snd_maestro3
snd_ac97_bus 2048 1 snd_ac97_codec
snd_pcm 69896 4 snd_pcm_oss,snd_maestro3,snd_ac97_codec
snd_timer 19076 1 snd_pcm
snd_page_alloc 8072 1 snd_pcm
snd 42084 9 snd_pcm_oss,snd_mixer_oss,snd_maestro3,snd_ac97_codec,snd_pcm,snd_timer
prism2_cs 70536 1
p80211 25872 2 prism2_cs
agpgart 26824 3 drm,intel_agp
Running 10.2 (Not current) and 2.6.15
kernel config can be found here
What do I need to get it up/running?
|
|
|
03-09-2006, 06:17 PM
|
#2
|
Member
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815
Rep:
|
LQ HCL SW10.2 install on thinkpad T23 with same modem suggests (pctel)intel is winmodem and to use ltmodem driver to get it working. Since you use newer kernel there should be no conflicts with modem being seen as sound card. Good luck.
Last edited by lestoil; 03-09-2006 at 06:28 PM.
|
|
|
03-09-2006, 06:24 PM
|
#3
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
ltmodem will not work with Intel modem.
Excerpt from 1ST-READ in download of ltmodem:
Quote:
------------------------------------------------
This kit will FAIL to support currently known
winmodems with chipsets produced by Conexant, Motorola, Intel
and US Robotics.
|
Thank you anyways.
Anymore ideas?
|
|
|
03-09-2006, 06:43 PM
|
#4
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
I believe slmodem driver is what you need. Read the install and readme files. It talks about installing using --alsa. That should be what you are after.
Brian1
|
|
|
03-09-2006, 06:50 PM
|
#5
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
Compiled/installed slmodem driver. When trying to modprobe, I get this:
Code:
# modprobe slamr
FATAL: Error inserting slamr (/lib/modules/2.6.15/extra/slamr.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Dmesg:
Code:
slamr: module license 'Smart Link Ltd.' taints kernel.
slamr: Unknown symbol class_simple_device_add
slamr: Unknown symbol get_device
slamr: Unknown symbol class_simple_destroy
slamr: Unknown symbol put_device
slamr: Unknown symbol class_simple_device_remove
slamr: Unknown symbol class_simple_create
slamr: Unknown symbol device_release_driver
Now what?
|
|
|
03-09-2006, 07:31 PM
|
#6
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
This is driving me nuts.
Used
Code:
make ALSA_SUPPORT=1
When I try
Code:
modprobe snd_intel8x0m; /usr/sbin/slmodemd --country=USA --alsa
I get this:
Code:
FATAL: Module snd_intel8x0m not found.
ALSA support is not compiled in (see README for howto).
What should I use?
|
|
|
03-09-2006, 07:50 PM
|
#7
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
OK...I think I've got it now.
I was compiling in the wrong dir., and recompiled kernel module. Compiled slmodem, and get this:
Code:
modprobe snd_intel8x0m; /usr/sbin/slmodemd --country=USA --alsa
SmartLink Soft Modem: version 2.9.10 Mar 9 2006 19:46:00
symbolic link `/dev/ttySL0' -> `/dev/pts/4' created.
modem `modem:1' created. TTY is `/dev/pts/4'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
so it seems to work.
How do I test/use it now? Trying to use KDE
Last edited by cwwilson721; 03-09-2006 at 07:52 PM.
|
|
|
03-09-2006, 11:52 PM
|
#8
|
Member
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449
Rep:
|
Use kppp. Under setup use /dev/modem as the device.
If you have call waiting you will need to preface your dial up string with *82,
|
|
|
03-10-2006, 12:18 AM
|
#9
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
kppp is fine for Internet. What about sending/receiving a fax? (Something I'll have to do alot of...)
|
|
|
03-10-2006, 12:25 AM
|
#10
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
Also, do I have to put in 'slmodemd --alsa' EVERY time before I want to dial? Or can I put that in rc.local or something?
|
|
|
03-10-2006, 10:45 AM
|
#11
|
Member
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449
Rep:
|
There are several fax programs. Efax-gtk, HylaFAX or mgetty+sendfax.
I have successfully installed from source Efax-gtk with my slmodem but have never tested it. It is supposed to support the fax protocol used by slmodem. There is supposed to be a Slackware 10.2 package at linux packages although it is not hard to compile from source.
I think the slmdoem install script places the commands to load the module in /etc/modprobe.conf.
Last edited by shepper; 03-10-2006 at 10:47 AM.
|
|
|
03-10-2006, 08:59 PM
|
#12
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
Yeah, but if you read one of previous posts in this thread, the kernel has an issue with the slmodemd modules. When I configured in the '/modem' dir w/ '--alsa' it worked. I just added the sound portion to rc.modules, so now I can hear it.
Will look into those fax programs later this weekend. Thanks for the pointers to them.
|
|
|
03-11-2006, 12:02 PM
|
#13
|
Member
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449
Rep:
|
I am running an older version of the smartlink modem driver for the 2.4.x kernel series. It does not make dialing noises but you do not have to hassel with alsa module. I did bookmark a previous post on how to setup the modem for a future upgrade.
http://www.linuxquestions.org/questi...hreadid=373435
Edit: It looks like this is more upto date:
http://www.ok--computer.com/linux/as...en.html#script
Last edited by shepper; 03-11-2006 at 12:09 PM.
|
|
|
03-11-2006, 12:43 PM
|
#14
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Original Poster
Rep:
|
Actually, it squeaks and squacks fine . Alsa helped with that. When slmodem is compiled with the '--alsa' option, and i modprobe the correct driver, sound is fine.
I'm just looking around for a utility to make faxing, etc easier.
|
|
|
All times are GMT -5. The time now is 02:15 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|