Guest User

Untitled

a guest
Jan 13th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.14 KB | None | 0 0
  1. $ uname -a
  2. Linux . 3.12.7-1-ARCH #1 SMP PREEMPT Fri Jan 10 08:50:35 CET 2014 x86_64 GNU/Linux
  3.  
  4. $ lspci -vvn|grep 43 -A7
  5. 04:00.0 0280: 14e4:432b (rev 01)
  6.     Subsystem: 106b:008d
  7.     Physical Slot: 3
  8.     Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  9.     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  10.     Latency: 0, Cache Line Size: 256 bytes
  11.     Interrupt: pin A routed to IRQ 18
  12.     Region 0: Memory at df200000 (64-bit, non-prefetchable) [size=16K]
  13. --
  14.     Kernel driver in use: b43-pci-bridge
  15.     Kernel modules: ssb
  16.  
  17. 05:00.0 0c00: 11c1:5901 (rev 07) (prog-if 10 [OHCI])
  18.     Subsystem: 11c1:5900
  19.     Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  20.     Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  21.     Latency: 0, Cache Line Size: 256 bytes
  22.  
  23. $ dmesg
  24. [..] device wlan0 entered promiscuous mode
  25.  
  26. $ ip l
  27. ..
  28. 2: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> ..
  29. ..
  30.  
  31. $ netstat -i
  32. ..
  33. wlan0     1500   336406      0   3985 0         70978      0      0      0 BMRU
Advertisement
Add Comment
Please, Sign In to add comment