| howto-installing usb modem drivers hey guys, sorry but me new to linux so dont kno d procedure properly...
i wanted to install my USB ADSL modem, however i've got hand over the manifacturer's notes on how to install on linux, Code: 2) Log in under root.
3) #cd /usr/src
#ln –s linux-2.4.18-14 linux
4) Copy original codes to /root/MT882.
5) #cd /root/MT882
# make clean
# make all
6) Add alias eth1 VKGEther to /etc/modules.conf.
# vi /etc/modules.conf
7) Reboot linux, connect USB cable to ADSL.
8) #cd /root/MT882
# insmod ./VKGEther
9) #ifconfig eth0 down
ifconfig eth1 192.168.1.3 up
however...dont kno how to go about it, can any1 pls help guide?? |