TEW-424UB TRENDNet Wirless USB 2.0 Adapter on Ubuntu
From Brandonhutchinson.com
(Difference between revisions)
(New page: Here is how I got a TRENDNet TEW-424UB USB 2.0 adapter working with Ubuntu 7.10. * Install ndiswrapper Although the kernel includes the ndiswrapper module, I need the userspace utilities...) |
|||
| Line 1: | Line 1: | ||
Here is how I got a TRENDNet TEW-424UB USB 2.0 adapter working with Ubuntu 7.10. | Here is how I got a TRENDNet TEW-424UB USB 2.0 adapter working with Ubuntu 7.10. | ||
| - | * Install ndiswrapper | + | * Install ndiswrapper. |
Although the kernel includes the ndiswrapper module, I need the userspace utilities. | Although the kernel includes the ndiswrapper module, I need the userspace utilities. | ||
| Line 12: | Line 12: | ||
$ '''sudo ndiswrapper -i ~/.wine/drive_c/Program\ Files/TRENDnet/TEW-424UB/Driver/net8187b.inf''' | $ '''sudo ndiswrapper -i ~/.wine/drive_c/Program\ Files/TRENDnet/TEW-424UB/Driver/net8187b.inf''' | ||
installing net8187b ... | installing net8187b ... | ||
| + | |||
| + | == Links == | ||
| + | |||
| + | * [https://help.ubuntu.com/community/WifiDocs/Device/TRENDnet_TEW-424UB_3.0R_(ndiswrapper) WifiDocs/Device/TRENDnet TEW-424UB 3.0R (ndiswrapper)] | ||
Revision as of 04:17, 15 January 2008
Here is how I got a TRENDNet TEW-424UB USB 2.0 adapter working with Ubuntu 7.10.
- Install ndiswrapper.
Although the kernel includes the ndiswrapper module, I need the userspace utilities.
$ sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9
- Run the CD-based install utility.
$ wine /media/cdrom/Utility/XP_2000_ME_98SE/Setup.exe
- Install the driver using ndiswrapper.
$ sudo ndiswrapper -i ~/.wine/drive_c/Program\ Files/TRENDnet/TEW-424UB/Driver/net8187b.inf installing net8187b ...
