[ltp] Re: At a Standstill with 770

Jon Flanders linux-thinkpad@linux-thinkpad.org
Wed, 31 Mar 2004 09:41:55 -0500


Duncan,

hmmm.
Starting with the obvious....
%]> ls /lib/modules/2.4.22-10mdk/pcmcia/pcmf502re.o



does the file exist ? 

This is what exists in the 3rdparty/atmelwlan directory, which is not
the same as /lib/modules/2.4.22-10mdk/pcmcia


[jon@localhost atmelwlan]$ ls
pcmf502_3com/  pcmf502_pci/   pcmf502_reve/  usbvnet_r505/      
usbvnet_rfmd/
pcmf502_504/   pcmf502_revd/  pcmf502_rfmd/  usbvnet_r505_2958/
[jon@localhost atmelwlan]$


Try 'modprobe pcmf502re' by hand

It was the same result. Should modprobe be looking for pcmf502_revd ?

Here's the output of some iwconfig

        
[root@localhost jon]# iwconfig eth0 essid any
Error for wireless request "Set ESSID" (8B1A) :
    SET failed on device eth0 ; No such device.
[root@localhost jon]# iwconfig eth0 freq 2.422G
Error for wireless request "Set Frequency" (8B04) :
    SET failed on device eth0 ; No such device.
[root@localhost jon]# modprobe yenta_socket;service pcmcia restart
Shutting down PCMCIA services: done.
Starting PCMCIA services: cardmgr[3013]: watching 2 sockets
done.
[root@localhost jon]# iwconfig eth0 freq 2.422G
Error for wireless request "Set Frequency" (8B04) :
    SET failed on device eth0 ; No such device.
[root@localhost jon]#

Thanks again for the help.

Jon Flanders