All of lore.kernel.org
 help / color / mirror / Atom feed
* hid-dummy in 2.6.28_rc8
@ 2008-12-24 19:55 Ozan Çağlayan
  2008-12-27 22:41   ` Jiri Slaby
  0 siblings, 1 reply; 4+ messages in thread
From: Ozan Çağlayan @ 2008-12-24 19:55 UTC (permalink / raw)
  To: linux-kernel

Hi,

Whenever I boot into 2.6.28_rc8, the following line is printed(probably 
by modprobe triggered by udev) to the console:

FATAL: Error inserting hid_dummy 
(/lib/modules/2.6.28_rc8-114/kernel/drivers/hid/hid-dummy.ko): 
Input/output error

No signs of error on dmesg output? Any ideas that can help or debug the 
issue?

Regards,

-- 

Ozan Çağlayan
<ozan_at_pardus.org.tr>


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

* Re: hid-dummy in 2.6.28_rc8
  2008-12-24 19:55 hid-dummy in 2.6.28_rc8 Ozan Çağlayan
@ 2008-12-27 22:41   ` Jiri Slaby
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2008-12-27 22:41 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: linux-kernel, linux-input

On 12/24/2008 08:55 PM, Ozan Çağlayan wrote:
> Hi,
> 
> Whenever I boot into 2.6.28_rc8, the following line is printed(probably
> by modprobe triggered by udev) to the console:
> 
> FATAL: Error inserting hid_dummy
> (/lib/modules/2.6.28_rc8-114/kernel/drivers/hid/hid-dummy.ko):
> Input/output error
> 
> No signs of error on dmesg output? Any ideas that can help or debug the
> issue?

Hi, the error is non-fatal in this case, in addition, it's intentional. The
module is there only for dependency loading and kills itself by returning the
error from load function to not eat resources any further after it does its job.
The module will be removed completely in next few releases.

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

* Re: hid-dummy in 2.6.28_rc8
@ 2008-12-27 22:41   ` Jiri Slaby
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2008-12-27 22:41 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: linux-kernel, linux-input

On 12/24/2008 08:55 PM, Ozan Çağlayan wrote:
> Hi,
> 
> Whenever I boot into 2.6.28_rc8, the following line is printed(probably
> by modprobe triggered by udev) to the console:
> 
> FATAL: Error inserting hid_dummy
> (/lib/modules/2.6.28_rc8-114/kernel/drivers/hid/hid-dummy.ko):
> Input/output error
> 
> No signs of error on dmesg output? Any ideas that can help or debug the
> issue?

Hi, the error is non-fatal in this case, in addition, it's intentional. The
module is there only for dependency loading and kills itself by returning the
error from load function to not eat resources any further after it does its job.
The module will be removed completely in next few releases.
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: hid-dummy in 2.6.28_rc8
  2008-12-27 22:41   ` Jiri Slaby
  (?)
@ 2008-12-28  0:29   ` Ozan Çağlayan
  -1 siblings, 0 replies; 4+ messages in thread
From: Ozan Çağlayan @ 2008-12-28  0:29 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: linux-kernel, linux-input

Jiri Slaby wrote:
>
> Hi, the error is non-fatal in this case, in addition, it's intentional. The
> module is there only for dependency loading and kills itself by returning the
> error from load function to not eat resources any further after it does its job.
> The module will be removed completely in next few releases.
>
>   
Hi,

In fact, this was probably caused by CONFIG_HID_COMPAT=y which was 
loading all the hid_* modules(20~ or so) into the kernel. I disabled it 
and now the message has gone.

Thanks,

-- 

Ozan Çağlayan
<ozan_at_pardus.org.tr>


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

end of thread, other threads:[~2008-12-28  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-24 19:55 hid-dummy in 2.6.28_rc8 Ozan Çağlayan
2008-12-27 22:41 ` Jiri Slaby
2008-12-27 22:41   ` Jiri Slaby
2008-12-28  0:29   ` Ozan Çağlayan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.