Skip to content

Instantly share code, notes, and snippets.

/lsmod Secret

Created February 4, 2015 02:35
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/c1289a36bb6551585ff4 to your computer and use it in GitHub Desktop.
Save anonymous/c1289a36bb6551585ff4 to your computer and use it in GitHub Desktop.
me@pi ~ $ lsmod
Module Size Used by
xt_multiport 1853 6
iptable_filter 1706 1
ip_tables 12393 1 iptable_filter
x_tables 18646 3 ip_tables,xt_multiport,iptable_filter
snd_bcm2835 21342 0
snd_pcm 93100 1 snd_bcm2835
snd_seq 61097 0
snd_seq_device 7209 1 snd_seq
snd_timer 23007 2 snd_pcm,snd_seq
snd 67211 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device
uio_pdrv_genirq 3666 0
uio 9897 1 uio_pdrv_genirq
me@pi ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment