cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Dec. 30 2003,08:06 |
|
What is the Manufacturer and Model Number of the USB network device that you own?
There may be a Linux driver that will work with the USB connection. Otherwise, it should definately work with an Ethernet card.
For example, with a Motorola Surfboard Cable Modem, you can talk to the Internet via USB connection by doing the following from inside an Xterminal shell (rxvt) window:
sudo su /sbin/modprobe CDCEther /usr/sbin/netcardconfig exit exit
Who knows. For your DSL Modem, it might be just as simple as:
Code Sample | sudo su /sbin/modprobe CDCEther /usr/sbin/pppoeconf exit exit |
|