Guest User

Untitled

a guest
Feb 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [11:14][root@genshi:/]% uname -a
  2. Linux genshi 2.6.15-1-686 #1 Tue Feb 21 20:25:22 UTC 2006 i686 GNU/Linux
  3. [11:14][root@genshi:/]% dpkg -l | grep spca
  4. ii spca5xx-modules-2.6.15-1-686 20060301+1 spca5xx modules for Linux (kernel 2.6.15-1-6
  5. ii spca5xx-modules-2.6.16-1-686 20060501+1 spca5xx modules for Linux (kernel 2.6.16-1-6
  6. ii spca5xx-modules-2.6.16-2-686 20060501+5 spca5xx modules for Linux (kernel 2.6.16-2-6
  7. [11:14][root@genshi:/]% dpkg -L spca5xx-modules-2.6.15-1-686 | grep -i \.ko
  8. /lib/modules/2.6.15-1-686/kernel/drivers/usb/media/spca5xx.ko
  9. [11:14][root@genshi:/]% modprobe spca5xx
  10. [11:14][root@genshi:/]% lsmod | grep -i spca
  11. spca5xx 646608 0
  12. videodev 8768 1 spca5xx
  13. usbcore 113284 4 spca5xx,ehci_hcd,uhci_hcd
  14.  
  15. ===========
  16.  
  17. dmesg output:
  18.  
  19. Linux video capture interface: v1.00
  20. usbcore: registered new driver spca5xx
  21. /home/otavio/hacking/pkg-spca5xx/spca5xx-modules-i386/build-area/spca5xx-modules-i386-20060301+1/modules/spca5xx/drivers/usb/spca5xx.c: spca5xx driver 00.57.10 registered
  22. usbcore: deregistering driver spca5xx
  23. /home/otavio/hacking/pkg-spca5xx/spca5xx-modules-i386/build-area/spca5xx-modules-i386-20060301+1/modules/spca5xx/drivers/usb/spca5xx.c: driver spca5xx deregistered
  24. usbcore: registered new driver spca5xx
  25. /home/otavio/hacking/pkg-spca5xx/spca5xx-modules-i386/build-area/spca5xx-modules-i386-20060301+1/modules/spca5xx/drivers/usb/spca5xx.c: spca5xx driver 00.57.10 registered
  26. usb 4-4: new high speed USB device using ehci_hcd and address 2
  27.  
  28.  
  29. ===========
Add Comment
Please, Sign In to add comment