|
ASRock K7S41GX
Submitted by Sergio Lopez on 2005-07-01 12:00:00 This product has a rating of 5 out of 5 running under Linux other Comments: -Video: autodetected -lan ok, autodetected -Sound: use i810xx (or something..) controller that comes with distro installation. it installs intel...something by default, change it -Modem. it works great too. 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 |