Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. uname -r
  2. 3.8.0-35-generic
  3.  
  4. sudo modprobe rtl8192cu
  5.  
  6. lsusb
  7. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  8. Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
  9. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  10. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  11. Bus 001 Device 004: ID 2357:0100
  12. Bus 002 Device 003: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
  13. Bus 002 Device 004: ID 07d1:3c0d D-Link System DWA-125 Wireless N 150 Adapter(rev.A1) [Ralink RT3070]
  14. Bus 002 Device 005: ID 0458:012b KYE Systems Corp. (Mouse Systems)
  15.  
  16. sudo dkms status
  17. 8192cu, 1.8, 3.8.0-35-generic, x86_64: installed
  18. ndiswrapper, 1.58, 3.8.0-35-generic, x86_64: installed
  19.  
  20. ➜ ~ sudo dkms status
  21. 8192cu, 1.8, 3.11.0-15-generic, x86_64: installed
  22. 8192cu, 1.8, 3.8.0-35-generic, x86_64: installed
  23. ndiswrapper, 1.58: added
  24. ➜ ~ uname -r
  25. 3.11.0-15-generic
  26. ➜ ~ sudo modprobe rtl8192cu
  27.  
  28. sudo apt-get install linux-firmware linux-image-extra-3.8.0-35-generic linux-image-extra-3.11.0-15-generic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement