Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Hauppauge DEC2000-t



On Fri, Jan 02, 2004 at 02:13:30PM +0000, Tim Hewett wrote:
> Alex,
> 
> On 1 Jan 2004, at 23:46, Alex Woods wrote:
> 
> >>Now I've got the SkyStar2 card recognised by the dvb-kernel drivers
> >>and also the Hauppauge DEC2000-t (USB device) seems to be registered
> >>as shown by dmesg, I only get one device showing in /dev/dvb. 
> >>Shouldn't
> >>there be two, since both the SkyStar2 PCI and Hauppauge USB devices
> >>have been detected? I'd love to be able to record from more than one
> >>source at a time.
> >
> >Make sure you have built the firmware into the driver.  See
> >linux/Documentation/dvb/ttusb-dec.txt in dvb-kernel for details
> 
> I have just followed these instructions and there is a build error
> (see attached shell log below). I have spaced out the individual
> commands to make it more readable, so you can see the DEC2000
> firmware being extracted and placed in the right directory prior to
> building dvb-kernel.
> 
> Do you know what is wrong to cause the fdump error?

Looks like a rogue character in the Makefile:

--- dvb-kernel/build-2.4/Makefile	2003-12-28 11:08:51.000000000 +0000
+++ dvb-kernel-20031228/build-2.4/Makefile	2003-12-28 12:11:12.000000000 +0000
@@ -134,7 +134,7 @@
 
 dsp_dec2000t.h: fdump
 	@if [ -r /etc/dvb/dec2000t.bin ]; then \
-		./fdump /etc/dvb/dec2000t.bin dsp_dec2000t > $@; \
+		./fdump /etc/dvb/dec2000t.bin dsp_dec2000t  $@; \
 	else \
 		( \
 		echo '#include <asm/types.h>'; \

-- 
/__
\_|\/
   /\


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index