linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* hid-dummy.ko Input/output error -- causing huge delays
@ 2009-03-03  1:37 Luis R. Rodriguez
  2009-03-03  1:51 ` Luis R. Rodriguez
  0 siblings, 1 reply; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-03-03  1:37 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel

FATAL: Error inserting hid_dummy
(/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko):
Input/output error

I remember reading a thread where you said this was non-fatal and that
hid-dummy.ko would go away. On my system, every now in a blue moon the
above causes a huge delay during the bootup sequence. I'm talking
about a full 1-2 minute delay. Why is the delay so sporadic?

  Luis

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-03  1:37 hid-dummy.ko Input/output error -- causing huge delays Luis R. Rodriguez
@ 2009-03-03  1:51 ` Luis R. Rodriguez
  2009-03-03 11:43   ` Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-03-03  1:51 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel

On Mon, Mar 2, 2009 at 5:37 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> FATAL: Error inserting hid_dummy
> (/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko):
> Input/output error
>
> I remember reading a thread where you said this was non-fatal and that
> hid-dummy.ko would go away. On my system, every now in a blue moon the
> above causes a huge delay during the bootup sequence. I'm talking
> about a full 1-2 minute delay. Why is the delay so sporadic?

s/once in a blue moon/often/

as it seems I get this now upon every reboot.

  Luis

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-03  1:51 ` Luis R. Rodriguez
@ 2009-03-03 11:43   ` Jiri Slaby
  2009-03-04  0:07     ` Luis R. Rodriguez
  0 siblings, 1 reply; 7+ messages in thread
From: Jiri Slaby @ 2009-03-03 11:43 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-kernel

On 3.3.2009 02:51, Luis R. Rodriguez wrote:
> On Mon, Mar 2, 2009 at 5:37 PM, Luis R. Rodriguez<mcgrof@gmail.com>  wrote:
>> FATAL: Error inserting hid_dummy
>> (/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko):
>> Input/output error
>>
>> I remember reading a thread where you said this was non-fatal and that
>> hid-dummy.ko would go away. On my system, every now in a blue moon the
>> above causes a huge delay during the bootup sequence. I'm talking
>> about a full 1-2 minute delay. Why is the delay so sporadic?
>
> s/once in a blue moon/often/
>
> as it seems I get this now upon every reboot.

So I suppose the problem goes away, when you change -EIO to 0 in
drivers/hid/hid-dummy.c
?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-03 11:43   ` Jiri Slaby
@ 2009-03-04  0:07     ` Luis R. Rodriguez
  2009-03-04  1:38       ` Luis R. Rodriguez
  0 siblings, 1 reply; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-03-04  0:07 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel

On Tue, Mar 3, 2009 at 3:43 AM, Jiri Slaby <jirislaby@gmail.com> wrote:
> On 3.3.2009 02:51, Luis R. Rodriguez wrote:
>>
>> On Mon, Mar 2, 2009 at 5:37 PM, Luis R. Rodriguez<mcgrof@gmail.com>
>>  wrote:
>>>
>>> FATAL: Error inserting hid_dummy
>>> (/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko):
>>> Input/output error
>>>
>>> I remember reading a thread where you said this was non-fatal and that
>>> hid-dummy.ko would go away. On my system, every now in a blue moon the
>>> above causes a huge delay during the bootup sequence. I'm talking
>>> about a full 1-2 minute delay. Why is the delay so sporadic?
>>
>> s/once in a blue moon/often/
>>
>> as it seems I get this now upon every reboot.
>
> So I suppose the problem goes away, when you change -EIO to 0 in
> drivers/hid/hid-dummy.c

Yeap.

  Luis

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-04  0:07     ` Luis R. Rodriguez
@ 2009-03-04  1:38       ` Luis R. Rodriguez
  2009-03-04  9:30         ` Jiri Slaby
  0 siblings, 1 reply; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-03-04  1:38 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel

