Author Topic: Socket Card Stuck In Suspended Mode  (Read 4561 times)

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Socket Card Stuck In Suspended Mode
« on: December 11, 2004, 10:28:45 pm »
Hi, I just got a C860, and having already known about the pdaXrom project it didn't take a whole lot of thinking to decide on that.  However, I am having problems with my Socket WLAN card (1.00 rev. A).  I was going to do the fix suggested in the FAQ, but that entry is already in hermes.conf.  When I insert the card, the status light blinks, the applet shows it is inserted and then it doesn't blink anymore.

When I do cardctl status, the card shows as suspended.  cardctl resume 0 yields one more blink, but it instantly suspends again.  This is a fresh install, and I would really like to be able to use pdaXrom and my wireless card.

xiaman

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #1 on: December 11, 2004, 11:28:15 pm »
i saw this problem once with my 750
i reloaded and problem was gone. you may want to reload.
c750 pdx rom rc5. sl5500 chinese rom 3.10
d-link wifi ... sandisk wifi

rgrep

  • Full Member
  • ***
  • Posts: 149
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #2 on: December 12, 2004, 12:22:59 am »
Hi, I'm keen on improving the out-of-the-box wireless support in pdaXrom, but to do that we need a lot more detailed feedback about the problems and successes that users have.  Which version of pdaXrom are you running (e.g. 1.0.5, 1.1.0-RC5 etc)?  Could you please post the output of the following commands:
Code: [Select]
cardctl ident

lsmod

iwconfig

ifconfig
Thanks, hopefully we can help you get to the bottom of this.

Matt
[img]https://www.oesf.org/forums/style_emoticons/default/smile.gif\" border=\"0\" class=\"linked-sig-image\" /] Has: Dynamism C760 / Linksys WCF12 WiFi / Kingston 512MB SD
[img]https://www.oesf.org/forums/style_emoticons/default/biggrin.gif\" border=\"0\" class=\"linked-sig-image\" /] Loves: pdaXrom / Warwalking
[img]https://www.oesf.org/forums/style_emoticons/default/sad.gif\" border=\"0\" class=\"linked-sig-image\" /] Hates: NetGear MA701 WiFi / SanDisk 256MB SD / C760 Charging Faults

Synfin0

  • Newbie
  • *
  • Posts: 32
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #3 on: December 12, 2004, 01:02:58 am »
My "Socket WLAN card (1.00 rev. A)" worked out-of-the-box with 1.1.0-RC5 and a C860.  I just used the Lan and wifi applet to set it up.  On earlier releases I had to use cardctl reset / resume / scheme.

Here's something to compare to:

Code: [Select]
# cardctl ident 0
  product info: "Socket", "CF+ LP WLAN Card Rev A", "1.00"
  manfid: 0x0104, 0x0001
  function: 6 (network)
# lsmod
Module                  Size  Used by    Tainted: P
pxa_bi                 21388   0  (unused)
net_fd                 25000   0  (unused)
usbdcore               34456   0  [pxa_bi net_fd]
usbdmonitor             5216   0
spectrum_cs            80152   1
orinoco                35028   0  [spectrum_cs]
hermes                  4592   0  [spectrum_cs orinoco]
sharp_mmcsd_m          25888   2
# iwconfig eth0
eth0      IEEE 802.11-DS  ESSID:"flex_net"  Nickname:"zaurus"
          Mode:Ad-Hoc  Frequency:2.457GHz  Cell: 02:02:2D:3A:51:F1
          Bit Rate:11Mb/s   Tx-Power=15 dBm
          Retry limit:16   RTS thr:off   Fragment thr=0 B
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:A0:F8:5E:5A:02
          inet addr:172.16.0.13  Bcast:172.16.255.255  Mask:255.240.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:281 errors:0 dropped:0 overruns:0 frame:0
          TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:23835 (23.2 Kb)  TX bytes:33590 (32.8 Kb)
          Interrupt:39

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #4 on: December 12, 2004, 05:37:33 am »
Wow!  Glad to see so many people are willing to help.  I'm going to bed now (it's 5:30am), but expect to see this post edited with answers to all your questions.

