Skip to content

Instantly share code, notes, and snippets.

@axiomsofchoice
Created June 9, 2012 19:47
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 axiomsofchoice/2902320 to your computer and use it in GitHub Desktop.
Save axiomsofchoice/2902320 to your computer and use it in GitHub Desktop.
lsusb and lsmod
pi@raspberrypi:~/media_build$ lsusb ; lsmod
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 04fc:05d8 Sunplus Technology Co., Ltd Wireless keyboard/mouse
Bus 001 Device 005: ID eb1a:2861 eMPIA Technology, Inc.
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Module Size Used by
fuse 49036 1
joydev 7576 0
evdev 6404 2
snd_usb_audio 68368 0
snd_pcm 49240 1 snd_usb_audio
snd_timer 13560 1 snd_pcm
snd_page_alloc 2660 1 snd_pcm
snd_hwdep 3888 1 snd_usb_audio
snd_usbmidi_lib 12992 1 snd_usb_audio
snd_rawmidi 12928 1 snd_usbmidi_lib
snd_seq_device 3684 1 snd_rawmidi
hid_sunplus 900 0
snd 31624 7 snd_usb_audio,snd_pcm,snd_timer,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq_device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment