Как я уже писал, обязательно соблюдайте последовательность выполняемых действий. Это важно!
Right. Install the source as per normal and compile it as they say
now edit the startup script : mine is sm200dload.sh
now add the following information...
#!/bin/sh
module="sm200d_lnx.o"
#Директория, где лежат программы
INSTALL_DIR=/root/sm200d_linux_v2.0/Release
echo "Bringing up skymedia interface"
# invoke rmmod with all arguments we got
#/sbin/rmmod $INSTALL_DIR/$module
# Подгружаем драйвера к ядру
/sbin/insmod $INSTALL_DIR/$module
# Запускаем программу настройки карты на транспондер
/root/sm200d_linux_v2.0/Release/SkyData
# Поднимаем интерфейс
ifconfig sm200d 192.168.4.1
// The 192.168.4.1 is just a dummy ip address. If you have a fixed ip address
substitute it instead. Should you have any problems with the SkyData file not
quiting as it should email me and ill post a fix. Now put the sm200dload.sh
script into your /etx/rc.d/init.d directory or wherever it is and make it run
at startup. KDE has a cool little utility that does that Now you should be all
set up and running
Оригинал лежит на http://homepages.ihug.co.nz/~anteater/tuts1.htm