Matt: I thought I had mentioned in my post that I was using RC5, my apologies.
« Last Edit: December 12, 2004, 05:37:57 am by conundrum »

jabbath

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • http://
Socket Card Stuck In Suspended Mode
« Reply #5 on: December 12, 2004, 08:44:24 am »
Hi! I own a ASUS WL-110 .. Since the card uses a different chip, I don't know, if this is of any use:

I also have the problem, that when I insert my card, the status light begins to blink, the panel applet shows the card as inserted and then it stops blinking.
cardmgr seems to setup the card (that's the reason, the status light lights up).
But then, there are these "eth0: Error -110 setting multicast list." errors, followed by a "pxa_pcmcia_supspend(0)" .. I tried a while, to get this "script" to mount the card manually:

Code: [Select]
#!/bin/sh
cardmgr&
echo "Remove your Card from your Zaurus and insert it again!"
sleep 10;
killall -9 cardmgr
cardctl resume 0
killall -9 dhcpcd
rm /var/run/*
dhcpcd eth0&

hope this helps..
grusz, jabbath
Laptop: HP NX9005 Debian GNU/Linux sid
Zaurus:C760 pdaXrom - ASUS WL-110 - 256MB SD

cs_jacky

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Socket Card Stuck In Suspended Mode
« Reply #6 on: December 12, 2004, 09:09:25 am »
I am using ASUS WL-110 as well. I after I setup my Wifi card, the wireless network up after I insert the card. It works smoothly in my case.

cs_jacky

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Socket Card Stuck In Suspended Mode
« Reply #7 on: December 12, 2004, 09:11:04 am »
I am using ASUS WL-110 as well. I after I setup my Wifi card, the wireless network up after I insert the card. It works smoothly in my case.

jabbath

  • Jr. Member
  • **
  • Posts: 86
    • View Profile
    • http://
Socket Card Stuck In Suspended Mode
« Reply #8 on: December 12, 2004, 09:25:45 am »
Well.. You are using pdaxrom 1.0.5 or RC3, right?
The problem, at least for me, just appeared with >=RC5..

grusz, jabbath
Laptop: HP NX9005 Debian GNU/Linux sid
Zaurus:C760 pdaXrom - ASUS WL-110 - 256MB SD

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #9 on: December 12, 2004, 02:00:59 pm »
Code: [Select]
# cardctl ident 0
  product info: "Socket", "CF+ LP WLAN Card Rev A", "1.00"
  manfid: 0x0104, 0x0001
  function: 6 (network)
# lsmod
Module                  Size  Used by    Tainted: P  
spectrum_cs            80152   0
orinoco                35028   0  [spectrum_cs]
hermes                  4592   0  [spectrum_cs orinoco]
pxa_bi                 21388   0  (unused)
net_fd                 25000   0  (unused)
usbdcore               34456   0  [pxa_bi net_fd]
usbdmonitor             5216   0
sharp_mmcsd_m          25888   2
# iwconfig eth0
eth0    no wireless extensions.
# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:A0:F8:3C:90:5D  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:39

Could the problem be that I have the SSID set to "Use 'any' ESSID"?  The network in my home is .11g and WPA encrypted, so there is no current card I can use.  However, I can use the .11b network at my school, and Kismet is awlays fun.
« Last Edit: December 15, 2004, 08:25:38 pm by conundrum »

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #10 on: December 15, 2004, 08:26:15 pm »
I hate to double post, but I reflashed as was suggested and the problem persists.  I would like to have working wireless. :/

Synfin0

  • Newbie
  • *
  • Posts: 32
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #11 on: December 16, 2004, 04:44:18 pm »
The "any" ESSID works fine for me.  You say you can connect to your school's .11b network?  So the problem is only with .11g (w/ WPA) at your house?

Did you try changing the scheme?  That solved my problems on previous ROMS when my card was always suspended.

conundrum

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Socket Card Stuck In Suspended Mode
« Reply #12 on: December 16, 2004, 09:42:53 pm »
No, that is not the problem.  The problem is that the card is stuck in suspended mode.  That means I cannot connect to any network, or use the card in any way.  I have reflashed serveral times, both 1.05 and RC5.  Nothing is working.  Additionally, the card is fine as I tested it on my 5500.