BILLION
2.2.4For Linux Redhat 7.1/7.2/8.0/9.0:
1.Install the driver
(Redhat 7.1)
#rpm
#rpm
#rpm
#rpm
2.Launch the driver #cd /usr/local/e2 #insmod e2.o
#ifconfig hsb0 up(Note: run this command after the READY LED blinks)
#dhcpcd hsb0 (Note: run this command after the READY LED blinks)
3.Uninstall the driver
#rpm
After your installation, please edit this file /etc/rc.d/rc.local to append four commands.
cd /usr/local/e2 insmod e2.o ifconfig hsb0 up
./dhcpcd hsb0
Then PC will get an IP address after reboot from ADSL USB device automatically.
8