Skip to content

Instantly share code, notes, and snippets.

Created May 28, 2014 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ed398e724a2bcd71a08f to your computer and use it in GitHub Desktop.
Save anonymous/ed398e724a2bcd71a08f to your computer and use it in GitHub Desktop.
lsmod failed
mathew@mathew-laptop:~$ lsmod
Module Size Used by
snd_hrtimer 12648 1
joydev 17097 0
coretemp 13195 0
snd_hda_codec_realtek 50315 1
snd_hda_intel 42658 3
snd_hda_codec 164003 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
snd_pcm 89488 2 snd_hda_codec,snd_hda_intel
arc4 12536 4
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
dm_multipath 22402 0
snd_seq_midi 13132 0
ip6t_REJECT 12826 1
snd_seq_midi_event 14475 1 snd_seq_midi
scsi_dh 14458 1 dm_multipath
xt_hl 12465 6
rt2800usb 22485 0
ip6t_rt 13259 3
rt2x00usb 20041 1 rt2800usb
snd_rawmidi 25094 1 snd_seq_midi
nf_conntrack_ipv6 18414 7
nf_defrag_ipv6 26070 1 nf_conntrack_ipv6
rt2800lib 70115 1 rt2800usb
ipt_REJECT 12485 1
xt_LOG 17446 10
ath5k 135055 0
microcode 18894 0
xt_limit 12541 13
xt_tcpudp 12756 18
xt_addrtype 12563 4
rt2x00lib 48933 3 rt2x00usb,rt2800lib,rt2800usb
ath 19187 1 ath5k
snd_seq 55383 3 snd_seq_midi_event,snd_seq_midi
nf_conntrack_ipv4 14492 7
nf_defrag_ipv4 12649 1 nf_conntrack_ipv4
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
psmouse 90642 0
xt_conntrack 12664 14
snd_timer 24447 3 snd_hrtimer,snd_pcm,snd_seq
mac80211 517444 4 ath5k,rt2x00lib,rt2x00usb,rt2800lib
serio_raw 13189 0
ip6table_filter 12711 1
ip6_tables 17819 1 ip6table_filter
parport_pc 31981 0
ppdev 17391 0
nf_conntrack_netbios_ns 12585 0
nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns
nf_nat_ftp 12645 0
nf_nat 25588 1 nf_nat_ftp
nf_conntrack_ftp 14056 1 nf_nat_ftp
nf_conntrack 82913 8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
iptable_filter 12706 1
ip_tables 17987 1 iptable_filter
x_tables 22067 13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT,ip6_tables,xt_addrtype,ip6t_REJECT
crc_ccitt 12627 1 rt2800lib
rfcomm 53664 0
bnep 18959 2
bluetooth 323656 10 bnep,rfcomm
snd 60790 18 snd_hda_codec_realtek,snd_hrtimer,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
lpc_ich 16864 0
cfg80211 401762 4 ath,ath5k,mac80211,rt2x00lib
binfmt_misc 13140 1
soundcore 12600 1 snd
toshiba_acpi 18301 0
sparse_keymap 13708 1 toshiba_acpi
wmi 18590 1 toshiba_acpi
mac_hid 13037 0
lp 13299 0
parport 40795 3 lp,ppdev,parport_pc
btrfs 808940 0
zlib_deflate 26445 1 btrfs
raid6_pq 97455 1 btrfs
libcrc32c 12543 1 btrfs
dm_raid45 75297 0
xor 26221 2 btrfs,dm_raid45
dm_mirror 21715 0
dm_region_hash 15984 1 dm_mirror
dm_log 18072 3 dm_region_hash,dm_mirror,dm_raid45
hid_generic 12492 0
usbhid 47361 0
hid 87370 2 hid_generic,usbhid
i915 594547 4
i2c_algo_bit 13197 1 i915
r8169 61562 0
drm_kms_helper 46867 1 i915
ahci 25579 2
libahci 26619 1 ahci
mii 13654 1 r8169
drm 242400 5 i915,drm_kms_helper
video 18777 1 i915
mathew@mathew-laptop:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment