From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IcXcQ-0003G1-AS for garchives@archives.gentoo.org; Tue, 02 Oct 2007 02:36:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l922Owe0011305; Tue, 2 Oct 2007 02:24:58 GMT Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l922OvtT011276 for ; Tue, 2 Oct 2007 02:24:57 GMT Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IcXRJ-0000uj-5A for gentoo-amd64@lists.gentoo.org; Tue, 02 Oct 2007 02:24:49 +0000 Received: from 24.152.197.143.res-cmts.eph.ptd.net ([24.152.197.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 02:24:49 +0000 Received: from jandrewlong by 24.152.197.143.res-cmts.eph.ptd.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 02:24:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: Andrew Long Subject: [gentoo-amd64] Wireless Network adapter Date: Tue, 02 Oct 2007 02:24:36 -0500 Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 24.152.197.143.res-cmts.eph.ptd.net User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Sender: news X-Archives-Salt: 72b4032e-1fda-4565-a0bc-6fc4c118d323 X-Archives-Hash: 4c180fa0ed957597a8bb0117aa040db0 I'm trying to use a Linksys WUSB11 2.8 adapter to get wireless internet on my computer. In the past, (I think it was when I was using x86, I have since switched to amd64 on the same box) I was able to use the at76c503 ebuild to get the drivers installed. When I try to build it I get the following error: make -C /usr/src/linux M=/var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1 KERNELRELEASE=2.6.22-gentoo-r8 modules make[1]: Entering directory `/usr/src/linux-2.6.22-gentoo-r8' CC [M] /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.o CC [M] /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76_usbdfu.o /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c: In function 'ieee80211_to_eth': /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3599: error: 'struct sk_buff' has no member named 'mac' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c: In function 'ieee80211_fixup': /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3653: error: 'struct sk_buff' has no member named 'mac' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c: In function 'check_for_rx_frags': /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3732: warning: format '%p' expects type 'void *', but argument 5 has type 'sk_buff_data_t' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3732: warning: format '%p' expects type 'void *', but argument 6 has type 'sk_buff_data_t' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3769: warning: format '%p' expects type 'void *', but argument 5 has type 'sk_buff_data_t' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3769: warning: format '%p' expects type 'void *', but argument 6 has type 'sk_buff_data_t' /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c: In function 'rx_monitor_mode': /var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:4133: error: 'struct sk_buff' has no member named 'mac' make[2]: *** [/var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1/at76c503.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [_module_/var/tmp/portage/net-wireless/at76c503a-0.14_beta1/work/at76_usb-0.14beta1] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.22-gentoo-r8' make: *** [modules] Error 2 * * ERROR: net-wireless/at76c503a-0.14_beta1 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile * ebuild.sh, line 990: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1334: Called linux-mod_src_compile * linux-mod.eclass, line 516: Called die * * Unable to make KERNEL_PATH=/usr/src/linux all. * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-wireless/at76c503a-0.14_beta1/temp/build.log'. * I've also tried using the atmel module in the kernel (2.6.22-gentoo-r8 ), but something is not working right. When I plug in the device, dmesg shows this: usb 5-3.4: new full speed USB device using ehci_hcd and address 4 usb 5-3.4: configuration #1 chosen from 1 choice Are any of you using this adapter? If so, were you able to use the ebuild to install the driver? Can you recommend another 802.11b adapter that works with amd64? I've also posted this at forums.gentoo.org, I'll reply to this if I get a solution there. Thanks, Andrew -- gentoo-amd64@gentoo.org mailing list