View previous topic :: View next topic |
Author |
Message |
Shaidar n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2004 Posts: 7
|
Posted: Wed Jan 28, 2004 9:51 am Post subject: modprobe orinoco_cs yeids NOT FOUND |
|
|
Hello,
I'm trying to get my USRobitcs 802.11B wireless card working under gentoo, i've got pcmcia working alright, however when i insert the card I get the following message.
Code: |
tail /var/log/messages
Jan 28 03:47:13 parallex cardmgr[5309]: socket 1: Intersil PRISM2 11 Mbps Wireless Adapter
Jan 28 03:47:13 parallex cardmgr[5309]: executing: 'modprobe orinoco_cs'
Jan 28 03:47:13 parallex cardmgr[5309]: + modprobe: Can't locate module orinoco_cs
Jan 28 03:47:13 parallex cardmgr[5309]: modprobe exited with status 255
Jan 28 03:47:13 parallex cardmgr[5309]: module /lib/modules/2.4.22-gentoo-r2/pcmcia/orinoco_cs.o not available
Jan 28 03:47:14 parallex cardmgr[5309]: get dev info on socket 1 failed: Resource temporarily unavailable
|
I would guess that the message means the module cannot be found, but i don't see the option to compile it in the genkernel menues, so i'm not sure what to do from here.
I can't seem to find an answer online or in the forms, i'm kinda up against a wall solving this one, any helpful suggestions would be appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
deepthought Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21108594833edcad89c0e35.jpg)
Joined: 04 Apr 2003 Posts: 321 Location: icbm://5131''N:0710''E
|
Posted: Wed Jan 28, 2004 12:04 pm Post subject: |
|
|
Have a look at the use flags of pcmcia-cs by running Code: | emerge -pv pcmcia-cs | What do they say?
Regards,
Alexander _________________ Out of loyalty to its disregarded comrades, this message feels free to ignore the reader.
Registered Linux User #317705 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Shaidar n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2004 Posts: 7
|
Posted: Wed Jan 28, 2004 4:55 pm Post subject: |
|
|
Code: |
# emerge -pv pcmcia-cs
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] sys-apps/pcmcia-cs-3.2.4 -trusted -build +apm +pnp -nocardbus
|
Though I'm not sure what that means . . . . . . |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
deepthought Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/21108594833edcad89c0e35.jpg)
Joined: 04 Apr 2003 Posts: 321 Location: icbm://5131''N:0710''E
|
Posted: Thu Jan 29, 2004 8:32 am Post subject: |
|
|
You might want to have a look at the linux-wlan-ng package. It contains more wlan drivers for other cards and a better networking stack.
Regards,
Alexander _________________ Out of loyalty to its disregarded comrades, this message feels free to ignore the reader.
Registered Linux User #317705 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
recoco.zhang n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Jan 2004 Posts: 53
|
Posted: Thu Jan 29, 2004 3:53 pm Post subject: |
|
|
emerge linux-wlan-ng which support PRISM chipset smoothly. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
shadow303 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 19 Apr 2002 Posts: 101
|
Posted: Fri Jan 30, 2004 11:54 pm Post subject: |
|
|
Make sure you have wlan support in your kernel, but don't include any of the devices. Then remerge pcmcia-cs. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
travisau n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 06 Apr 2003 Posts: 63
|
Posted: Sat Jan 31, 2004 1:26 am Post subject: ISA too |
|
|
Also make sure you have isa support compiled into the kernel...that one tripped me up on an orinoco card for a long time. Just my two cents. I'm just using kernel drivers (no wlan-ng) and they work great.
Orinoco silver pcmcia
dell inspiron 8100 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|