rt73usb module seems broken, how do I fix it or get ndiswrapper working again instead again?
There is a new RT73 USB module in the newest kernels but it has yet to work for me (it can detect my network but authenticating will network). I used to use ndiswrapper and it works for me. The only way I can use ndiswrapper is to rmmod rt73usb module and modprobe ndiswrapper again. What should I set in /etc/modprobe.d/ to stop rt73usb and startup ndiswrapper?
Or if you know who to get the rt73usb module working that would be better! :-)
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Zac Bowling
- Solved:
- 2007-04-26
- Last query:
- 2007-04-26
- Last reply:
- 2007-04-22
| Will Farrington (wcfarrington) said : | #1 |
The RT73USB module included with Ubuntu does not work.
Also, ndiswrapper is unnecessary as there is a GPL Linux driver which can be found here: http://
Then do the following to install it and blacklist the version Ubuntu includes:
1. Run "gksudo gedit /etc/modprobe.
# Added when rt73 module was installed
blacklist rt73usb
blacklist rt2570
2. Run "sudo apt-get update; sudo apt-get install build-essential linux-headers-
3. Run "sudo ln -s /usr/src/
4. Run "cd /path/to/
5. Run "cd Module/"
6. Run "make; sudo make install"
7. Run "sudo mkdir -p /etc/Wireless/
8. Run "sudo cp rt73.bin /etc/Wireless/
Now, you can use either network-admin, or you can hand-edit /etc/network/
|
|
#2 |
revised steps:
1. Run "gksudo gedit /etc/modprobe.
# Added when rt73 module was installed
blacklist rt73usb
blacklist rt2570
2. Run "sudo apt-get update; sudo apt-get install build-essential linux-headers-
3. Run "sudo ln -s /usr/src/
4. Run "cd /path/to/
5. Run "cd Module/"
6. Edit rt_config.h and change PROFILE_PATH and RT2573_
7. Run "make; sudo make install"
8. copy the contents of the created /etc/modprobe.conf to end of /etc/modprobe.
9. delete the incorrectly created /etc/modprobe.conf
10. Run "sudo mkdir -p /etc/network/
11. Run "sudo cp rt73.bin /etc/network/
| Zac Bowling (zac) said : | #3 |
Ahh poop
that sigfaults when that module loads. A few bits of code are broken... badly...

