Guest User

Untitled

a guest
Mar 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. student@netbook:~$ lsusb
  2. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  3. Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  4. Bus 001 Device 003: ID 0bda:8152 Realtek Semiconductor Corp.
  5. Bus 001 Device 004: ID 1017:1006 Speedy Industrial Supplies, Pte., Ltd
  6. Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
  7. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  8. student@netbook:~$ lspci
  9. 00:01.0 IDE interface: VIA Technologies, Inc. Device 1359
  10. 00:02.0 Ethernet controller: VIA Technologies, Inc. VT6105/VT6106S [Rhine-III] (rev 84)
  11. 00:04.0 USB controller: VIA Technologies, Inc. USB 2.0 (rev 90)
  12. 00:05.0 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 90)
  13. 00:06.0 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 90)
  14. student@netbook:~$ dmesg|grep wifi
  15. [    3.735124] wifi_power_ctrl 1, delay:0
  16. [    3.735158] use default wifi gpio: susgpio1
  17. [    3.735179] request gpio:156 for wifi success!!!
  18. [    3.735189] power on wifi
  19. [    3.735282] wifi_power_ctrl 0, delay:0
  20. [    3.735310] use default wifi gpio: susgpio1
  21. [    3.735328] power down wifi
  22. student@netbook:~$
Add Comment
Please, Sign In to add comment