Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263178 - xorg signal 11 due to missing kernel driver
Summary: xorg signal 11 due to missing kernel driver
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-20 22:03 UTC by Peter
Modified: 2009-03-22 00:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info xorg-server kernel .config (bugreport,59.46 KB, text/plain)
2009-03-22 00:54 UTC, Peter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2009-03-20 22:03:14 UTC
I have a usb logitech mouse and I took out USB HID devices when I compiled the kernel thinking that a usb mouse would be part of the usb drivers, not the HID devices.  My mistake.

However, this causes:

Backtrace:
0: X(xf86SigHandler+0x84) [0x80d2c84]
1: [0xb7f05400]
2: X(main+0x6ad) [0x80750cd]
3: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7c7760c]
4: X(FontFileCompleteXLFD+0x1ed( [0x80741d1]

Fatal server error:
Caught signal 11. Server aborting

With for instance /dev/input/mice Protocol "auto", i.e., if you don't specify a mouse or if you do in different ways or with Driver "evdev" or "mouse".  It should at worst start X with a non-working mouse or exit with an error when it doesn't find that USB HID in the kernel, not what I assume is a segmentation fault.

Note that I did recompile kernel with the USB HID and it now starts without crashing.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-21 01:28:22 UTC
Please tell us which version of x11-base/xorg-server you are using. Also post your "emerge --info" and attach your kernel config file.

Reopen this bug when you provide the requested information.
Comment 2 Peter 2009-03-22 00:54:00 UTC
Created attachment 185827 [details]
emerge --info xorg-server kernel .config