Guest User

Untitled

a guest
Jan 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [root@example stk11xx-2.1.0]# make -f Makefile.standalone clean
  2. make -C /lib/modules/2.6.40.3-0.fc15.i686/build SUBDIRS=/home/sun/Downloads/stk11xx-2.1.0 clean
  3. make[1]: Entering directory `/usr/src/kernels/2.6.40.3-0.fc15.i686'
  4. make[1]: Leaving directory `/usr/src/kernels/2.6.40.3-0.fc15.i686'
  5. [root@example stk11xx-2.1.0]# make -f Makefile.standalone
  6. make -C /lib/modules/2.6.40.3-0.fc15.i686/build SUBDIRS=/home/sun/Downloads/stk11xx-2.1.0 modules
  7. make[1]: Entering directory `/usr/src/kernels/2.6.40.3-0.fc15.i686'
  8. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-usb.o
  9. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-v4l.o
  10. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-sysfs.o
  11. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev.o
  12. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-buf.o
  13. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-bayer.o
  14. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-a311.o
  15. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-a821.o
  16. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-6a31.o
  17. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-6a33.o
  18. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-6a51.o
  19. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-6a54.o
  20. CC [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx-dev-6d51.o
  21. LD [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx.o
  22. Building modules, stage 2.
  23. MODPOST 1 modules
  24. CC /home/sun/Downloads/stk11xx-2.1.0/stk11xx.mod.o
  25. LD [M] /home/sun/Downloads/stk11xx-2.1.0/stk11xx.ko
  26. make[1]: Leaving directory `/usr/src/kernels/2.6.40.3-0.fc15.i686'
  27. [root@example stk11xx-2.1.0]# modprobe videodev
  28. [root@example stk11xx-2.1.0]# insmod stk11xx.ko
  29. [root@example stk11xx-2.1.0]# gst-launch -v autovideosrc ! autovideosink
  30. Setting pipeline to PAUSED ...
  31. ERROR: Pipeline doesn't want to pause.
  32. ERROR: from element /GstV4l2Src:autovideosrc0-actual-src-v4l: Cannot identify device '/dev/video0'.
  33. Additional debug info:
  34. v4l2_calls.c(493): gst_v4l2_open (): /GstV4l2Src:autovideosrc0-actual-src-v4l:
  35. system error: No such file or directory
  36. Setting pipeline to NULL ...
  37. Freeing pipeline ...
Add Comment
Please, Sign In to add comment