From owner-freebsd-questions Mon Mar 27 5:28:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sr14.nsw-remote.bigpond.net.au (sr14.nsw-remote.bigpond.net.au [24.192.3.29]) by hub.freebsd.org (Postfix) with ESMTP id E923837BCE5 for ; Mon, 27 Mar 2000 05:28:16 -0800 (PST) (envelope-from jefff@fulton.net.au) Received: from crypto.internal.fulton.net.au (CPE-144-132-184-224.nsw.bigpond.net.au [144.132.184.224]) by sr14.nsw-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id XAA10663 for ; Mon, 27 Mar 2000 23:19:19 +1000 (EST) Received: from amoeba (dhcp107.internal.fulton.net.au [192.168.1.107]) by crypto.internal.fulton.net.au (8.9.3/8.9.3) with SMTP id CAA02660 for ; Mon, 27 Mar 2000 02:08:02 +1000 (EST) (envelope-from jefff@fulton.net.au) From: "Jeff Fulton" To: Subject: USB ethernet adapter from @Home Date: Mon, 27 Mar 2000 02:10:03 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get one of these to function under 4.0-stable. If the device is inserted at boot, dmesg reports: Device: @Home USB to Ethernet Adapter (0x0003) Vendor: @Home Networks (0x0565) Revision: 0x0002 I believe it's actually a PERACOM adapter (from the 0x565 vendor ID), but the device type (0x3) is not one that is defined under PERACOM in/usr/src/sys/dev/usbdevs.h (Only 1, 2 and 5 are listed). Internal inspection shows it to be a Kawasaki chipset, so the kue driver should probably do the trick. Am I correct in assuming that I need to add entries to usbdevs.h, usbdevs_data.h and if_kue.c and rebuild a kernel. Or can I do all that is necessary by adding an entry usbd.conf, something like: device "@Home USB to Ethernet Adapter" product 0x0003 vendor 0x0565 release 0x0002 devname "kue[0-1]" attach "/sbin/dhclient ${DEVNAME}" Thanks, Jeff Fulton jefff@fulton.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message