Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
my Kernel is not using the module shpchp
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Snooze86
n00b
n00b


Joined: 14 Feb 2011
Posts: 14

PostPosted: Mon Feb 14, 2011 12:46 pm    Post subject: my Kernel is not using the module shpchp Reply with quote

Hi,

I tried to build a Kernel with my own configuration. After a while every thing seems to work correct. But I found a difference between my Kernel and the Kernel used by the systemrescuecd from sysresccd.org (both Kernel-2.6.36-x86_64).

When I type lspci -v in a shell on my system I get:
Code:

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: f6100000-f61fffff
        Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 013f
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>


with the syresccd I get:
Code:

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: f6100000-f61fffff
        Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
        Capabilities: [40] Express Root Port (Slot+), MSI 00
        Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 013f
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport
        Kernel modules: shpchp


I wondered about the difference "Kernel modules: shpchp". I also included this driver in my Kernel but it doesn't use it. I searched the web and this forum but can't find any solution. What am I doing wrong?

my Kernelconfiguration http://pastebin.com/c0KjFbQL


Thank you for your help
Back to top
View user's profile Send private message
roarinelk
Guru
Guru


Joined: 04 Mar 2004
Posts: 520

PostPosted: Mon Feb 14, 2011 12:53 pm    Post subject: Reply with quote

modprobe shpchp ? You have it enabled in your .config (it's the driver for PCI/PCIe hotplug,
which you probably will never even need).
Back to top
View user's profile Send private message
Snooze86
n00b
n00b


Joined: 14 Feb 2011
Posts: 14

PostPosted: Mon Feb 14, 2011 2:00 pm    Post subject: Reply with quote

roarinelk wrote:
modprobe shpchp ? You have it enabled in your .config (it's the driver for PCI/PCIe hotplug,
which you probably will never even need).


I have tried modprobe shpchp, but it doesn't work, because I've built this driver into the Kernel. So I tried building it as a module and now I get it displayed with lspci -v.
But why haven't lspci shown shpchp before?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum