View previous topic :: View next topic |
Author |
Message |
DingbatCA Guru
Joined: 07 Jul 2004 Posts: 384 Location: Portland Or
|
Posted: Wed Jun 08, 2005 4:06 am Post subject: "cs: pcmcia_socket0: unable to apply power." |
|
|
So I am stuck on this one. I have card services compiled in my kernel. I have a PCMCIA services installed. I have an orinoco silver wireless card. I have the wireless drivers installed "net-wireless/orinoco" but am not unable to even get the card to power up. Here is the info I have from the logs and dmesg. Any ideas??
Jun 7 21:04:08 carcomp cardmgr[6342]: socket 0: Lucent Technologies WaveLAN/IEEE Adapter
Jun 7 21:04:08 carcomp cardmgr[6342]: executing: 'modprobe orinoco_cs'
Jun 7 21:04:08 carcomp cardmgr[6342]: + FATAL: Module orinoco_cs not found.
Jun 7 21:04:08 carcomp cardmgr[6342]: modprobe exited with status 1
Jun 7 21:04:08 carcomp cardmgr[6342]: module /lib/modules/2.6.11.10/pcmcia/orinoco_cs.o not available
Jun 7 21:04:08 carcomp cardmgr[6342]: bind 'orinoco_cs' to socket 0 failed: Invalid argument
cs: pcmcia_socket0: unable to apply power. |
|
Back to top |
|
|
igno2k n00b
Joined: 13 Mar 2004 Posts: 29
|
Posted: Thu Jun 09, 2005 11:40 am Post subject: |
|
|
same problem here with an ELSA Airlaner MC-11... |
|
Back to top |
|
|
Karit n00b
Joined: 22 Aug 2005 Posts: 3
|
Posted: Mon Aug 22, 2005 8:27 pm Post subject: |
|
|
I had the same problem whenever I used the nano editor, not only while trying to edit make.conf. I also tried using the vim, pico, ee, etc. editors, but without luck. Have you made any progress? |
|
Back to top |
|
|
widan Veteran
Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Mon Aug 22, 2005 10:09 pm Post subject: Re: "cs: pcmcia_socket0: unable to apply power." |
|
|
DingbatCA wrote: | I have the wireless drivers installed "net-wireless/orinoco" but am not unable to even get the card to power up.
Code: | Jun 7 21:04:08 carcomp cardmgr[6342]: executing: 'modprobe orinoco_cs'
Jun 7 21:04:08 carcomp cardmgr[6342]: + FATAL: Module orinoco_cs not found.
Jun 7 21:04:08 carcomp cardmgr[6342]: modprobe exited with status 1 |
|
You most likely don't have the pcmcia use flag that's needed to build the correct module (by default it build the module for a PCI card). It's not a power problem, it's just that the driver is not found, and the PCMCIA layer likely won't apply power to a card without a driver.
Karit wrote: | I had the same problem whenever I used the nano editor, ... |
What is the link between nano and PCMCIA ? |
|
Back to top |
|
|
Karit n00b
Joined: 22 Aug 2005 Posts: 3
|
Posted: Mon Aug 22, 2005 11:20 pm Post subject: |
|
|
Yeah, sorry. There wasn't really a link. Someone mentioned that it was a problem with editing make.conf, and I was just amending that it was a problem whever I used nano. Thanks for the suggestion, though. I'm not home, so I'll try it soon. |
|
Back to top |
|
|
|