I seem to be having an issue with ndiswrapper and modprobe under Fedora core 6.
Kernel = 2.6.18-1.2869.fc6
Note: Under FC6, programs such as ndiswrapper, iwconfig etc, as far as i can tell, all need root privilages to run and therefore are located at /usr/sbin/ndiswrapper or /sbin/iwconfig etc.. which seems kinda sensible to me but also seems to be causing a prob!
I have successfully loaded the correct drivers into ndiswrapper and the pcmcia hardware is seen to be present as shown below:
(card is 3com 3CRWE154G72 if interested!)
Code:
[root@localhost ~]# /usr/sbin/ndiswrapper -l
3c154g72 : driver installed
device (10B7:6001) present
The card has been allocated
eth1 as its alias by default, which is fine by me.
Code:
[root@localhost ~]# /sbin/iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
eth1 NOT READY! ESSID:off/any Nickname:"localhost.localdomain"
Mode:Master Channel:0 Access Point: Not-Associated
Tx-Power=31 dBm Sensitivity=0/200
Retry min limit:0 RTS thr=0 B Fragment thr=0 B
Encryption key:off
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
Note: at this point the lights on the card are currently off - no matter how many reboots, still off!
>> Now we get to the fun bit..
Code:
[root@localhost ~]# /usr/sbin/ndiswrapper -m
couldn't run modprobe: No such file or directory at /usr/sbin/ndiswrapper line 700.
..ok so its trying to find modprobe but cant as modprobe is located in /sbin/modprobe and not /usr/sbin/
Im gathering that this has to be done in order to bring the card up for use and to get those lights on the thing going? (maybe followed by a reboot)
As i haven't yet managed to
-m it, setting rate in iwconfig gives me:
Code:
[root@localhost ~]# /sbin/iwconfig eth1 rate 11G
Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device eth1 ; Input/output error.
Which all in all is a tad annoying to say the least..so
Any help on this matter would be much appreciated!