I have installed an linux firewall called Endian. I am attempting to use the Linksys USB200M network interface. So far as I can tell the device shows up as a USB device. The kernel being used is GNU 2.6.9-55, which is a guess a special compiled version they made.

I typed "lsusb" and it shows up as "ID 13b1:0018 Linksys USB200M 10/100 Ethernet Adapter".

I typed in "lsmod" and it shows me that the usbnet module (i guess thats what it is called) is loaded under mii and usbcore.

I have done some research and found out in order to get my the linksys to work i would need the asix mini driver.

Ok, once i get the asix driver what do I do with it? Do I need to compile it or something?