OK, thanks for the pointers.
dmesg doesn't seem to give me anything useful, but then again I'm not sure if there's anything specific to look for.
I tried;
dmesg | grep wlan0
That returned nothing, so I tried
dmesg | grep RT2500
and got;
rt2500 1.1.0 CVS CVS http:rt2x00.serialmonkey.com
rt2500 EEPROM: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Channel
rt2500 EEPROM: 6 6 6 6 7 7 7 7 7 7 7 7 7 7 dBm Maximum
I'm not quite sure what that tells me though.
I did;
ifconfig wlan0
and got;
Link encap: Ethernet HWaddr 00:08:A1:8D:2E;EA
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40096 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2255840 (2.1 MiB)
Interrupt:19 Base address:0x4000
Which implies that the card is instlled and running. Particularly as when I issue the command again, the number of TX packets keeps on increasing.
When I try;
iwconig wlan0
I get;
RT2500 Wirless ESSID:"" Nickname:"HOM03"
Mode:Managed Frequency=2.412 GHz Bit Rate=11 Mb/s Tx-Power:-1 dBm
RTS thr:off Fragment thr:off
Encryption key:xxxx-xxxx-xxxx Security mode:open
Link Quality=0/100 Signal level=-120 dBm Noise level:-201 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
The interesting thing is that the ESSID is empty where I would normally expect it to say "homenet".
I've tried doing;
iwconfig essid homenet
But when I check it again afterwards, it's always back to an empty string value again.
If I try;
wlanconfig
I get a "command not found" error.
I'm not sure where to find "syslog".
So it would seem that some of the network settings are missing or corrupt.
Where do I find the config file that stores this info so that I can check it directly? Is there such a file as wlan0.cfg or similar where these settings are stored?
Thanks,
Richard.