Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

driver problems at startup

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
cc
Posts: 820
Joined: 2005-06-08 19:14

driver problems at startup

#1 Post by cc »

hi

howto solve these startup hardware problems ?
and what kind of the hardware cannot be loaded ?

Code: Select all

# /etc/init.d/hotplug restart
Stopping hotplug subsystem:
   pci
   pci      [success]
   usb
   usb      [success]
   isapnp
   isapnp   [success]
   ide
   ide      [success]
   input
   input    [success]
   scsi
   scsi     [success]
done.
Starting hotplug subsystem:
   pci
     e1000: already loaded
     i810_audio: already loaded
     shpchp: can't be loaded
missing kernel or user mode driver shpchp
     pciehp: can't be loaded
missing kernel or user mode driver pciehp
     i810_rng: can't be loaded
missing kernel or user mode driver i810_rng
     hw_random: can't be loaded
missing kernel or user mode driver hw_random
     ehci-hcd: loaded successfully
     uhci: loaded successfully
     intelfb: ignoring pci display module
   pci      [success]
   usb
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
     usbcore: already loaded
   usb      [success]
   isapnp
   isapnp   [success]
   ide
   ide      [success]
   input
   input    [failed]
   scsi
   scsi     [success]
   ide
   ide      [success]
   input
   input    [failed]
   scsi
   scsi     [success]

trave11er
Posts: 45
Joined: 2004-09-11 15:02

#2 Post by trave11er »

The modules which are reported missing in your report are present in stock Debian kernel packages. Have you, perhaps, compiled your own kernel and did not include these modules during configuration?

cc
Posts: 820
Joined: 2005-06-08 19:14

#3 Post by cc »

no, I didn't compile my own kernel

was only a standard Debian Sarge Stable installation.

Guest

#4 Post by Guest »

Hm, what kernel version do you have installed? Please post the output of the following commands:

uname -a
COLUMNS=200 dpkg -l | grep kernel-image
find /lib/modules | grep pciehp

cc
Posts: 820
Joined: 2005-06-08 19:14

#5 Post by cc »

Code: Select all

# uname -a
Linux ns1.mydoamin.net 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686 GNU/Linux

# COLUMNS=200 dpkg -l | grep kernel-image
ii  kernel-image-2.4.27-2-386    2.4.27-10  Linux kernel image for version 2.4.27 on 386

# find /lib/modules | grep pciehp
/lib/modules/2.4.27-2-386/kernel/drivers/hotplug/pciehp.o

trave11er
Posts: 45
Joined: 2004-09-11 15:02

#6 Post by trave11er »

Everything seems to be in order. What happens when you run

modprobe pciehp

by hand?

cc
Posts: 820
Joined: 2005-06-08 19:14

#7 Post by cc »

Code: Select all

# modprobe pciehp
/lib/modules/2.4.27-2-386/kernel/drivers/hotplug/pciehp.o: init_module: Operation not permitted
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
/lib/modules/2.4.27-2-386/kernel/drivers/hotplug/pciehp.o: insmod /lib/modules/2.4.27-2-386/kernel/drivers/hotplug/pciehp.o failed
/lib/modules/2.4.27-2-386/kernel/drivers/hotplug/pciehp.o: insmod pciehp failed

trave11er
Posts: 45
Joined: 2004-09-11 15:02

#8 Post by trave11er »

Driver refusing to load is definitely the cause of the problem, however I have no idea about why it happens. :(

cc
Posts: 820
Joined: 2005-06-08 19:14

#9 Post by cc »

should I report as a BUG to Debian ?

unagicat

pciehp / shpchp load errors

#10 Post by unagicat »

Has anyone determined this is a bug? I am getting the identical errors also after upgrading from sarge 2.4.27 to 2.6.8 kernel image.

thanks!

anon

#11 Post by anon »

on sarge block the module in /etc/hotplug/blacklist
see http://bugs.debian.org/268583

Post Reply