public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Wireless trouble: unknown symbols
@ 2006-10-03 19:04 Grant
  2006-10-03 21:07 ` Mark Knecht
  2006-10-04 16:21 ` [gentoo-user] " Grant
  0 siblings, 2 replies; 7+ messages in thread
From: Grant @ 2006-10-03 19:04 UTC (permalink / raw
  To: Gentoo mailing list

I'm trying to set up a wireless card in my new system.  I'm using a
card of the same model that is working in an older system of mine.
The only significant difference between them is the new system is
amd64 and the old one is x86.  When I try to 'modprobe ath_pci', I get
about 60 "Unknown symbol" errors like:

wlan: Unknown symbol wireless_send_event
ath_rate_sample: Unknown symbol ether_sprintf
ath_pci: Unknown symbol ieee80211_encap

Does this make sense to anyone or should I file a bug?

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Wireless trouble: unknown symbols
  2006-10-03 19:04 [gentoo-user] Wireless trouble: unknown symbols Grant
@ 2006-10-03 21:07 ` Mark Knecht
  2006-10-04  2:37   ` Grant
  2006-10-04 16:21 ` [gentoo-user] " Grant
  1 sibling, 1 reply; 7+ messages in thread
From: Mark Knecht @ 2006-10-03 21:07 UTC (permalink / raw
  To: gentoo-user

On 10/3/06, Grant <emailgrant@gmail.com> wrote:
> I'm trying to set up a wireless card in my new system.  I'm using a
> card of the same model that is working in an older system of mine.
> The only significant difference between them is the new system is
> amd64 and the old one is x86.  When I try to 'modprobe ath_pci', I get
> about 60 "Unknown symbol" errors like:
>
> wlan: Unknown symbol wireless_send_event
> ath_rate_sample: Unknown symbol ether_sprintf
> ath_pci: Unknown symbol ieee80211_encap
>
> Does this make sense to anyone or should I file a bug?
>
> - Grant

Grant,
   Hi. What kernel are you running?

   Check that your /usr/src/linux link is pointing at the right kernel.

- Mark
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Wireless trouble: unknown symbols
  2006-10-03 21:07 ` Mark Knecht
@ 2006-10-04  2:37   ` Grant
  2006-10-04  5:38     ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 7+ messages in thread
From: Grant @ 2006-10-04  2:37 UTC (permalink / raw
  To: gentoo-user

> > I'm trying to set up a wireless card in my new system.  I'm using a
> > card of the same model that is working in an older system of mine.
> > The only significant difference between them is the new system is
> > amd64 and the old one is x86.  When I try to 'modprobe ath_pci', I get
> > about 60 "Unknown symbol" errors like:
> >
> > wlan: Unknown symbol wireless_send_event
> > ath_rate_sample: Unknown symbol ether_sprintf
> > ath_pci: Unknown symbol ieee80211_encap
> >
> > Does this make sense to anyone or should I file a bug?
> >
> > - Grant
>
> Grant,
>    Hi. What kernel are you running?
>
>    Check that your /usr/src/linux link is pointing at the right kernel.
>
> - Mark

Hi Mark,

I'm running 2.6.16-hardened-r11 and I have:

/usr/src/linux -> linux-2.6.16-hardened-r11

These 64 bits are starting to get me down.  Can I run an x86 system
with this AMD Sempron64 3000+ CPU?

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Wireless trouble: unknown symbols
  2006-10-04  2:37   ` Grant
@ 2006-10-04  5:38     ` Boyd Stephen Smith Jr.
  2006-10-04  5:41       ` Christopher Koeber
  0 siblings, 1 reply; 7+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-10-04  5:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

On Tuesday 03 October 2006 21:37, Grant <emailgrant@gmail.com> wrote 
about 'Re: [gentoo-user] Wireless trouble: unknown symbols':
> These 64 bits are starting to get me down.  Can I run an x86 system
> with this AMD Sempron64 3000+ CPU?

Yes, but you'll be throwing out 8 extra bits of addressing space and about 
1/2 dozen extra registers.  Those are not accessible to 32-bit code.

-- 
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Wireless trouble: unknown symbols
  2006-10-04  5:38     ` Boyd Stephen Smith Jr.
@ 2006-10-04  5:41       ` Christopher Koeber
  2006-10-04 14:45         ` Grant
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Koeber @ 2006-10-04  5:41 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

Are you having driver issues? Apologies for not getting your earlier
messages, just signed up.
Regards,
Christopher Koeber

On 10/4/06, Boyd Stephen Smith Jr. <bss03@volumehost.net> wrote:
>
> On Tuesday 03 October 2006 21:37, Grant <emailgrant@gmail.com> wrote
> about 'Re: [gentoo-user] Wireless trouble: unknown symbols':
> > These 64 bits are starting to get me down.  Can I run an x86 system
> > with this AMD Sempron64 3000+ CPU?
>
> Yes, but you'll be throwing out 8 extra bits of addressing space and about
> 1/2 dozen extra registers.  Those are not accessible to 32-bit code.
>
> --
> "If there's one thing we've established over the years,
> it's that the vast majority of our users don't have the slightest
> clue what's best for them in terms of package stability."
> -- Gentoo Developer Ciaran McCreesh
>
>
>

[-- Attachment #2: Type: text/html, Size: 1208 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Wireless trouble: unknown symbols
  2006-10-04  5:41       ` Christopher Koeber
@ 2006-10-04 14:45         ` Grant
  0 siblings, 0 replies; 7+ messages in thread
From: Grant @ 2006-10-04 14:45 UTC (permalink / raw
  To: gentoo-user

> Are you having driver issues? Apologies for not getting your earlier
> messages, just signed up.

Hi Christopher,

Here is my original post:

I'm trying to set up a wireless card in my new system.  I'm using a
card of the same model that is working in an older system of mine.
The only significant difference between them is the new system is
amd64 and the old one is x86.  When I try to 'modprobe ath_pci', I get
about 60 "Unknown symbol" errors like:

wlan: Unknown symbol wireless_send_event
ath_rate_sample: Unknown symbol ether_sprintf
ath_pci: Unknown symbol ieee80211_encap

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: Wireless trouble: unknown symbols
  2006-10-03 19:04 [gentoo-user] Wireless trouble: unknown symbols Grant
  2006-10-03 21:07 ` Mark Knecht
@ 2006-10-04 16:21 ` Grant
  1 sibling, 0 replies; 7+ messages in thread
From: Grant @ 2006-10-04 16:21 UTC (permalink / raw
  To: Gentoo mailing list

> I'm trying to set up a wireless card in my new system.  I'm using a
> card of the same model that is working in an older system of mine.
> The only significant difference between them is the new system is
> amd64 and the old one is x86.  When I try to 'modprobe ath_pci', I get
> about 60 "Unknown symbol" errors like:
>
> wlan: Unknown symbol wireless_send_event
> ath_rate_sample: Unknown symbol ether_sprintf
> ath_pci: Unknown symbol ieee80211_encap
>
> Does this make sense to anyone or should I file a bug?
>
> - Grant

I'm very happy to report that this was fixed by removing module
versioning support from the kernel.

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-10-04 16:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-03 19:04 [gentoo-user] Wireless trouble: unknown symbols Grant
2006-10-03 21:07 ` Mark Knecht
2006-10-04  2:37   ` Grant
2006-10-04  5:38     ` Boyd Stephen Smith Jr.
2006-10-04  5:41       ` Christopher Koeber
2006-10-04 14:45         ` Grant
2006-10-04 16:21 ` [gentoo-user] " Grant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox