View previous topic :: View next topic |
Author |
Message |
blandoon Tux's lil' helper
Joined: 05 Apr 2004 Posts: 136 Location: Oregon, USA
|
Posted: Fri Jun 11, 2004 7:49 pm Post subject: "no wireless extensions" on Orinoco PCMCIA card |
|
|
I'm trying to get my Enterasys 802.11 card (Orinoco chipset) working in Gentoo. I religiously followed the instructions in [url https://forums.gentoo.org/viewtopic.php?t=122435]the thread on that subject[/url]. I have configured my kernel correctly (I think), emerged pcmcia-cs, and I can see the appropriate modules loading when the card is inserted.
But iwconfig still shows interface "eth1" as having "no wireless extensions." The only solution I've found to this is to enable the wireless options in the kernel, which was already done to begin with.
Have I forgotten to do something obvious? Or is there some kind of hardware/driver problem I should look for? Thanks in advance... _________________ "Give a man a fire and he's warm for one night, but set fire to him and he's warm for the rest of his life..." |
|
Back to top |
|
|
Jimboscott n00b
Joined: 19 May 2004 Posts: 22 Location: CH-Lausanne
|
Posted: Fri Jun 11, 2004 10:17 pm Post subject: |
|
|
Hello,
Perhaps you should send more information: like which module or kernel/kernel option you use.
is cardmgr loaded : try a
Code: | ps -Al|grep cardmgr |
what cardctl ident display : try a
Have you some revelant message from dmesg : try a
And i hope sombody could help you better.
Jimbo |
|
Back to top |
|
|
blandoon Tux's lil' helper
Joined: 05 Apr 2004 Posts: 136 Location: Oregon, USA
|
Posted: Sun Jun 13, 2004 10:07 pm Post subject: |
|
|
Jimbo,
Thanks for your reply. I did check to see that cardmgr was running.
Here is the output of cardctl ident:
Code: | Socket 0:
product info: "Cabletron", "RoamAbout 802.11 DS", "Version 01.01", ""
manfid: 0x0156, 0x0002
function: 6 (network) |
the output of dmesg consists of the following line (repeated many times):
Code: | eth1: get_wireless_stats() called while device not present |
Finally, here's the output of lsmod, just for good measure:
Code: | Module Size Used by Not tainted
orinoco_cs 4564 0
orinoco 38712 0 [orinoco_cs]
hermes 6144 0 [orinoco_cs orinoco]
ds 7316 1 [orinoco_cs]
i82365 45040 1
pcmcia_core 43968 0 [orinoco_cs ds i82365]
snd-pcm-oss 39364 0 (unused)
snd-mixer-oss 13944 1 [snd-pcm-oss]
snd-ali5451 13348 2 (autoclean)
snd-pcm 64164 0 (autoclean) [snd-pcm-oss snd-ali5451]
snd-page-alloc 7028 0 (autoclean) [snd-pcm]
snd-ac97-codec 49404 0 (autoclean) [snd-ali5451]
snd-seq-oss 29664 0 (unused)
snd-seq-midi-event 3552 0 [snd-seq-oss]
snd-seq 37520 2 [snd-seq-oss snd-seq-midi-event]
snd-timer 14980 0 [snd-pcm snd-seq]
snd-seq-device 4416 0 [snd-seq-oss snd-seq]
snd 34372 1 [snd-pcm-oss snd-mixer-oss snd-ali5451 snd-pcm snd-ac97-codec snd-seq-oss snd-seq-midi-event snd-seq snd-timer snd-seq-device] |
(edit: Almost forgot - this is kernel 2.4.25-gentoo-r3.)
Thanks for any suggestions... _________________ "Give a man a fire and he's warm for one night, but set fire to him and he's warm for the rest of his life..." |
|
Back to top |
|
|
smart Guru
Joined: 19 Nov 2002 Posts: 455
|
Posted: Mon Jun 14, 2004 5:07 am Post subject: |
|
|
This looks correct.
If there are no other interfaces registered so that maybe you tried to use the wrong interface for wireless, would you be willing to go to a 2.6 kernel ? I cannot see anything wrong really, so i'd suggest an update to get newer drivers at hand. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Mon Jun 14, 2004 8:35 am Post subject: Re: "no wireless extensions" on Orinoco PCMCIA car |
|
|
blandoon wrote: | But iwconfig still shows interface "eth1" as having "no wireless extensions." The only solution I've found to this is to enable the wireless options in the kernel, which was already done to begin with. |
The thing is, it has to be compiled into the running kernel before wireless-tools and pcmcia-cs is emerged.
But then again - I've got little experience with wireless for 2.4 kernels.... _________________ Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool |
|
Back to top |
|
|
|