Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. For those who also have a INPROCOMM IPN 2220-Adapter:
  2.  
  3. If there is already a non-functioning Windows driver via ndiswrapper was installed, it must first be removed (see my comments above).
  4.  
  5. A working driver can be installed in the following ways:
  6.  
  7. sudo apt-get install ndiswrapper-utils-1.9
  8. mkdir ipn
  9. ipn cd
  10. wget http:// wifi.uevora.pt / drivers/acer/ipn2220/inprocomm_ipn2220_v3.07.02.2005.zip
  11. inprocomm_ipn2220_v3.07.02.2005.zip unzip
  12. sudo ndiswrapper-i neti2220.inf
  13. sudo depmod-a
  14. sudo modprobe ndiswrapper
  15. sudo ndiswrapper-m
  16. echo ndiswrapper | sudo tee-a / etc / modules
  17.  
  18. After a reboot the wireless adapter should work.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement