|
Netodragon 56K voice modem
Submitted by Sergio L on 2005-07-01 12:00:00 This product has a rating of 5 out of 5 running under Linux other Comments: Modem works with mb asrock k7s41 - k7s41gx Mandrake 10.0. The Modem works great . What i did was basically: download driver: http://www.netodragon.com/slmodem-2.9.10_netodragon.tar.gz -install kernel sources (for mandrake in the rpm manager) -unpack the downloaded file -in the directory where you unpacked run (from console) $ make -as 'root' user run: # make install (the following needs to be run once before start dialing as 'root' user to) # modprobe slamr # /usr/sbin/slmodemd --country=USA /dev/slamr0 the last command will give you the modem port ( /dev/... ). You must use this to configure your ppp dialup program (kppp for example). you can run the ppp dialup program as a normal user. just dial and your're done |