Suspend and Wireless PCMCIA problemForum: Laptops Topic: Suspend and Wireless PCMCIA problem started by: Joat_Mone Posted by Joat_Mone on July 23 2005,00:05
I have a Compaq Armada E500, and a D-Link DWL-G650. Everything works fine, but when I go into suspend mode either because it is not pluged in for a while, or I push the suspend button, when I turn it back on, the wireless card is not recogonized, and will not work until I reboot.Any thoughts? Posted by kopsis on July 23 2005,10:00
This is pretty common for PCMCIA wireless cards. It's likely that if you eject the card before suspending (which unloads the kernel module) and then plug it back in after resume, it will be ok.If that works, you may be able to use an apmd script to do a "cardctl eject" on suspend and "cardctl insert" on resume to handle the timed sleep cases. Posted by Joat_Mone on July 24 2005,14:56
And what would this script look like? I'm not a newbie, but I'm also not that knowledgeable in Linux ( as csn be shown by the question). If the script is all that is needed, maybe it could find it's way into DSL.....?
Posted by Joat_Mone on July 24 2005,15:03
To answer my own question....The commands are : cardctl eject 0 (which stops using the PCMCIA card) cardctl insert 0 (You can start using the card again) I have to go through and setup the Iwconfig again but that is minor. Thanks for the help Matt Another thought. What if I dont have the card inserted when I boot up? Will cardctl start up anyway? I dont think I saw it starting when nothing was in the slot. Posted by kopsis on July 24 2005,19:36
cardctl should always start up if DSL detects PCMCIA slot(s). However if there are no cards inserted, cardctl doesn't print much (if anything) at startup.As for iwconfig, you should be able to automate all of that by editing /etc/network/interfaces and adding the appropriate entry for your wireless card. For example, mine contains:
Which associates my wireless card with my AP and assigns an IP via DHCP. Your settings may vary (most likely your wireless card has a different device name) but the basic idea is the same. Make sure that /etc/network/interfaces is listed in /home/dsl/.filetool.lst so it gets backed up and restored on restarts. Posted by Joat_Mone on July 24 2005,21:14
Hmmm, your way sounds easier. I just snarked the script that the control panel uses, altered it my specifications, and put it in the startup script. Since it's a HD install it works for me. Now when I start up, the Iwconfig window pops up and if the card is not in I just hit cancel, otherwise I hit Ok and it starts to work.Matt |