Gentoo Archives: gentoo-amd64

From: Beso <givemesugarr@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Wireless Network adapter
Date: Tue, 02 Oct 2007 09:29:54
Message-Id: d257c3560710020217h58536c34y2c44120f9c638f57@mail.gmail.com
In Reply to: [gentoo-amd64] Wireless Network adapter by Andrew Long
1 i have managed to compile with no problems the at76c503-0.16 with
2 linux-2.6.22-r8 on amd64 and managed to load the module without problems
3 with modprobe. the problem as what i have seen may be due to the fact that
4 you didn't compile your new kernel in /usr/src/linux. if the kernel is not
5 compiled the module wouldn't compile fine.
6 switch to the 0.16 version and try to build it and see if it builds.
7 unfortunately i don't have a way to verify it cause i don't have any hw with
8 wich to try.
9
10 2007/10/2, Andrew Long <jandrewlong@×××××.com>:
11 >
12 > I'm trying to use a Linksys WUSB11 2.8 adapter to get wireless internet
13 > on my computer. In the past, (I think it was when I was using x86, I
14 > have since switched to amd64 on the same box) I was able to use the
15 > at76c503 ebuild to get the drivers installed. When I try to build it I
16 > get the following error:
17 >
18 >
19 > make -C /usr/src/linux
20 > M=/var/tmp/portage/net-wireless/at76c503a-
21 > 0.14_beta1/work/at76_usb-0.14beta1
22 > KERNELRELEASE=2.6.22-gentoo-r8 modules
23 > make[1]: Entering directory `/usr/src/linux-2.6.22-gentoo-r8'
24 > CC [M]
25 > /var/tmp/portage/net-wireless/at76c503a-
26 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.o
27 > CC [M]
28 > /var/tmp/portage/net-wireless/at76c503a-
29 > 0.14_beta1/work/at76_usb-0.14beta1/at76_usbdfu.o
30 > /var/tmp/portage/net-wireless/at76c503a-
31 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:
32 > In function 'ieee80211_to_eth':
33 > /var/tmp/portage/net-wireless/at76c503a-
34 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3599:
35 > error: 'struct sk_buff' has no member named 'mac'
36 > /var/tmp/portage/net-wireless/at76c503a-
37 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:
38 > In function 'ieee80211_fixup':
39 > /var/tmp/portage/net-wireless/at76c503a-
40 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3653:
41 > error: 'struct sk_buff' has no member named 'mac'
42 > /var/tmp/portage/net-wireless/at76c503a-
43 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:
44 > In function 'check_for_rx_frags':
45 > /var/tmp/portage/net-wireless/at76c503a-
46 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3732:
47 > warning: format '%p' expects type 'void *', but argument 5 has type
48 > 'sk_buff_data_t'
49 > /var/tmp/portage/net-wireless/at76c503a-
50 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3732:
51 > warning: format '%p' expects type 'void *', but argument 6 has type
52 > 'sk_buff_data_t'
53 > /var/tmp/portage/net-wireless/at76c503a-
54 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3769:
55 > warning: format '%p' expects type 'void *', but argument 5 has type
56 > 'sk_buff_data_t'
57 > /var/tmp/portage/net-wireless/at76c503a-
58 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:3769:
59 > warning: format '%p' expects type 'void *', but argument 6 has type
60 > 'sk_buff_data_t'
61 > /var/tmp/portage/net-wireless/at76c503a-
62 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:
63 > In function 'rx_monitor_mode':
64 > /var/tmp/portage/net-wireless/at76c503a-
65 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.c:4133:
66 > error: 'struct sk_buff' has no member named 'mac'
67 > make[2]: ***
68 > [/var/tmp/portage/net-wireless/at76c503a-
69 > 0.14_beta1/work/at76_usb-0.14beta1/at76c503.o]
70 > Error 1
71 > make[2]: *** Waiting for unfinished jobs....
72 > make[1]: ***
73 > [_module_/var/tmp/portage/net-wireless/at76c503a-
74 > 0.14_beta1/work/at76_usb-0.14beta1]
75 > Error 2
76 > make[1]: Leaving directory `/usr/src/linux-2.6.22-gentoo-r8'
77 > make: *** [modules] Error 2
78 > *
79 > * ERROR: net-wireless/at76c503a-0.14_beta1 failed.
80 > * Call stack:
81 > * ebuild.sh, line 1654: Called dyn_compile
82 > * ebuild.sh, line 990: Called qa_call 'src_compile'
83 > * ebuild.sh, line 44: Called src_compile
84 > * ebuild.sh, line 1334: Called linux-mod_src_compile
85 > * linux-mod.eclass, line 516: Called die
86 > *
87 > * Unable to make KERNEL_PATH=/usr/src/linux all.
88 > * If you need support, post the topmost build error, and the call stack
89 > if relevant.
90 > * A complete build log is located at
91 > '/var/tmp/portage/net-wireless/at76c503a-0.14_beta1/temp/build.log'.
92 > *
93 >
94 >
95 >
96 > I've also tried using the atmel module in the kernel (2.6.22-gentoo-r8
97 > ), but something is not working right. When I plug in the device, dmesg
98 > shows this:
99 >
100 > usb 5-3.4: new full speed USB device using ehci_hcd and address 4
101 > usb 5-3.4: configuration #1 chosen from 1 choice
102 >
103 >
104 >
105 > Are any of you using this adapter? If so, were you able to use the
106 > ebuild to install the driver?
107 >
108 > Can you recommend another 802.11b adapter that works with amd64?
109 >
110 > I've also posted this at forums.gentoo.org, I'll reply to this if I get
111 > a solution there.
112 >
113 >
114 > Thanks,
115 > Andrew
116 >
117 > --
118 > gentoo-amd64@g.o mailing list
119 >
120 >
121
122
123 --
124 dott. ing. beso

Replies

Subject Author
Re: [gentoo-amd64] Wireless Network adapter Andrew Long <jandrewlong@×××××.com>