Well I've looked on google and various other threads, one which was dealing with a very similar card to the one I am using.
I am using the 3 Com 3CRSHPW196 Wireless LAN PC Card
Here is what I have tried and failed:
Using wifi-radar:
Error for wireless request "Set Nickname" (8B1C) :
SET failed on device eth1 ; Operation not supported.
eth1 Failed to read scan data : Resource temporarily unavailable
??
tc10b@tc10b-175-175:~$ sudo ifconfig eth1 up
tc10b@tc10b-175-175:~$ sudo dhclient eth1
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
Listening on LPF/eth1/00:04:75:9a:3d:51
Sending on LPF/eth1/00:04:75:9a:3d:51
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 1
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
tc10b@tc10b-175-175:~$ sudo iwconfig eth1 essid linksys
tc10b@tc10b-175-175:~$ sudo iwconfig eth1 mode managed
tc10b@tc10b-175-175:~$ sudo dhcpcd -t 10 -d eth1
dhcpcd: MAC address = 00:04:75:9a:3d:51
(at this point the card light comes on, which means the card is down)
tc10b@tc10b-175-175:~$ sudo ifconfig eth1 up
tc10b@tc10b-175-175:~$ sudo dhcpcd eth1 linksys
This just hangs the system for about a minute and then switches the light on the card on, which is rather odd as it means the card has been unloaded.
I'm going to try and compile the drivers again to see if that makes a difference
tc10b@tc10b-175-175:~$ cardctl ident
Socket 0:
product info: "3Com", "3CRSHPW_96 Wireless LAN PC Card"
manfid: 0x0101, 0x0696
function: 6 (network)
Socket 1:
no product info available
So it's already recognising it correctly.
OK I reinstalled the latest drivers, and still no luck:
tc10b@tc10b-175-175:~/Downloads/atmelwlandriver$ sudo make install
pcmcia directory already exists
usb directory already exists
pci directory already exists
bin directory already exists
x11r6 bin directory already exists
Run #depmod -aeq after installation.
OK
tc10b@tc10b-175-175:~/Downloads/atmelwlandriver$ sudo depmod -aeq
Now when I run dmesg, it reads it as an atmel card and not as a 3com card:
[17184059.696000] pccard: card ejected from slot 0
[17184063.896000] pccard: PCMCIA card inserted into slot 0
[17184063.896000] pcmcia: registering new device pcmcia0.0
[17184064.472000] eth1: Atmel at76c50x. Version 0.98. MAC 00:04:75:9a:3d:51
[17184064.928000] ADDRCONF(NETDEV_UP): eth1: link is not ready
I don't know what the last line means, can anyone shed some light?
tc10b@tc10b-175-175:~$ ifconfig
eth0 ommitted
eth1 Link encap:Ethernet HWaddr 00:04:75:9A:3D:51
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:11 errors:1 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:660 (660.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0x2100
tc10b@tc10b-175-175:~$ iwconfig
eth1 IEEE 802.11-DS ESSID:"linksys"
Mode:Managed Frequency:2.437 GHz Access Point: 00:06:25:78:63:0F
Bit Rate:11 Mb/s
Retry min limit:7 RTS thr

ff Fragment thr

ff
Power Management

ff
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
I'm now completely lost, and at my wits end I have a reliable wired connection but I would like to go wireless.
If anyone can help it would be very much appreciated.
