randorfer
2007-10-31, 06:38 PM CDT
Hey everyone,
I am not quite sure what is going on. I have a atheros 5007eg wireless card (not supported by madwifi) so I have been forced -- I believe -- to use ndiswrapper. Here are the steps I have taken thus far.
sudo yum install kmod-ndiswrapper
sudo /usr/sbin/ndiswrapper -i net5211.inf
*I believe this is the correct windows driver for my wireless card*
*load up with out any problems*
sudo modprobe -nv ndiswrapper
insmod /lib/modules/2.6.23.1-42.fc8/extra/ndiswrapper/ndiswrapper.ko
Which I believe tells me that everything should go ok with the mod insert but, when I do
sudo modprobe ndiswrapper
the system hangs (no mouse, no ctrl + alt + backspace or ctrl + alt + delete etc) and I have to power cycle. I know that there is a log somewhere which could tell me what is happening (I assume a segfault somewhere, right?). Anyone have some ideas on what I should do next? Also, as an aside, when I do
sudo /usr/sbin/ndiswrapper -l
the output is
net5211 : driver installed
device (168C:001C) present (alternate driver: ath5k)
But when I try to remove the alternate driver (maybe that is causing some errors?) with a simple
sudo rmmod ath5k
I get
ERROR: Module ath5k does not exist in /proc/modules
As I was writing this I realized I should just look inside /proc/modules to see what the module is called. For those interested it is ath_hal (atheros hardware abstraction layer).
So I just did
sudo rmmod ath_hal
which was sucessful and now I will try the infamous
sudo modprobe ndiswrapper
which is what usually causes the system to hang. I am posting this before I try it!
I am not quite sure what is going on. I have a atheros 5007eg wireless card (not supported by madwifi) so I have been forced -- I believe -- to use ndiswrapper. Here are the steps I have taken thus far.
sudo yum install kmod-ndiswrapper
sudo /usr/sbin/ndiswrapper -i net5211.inf
*I believe this is the correct windows driver for my wireless card*
*load up with out any problems*
sudo modprobe -nv ndiswrapper
insmod /lib/modules/2.6.23.1-42.fc8/extra/ndiswrapper/ndiswrapper.ko
Which I believe tells me that everything should go ok with the mod insert but, when I do
sudo modprobe ndiswrapper
the system hangs (no mouse, no ctrl + alt + backspace or ctrl + alt + delete etc) and I have to power cycle. I know that there is a log somewhere which could tell me what is happening (I assume a segfault somewhere, right?). Anyone have some ideas on what I should do next? Also, as an aside, when I do
sudo /usr/sbin/ndiswrapper -l
the output is
net5211 : driver installed
device (168C:001C) present (alternate driver: ath5k)
But when I try to remove the alternate driver (maybe that is causing some errors?) with a simple
sudo rmmod ath5k
I get
ERROR: Module ath5k does not exist in /proc/modules
As I was writing this I realized I should just look inside /proc/modules to see what the module is called. For those interested it is ath_hal (atheros hardware abstraction layer).
So I just did
sudo rmmod ath_hal
which was sucessful and now I will try the infamous
sudo modprobe ndiswrapper
which is what usually causes the system to hang. I am posting this before I try it!