Hello Bill Paul,

After all the troubles I had trying to get several PCCards to workin 
my Compaq Laptop (who all work 100% with Linux).

I went out and looked for the cheapest USB->Ethernet adapter I get 
my hands on.

And what I hoped for, I works perfectly with 4.0-CURRENT!

No messing with irqs/pccard.conf/broken connectors etc

It's an Skymaster DHU-0404 it cost's $46 in the Netherlands

It also uses an Kawasaki LSI KL5KUSB101B chip.


After adding an entry to if_kue.c like this:
------------------
/*
 * Various supported device vendors/products.
 */
static struct kue_type kue_devs[] = {
        { USB_VENDOR_KLSI, USB_PRODUCT_AOX_USB101 },
        ....
------------------

It identifies itself as:

kue0: SKYMASTER    Inc. USB-Ethernet, rev 1.00/2.02, addr 2
kue0: Ethernet address: 00:c0:26:ae:02:71

ifconfig -a
kue0: 
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 
mtu 1500
        inet 192.168.1.4 netmask 0xffffffe0 broadcast 192.168.1.31
        ether 00:c0:26:ae:02:71

I tested it with several cvsups and large ftp sessions and works 
without any trouble.

Could you please commit it to 4.0?

Regards,
Ron.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to