Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: malikawan on December 09, 2014, 06:19:33 AM
-
lsusb
Bus 002 Device 003: ID 0eb1:7007 WIS Technologies, Inc. WinFast WalkieTV WDM Capture
Tinycore 4.7.7
Need driver for capturing card
-
is it in the v4l-dvb-KERNEL extension?
-
it is DVP1412W8001E-T RoHS card
-
Driver for the WIS GO7007 multi-format video encoder.
-
looks like it's in /drivers/staging/media/go7007, which probably means you'll need to compile it...
-
plz Sir Juanito if u tell me how i compile these drivers plz if you tell me in step i shall be very thankful to you
-
something like:
tce-load -i perl5 bash ncurses-dev
tar xf linux*
cd linux*
make mrproper
cp config-KERNEL .config
make oldconfig
make prepare
make modules_prepare
cp Module.symvers-KERNEL Module.symvers
make SUBDIRS=scripts/mod
make M=drivers/staging/media/go7007
-
Would that package work for a Hauppauge WinTV-HVR 2250?
Thanks,
Dave
-
Google for the model name brings up this:
http://www.linux-hardware-guide.com/2014-08-24-hauppauge-wintv-hvr-2250-dual-hybrid-tv-pci-e
which says it uses the saa7164 module. This module is present in the v4l-dvb extension.
-
Awesome! Thanks curaga!
Dave