[ltp] modem driver from Smartlink

Tino Keitel linux-thinkpad@linux-thinkpad.org
Wed, 12 Feb 2003 14:23:13 +0100


On Wed, Feb 12, 2003 at 13:48:41 +0100, PSI-Systems wrote:
> > Mine is a rev 2. (on a T30 2366 N6G) it works with the 2.9.7 driver
> > and t-online (German Telekom), but not my home provider. I did not
> > test any others yet.
> I've also rev 2, but I doesn't actually work. Maybe because I'm having 
> devfs. Can anyone send me his devfs-configuration for the driver?

The smartlink driver does not support devfs. I have these lines in my
/etc/modules.conf instead:

alias char-major-212 slmodem
alias slmodem slamrmo

options slmdm country=GERMANY

post-install slamrmo mknod  -m 660 /dev/ttySL0 c 212 0 ; chown root:dialout /dev/ttySL0

Regards,
Tino