On Tue, Mar 3, 2009 at 4:07 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote:
> On Tue, Mar 3, 2009 at 3:43 AM, Jiri Slaby <jirislaby@gmail.com> wrote:
>> On 3.3.2009 02:51, Luis R. Rodriguez wrote:
>>>
>>> On Mon, Mar 2, 2009 at 5:37 PM, Luis R. Rodriguez<mcgrof@gmail.com>
>>>  wrote:
>>>>
>>>> FATAL: Error inserting hid_dummy
>>>> (/lib/modules/2.6.29-rc6-wl/kernel/drivers/hid/hid-dummy.ko):
>>>> Input/output error
>>>>
>>>> I remember reading a thread where you said this was non-fatal and that
>>>> hid-dummy.ko would go away. On my system, every now in a blue moon the
>>>> above causes a huge delay during the bootup sequence. I'm talking
>>>> about a full 1-2 minute delay. Why is the delay so sporadic?
>>>
>>> s/once in a blue moon/often/
>>>
>>> as it seems I get this now upon every reboot.
>>
>> So I suppose the problem goes away, when you change -EIO to 0 in
>> drivers/hid/hid-dummy.c
>
> Yeap.

Well now I see FC10 say its starting udev and it just sits there
waiting for the same period of time so maybe it was that (?). But at
the console the hid-dummy is not the last message I see now, but I
guess I wouldn't because it returns 0 now huh.

  Luis

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-04  1:38       ` Luis R. Rodriguez
@ 2009-03-04  9:30         ` Jiri Slaby
  2009-03-04 23:59           ` Luis R. Rodriguez
  0 siblings, 1 reply; 7+ messages in thread
From: Jiri Slaby @ 2009-03-04  9:30 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-kernel

On 4.3.2009 02:38, Luis R. Rodriguez wrote:
> Well now I see FC10 say its starting udev and it just sits there
> waiting for the same period of time so maybe it was that (?). But at
> the console the hid-dummy is not the last message I see now, but I
> guess I wouldn't because it returns 0 now huh.

Sorry, I'm totally confused now :). What you wouldn't?

Actually I saw similar behavior on one of my boxes. I'll recheck if it 
is still present.

Thanks so far.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hid-dummy.ko Input/output error -- causing huge delays
  2009-03-04  9:30         ` Jiri Slaby
@ 2009-03-04 23:59           ` Luis R. Rodriguez
  0 siblings, 0 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-03-04 23:59 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel

On Wed, Mar 4, 2009 at 1:30 AM, Jiri Slaby <jirislaby@gmail.com> wrote:
> On 4.3.2009 02:38, Luis R. Rodriguez wrote:
>>
>> Well now I see FC10 say its starting udev and it just sits there
>> waiting for the same period of time so maybe it was that (?). But at
>> the console the hid-dummy is not the last message I see now, but I
>> guess I wouldn't because it returns 0 now huh.
>
> Sorry, I'm totally confused now :). What you wouldn't?

Hm?

Let me explain what I am concluding:

Whether or not return -EIO is used for the hid_dummy on my FC10 box I
get huge delay during bootup when starting udev. It sits there and
says:

Starting udev:

If hid-dummy return -EIO then immediately afterwards I see the error
for inserting it with the EIO error explained:

FATAL: Error inserting hid_dummy
(/lib/modules/2.6.29-rc7-wl/kernel/drivers/hid/hid-dummy.ko):
Input/output error

> Actually I saw similar behavior on one of my boxes. I'll recheck if it is
> still present.

Oh nice. Yeah so the huge delay seems to be unrelated to hid-dummy.

  Luis

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-05  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03  1:37 hid-dummy.ko Input/output error -- causing huge delays Luis R. Rodriguez
2009-03-03  1:51 ` Luis R. Rodriguez
2009-03-03 11:43   ` Jiri Slaby
2009-03-04  0:07     ` Luis R. Rodriguez
2009-03-04  1:38       ` Luis R. Rodriguez
2009-03-04  9:30         ` Jiri Slaby
2009-03-04 23:59           ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).