Guest User

Untitled

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  2. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3. Bus 006 Device 003: ID 045e:00db Microsoft Corp. Natural Ergonomic Keyboard 4000 V1.0
  4. Bus 006 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
  5. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  6. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  7. Bus 001 Device 003: ID 0781:5406 SanDisk Corp. Cruzer Micro U3
  8. Bus 001 Device 002: ID Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter
  9. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  10. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  11. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  12.  
  13. ubuntu-mate@ubuntu-mate:~$ usb-devices | awk '/8171/' RS=
  14. T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
  15. D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
  16. P: Vendor=0bda ProdID=8171 Rev=02.00
  17. S: Manufacturer=Manufacturer Realtek
  18. S: Product=RTL8188S WLAN Adapter
  19. S: SerialNumber=
  20. C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
  21. I: If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=ff Prot=ff Driver=r8712u
  22.  
  23. ubuntu-mate@ubuntu-mate:~$ iwconfig
  24. unassociated Nickname:"rtl_wifi"
  25. Mode:Auto Access Point: Not-Associated Sensitivity:0/0
  26. Retry:off RTS thr:off Fragment thr:off
  27. Power Management:off
  28. Link Quality:0 Signal level:0 Noise level:0
  29. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  30. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  31.  
  32. enp3s0 no wireless extensions.
  33.  
  34. lo no wireless extensions.
  35.  
  36. sudo apt-get install git build-essential
  37. git clone https://github.com/chunkeey/rtl8192su.git
  38. cd rtl8192su
  39. make
  40. sudo make load
Add Comment
Please, Sign In to add comment