I have a TL-WN620G wireless adapter, I installed the drivers using ndiswrapper. when I run
Code:
ndiswrapper -l
this is my results
Code:
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
athfmwdl : driver installed...
Hello tim.pirate,
First, those warnings are just telling you that the module loading business is changing and someday the old ways won't work.
Next, about the "FATAL: Module ndiswrapper not found." thing... I recommend that you try skipping that modprobe ndiswrapper step and reboot instead. But first do this...
Code:
ndiswrapper -mi
After you reboot, look in the NetworkManager ...
Okay, so I did that, and when I run ndiswrapper -l this is what I get
Code:
ndiswrapper -l
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
athfmwdl : driver installed
device (0CF3:0002) present
WARNING: Deprecated config ...
Well, that looks the same as before. I don't know anything about your TL-WN620G wireless device (never heard of it). So as far as I know, the ndiswrapper -l report looks good. It shows two drivers installed and a device present to use them (0CF3:0002). I'm more used to seeing only one driver, but you would know more about why there are two than me.
If you did the ndiswrapper -mi ...
Well, no ndiswrapper in that list. That clearly remains the #1 problem for now. I assume this is all happening in Fedora 11, so try this idea ( it worked for elelab ). If you did the ndiswrapper -mi command, then you should have a file named /etc/modprobe.d/ndiswrapper. Rename that file to /etc/modprobe.d/ndiswrapper.conf...
Code:
su
mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/...
okay I ran exactly what you said
Code:
su
mv /etc/modprobe.d/ndiswrapper /etc/modprobe.d/ndiswrapper.conf
after a reboot I still don't see any available networks. lsmod | sort shows this
Code:
lsmod | sort
ac97_bus 1408 1 snd_ac97_codec
ata_generic 4288 0
bluetooth 77096 5 sco,bnep,l2cap
bnep 14900 2
...
Okay. Next, I would try the other "new" ndiswrapper option (-ma). Originally, we only had -m which wrote the usual alias line in /etc/modprobe.d/ndiswrapper. Later, two new options suddenly and quietly appeared (-mi, -ma). As you now know, they create the file /etc/modprobe.d/ndiswrapper with "some stuff" in it. See ndiswrapper --help for a brief (really really brief) description of them. I ...
I've been reading some Ubuntu stuff about this device. I read several comments about not installing the athfmwdl driver and the thing worked. You could try that easily. But first delete the current ndiswrapper.conf in order to keep things orderly (change one thing at time is a good rule)...
Code:
su
rm /etc/modprobe.d/ndiswrapper.conf
Then, if you're willing, try it without athfmwdl...
I ran modprobe ndiswrapper
Code:
modprobe ndiswrapper
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
. I restarted the NetworkManager and still nothing. I followed your steps exactly.
Nothing. Bummer. I don't what else to do. I searched with Google here and at linuxwireless.org using the model name and PCI-ID number. 0CF3:0002 site:fedoraforum.org 0CF3:0002 site:linuxwireless.org TL-WN620G site:fedoraforum.org TL-WN620G site:linuxwireless.org The only hits are your posts and a single post from 2007 with no information you could use. You are blazing a new trail here. You've got maybe a toe in the door with that...
Related threads on "FedoraForum.org - Fedora Core Support Forum & Community":
Thread profile page for "Help with ndiswrapper" on http://www.fedoraforum.org.
This report page is a snippet summary view from a single thread "Help with ndiswrapper", located on the Message Board at http://www.fedoraforum.org.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity