From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 16 16:27:21 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 1A18616A468 for ; Wed, 16 Jan 2008 16:27:21 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from farris.bafirst.com (adsl-074-165-190-154.sip.jan.bellsouth.net [74.165.190.154]) by mx1.freebsd.org (Postfix) with ESMTP id B2B3013C4EF for ; Wed, 16 Jan 2008 16:27:20 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.17.152]) by farris.bafirst.com with esmtp; Wed, 16 Jan 2008 10:27:15 -0600 id 0006D42B.478E3063.000151C7 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 16 Jan 2008 10:27:14 -0600 id 0004AC1C.478E3062.0000C047 Received: from dsl-189-129-95-59.prod-infinitum.com.mx (dsl-189-129-95-59.prod-infinitum.com.mx [189.129.95.59]) by intranet.encontacto.net (Horde Framework) with HTTP; Wed, 16 Jan 2008 10:27:14 -0600 Message-ID: <20080116102714.184152oic2nxl008@intranet.encontacto.net> Date: Wed, 16 Jan 2008 10:27:14 -0600 From: eculp To: freebsd-mobile@freebsd.org References: <20080109093254.79240ju75o5203s0@intranet.encontacto.net> <20080116092025.ivyeg02oqo4s8gss@0x20.net> In-Reply-To: <20080116092025.ivyeg02oqo4s8gss@0x20.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 (5.0-cvs) 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 16:27:21 -0000 Quoting Lars Engels : > Quoting eculp : > >> It seems that WUSB54G is supported by the URAL driver but the WUSB54AG >> isn't Clarification: The Atheros internal NIC is shown 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 >> Clarification: pciconf: >> >> ath0@pci0:5:0:0: class=3D0x020000 card=3D0x04281468 chip=3D0x001c1= 68c >> 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 =20 > ejected on > the fly. > > Lars Thanks Lars, I'm afraid I wasn't clear the Atheros card is internal, shipped with =20 Acer 5520-5679 laptop. Thanks again and sorry for the confusion the Linksys is a usb that I =20 bought to have wireless until there was a driver for the 5424/2424. If there are any ideas for either they would be appreciated. This =20 laptop is AMD64 which seems to be somewhat limiting. ed