You are not logged in.

#1 2008-05-19 12:51:06

gnunixguy
Member
Registered: 2008-03-13
Posts: 12

Another 2.6.25.4 kernel question

All,

After figuring out my last issue with kernel compilation, I have another question.

I just finished compiling the 2.6.25.4 kernel from source. I imported the current config of my Arch Linux stock kernel and used default settings on all the new options it gave me when doing a "make oldconfig"/"make menuconfig." Once in the menuconfig, all I changed was the kernel name, processor from Pentium Pro to core2/Xeon/newer and highmem from 4gb to 64gb.

The kernel compiled with no discernable errors and I booted up with it. However, it gets stuck about halfway through the process with:

/drivers/hid/usbhid/hid-core.c: v2.6: USB HID core driver

and the system just sits there till I manually reboot it.

Apparently it didn't make it far enough to log the kernel messages, so I have no way of giving you all the lines before it, but basically it's just checking all the USB interfaces and bringing up devices that are connected (keyboard and mouse). See sig for system specs.

Anyone have any ideas or opinions of what might be happening?

Thanks,
Gnunixguy

EDIT: here is the USB section of my .config used to compile the kernel.

#
# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT_POWERBOOK=y
CONFIG_HID_FF=y
CONFIG_HID_PID=y
CONFIG_LOGITECH_FF=y
CONFIG_PANTHERLORD_FF=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_ZEROPLUS_FF=y
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
CONFIG_USB_PERSIST=y
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_U132_HCD=m
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_CS=m
CONFIG_USB_R8A66597_HCD=m

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m

Last edited by gnunixguy (2008-05-19 13:07:41)


Watercooled.

Offline

Board footer

Powered by FluxBB