public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Long" <jandrewlong@gmail.com>
To: gentoo-amd64@lists.gentoo.org
Subject: Re: [gentoo-amd64] Wireless Network adapter
Date: Tue, 2 Oct 2007 15:02:51 -0400	[thread overview]
Message-ID: <76fa89840710021202s40405d81wc8ee57e8107b87ec@mail.gmail.com> (raw)
In-Reply-To: <d257c3560710020217h58536c34y2c44120f9c638f57@mail.gmail.com>

I downloaded version 0.17 from the at76c503a.berlios.de site, and it
compiles and works properly.  I was hoping to use the ebuild, so that
it would be easier to update and recompile whenever I update the
kernel, but it works, and that's the important part.

Thanks for your help,
Andrew Long

On 10/2/07, Beso <givemesugarr@gmail.com> wrote:
> i have managed to compile with no problems the at76c503-0.16 with
> linux-2.6.22-r8 on amd64 and managed to load the module without problems
> with modprobe. the problem as what i have seen may be due to the fact that
> you didn't compile your new kernel in /usr/src/linux. if the kernel is not
> compiled the module wouldn't compile fine.
> switch to the 0.16 version and try to build it and see if it builds.
> unfortunately i don't have a way to verify it cause i don't have any hw with
> wich to try.
>
> 2007/10/2, Andrew Long < jandrewlong@gmail.com>:
> > 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
> >
> >
>
>
>
> --
> dott. ing. beso
-- 
gentoo-amd64@gentoo.org mailing list



  reply	other threads:[~2007-10-02 19:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-02  7:24 [gentoo-amd64] Wireless Network adapter Andrew Long
2007-10-02  9:17 ` Beso
2007-10-02 19:02   ` Andrew Long [this message]
2007-10-02 20:12     ` Beso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76fa89840710021202s40405d81wc8ee57e8107b87ec@mail.gmail.com \
    --to=jandrewlong@gmail.com \
    --cc=gentoo-amd64@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox