Quote:
|
Originally Posted by Ug
I also have a Toshiba laptop. Basically FC2 doesn't load a required kernel module to kick start PCMCIA. So you need to do the following to make it work.
Code:
su -
modprobe yenta-socket
service pcmcia restart
|
Well, it seemed like it was worth a try on my Dell Inspiron 300m with Intel PRO 2100 wireless.
"modprobe yenta-socket" came back quietly with another prompt.
"service pcmcia restart" came back with the following:
Shutting down PCMCIA services: done.
Starting PCMCIA services: cardmgr[3781]: open_sock(socket 2) failed: Bad file descriptor
cardmgr[3781]: watching 2 sockets
done.
Network configuration still shows inactive status for eth1
Edit on Devices still shows "eth1 (Intel EtherExpro Pro 100B)" on the Hardware Device tab
checking "Bind" and clicking "Probe" still gives "[Errno 19] No such device." Entering the known MAC address "00:0c:f1:2a:f3:92" gives "Cannot activate network device eth1! Device eth1 has different MAC address than expected, ignoring." (DOS "ipconfig -all" shows the eth1 Intel 2100 MAC address)
Deleting the manually-entered MAC address and unchecking "Bind" goes back to original error, "eepro100 device eth1 does not seem to be present, delaying initialization."
Can anyone suggest a new approach?