LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-10-2005, 02:54 PM   #1
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
Do insmod errors matter?


/var/log/syslog is full of these insmod errors. Do they matter?

Alan


Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Nov 10 19:29:21 RubinPC kernel: usb.c: USB device 2 (vend/prod 0x56a/0x13) is not claimed by any active driver.
Nov 10 19:29:21 RubinPC kernel: shpchp: shpc_init: cannot reserve MMIO region
Nov 10 19:29:21 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Nov 10 19:29:21 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
 
Old 11-10-2005, 03:14 PM   #2
geeman2.0
Member
 
Registered: Feb 2005
Location: Ontario, Canada
Distribution: Gentoo, Slackware
Posts: 345

Rep: Reputation: 30
It seems your bootup scripts are trying to insert modules that do not exist.
As long as your system is currently functional, then these can probably just be ignored, but they're probably wasting valuable miliseconds at boot time .

Maybe these modules have been installed into the kernel, but your system thinks that they were compiled as modules.

On the other hand, if you are having difficulty using some of your hardware then I would definitely investigate these module errors in greater detail.

There's my two cents.
 
Old 11-10-2005, 03:24 PM   #3
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Re: Do insmod errors matter?

Quote:
Originally posted by arubin
/var/log/syslog is full of these insmod errors. Do they matter?

Alan


Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: insmod shpchp failed
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: init_module: No such device
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Nov 10 19:29:20 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/pciehp.o.gz: insmod pciehp failed
Nov 10 19:29:21 RubinPC kernel: usb.c: USB device 2 (vend/prod 0x56a/0x13) is not claimed by any active driver.
Nov 10 19:29:21 RubinPC kernel: shpchp: shpc_init: cannot reserve MMIO region
Nov 10 19:29:21 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: init_module: No such device
Nov 10 19:29:21 RubinPC insmod: /lib/modules/2.4.31/kernel/drivers/hotplug/shpchp.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
Did you boot at that time ? at 19:28-29 ?
These modules are for pci hotplugging. 99% the hotplug infrastracture tries to load them, but they don't get loaded. These modules
are not useful so you can ignore the errors.
In order for them not to be loaded, you can do 2 things.
1) Disable hotplug completely ("/etc/rc.d/rc.hotplug" in slackware)
2) If you want the hotplug functionality (hotplug loads automatically the modules for all devices that are not needed in boot e.g sound
card,usb,ethernet etc) then modify "/etc/hotplug/blacklist" adding these modules.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
breezy insmod errors flebber Ubuntu 0 09-29-2005 09:44 AM
insmod errors anacharya Linux - General 5 03-21-2005 05:20 PM
New 2.4.25 kernel, insmod errors davidsrsb Slackware 3 02-27-2004 05:55 AM
2.6.2 fglrx insmod errors zigmund555 Slackware 16 02-11-2004 10:36 PM
insmod errors Dr.Swing Linux - Networking 5 10-09-2002 10:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration