Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. sudo apt-get install git build-essential
  2. git clone https://github.com/rtlwifi-linux/rtlwifi-next.git
  3. cd rtlwifi-next
  4. make
  5. sudo make install
  6.  
  7. sudo lshw -C network
  8. *-generic DISABLED
  9. description: Wireless interface
  10. product: Realtek Semiconductor Co., Ltd.
  11. vendor: Realtek Semiconductor Co., Ltd.
  12. physical id: 0
  13. bus info: pci@0000:04:00.0
  14. logical name: wlp4s0
  15. version: 00
  16. serial: 28:56:5a:2b:97:c9
  17. width: 64 bits
  18. clock: 33MHz
  19. capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  20. configuration: broadcast=yes driver=rtl8822be driverversion=4.10.0-041000-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
  21. resources: iomemory:ffffffff0-fffffffef irq:129 ioport:d000(size=256) memory:ec100000-ec10ffff
  22. *-network
  23. description: Ethernet interface
  24. product: Ethernet Connection (4) I219-V
  25. vendor: Intel Corporation
  26. physical id: 1f.6
  27. bus info: pci@0000:00:1f.6
  28. logical name: enp0s31f6
  29. version: 21
  30. serial: 54:e1:ad:1f:de:57
  31. size: 100Mbit/s
  32. capacity: 1Gbit/s
  33. width: 32 bits
  34. clock: 33MHz
  35. capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
  36. configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.1-4 ip=137.189.40.206 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
  37. resources: irq:128 memory:ec200000-ec21ffff
  38. *-network
  39. description: Ethernet interface
  40. physical id: 3
  41. logical name: ham0
  42. serial: 7a:79:19:2b:37:e0
  43. size: 10Mbit/s
  44. capabilities: ethernet physical
  45. configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full ip=25.43.55.224 link=yes multicast=yes port=twisted pair speed=10Mbit/s
  46.  
  47. rfkill list
  48. 1: tpacpi_bluetooth_sw: Bluetooth
  49. Soft blocked: yes
  50. Hard blocked: no
  51. 2: phy0: Wireless LAN
  52. Soft blocked: no
  53. Hard blocked: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement