1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| root@LT-KEVIN:/home/kevin# lspci
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 1051 (rev a1)
03:00.0 Network controller: Intel Corporation WiFi 100 Series
04:00.0 USB Controller: Device 1b21:1042
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
root@LT-KEVIN:/home/kevin# lsmod
Module Size Used by
acpi_cpufreq 5571 1
cpufreq_userspace 1992 0
cpufreq_conservative 5162 0
cpufreq_powersave 902 0
cpufreq_stats 2740 0
parport_pc 18855 0
ppdev 5030 0
lp 7462 0
parport 27954 3 parport_pc,ppdev,lp
sco 7225 2
bridge 39678 0
stp 1440 1 bridge
bnep 9443 2
rfcomm 29645 0
l2cap 24752 6 bnep,rfcomm
bluetooth 41843 6 sco,bnep,rfcomm,l2cap
rfkill 13060 2 bluetooth
i915 256158 0
uinput 6376 1
binfmt_misc 6447 1
fuse 50972 1
loop 11799 0
snd_hda_codec_realtek 235698 1
snd_hda_intel 20051 0
snd_hda_codec 54244 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5380 1 snd_hda_codec
snd_pcm_oss 32607 0
snd_mixer_oss 12606 1 snd_pcm_oss
snd_pcm 60487 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi 4400 0
snd_rawmidi 15515 1 snd_seq_midi
snd_seq_midi_event 4628 1 snd_seq_midi
snd_seq 42913 2 snd_seq_midi,snd_seq_midi_event
nouveau 353192 0
ttm 40226 1 nouveau
snd_timer 15598 2 snd_pcm,snd_seq
snd_seq_device 4493 3 snd_seq_midi,snd_rawmidi,snd_seq
drm_kms_helper 20369 2 i915,nouveau
snd 46542 11 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
drm 142416 4 i915,nouveau,ttm,drm_kms_helper
uvcvideo 52127 0
videodev 30105 1 uvcvideo
soundcore 4598 1 snd
v4l1_compat 11442 2 uvcvideo,videodev
i2c_i801 7830 0
i2c_algo_bit 4209 2 i915,nouveau
v4l2_compat_ioctl32 8474 1 videodev
snd_page_alloc 6265 2 snd_hda_intel,snd_pcm
psmouse 49937 0
video 17445 1 i915
i2c_core 15835 7 i915,nouveau,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
processor 29951 5 acpi_cpufreq
serio_raw 3752 0
wmi 4323 0
output 1692 1 video
button 4650 2 i915,nouveau
evdev 7352 19
pcspkr 1699 0
battery 4998 0
ac 2192 0
ext4 288510 1
mbcache 5050 1 ext4
jbd2 67143 1 ext4
crc16 1319 2 l2cap,ext4
sg 24085 0
sr_mod 12602 0
sd_mod 29953 3
cdrom 29351 1 sr_mod
crc_t10dif 1276 1 sd_mod
xhci 34025 0
ahci 32886 2
libata 133824 1 ahci
ehci_hcd 32145 0
scsi_mod 126789 4 sg,sr_mod,sd_mod,libata
r8169 36872 0
mii 3210 1 r8169
usbcore 123186 4 uvcvideo,xhci,ehci_hcd
nls_base 6377 1 usbcore
thermal 11674 0
thermal_sys 11942 3 video,processor,thermal |