Jump to content

Losing /dev/slamr0 after reboot [solved]


Guest tuxboy2k5
 Share

Recommended Posts

Guest tuxboy2k5

I'm trying to install the slmodem package on a laptop, HPCompaq with agere PC 97 soft modem. I think this software will work because it will install /dev/slamr0 file and this is the one that works in simplyMepis. After compiling and

"make install", it installed the device files automatically. The instruction in the end says, "REBOOT" and after rebooting, the device file /dev/slamr0 is nowhere to be found. Does this has something to do with udev? The same story is happening with ltmodem package. Anyone?

Link to comment
Share on other sites

Are you using the Mandrake RPM or are you compiling from source? IIRC, if you are using the Mandrake RPM, there is a service called slmodemd that you need to enable in order to access the modem.

 

If you are using the smartlink source code, you need to put this line into your /etc/modprobe.preload file

slamr

Then add these lines into your /etc/rc.local file

/usr/sbin/slmodemd --country=USA /dev/slamr0 &
rm /dev/modem
ln -s /dev/ttySL0 /dev/modem

Then you can use /dev/modem as your modem device.

Good luck

Link to comment
Share on other sites

Guest tuxboy2k5

Thanks a lot for the advice. I also had other problems when compiling the slmodem source. It mentioned about wrong symbols but I managed to find the cause of the problem. My agere ac 97 modem now is working. I shall post a howto soon in the tricks and tips.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...