* Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6
@ 2012-11-14 20:30 Philippe Valembois - Phil
2012-11-16 2:13 ` Greg KH
2012-11-19 0:10 ` Antti Palosaari
0 siblings, 2 replies; 5+ messages in thread
From: Philippe Valembois - Phil @ 2012-11-14 20:30 UTC (permalink / raw)
To: linux-media; +Cc: greg
Hello,
I have posted a bug report here :
https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told
to send it to the ML too.
The commit causing the bug has been pushed to kernel between linux-3.5
and linux-3.6.
Here is my bug summary :
The WinTV HVR900 DVB-T usb stick has stopped working in Linux 3.6.6.
The tuner fails at tuning and no DVB channel can be watched.
Reverting the commit 3de9e9624b36263618470c6e134f22eabf8f2551 fixes the
problem
and the tuner can tune again. It still seems there is some delay between the
moment when the USB stick is plugged and when it can tune : running
dvbscan too
fast makes the first channels tuning fail but after several seconds it tunes
perfectly.
Don't hesitate to ask me for additional debug.
Regards,
Philippe Valembois
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6
2012-11-14 20:30 Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6 Philippe Valembois - Phil
@ 2012-11-16 2:13 ` Greg KH
2012-11-19 22:26 ` Philippe Valembois - Phil
2012-11-19 0:10 ` Antti Palosaari
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2012-11-16 2:13 UTC (permalink / raw)
To: Philippe Valembois - Phil; +Cc: linux-media
On Wed, Nov 14, 2012 at 09:30:14PM +0100, Philippe Valembois - Phil wrote:
> Hello,
> I have posted a bug report here :
> https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told
> to send it to the ML too.
>
> The commit causing the bug has been pushed to kernel between linux-3.5
> and linux-3.6.
>
> Here is my bug summary :
>
> The WinTV HVR900 DVB-T usb stick has stopped working in Linux 3.6.6.
> The tuner fails at tuning and no DVB channel can be watched.
>
> Reverting the commit 3de9e9624b36263618470c6e134f22eabf8f2551 fixes the
> problem
> and the tuner can tune again. It still seems there is some delay between the
> moment when the USB stick is plugged and when it can tune : running
> dvbscan too
> fast makes the first channels tuning fail but after several seconds it tunes
> perfectly.
>
> Don't hesitate to ask me for additional debug.
Does this also fail on Linus's tree? If so, this patch should be
reverted from there too.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6
2012-11-14 20:30 Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6 Philippe Valembois - Phil
2012-11-16 2:13 ` Greg KH
@ 2012-11-19 0:10 ` Antti Palosaari
1 sibling, 0 replies; 5+ messages in thread
From: Antti Palosaari @ 2012-11-19 0:10 UTC (permalink / raw)
To: Philippe Valembois - Phil; +Cc: linux-media, greg
On 11/14/2012 10:30 PM, Philippe Valembois - Phil wrote:
> Hello,
> I have posted a bug report here :
> https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told
> to send it to the ML too.
>
> The commit causing the bug has been pushed to kernel between linux-3.5
> and linux-3.6.
>
> Here is my bug summary :
>
> The WinTV HVR900 DVB-T usb stick has stopped working in Linux 3.6.6.
> The tuner fails at tuning and no DVB channel can be watched.
>
> Reverting the commit 3de9e9624b36263618470c6e134f22eabf8f2551 fixes the
> problem
> and the tuner can tune again. It still seems there is some delay between the
> moment when the USB stick is plugged and when it can tune : running
> dvbscan too
> fast makes the first channels tuning fail but after several seconds it tunes
> perfectly.
>
> Don't hesitate to ask me for additional debug.
There is multiple models of that device. What is your device USB ID?
What it outputs to the system log when stick is plugged? Use dmesg
command to see and copy paste output.
Your device supports DVB-C, DVB-T and analog? You tested only DVB-T?
I just tested quite many em28xx based sticks with stock 3.6.6 and all
seems to work just fine. All em28xx devices I have here are digital
only, which makes me wonder if it has something to do with hybrid
devices (digital + analog)...
regards
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6
2012-11-16 2:13 ` Greg KH
@ 2012-11-19 22:26 ` Philippe Valembois - Phil
2012-11-20 21:45 ` Philippe Valembois - Phil
0 siblings, 1 reply; 5+ messages in thread
From: Philippe Valembois - Phil @ 2012-11-19 22:26 UTC (permalink / raw)
To: Greg KH; +Cc: linux-media
Le 16/11/2012 03:13, Greg KH a écrit :
> On Wed, Nov 14, 2012 at 09:30:14PM +0100, Philippe Valembois - Phil wrote:
>> Hello,
>> I have posted a bug report here :
>> https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told
>> to send it to the ML too.
>>
>> The commit causing the bug has been pushed to kernel between linux-3.5
>> and linux-3.6.
>>
>> Here is my bug summary :
>>
>> The WinTV HVR900 DVB-T usb stick has stopped working in Linux 3.6.6.
>> The tuner fails at tuning and no DVB channel can be watched.
>>
>> Reverting the commit 3de9e9624b36263618470c6e134f22eabf8f2551 fixes the
>> problem
>> and the tuner can tune again. It still seems there is some delay between the
>> moment when the USB stick is plugged and when it can tune : running
>> dvbscan too
>> fast makes the first channels tuning fail but after several seconds it tunes
>> perfectly.
>>
>> Don't hesitate to ask me for additional debug.
>
> Does this also fail on Linus's tree? If so, this patch should be
> reverted from there too.
>
> thanks,
>
> greg k-h
>
Hello,
sorry for the late reply, I finally compiled fresh Linus' tree and did a
fast test : it seems to work. I will now try to find the commit that
made it work so you can maybe commit it in the stable branch?
Regards,
Philippe Valembois
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6
2012-11-19 22:26 ` Philippe Valembois - Phil
@ 2012-11-20 21:45 ` Philippe Valembois - Phil
0 siblings, 0 replies; 5+ messages in thread
From: Philippe Valembois - Phil @ 2012-11-20 21:45 UTC (permalink / raw)
To: Greg KH; +Cc: linux-media
Le 19/11/2012 23:26, Philippe Valembois - Phil a écrit :
> Le 16/11/2012 03:13, Greg KH a écrit :
>> On Wed, Nov 14, 2012 at 09:30:14PM +0100, Philippe Valembois - Phil wrote:
>>> Hello,
>>> I have posted a bug report here :
>>> https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told
>>> to send it to the ML too.
>>>
>>> The commit causing the bug has been pushed to kernel between linux-3.5
>>> and linux-3.6.
>>>
>>> Here is my bug summary :
>>>
>>> The WinTV HVR900 DVB-T usb stick has stopped working in Linux 3.6.6.
>>> The tuner fails at tuning and no DVB channel can be watched.
>>>
>>> Reverting the commit 3de9e9624b36263618470c6e134f22eabf8f2551 fixes the
>>> problem
>>> and the tuner can tune again. It still seems there is some delay between the
>>> moment when the USB stick is plugged and when it can tune : running
>>> dvbscan too
>>> fast makes the first channels tuning fail but after several seconds it tunes
>>> perfectly.
>>>
>>> Don't hesitate to ask me for additional debug.
>>
>> Does this also fail on Linus's tree? If so, this patch should be
>> reverted from there too.
>>
>> thanks,
>>
>> greg k-h
>>
> Hello,
> sorry for the late reply, I finally compiled fresh Linus' tree and did a
> fast test : it seems to work. I will now try to find the commit that
> made it work so you can maybe commit it in the stable branch?
>
> Regards,
> Philippe Valembois
>
Hi,
I did new tests on the 3.6.6 kernel and can't make tuner fail anymore. I
don't understand, it was failing several times and now, nothing...
I re-extracted the kernel to be sure I didn't left some modifications
but it's still working.
Sorry for the disturbance,
Regards,
Philippe Valembois
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-20 21:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 20:30 Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6 Philippe Valembois - Phil
2012-11-16 2:13 ` Greg KH
2012-11-19 22:26 ` Philippe Valembois - Phil
2012-11-20 21:45 ` Philippe Valembois - Phil
2012-11-19 0:10 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox