NICID: id=0x800c v1.0.0 (PRISM II (2.5) PCMCIA (SST parallel flash))
PRIID: id=0x0015 v1.1.1
STAID: id=0x001f v1.8.4 (station firmware)
additional info:
suspend/ resume works fine as long as ifconfig wlan0 is up, problems only occur if wlan0 is down
anyone any ideas?
temporary solution - quick and dirty (actually more dirty than quick):
- NEVER use DISconnect
- use eject instead (eject icon provided or cardctl eject 0)
- in order to easily reconnect do the following:
- write short script "reconnect.sh":
#! /bin/sh
cardctl insert 0
- save to /usr/local/bin and chmod a+rwx reconnect.sh
- write desktop file for reconnect.sh or copy /home/QtPalmtop/apps/Applications/mc.desktop and modify this (e.g. "reconnect.desktop", Exec=reconnect.sh, Icon=transform, Name=Network Reconnect, etc.)
- sometimes you have to additionally click on "connect" to connect, sometimes it works automatically, i don't have a clue why, does anyone have one?
if there are any better solutions to this problem, that is, if anyone knows of better solutions because i'm sure there are, please let me know (why doesn't this icon stop exploding after clicking it!!??)
Seb