You are not logged in.

#1 2004-05-21 15:44:03

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

hotplug missing shpchp

/etc/rc.d/hotplug start
:: Starting Hotplug Daemon                                               [BUSY] ... can't load module shpchp
missing kernel or user mode driver shpchp
                                                                         [DONE]

Hm. I can't find that module at all.


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#2 2004-05-21 16:00:25

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: hotplug missing shpchp

I don't use it or even don't know what it is :-) but I can find this:

locate shpchp
/lib/modules/2.6.6/kernel/drivers/pci/hotplug/shpchp.ko

Right now I'm using 2.6.6 kernel from arch packages (no modification). I also have 2.4.26 installed and there is no pci subdirectory at all. That's what I know about this.

Offline

#3 2004-05-21 16:30:50

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: hotplug missing shpchp

modprobe shpchp
FATAL: Error inserting shpchp (/lib/modules/2.6.6/kernel/drivers/pci/hotplug/shpchp.ko): Operation not permitted

Not permitted ... as root ... sigh


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#4 2004-06-30 23:28:27

enderst
Member
Registered: 2004-06-28
Posts: 69

Re: hotplug missing shpchp

this is still a problem. i haven't dug into this much but, i think hotplug dies because of this. my epson usb scanner won't work and i think it's because hotplug won't start. i've had it running fine on gentoo with kernel 2.6.3 so i know it works.

Offline

#5 2004-08-04 14:52:42

Cobra
Member
Registered: 2004-07-30
Posts: 109

Re: hotplug missing shpchp

I'm having the same problem

Offline

#6 2004-08-04 15:18:48

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: hotplug missing shpchp

[root@Asteraceae /]# modprobe shpchp
[root@Asteraceae /]# 

i can load this module (no idea what it is good for), but i use kernel26mm ... i will check for kernel26 soon

EDIT:
kernel26 works too for me - only there i get an error about not being able to sync hub for pci


The impossible missions are the only ones which succeed.

Offline

#7 2004-08-04 22:24:19

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: hotplug missing shpchp

Shpchp and pciehp modules are both related to pci hotplugging:

modinfo pciehp     
author:         Dan Zink <dan.zink@compaq.com>, Greg Kroah-Hartman <greg@kroah.com>, Dely Sy <dely.l.sy@intel.com>
description:    PCI Express Hot Plug Controller Driver
depends:        pci_hotplug

modinfo shpchp
author:         Dan Zink <dan.zink@compaq.com>, Greg Kroah-Hartman <greg@kroah.com>, Dely Sy <dely.l.sy@intel.com>
description:    Standard Hot Plug PCI Controller Driver
depends:        pci_hotplug

So if you don't have any pci hotpluging devices you will not be able to use them :-) If you want to just get rid of errors add these module names to /etc/hotplug/blacklist. Another issue that may affect using them is acpi turned off at boot time but I'm not 100% sure of that. There is a nice explanation of how pci hotplugging works at suse portal site http://216.239.59.104/search?q=cache:uP … ules&hl=en (this is from google's cache because I can't acces suse portal for some reason).

Offline

#8 2004-08-04 22:50:02

Cobra
Member
Registered: 2004-07-30
Posts: 109

Re: hotplug missing shpchp

Nice, that's solved. But I still get this:

[root@Nectar]-[/home/laurens]-25-#> /etc/rc.d/hotplug restart
:: Starting Hotplug Daemon                                               [BUSY]
cat: /sys/bus/usb/devices/4-1/product: No such file or directory
                                                                         [DONE]

Offline

#9 2004-08-05 00:47:59

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: hotplug missing shpchp

Cobra wrote:

Nice, that's solved. But I still get this:

[root@Nectar]-[/home/laurens]-25-#> /etc/rc.d/hotplug restart
:: Starting Hotplug Daemon                                               [BUSY]
cat: /sys/bus/usb/devices/4-1/product: No such file or directory
                                                                         [DONE]

dont know for sure, but i would check what you have in the /sys tree under bus/usb and if there is nothing, check your fstab


The impossible missions are the only ones which succeed.

Offline

#10 2004-08-05 10:04:10

Cobra
Member
Registered: 2004-07-30
Posts: 109

Re: hotplug missing shpchp

I also read that firewire could cause a problem? I don't know about that.

Under /sys:

[root@Nectar]-[/home/laurens]-6-#> ls /sys/bus/usb/
devices  drivers

[root@Nectar]-[/home/laurens]-7-#> ls /sys/bus/usb/devices/
1-0:1.0  3-0:1.0  3-2:1.0  4-1      usb1  usb3
2-0:1.0  3-2      4-0:1.0  4-1:1.0  usb2  usb4

[root@Nectar]-[/home/laurens]-8-#> ls /sys/bus/usb/devices/4-1
4-1:1.0              bDeviceSubClass     bcdDevice     idProduct     power
bConfigurationValue  bMaxPower           bmAttributes  idVendor      speed
bDeviceClass         bNumConfigurations  detach_state  manufacturer  version
bDeviceProtocol      bNumInterfaces      devnum        maxchild

Offline

#11 2004-08-05 10:11:37

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: hotplug missing shpchp

Cobra wrote:

I also read that firewire could cause a problem? I don't know about that.

Under /sys:

[root@Nectar]-[/home/laurens]-6-#> ls /sys/bus/usb/
devices  drivers

[root@Nectar]-[/home/laurens]-7-#> ls /sys/bus/usb/devices/
1-0:1.0  3-0:1.0  3-2:1.0  4-1      usb1  usb3
2-0:1.0  3-2      4-0:1.0  4-1:1.0  usb2  usb4

[root@Nectar]-[/home/laurens]-8-#> ls /sys/bus/usb/devices/4-1
4-1:1.0              bDeviceSubClass     bcdDevice     idProduct     power
bConfigurationValue  bMaxPower           bmAttributes  idVendor      speed
bDeviceClass         bNumConfigurations  detach_state  manufacturer  version
bDeviceProtocol      bNumInterfaces      devnum        maxchild

ok, hotplug cannot cat for .../product, because there  is any - but there is idProduct, what can maybe be missing 'product' - is hotplug uptodate? what about libusb? somehow hotplug assumes other names under /sys/bus/usb


The impossible missions are the only ones which succeed.

Offline

#12 2004-08-05 10:49:31

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: hotplug missing shpchp

i disabled hotplug in rc.conf completely it confuses my system too much
and with udev running usbsticks or other hotplugging stuff works too

also permissions set in hotplug(eg.camera rules or scanner rules) work fine if hotplug is not started in rc.conf

Offline

Board footer

Powered by FluxBB