> Jason Purdy wrote:
> 
> I have RoadRunner cable online service coming in through a Motorola
> SURFboard 4100 and plugged into my machine through a USB port.  I have Linux
> 2.4.5 and it sees the device (see attachment from /proc/bus/usb/devices),
> but I haven't a clue what the next step or two is ... I suppose it's getting
> a driver, right? (now's the time where I claim or disclaim that I'm a newbie
> ;))  Does such a driver exist (didn't see it in the list on qbik.ch)?
> 
> Ideas?  Or should I just go out and get a NIC & forget using USB?
OK, it is communication class, and it does claim to be using the ethernet
control model. That is good news, since there is a driver.

If you are comfortable with kernel patching, apply the latest -ac patch (from
your local kernel.org mirror) and select the CDC Ethernet driver. Then do the
normal kernel rebuilding, installing etc, and reboot.

You should get an additional ethernet device (say eth1, if you already have a
PCI card) - should see it if you do ifconfig -a. Then you can just tweak your
firewalling and surf away.

If you have problems, I really need to see kernel logs (of debug level, you
might need to tweak your syslog.conf a bit) of what happened when you plug in
the device (or load the module, whatever causes the reaction in the logs); and
I also would like to see the /proc/bus/usb[drivers/devices] files. Any user
space error messages as well.

HTH

Brad

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to