* [linux-dvb] Hauppauge WinTV-HVR 1600
@ 2008-02-12 1:39 Andreas
2008-02-12 1:49 ` Steven Toth
0 siblings, 1 reply; 8+ messages in thread
From: Andreas @ 2008-02-12 1:39 UTC (permalink / raw)
To: linux-dvb
Hallo,
I bought the card today and naturally I am wondering how/what/when the card
is supported?
Thank you
--
Gruß
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] Hauppauge WinTV-HVR 1600
2008-02-12 1:39 [linux-dvb] Hauppauge WinTV-HVR 1600 Andreas
@ 2008-02-12 1:49 ` Steven Toth
2008-02-12 7:10 ` Andreas
0 siblings, 1 reply; 8+ messages in thread
From: Steven Toth @ 2008-02-12 1:49 UTC (permalink / raw)
To: Andreas; +Cc: linux-dvb
Andreas wrote:
> Hallo,
> I bought the card today and naturally I am wondering how/what/when the card
> is supported?
>
> Thank you
>
Look for the cx18 development trees on linuxtv.org
- Steve
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] Hauppauge WinTV-HVR 1600
2008-02-12 1:49 ` Steven Toth
@ 2008-02-12 7:10 ` Andreas
2008-02-12 14:54 ` Steven Toth
0 siblings, 1 reply; 8+ messages in thread
From: Andreas @ 2008-02-12 7:10 UTC (permalink / raw)
To: Steven Toth; +Cc: linux-dvb
Am Montag, 11. Februar 2008 17:49:51 schrieben Sie:
> Andreas wrote:
> > Hallo,
> > I bought the card today and naturally I am wondering how/what/when the
> > card is supported?
> >
> > Thank you
>
> Look for the cx18 development trees on linuxtv.org
>
> - Steve
Steve,
Thank you, I checked out Hans' cx18 tree and tried to compile the moduiles.
On my AMD x86-64 (Kernel 2.6.24.1) I get an error during compilation. Any
idea how I can fix that? Going further with make -k compiles the other
modules, but then make install fails with an error about stripping the
debug info.
=============================================
make -C ../../../linux-2.6.24.1-35 O=../linux-2.6.24.1-35-obj/x86_64/default
modules
CC [M] /home/andreas/Documents/cx18/v4l/em28xx-audio.o
In file included from /home/andreas/Documents/cx18/v4l/em28xx-audio.c:39:
/usr/src/linux-2.6.24.1-35/include/sound/core.h:281: error: 'SNDRV_CARDS'
undeclared here (not in a function)
/home/andreas/Documents/cx18/v4l/em28xx-audio.c:58: error: array index in
initializer not of integer type
/home/andreas/Documents/cx18/v4l/em28xx-audio.c:58: error: (near
initialization for 'index')
=============================================
--
Gruß
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] Hauppauge WinTV-HVR 1600
2008-02-12 7:10 ` Andreas
@ 2008-02-12 14:54 ` Steven Toth
2008-02-12 19:49 ` Andreas
0 siblings, 1 reply; 8+ messages in thread
From: Steven Toth @ 2008-02-12 14:54 UTC (permalink / raw)
To: Andreas; +Cc: linux-dvb
Andreas wrote:
> Am Montag, 11. Februar 2008 17:49:51 schrieben Sie:
>> Andreas wrote:
>>> Hallo,
>>> I bought the card today and naturally I am wondering how/what/when the
>>> card is supported?
>>>
>>> Thank you
>> Look for the cx18 development trees on linuxtv.org
>>
>> - Steve
>
> Steve,
> Thank you, I checked out Hans' cx18 tree and tried to compile the moduiles.
> On my AMD x86-64 (Kernel 2.6.24.1) I get an error during compilation. Any
> idea how I can fix that? Going further with make -k compiles the other
> modules, but then make install fails with an error about stripping the
> debug info.
No idea, the last time I built it (3-4 weeks ago) it was fine.
Does the master tree (http://linuxtv.org/hg/v4l-dvb) build cleanly in
your environment?
(See the wiki for build instructions).
- Steve
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] Hauppauge WinTV-HVR 1600
2008-02-12 14:54 ` Steven Toth
@ 2008-02-12 19:49 ` Andreas
2008-02-12 21:18 ` Steven Toth
0 siblings, 1 reply; 8+ messages in thread
From: Andreas @ 2008-02-12 19:49 UTC (permalink / raw)
To: Steven Toth; +Cc: linux-dvb
Am Dienstag, 12. Februar 2008 06:54:28 schrieben Sie:
> Andreas wrote:
> > Am Montag, 11. Februar 2008 17:49:51 schrieben Sie:
> >> Andreas wrote:
> >>> Hallo,
> >>> I bought the card today and naturally I am wondering how/what/when
> >>> the card is supported?
> >>>
> >>> Thank you
> >>
> >> Look for the cx18 development trees on linuxtv.org
> >>
> >> - Steve
> >
> > Steve,
> > Thank you, I checked out Hans' cx18 tree and tried to compile the
> > moduiles. On my AMD x86-64 (Kernel 2.6.24.1) I get an error during
> > compilation. Any idea how I can fix that? Going further with make -k
> > compiles the other modules, but then make install fails with an error
> > about stripping the debug info.
>
> No idea, the last time I built it (3-4 weeks ago) it was fine.
>
> Does the master tree (http://linuxtv.org/hg/v4l-dvb) build cleanly in
> your environment?
>
> (See the wiki for build instructions).
>
> - Steve
I got the cx18 tree to bulid, installed the card and the driver, and now
dvbscan gives:
andreas@hal9004:~> dvbscan us-atsc/Cable-Standard-center-frequencies-QAM256
Unable to query frontend status
I get the same message with any of the files in scan/atsc. The card is
connected to my cable tv outlet.
The card shows up in /dev/dvb/adapter0:
andreas@hal9004:~> ls /dev/dvb/adapter0/
demux0 dvr0 frontend0 net0
What am I missing here? Any pointers?
Thanks!
--
Gruß
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] Hauppauge WinTV-HVR 1600
2008-02-12 19:49 ` Andreas
@ 2008-02-12 21:18 ` Steven Toth
2008-02-12 23:21 ` Andreas
0 siblings, 1 reply; 8+ messages in thread
From: Steven Toth @ 2008-02-12 21:18 UTC (permalink / raw)
To: Andreas; +Cc: linux-dvb
Andreas wrote:
> Am Dienstag, 12. Februar 2008 06:54:28 schrieben Sie:
>> Andreas wrote:
>>> Am Montag, 11. Februar 2008 17:49:51 schrieben Sie:
>>>> Andreas wrote:
>>>>> Hallo,
>>>>> I bought the card today and naturally I am wondering how/what/when
>>>>> the card is supported?
>>>>>
>>>>> Thank you
>>>> Look for the cx18 development trees on linuxtv.org
>>>>
>>>> - Steve
>>> Steve,
>>> Thank you, I checked out Hans' cx18 tree and tried to compile the
>>> moduiles. On my AMD x86-64 (Kernel 2.6.24.1) I get an error during
>>> compilation. Any idea how I can fix that? Going further with make -k
>>> compiles the other modules, but then make install fails with an error
>>> about stripping the debug info.
>> No idea, the last time I built it (3-4 weeks ago) it was fine.
>>
>> Does the master tree (http://linuxtv.org/hg/v4l-dvb) build cleanly in
>> your environment?
>>
>> (See the wiki for build instructions).
>>
>> - Steve
>
> I got the cx18 tree to bulid, installed the card and the driver, and now
> dvbscan gives:
> andreas@hal9004:~> dvbscan us-atsc/Cable-Standard-center-frequencies-QAM256
> Unable to query frontend status
>
> I get the same message with any of the files in scan/atsc. The card is
> connected to my cable tv outlet.
>
> The card shows up in /dev/dvb/adapter0:
> andreas@hal9004:~> ls /dev/dvb/adapter0/
> demux0 dvr0 frontend0 net0
>
> What am I missing here? Any pointers?
ATSC isn't supported yet. Try analog.
- Steve
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-02-13 5:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 1:39 [linux-dvb] Hauppauge WinTV-HVR 1600 Andreas
2008-02-12 1:49 ` Steven Toth
2008-02-12 7:10 ` Andreas
2008-02-12 14:54 ` Steven Toth
2008-02-12 19:49 ` Andreas
2008-02-12 21:18 ` Steven Toth
2008-02-12 23:21 ` Andreas
2008-02-13 5:46 ` Steven Toth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox