LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-02-2006, 03:50 PM   #1
dh2k
Member
 
Registered: Jan 2006
Distribution: Slackware 13.0 (KDE 3.5.10 from 12.2; Xfce 4.6; Fluxbox); Slackware 13.1 (KDE 4.5)
Posts: 211

Rep: Reputation: 52
Exclamation Solved: intel536ep internal modem on Slackware 11


This post has been created for the little to medium experienced linux user to get the intel536ep internal modem working on Slackware 11.

Download the intel536ep driver from intel website download centre.
(www.intel.com).


As root user extract the tarball to /root/intel_internal_modem_driver/ (create dir intel_internal_modem_driver)
Do:
Code:
make clean
make 536
make install
At this point the install failed on my Slackware 11 system.
So, create a file named "modem_boot_sc" in directory /root/admin_scripts (create dir admin_script)
add this code to the file:

Code:
#!/bin/sh
#
#

insmod -f /root/intel_internal_modem_driver/Intel-536/Intel536.o
hamregistry&
rm /dev/536ep
mknod /dev/536ep c 240 1
ln -s /dev/536ep /dev/modem

Now make the file executable with:
Code:
cd /root/admin_scripts
chmod +x modem_boot_sc
Now add this to rc.local found in /etc/rc.d/
Code:
cd /root/admin_scripts/
./modem_boot_sc
Reboot, and now the modem should work. Feel free to give feedback on this post.
Note 1, all directories and paths are "as is" on my system. Change to what you want but remember to change the script code to match.

Note 2, the driver/module "Intel536.o" is created if you have kernel 2.4.x. I believe kernel 2.6.x creates "Intel536.ko", therefore amend the script code above for your kernel.
Check your kernel with:
Code:
uname -r

Last edited by dh2k; 11-02-2006 at 03:54 PM.
 
Old 11-04-2006, 01:30 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Well done, this is a notoriously difficult modem to get going.

It would be interesting to see how this goes in other distros. For eg - selinux users will probably have to set the secrity context in the mknod step...
 
  


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
intel536ep on slackware 11 (internal modem) dh2k Slackware 3 11-02-2006 03:56 PM
Installing internal Modem, chipset Intel536ep in Ubuntu5.10 dh2k Linux - Hardware 0 04-09-2006 08:54 AM
Intel536ep modem anjum Ubuntu 3 08-11-2005 02:14 AM
Does Intel536ep modem work on Slackware 10.1??? anjum Slackware 1 08-07-2005 02:48 PM
sm56 internal modem in slackware 9 rajorshi Slackware 1 09-17-2003 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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