USBTV007 cpture device driver [Requires V4L2].

discuss compiling applications for Puppy
Post Reply
Message
Author
TheNH813
Posts: 62
Joined: Wed 13 Nov 2013, 19:27

USBTV007 cpture device driver [Requires V4L2].

#1 Post by TheNH813 »

<sarcasm> Take a look at the BRILLIANT work on this makefile </sarcasm>

I get: Make: *** No Targets
So im like WHA!?!!??! Theres a Makefile in this folder. I open it and see this:

Code: Select all

usbtv-y := usbtv-core.o \
	usbtv-video.o \
	usbtv-audio.o

obj-$(CONFIG_VIDEO_USBTV) += usbtv.o
Why would the developer exclude a target? After fixing GCC spits out all sorts of errors, so iv got to debug the code with my horrible C knowlege. After that I will post a PET that anyone else with a USBTV-007 EasyCap can test it. If I have any problems I will ask on this thread.

boof
Posts: 579
Joined: Wed 26 Sep 2012, 22:53

#2 Post by boof »

I'm trying to sort mine out too, but I'm only using a 32bit machine->1.8GHz.

Keep me posted how you go.
slacko 5.7.1 VLC 2.1.0-----cannot config. no know how.

BTW--yes C is horrible, to them that aren't skilled.

boof
Posts: 579
Joined: Wed 26 Sep 2012, 22:53

#3 Post by boof »

I believe I now have the necessary windows files and drivers to operate these from xp tp win 7 as 32bit devices. I could upload the mini cd [v6.16] if it was needed [pls explain where to]. My device is a SLC(?) video & audio grabber, it shows as a Realtek device: vendor 0xbda product 0x158

Post Reply