Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1.  
  2. sudo wpa_supplicant -D nl80211,wext -i $MY_NETWORK -c ~/wpa_supplicant.conf
  3. Successfully initialized wpa_supplicant
  4. Could not set interface wlp3s0 flags (UP): Resource temporarily unavailable
  5. nl80211: Could not set interface 'wlp3s0' UP
  6. nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
  7. Could not set interface wlp3s0 flags (UP): Resource temporarily unavailable
  8. WEXT: Could not set interface 'wlp3s0' UP
  9. wlp3s0: Failed to initialize driver interface
  10.  
  11.  
  12.  
  13. sudo lshw -c network
  14. *-network DISABLED
  15. description: Wireless interface
  16. physical id: 0
  17. bus info: pci@0000:03:00.0
  18. logical name: wlp3s0
  19. version: 32
  20. serial: cc:b0:da:a3:3a:a1
  21. width: 64 bits
  22. clock: 33MHz
  23. capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  24. configuration: broadcast=yes driver=ath10k_pci driverversion=4.8.6 firmware=WLAN.RM.2.0-00180-QCARMSWPZ-1 latency=0 link=no multicast=yes wireless=IEEE 802.11
  25. resources: irq:281 memory:b2000000-b21fffff
  26.  
  27.  
  28.  
  29. sudo lspci -v
  30.  
  31. 03:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
  32. Subsystem: Lenovo Device 0827
  33. Flags: bus master, fast devsel, latency 0, IRQ 281
  34. Memory at b2000000 (64-bit, non-prefetchable) [size=2M]
  35. Capabilities: [40] Power Management version 3
  36. Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit-
  37. Capabilities: [70] Express Endpoint, MSI 00
  38. Capabilities: [100] Advanced Error Reporting
  39. Capabilities: [148] Virtual Channel
  40. Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
  41. Capabilities: [178] Latency Tolerance Reporting
  42. Capabilities: [180] L1 PM Substates
  43. Kernel driver in use: ath10k_pci
  44.  
  45.  
  46. $ lsmod | grep ath
  47. ath10k_pci 45056 0
  48. ath10k_core 237568 1 ath10k_pci
  49. ath 28672 1 ath10k_core
  50. mac80211 532480 1 ath10k_core
  51. cfg80211 466944 3 mac80211,ath,ath10k_core
  52.  
  53.  
  54. uname -a
  55. Linux chez-sboo 4.8.6 #1-NixOS SMP Mon Oct 31 11:26:46 UTC 2016 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement