* DVB-T dib0700 one minute hang when resuming
@ 2009-10-24 16:44 Gonsolo
2009-10-24 18:14 ` Oliver Neukum
0 siblings, 1 reply; 4+ messages in thread
From: Gonsolo @ 2009-10-24 16:44 UTC (permalink / raw)
To: mchehab, pboettcher; +Cc: linux-media, Linux Kernel
Hi!
The following script fixes an annoying 62 second hang when resuming
while my Nova-T stick is connected to my notebook.
echo /etc/pm/sleep.d/50_dvb_usb_dib0700_quirk:
#!/bin/sh
case "$1" in
hibernate|suspend)
rmmod dvb_usb_dib0700
;;
thaw|resume)
modprobe dvb_usb_dib0700
;;
*) exit $NA
;;
esac
Is the right fix to use request_firmware_nowait?
Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: DVB-T dib0700 one minute hang when resuming
2009-10-24 16:44 DVB-T dib0700 one minute hang when resuming Gonsolo
@ 2009-10-24 18:14 ` Oliver Neukum
2009-10-24 18:20 ` Antti Palosaari
2009-10-24 19:39 ` Gonsolo
0 siblings, 2 replies; 4+ messages in thread
From: Oliver Neukum @ 2009-10-24 18:14 UTC (permalink / raw)
To: Gonsolo; +Cc: mchehab, pboettcher, linux-media, Linux Kernel
Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
> Hi!
>
> The following script fixes an annoying 62 second hang when resuming
> while my Nova-T stick is connected to my notebook.
>
Do you have any idea why it doesn't find its firmware?
Regards
Oliver
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: DVB-T dib0700 one minute hang when resuming
2009-10-24 18:14 ` Oliver Neukum
@ 2009-10-24 18:20 ` Antti Palosaari
2009-10-24 19:39 ` Gonsolo
1 sibling, 0 replies; 4+ messages in thread
From: Antti Palosaari @ 2009-10-24 18:20 UTC (permalink / raw)
To: Oliver Neukum; +Cc: Gonsolo, mchehab, pboettcher, linux-media, Linux Kernel
On 10/24/2009 09:14 PM, Oliver Neukum wrote:
> Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
>> Hi!
>>
>> The following script fixes an annoying 62 second hang when resuming
>> while my Nova-T stick is connected to my notebook.
>>
> Do you have any idea why it doesn't find its firmware?
Known issue. I have no idea where to start look from.
http://www.mail-archive.com/linux-media@vger.kernel.org/msg09974.html
Antti
--
http://palosaari.fi/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: DVB-T dib0700 one minute hang when resuming
2009-10-24 18:14 ` Oliver Neukum
2009-10-24 18:20 ` Antti Palosaari
@ 2009-10-24 19:39 ` Gonsolo
1 sibling, 0 replies; 4+ messages in thread
From: Gonsolo @ 2009-10-24 19:39 UTC (permalink / raw)
To: Oliver Neukum; +Cc: Gonsolo, mchehab, pboettcher, linux-media, Linux Kernel
Am 24.10.2009 20:14, schrieb Oliver Neukum:
> Am Samstag, 24. Oktober 2009 18:44:34 schrieb Gonsolo:
>> Hi!
>>
>> The following script fixes an annoying 62 second hang when resuming
>> while my Nova-T stick is connected to my notebook.
>>
> Do you have any idea why it doesn't find its firmware?
Don't know. Maybe it's because it is not included in initrd or user
space is still not available when resuming. In the first case it is a
Ubuntu Kernel bug, in the second case the driver has to be fixed by
using request_firmware_nowait. But please notice that I am absolutely
not qualified to answer this question. I was hoping to get an answer on
that issue since this is the last annoying bug that keeps my
Ubuntu/Debian/Gnome/GNU/Linux distribution from being perfect. :)
g
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-10-24 19:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 16:44 DVB-T dib0700 one minute hang when resuming Gonsolo
2009-10-24 18:14 ` Oliver Neukum
2009-10-24 18:20 ` Antti Palosaari
2009-10-24 19:39 ` Gonsolo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox