Hi All,
I have just got my C860 back from Japan following a screen failure. This has been sorted nicely, however I've now got issues with my Wireless networking card.
I have both a DLink WCF-660 and a new Origol/Senao WiFi Card (802.11b) from ShirtPocket.co.uk. Both these cards are based on the prism2 chipset and use the prism2_cs driver.
The Senao card is one of the new cards and I followed the instructions here :
https://www.oesf.org/forums/inde...?showtopic=4980After adding the card to the /etc/pcmcia/wlan-ng.conf as shown here :
card "Senao"
 version "WLAN", "11Mbps_PC-Card_3.0", "ISL37100P", "Eval-RevA"
 bind "prism2_cs"
Following this the card appears to be recognised with the XX showing the card when inserted and the eth0 interface appearing when listed with ifconfig -a.
When starting the network from the Network GUI it doesnt appear to do anything, do I checked a ifconfig eth0 up which returned :
SIOCSIFFLAGS: No such device
So I checked dmesg to check for errors there. The log showed the following:
hfa384x_drvr_initialize: Initialize command failed.
hfa384x_drvr_initialize: Failed, result=-110
prism2sta_initmac: prism2sta_initmac: drvr_initialize() failed, result=-110
hfa384x_docmd_wait: hfa384x_drvr_shutdown: cmd_initialize failed, result=-110
prism2sta_initmac: Failed, result=-110
prism2sta_open: initmac() failed, result=-110
I then checked the card in my laptop which worked OK. Following this I checked the Dlink 660 which exibitted the same symptoms with a dmesg as follows:
hfa384x_corereset: hfa384x_corereset not supported on pcmcia. Use
driver services COR access function instead
hfa384x_docmd_wait: hfa384x_cmd timeout(1), reg=0x8888.
hfa384x_drvr_initialize: Initialize command failed.
hfa384x_drvr_initialize: Failed, result=-110
prism2sta_initmac: prism2sta_initmac: drvr_initialize() failed, result=-110
hfa384x_docmd_wait: hfa384x_cmd timeout(1), reg=0x8888.
hfa384x_drvr_shutdown: hfa384x_drvr_shutdown: cmd_initialize failed, result=-110
prism2sta_initmac: Failed, result=-110
prism2sta_open: initmac() failed, result=-110
So does anyone know what a -110 error means (nothing on google), is this a driver issue or hardware, am I going to need to send my Z back to Japan a week after getting it back? (Please say no :-)
For reference I'm using a newly installed version of Cacko 1.2.1b and my CF Microdrive works fine in the same slot.
Marc