From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 16 08:20:26 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C716F16A418 for ; Wed, 16 Jan 2008 08:20:26 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mail.0x20.net (mail.ipv6.0x20.net [IPv6:2001:aa8:fffb::3]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB7F13C4CE for ; Wed, 16 Jan 2008 08:20:26 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mail.0x20.net (Postfix) with ESMTP id D81203A586; Wed, 16 Jan 2008 09:20:25 +0100 (CET) Received: from 193.109.238.110 ([193.109.238.110]) by 0x20.net (Horde MIME library) with HTTP; Wed, 16 Jan 2008 09:20:25 +0100 Message-ID: <20080116092025.ivyeg02oqo4s8gss@0x20.net> Date: Wed, 16 Jan 2008 09:20:25 +0100 From: Lars Engels To: eculp References: <20080109093254.79240ju75o5203s0@intranet.encontacto.net> In-Reply-To: <20080109093254.79240ju75o5203s0@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) Cc: freebsd-mobile Subject: Re: Need driver help for either Linksys WUSB54AG or Atheros 5424/2424 - both wireless. X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 08:20:26 -0000 Quoting eculp : > It seems that WUSB54G is supported by the URAL driver but the WUSB54AG > isn't. The Atheros is show in the dmesg but shows errors. > > Any suggestions appreciated. Thanks. > > uname -a > 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Jan 8 19:08:07 CST 2008 > root@local15.local.net.mx:/usr/obj/usr/src/sys/GENERIC amd64 > > For WUSB54AG > > dmesg WUSB54AG > ugen0: 2.00/10.50, addr 2> on uhub1 > > usbdevs > port 1 addr 2: high speed, power 500 mA, config 1, Wireless A/G USB Netw= ork > Adapter(0x000c), Cisco Linksys(0x13b1), rev 10.50 > > For Atheros 5424/2424 > > dmesg > > ath0: mem 0xf2200000-0xf220ffff irq 19 at device > 0.0 on pci5 > ath0: [ITHREAD] > ath0: unable to attach hardware; HAL status 13 > device_attach: ath0 attach returned 6 > > pciconf > > ath0@pci0:5:0:0: class=3D0x020000 card=3D0x04281468 chip=3D0x001c16= 8c > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Atheros Communications Inc.' > device =3D 'AR5006 family 802.11abg Wireless NIC' > class =3D network > subclass =3D ethernet > > Thanks again, > AFAIK ath doesn't support USB devices. From ath(4): Devices supported by the ath driver come in either Cardbus or mini-PCI packages. Wireless cards in Cardbus slots may be inserted and ejected= on the fly. Lars