Gentoo Archives: gentoo-amd64

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

Replies

Subject Author
Re: [gentoo-amd64] Wireless Network adapter Beso <givemesugarr@×××××.com>