From owner-freebsd-hardware@FreeBSD.ORG Wed Jun 2 08:12:27 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02CEA16A4CF for ; Wed, 2 Jun 2004 08:12:27 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id CB91D43D5D for ; Wed, 2 Jun 2004 08:12:25 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 44842 invoked by uid 1001); 2 Jun 2004 15:12:24 -0000 To: freebsd-hardware@freebsd.org From: Chris Shenton Date: Wed, 02 Jun 2004 11:12:24 -0400 Message-ID: <86u0xukn8n.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-net@freebsd.org Subject: 5.2.1-R Support for 802.11b USB stick? usbd sees it as ugen0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 15:12:27 -0000 I've got an olde thinkpad and picked up a "Syntax USB-400" 802.11b interface on a USB stick (heck, it's free after rebate): http://www.freeafterrebate.info/article.php?story=20040301213230483 When I plug it in, usbd sees it as a generic device: ugen0: vendor 0x0967 product 0x0204, rev 1.10/1.32, addr 2 This appears to be a prism2 chipset, judging by code found while googling the hex numbers above -- from linux-wan-ng. I cut and paste dev/attach/detach lines from elsewhere /etc/usbd.conf which handle USB ethernet devices: device "USB 802.11b" vendor 0x0967 product 0x0204 devname "[ackr]ue[0-9]+" attach "/etc/pccard_ether ${DEVNAME} start" detach "/etc/pccard_ether ${DEVNAME} stop" Stop and restart usbd, insert the dongle. It reports the same message as before, as if it's not finding a match on the vendor/product? The power(?) indictor on the dongle never lights. If I reboot the machine with the dongle inserted, the light does come on, but the usbd still doesn't see the dongle as a network device. Any pointers? Thanks.