Advertisement
Guest User

JT-Config-041013

a guest
Apr 10th, 2013
3,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.13 KB | None | 0 0
  1. $ lspci | grep WiFi
  2. 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
  3.  
  4. $ lsmod
  5. Module                  Size  Used by
  6. usb_storage            48834  0
  7. pci_stub               12623  1
  8. vboxpci                23195  0
  9. vboxnetadp             25671  0
  10. vboxnetflt             23480  0
  11. vboxdrv               287190  3 vboxpci,vboxnetadp,vboxnetflt
  12. bnep                   18141  2
  13. rfcomm                 46620  0
  14. bluetooth             209249  10 bnep,rfcomm
  15. parport_pc             32689  0
  16. ppdev                  17074  0
  17. binfmt_misc            17501  1
  18. nfsd                  255927  2
  19. nfs                   301354  0
  20. lockd                  76909  2 nfsd,nfs
  21. fscache                61094  1 nfs
  22. auth_rpcgss            40956  2 nfsd,nfs
  23. nfs_acl                12838  2 nfsd,nfs
  24. sunrpc                229747  6 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
  25. snd_hda_codec_hdmi     32049  1
  26. snd_hda_codec_conexant    61898  1
  27. joydev                 17458  0
  28. uvcvideo               76750  0
  29. videobuf2_core         32852  1 uvcvideo
  30. videodev              120310  2 uvcvideo,videobuf2_core
  31. videobuf2_vmalloc      12861  1 uvcvideo
  32. videobuf2_memops       13405  1 videobuf2_vmalloc
  33. nf_conntrack_ipv4      14481  1
  34. nf_defrag_ipv4         12730  1 nf_conntrack_ipv4
  35. xt_tcpudp              12604  5
  36. xt_conntrack           12761  1
  37. nf_conntrack           82634  2 nf_conntrack_ipv4,xt_conntrack
  38. iptable_filter         12811  1
  39. ip_tables              26996  1 iptable_filter
  40. coretemp               13401  0
  41. x_tables               29757  4 xt_tcpudp,xt_conntrack,iptable_filter,ip_tables
  42. kvm                   414071  0
  43. ghash_clmulni_intel    13221  0
  44. aesni_intel            51038  2
  45. cryptd                 20404  2 ghash_clmulni_intel,aesni_intel
  46. aes_x86_64             17256  1 aesni_intel
  47. arc4                   12530  2
  48. snd_hda_intel          33492  3
  49. snd_hda_codec         134213  3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
  50. snd_hwdep              17699  1 snd_hda_codec
  51. snd_pcm                96668  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
  52. thinkpad_acpi          81199  0
  53. snd_seq_midi           13325  0
  54. microcode              22804  0
  55. psmouse                95595  0
  56. serio_raw              13216  0
  57. snd_rawmidi            30513  1 snd_seq_midi
  58. nvram                  14363  1 thinkpad_acpi
  59. wmi                    19071  0
  60. rtl8192ce              53641  0
  61. snd_seq_midi_event     14900  1 snd_seq_midi
  62. snd_seq                61555  2 snd_seq_midi,snd_seq_midi_event
  63. snd_timer              29426  2 snd_pcm,snd_seq
  64. snd_seq_device         14498  3 snd_seq_midi,snd_rawmidi,snd_seq
  65. rtl8192c_common        48780  1 rtl8192ce
  66. snd                    78921  17 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,thinkpad_acpi,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  67. rtlwifi                74749  1 rtl8192ce
  68. mac80211              540032  3 rtl8192ce,rtl8192c_common,rtlwifi
  69. lpc_ich                17062  0
  70. cfg80211              206797  2 rtlwifi,mac80211
  71. i915                  520615  4
  72. soundcore              15048  1 snd
  73. drm_kms_helper         49113  1 i915
  74. snd_page_alloc         18485  2 snd_hda_intel,snd_pcm
  75. mac_hid                13206  0
  76. drm                   288721  5 i915,drm_kms_helper
  77. mei                    40691  0
  78. i2c_algo_bit           13414  1 i915
  79. video                  19391  1 i915
  80. lp                     17760  0
  81. parport                46346  3 parport_pc,ppdev,lp
  82. ahci                   25721  5
  83. libahci                31192  1 ahci
  84. r8169                  61651  0
  85.  
  86.  
  87.  
  88. # /etc/modprobe.d/iwlwifi.conf
  89. # iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
  90. # microcode file installed on the system.  When removing iwlwifi, first
  91. # remove the iwl?vm module and then iwlwifi.
  92. remove iwlwifi \
  93. (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
  94. && /sbin/modprobe -r mac80211
  95.  
  96.  
  97. $ iwconfig
  98. eth0      no wireless extensions.
  99.  
  100. lo        no wireless extensions.
  101.  
  102. wlan0     IEEE 802.11bgn  ESSID:"JTLAN"  
  103.           Mode:Managed  Frequency:2.412 GHz  Access Point: 90:F6:52:64:28:2C  
  104.           Bit Rate=72.2 Mb/s   Tx-Power=20 dBm  
  105.           Retry  long limit:7   RTS thr=2347 B   Fragment thr:off
  106.           Power Management:off
  107.           Link Quality=66/70  Signal level=-44 dBm  
  108.           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  109.           Tx excessive retries:0  Invalid misc:55   Missed beacon:0
  110.  
  111.  
  112. $ iwlist channel
  113. eth0      no frequency information.
  114.  
  115. lo        no frequency information.
  116.  
  117. wlan0     13 channels in total; available frequencies :
  118.           Channel 01 : 2.412 GHz
  119.           Channel 02 : 2.417 GHz
  120.           Channel 03 : 2.422 GHz
  121.           Channel 04 : 2.427 GHz
  122.           Channel 05 : 2.432 GHz
  123.           Channel 06 : 2.437 GHz
  124.           Channel 07 : 2.442 GHz
  125.           Channel 08 : 2.447 GHz
  126.           Channel 09 : 2.452 GHz
  127.           Channel 10 : 2.457 GHz
  128.           Channel 11 : 2.462 GHz
  129.           Channel 12 : 2.467 GHz
  130.           Channel 13 : 2.472 GHz
  131.           Current Frequency:2.412 GHz (Channel 1)
  132.  
  133.  
  134.  
  135. $ iwlist frequency
  136. eth0      no frequency information.
  137.  
  138. lo        no frequency information.
  139.  
  140. wlan0     13 channels in total; available frequencies :
  141.           Channel 01 : 2.412 GHz
  142.           Channel 02 : 2.417 GHz
  143.           Channel 03 : 2.422 GHz
  144.           Channel 04 : 2.427 GHz
  145.           Channel 05 : 2.432 GHz
  146.           Channel 06 : 2.437 GHz
  147.           Channel 07 : 2.442 GHz
  148.           Channel 08 : 2.447 GHz
  149.           Channel 09 : 2.452 GHz
  150.           Channel 10 : 2.457 GHz
  151.           Channel 11 : 2.462 GHz
  152.           Channel 12 : 2.467 GHz
  153.           Channel 13 : 2.472 GHz
  154.           Current Frequency:2.412 GHz (Channel 1)
  155.  
  156.  
  157. $ lspci -v
  158. 00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
  159.     Subsystem: Lenovo Device 5000
  160.     Flags: bus master, fast devsel, latency 0
  161.     Capabilities: <access denied>
  162.  
  163. 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
  164.     Subsystem: Lenovo Device 5000
  165.     Flags: bus master, fast devsel, latency 0, IRQ 44
  166.     Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
  167.     Memory at e0000000 (64-bit, prefetchable) [size=256M]
  168.     I/O ports at 6000 [size=64]
  169.     Expansion ROM at <unassigned> [disabled]
  170.     Capabilities: <access denied>
  171.     Kernel driver in use: i915
  172.     Kernel modules: i915
  173.  
  174. 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
  175.     Subsystem: Lenovo Device 5000
  176.     Flags: bus master, medium devsel, latency 0, IRQ 45
  177.     Memory at f3600000 (64-bit, non-prefetchable) [size=64K]
  178.     Capabilities: <access denied>
  179.     Kernel driver in use: xhci_hcd
  180.  
  181. 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
  182.     Subsystem: Lenovo Device 5000
  183.     Flags: bus master, fast devsel, latency 0, IRQ 40
  184.     Memory at f3615000 (64-bit, non-prefetchable) [size=16]
  185.     Capabilities: <access denied>
  186.     Kernel driver in use: mei
  187.     Kernel modules: mei
  188.  
  189. 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
  190.     Subsystem: Lenovo Device 5000
  191.     Flags: bus master, medium devsel, latency 0, IRQ 16
  192.     Memory at f361a000 (32-bit, non-prefetchable) [size=1K]
  193.     Capabilities: <access denied>
  194.     Kernel driver in use: ehci_hcd
  195.  
  196. 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
  197.     Subsystem: Lenovo Device 5000
  198.     Flags: bus master, fast devsel, latency 0, IRQ 43
  199.     Memory at f3610000 (64-bit, non-prefetchable) [size=16K]
  200.     Capabilities: <access denied>
  201.     Kernel driver in use: snd_hda_intel
  202.     Kernel modules: snd-hda-intel
  203.  
  204. 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
  205.     Flags: bus master, fast devsel, latency 0
  206.     Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
  207.     I/O behind bridge: 00005000-00005fff
  208.     Memory behind bridge: f2e00000-f35fffff
  209.     Prefetchable memory behind bridge: 00000000f0400000-00000000f0bfffff
  210.     Capabilities: <access denied>
  211.     Kernel driver in use: pcieport
  212.     Kernel modules: shpchp
  213.  
  214. 00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
  215.     Flags: bus master, fast devsel, latency 0
  216.     Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
  217.     I/O behind bridge: 00004000-00004fff
  218.     Memory behind bridge: f2d00000-f2dfffff
  219.     Capabilities: <access denied>
  220.     Kernel driver in use: pcieport
  221.     Kernel modules: shpchp
  222.  
  223. 00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
  224.     Flags: bus master, fast devsel, latency 0
  225.     Bus: primary=00, secondary=04, subordinate=0b, sec-latency=0
  226.     I/O behind bridge: 00003000-00003fff
  227.     Memory behind bridge: f2500000-f2cfffff
  228.     Prefetchable memory behind bridge: 00000000f0c00000-00000000f13fffff
  229.     Capabilities: <access denied>
  230.     Kernel driver in use: pcieport
  231.     Kernel modules: shpchp
  232.  
  233. 00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
  234.     Flags: bus master, fast devsel, latency 0
  235.     Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
  236.     I/O behind bridge: 00002000-00002fff
  237.     Memory behind bridge: f1d00000-f24fffff
  238.     Prefetchable memory behind bridge: 00000000f1400000-00000000f1cfffff
  239.     Capabilities: <access denied>
  240.     Kernel driver in use: pcieport
  241.     Kernel modules: shpchp
  242.  
  243. 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
  244.     Subsystem: Lenovo Device 5000
  245.     Flags: bus master, medium devsel, latency 0, IRQ 23
  246.     Memory at f3619000 (32-bit, non-prefetchable) [size=1K]
  247.     Capabilities: <access denied>
  248.     Kernel driver in use: ehci_hcd
  249.  
  250. 00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
  251.     Subsystem: Lenovo Device 5000
  252.     Flags: bus master, medium devsel, latency 0
  253.     Capabilities: <access denied>
  254.     Kernel modules: lpc_ich
  255.  
  256. 00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
  257.     Subsystem: Lenovo Device 5000
  258.     Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 42
  259.     I/O ports at 6088 [size=8]
  260.     I/O ports at 6094 [size=4]
  261.     I/O ports at 6080 [size=8]
  262.     I/O ports at 6090 [size=4]
  263.     I/O ports at 6060 [size=32]
  264.     Memory at f3618000 (32-bit, non-prefetchable) [size=2K]
  265.     Capabilities: <access denied>
  266.     Kernel driver in use: ahci
  267.     Kernel modules: ahci
  268.  
  269. 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
  270.     Subsystem: Lenovo Device 5000
  271.     Flags: medium devsel, IRQ 7
  272.     Memory at f3614000 (64-bit, non-prefetchable) [size=256]
  273.     I/O ports at efa0 [size=32]
  274.     Kernel modules: i2c-i801
  275.  
  276. 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
  277.     Subsystem: Lenovo Device 5000
  278.     Flags: bus master, fast devsel, latency 0, IRQ 11
  279.     Memory at f2e00000 (32-bit, non-prefetchable) [size=4K]
  280.     Capabilities: <access denied>
  281.     Kernel modules: rtsx_pci
  282.  
  283. 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
  284.     Subsystem: Realtek Semiconductor Co., Ltd. Device 8195
  285.     Flags: bus master, fast devsel, latency 0, IRQ 17
  286.     I/O ports at 4000 [size=256]
  287.     Memory at f2d00000 (64-bit, non-prefetchable) [size=16K]
  288.     Capabilities: <access denied>
  289.     Kernel driver in use: rtl8192ce
  290.     Kernel modules: rtl8192ce
  291.  
  292. 0c:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
  293.     Subsystem: Lenovo Device 5000
  294.     Flags: bus master, fast devsel, latency 0, IRQ 41
  295.     I/O ports at 2000 [size=256]
  296.     Memory at f1404000 (64-bit, prefetchable) [size=4K]
  297.     Memory at f1400000 (64-bit, prefetchable) [size=16K]
  298.     Capabilities: <access denied>
  299.     Kernel driver in use: r8169
  300.     Kernel modules: r8169
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement