Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2000 16:13:38 +0100
From:      "Ron Klinkien" <ron@zappa.demon.nl>
To:        wpaul@ee.columbia.edu
Cc:        current@freebsd.org
Subject:   if_kue.c addition please commit...
Message-ID:  <20000226151414.BF651223C@zappa.demon.nl>

next in thread | raw e-mail | index | archive | help

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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000226151414.BF651223C>