Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: malikawan on December 09, 2014, 06:19:33 AM

Title: Driver for video capturing card
Post 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
Title: Re: Driver for video capturing card
Post by: Juanito on December 09, 2014, 06:46:13 AM
is it in the v4l-dvb-KERNEL extension?
Title: Re: Driver for video capturing card
Post by: malikawan on December 09, 2014, 06:57:53 AM
it is DVP1412W8001E-T RoHS card
Title: Re: Driver for video capturing card
Post by: malikawan on December 09, 2014, 07:09:58 AM
Driver for the WIS GO7007 multi-format video encoder.
Title: Re: Driver for video capturing card
Post by: Juanito on December 09, 2014, 07:20:51 AM
looks like it's in /drivers/staging/media/go7007, which probably means you'll need to compile it...
Title: Re: Driver for video capturing card
Post by: malikawan on December 09, 2014, 07:23:00 AM
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
Title: Re: Driver for video capturing card
Post by: Juanito on December 09, 2014, 07:44:13 AM
something like:
Code: [Select]
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

Title: Re: Driver for video capturing card
Post by: wysiwyg on January 09, 2015, 08:35:50 PM
Would that package work for a Hauppauge WinTV-HVR 2250?

Thanks,
Dave
Title: Re: Driver for video capturing card
Post by: curaga on January 10, 2015, 04:38:33 AM
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.
Title: Re: Driver for video capturing card
Post by: wysiwyg on January 10, 2015, 10:17:58 AM
Awesome!  Thanks curaga!

Dave