usb/80010: Add support for the AEI USB to LAN adapter to aue(4)
device
Gheorghe Ardelean
ardelean at physics.uvt.ro
Sat Apr 16 11:30:26 PDT 2005
>Number: 80010
>Category: usb
>Synopsis: Add support for the AEI USB to LAN adapter to aue(4) device
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-usb
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 16 18:30:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Gheorghe Ardelean
>Release: FreeBSD 4.11
>Organization:
Faculty of Physics, West University Timisoara, Romania
>Environment:
FreeBSD athlon 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #8: Sat Apr 16 19:50:52 CEST 2005 root at athlon:/usr/obj/usr/src/sys/MELU i386
>Description:
The AEI USB to LAN adapter is not recognized by FreeBSD despite the fact that this device should work with the aue(4) driver.
>How-To-Repeat:
just plug in such an adapter
>Fix:
Add the folowing diffs to the corresponding files.
--- usbdevs.h Sat Apr 16 20:14:12 2005
+++ usbdevs.h.orig Sat Apr 16 20:06:57 2005
@@ -385,7 +385,6 @@
#define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics */
#define USB_VENDOR_DLINK 0x2001 /* D-Link */
#define USB_VENDOR_VIDZMEDIA 0x3275 /* VidzMedia Pte Ltd */
-#define USB_VENDOR_AEI 0x3334 /* AEI */
#define USB_VENDOR_DAISY 0x3579 /* Daisy Technology */
#define USB_VENDOR_DELL 0x413c /* Dell */
#define USB_VENDOR_SITECOM 0x6189 /* Sitecom */
@@ -449,9 +448,6 @@
/* ADS products */
#define USB_PRODUCT_ADS_UBS10BT 0x0008 /* UBS-10BT Ethernet adapter */
-
-/* AEI products */
-#define USB_PRODUCT_AEI_FASTETHERNET 0x1701 /* Fast Ethernet */
/* Agate Technologies products */
#define USB_PRODUCT_AGATE_QDRIVE 0x0378 /* Q-Drive */
--- if_aue.c Sat Apr 16 20:16:46 2005
+++ if_aue.c.orig Fri Nov 26 01:34:20 2004
@@ -132,7 +132,6 @@
{{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUS}, PNA },
{{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUSII}, PII },
{{ USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUSII_2}, PII },
- {{ USB_VENDOR_AEI, USB_PRODUCT_AEI_FASTETHERNET}, PII },
{{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_USB2LAN}, PII },
{{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100}, 0 },
{{ USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USBLP100}, PNA },
===
recompile and install a new kernel. When the AEI device is inserted one should see no the new device as recognized:
aue0: AEI AEI USB To LAN Adapter, rev 1.10/1.01, addr 2
aue0: Ethernet address: 00:0b:b1:00:xx:xy
miibus1: <MII bus> on aue0
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-usb
mailing list