* [linux-dvb] HVR-1700 - can't open or scan
@ 2009-04-09 7:07 Alastair Bain
2009-04-09 14:03 ` Steven Toth
0 siblings, 1 reply; 4+ messages in thread
From: Alastair Bain @ 2009-04-09 7:07 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 533 bytes --]
I'm trying to get the Hauppauge HVR-1700 working on a Mythbuntu 9.04 b
install. Looks like the modules are all loading, firmware is being loaded,
device appears in /dev etc, but I can't seem to do anything with it. dvbscan
fails around ln 315,
dvbfe_get_info(fe, DVBFE_INFO_LOCKSTATUS, &feinfo,
DVBFE_INFO_QUERYTYPE_IMMEDIATE, 0)
returns DVBFE_INFO_QUERYTYPE_LOCKCHANGE
Anyone have any clues as to what I can do to fix this? Kernel trace is at
http://pastebin.com/m7671e816.
Kind Regards,
Alastair
[-- Attachment #1.2: Type: text/html, Size: 629 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HVR-1700 - can't open or scan
2009-04-09 7:07 [linux-dvb] HVR-1700 - can't open or scan Alastair Bain
@ 2009-04-09 14:03 ` Steven Toth
[not found] ` <8de7a23f0904091518t72643426ub77855d43bab9631@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Steven Toth @ 2009-04-09 14:03 UTC (permalink / raw)
To: linux-media; +Cc: linux-dvb
Alastair Bain wrote:
> I'm trying to get the Hauppauge HVR-1700 working on a Mythbuntu 9.04 b
> install. Looks like the modules are all loading, firmware is being
> loaded, device appears in /dev etc, but I can't seem to do anything with
> it. dvbscan fails around ln 315,
>
> dvbfe_get_info(fe, DVBFE_INFO_LOCKSTATUS, &feinfo,
> DVBFE_INFO_QUERYTYPE_IMMEDIATE, 0)
> returns DVBFE_INFO_QUERYTYPE_LOCKCHANGE
>
> Anyone have any clues as to what I can do to fix this? Kernel trace is
> at http://pastebin.com/m7671e816.
trace looks fine.
Try tzap then report back.
- Steve
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HVR-1700 - can't open or scan
[not found] ` <8de7a23f0904091518t72643426ub77855d43bab9631@mail.gmail.com>
@ 2009-04-10 0:17 ` Steven Toth
2009-04-13 3:19 ` Alastair Bain
0 siblings, 1 reply; 4+ messages in thread
From: Steven Toth @ 2009-04-10 0:17 UTC (permalink / raw)
To: linux-dvb; +Cc: Alastair Bain
Alastair Bain wrote:
>
>
> 2009/4/10 Steven Toth <stoth@linuxtv.org <mailto:stoth@linuxtv.org>>
>
> Alastair Bain wrote:
>
> I'm trying to get the Hauppauge HVR-1700 working on a Mythbuntu
> 9.04 b install. Looks like the modules are all loading, firmware
> is being loaded, device appears in /dev etc, but I can't seem to
> do anything with it. dvbscan fails around ln 315,
>
> dvbfe_get_info(fe, DVBFE_INFO_LOCKSTATUS, &feinfo,
> DVBFE_INFO_QUERYTYPE_IMMEDIATE, 0)
> returns DVBFE_INFO_QUERYTYPE_LOCKCHANGE
>
> Anyone have any clues as to what I can do to fix this? Kernel
> trace is at http://pastebin.com/m7671e816.
>
>
> trace looks fine.
>
> Try tzap then report back.
>
> - Steve
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-media" in
> the body of a message to majordomo@vger.kernel.org
> <mailto:majordomo@vger.kernel.org>
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
> I don't think I can use tzap until I have the results from dvbscan can I?
>
Do not drop the CC for the mailing list, I was replying to the list - not
directly to you.
Find a channels.conf for your local transmitter, I used to use Crystal Palace
for London. We have all of them already for the UK.
- Steve
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] HVR-1700 - can't open or scan
2009-04-10 0:17 ` Steven Toth
@ 2009-04-13 3:19 ` Alastair Bain
0 siblings, 0 replies; 4+ messages in thread
From: Alastair Bain @ 2009-04-13 3:19 UTC (permalink / raw)
To: Steven Toth; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1683 bytes --]
Thanks for the quick replies, the problem seems to be in the version of
dvbscan I've got (was built from repository). plain old scan worked fine,
tzap also worked correctly once I had the channel configs.
Alastair
2009/4/10 Steven Toth <stoth@linuxtv.org>
> Alastair Bain wrote:
>
>>
>>
>> 2009/4/10 Steven Toth <stoth@linuxtv.org <mailto:stoth@linuxtv.org>>
>>
>> Alastair Bain wrote:
>>
>> I'm trying to get the Hauppauge HVR-1700 working on a Mythbuntu
>> 9.04 b install. Looks like the modules are all loading, firmware
>> is being loaded, device appears in /dev etc, but I can't seem to
>> do anything with it. dvbscan fails around ln 315,
>>
>> dvbfe_get_info(fe, DVBFE_INFO_LOCKSTATUS, &feinfo,
>> DVBFE_INFO_QUERYTYPE_IMMEDIATE, 0)
>> returns DVBFE_INFO_QUERYTYPE_LOCKCHANGE
>>
>> Anyone have any clues as to what I can do to fix this? Kernel
>> trace is at http://pastebin.com/m7671e816.
>>
>>
>> trace looks fine.
>>
>> Try tzap then report back.
>>
>> - Steve
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> <mailto:majordomo@vger.kernel.org>
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
>> I don't think I can use tzap until I have the results from dvbscan can I?
>>
>>
> Do not drop the CC for the mailing list, I was replying to the list - not
> directly to you.
>
> Find a channels.conf for your local transmitter, I used to use Crystal
> Palace for London. We have all of them already for the UK.
>
> - Steve
>
>
[-- Attachment #1.2: Type: text/html, Size: 2678 bytes --]
[-- Attachment #2: Type: text/plain, Size: 228 bytes --]
_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-13 3:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-09 7:07 [linux-dvb] HVR-1700 - can't open or scan Alastair Bain
2009-04-09 14:03 ` Steven Toth
[not found] ` <8de7a23f0904091518t72643426ub77855d43bab9631@mail.gmail.com>
2009-04-10 0:17 ` Steven Toth
2009-04-13 3:19 ` Alastair Bain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox