1
vote
2answers
50 views

Does linux modules/drivers belong to kernal space or user space

Some articles say that modules/drivers belong to kernel space as it take part in forming the kernel; (reference: http://www.freesoftwaremagazine.com/articles/drivers_linux) While others say that ...
0
votes
1answer
26 views

USB_HID is not working

How do I get a usb keyboard to work? I have already selected and compiled the USB HID transport layer and I don't know what else to do.
1
vote
0answers
117 views

Changing default line discipline at kernel level [closed]

How to assign line discipline to particular serial port at kernel level?
18
votes
1answer
372 views

How to get started writing drivers?

I have a throw-away cheap laptop I'd like to twiddle around, a Thinkpad SL 500. What bothers me are two leds, the one for wireless connectivity, and the one for hibernation, which don't light up at ...
5
votes
3answers
4k views

mptscsih: ioc0: task abort: SUCCESS (rv=2002) causes 30 seconds freezing

I/O to my software RAID6 often freezes for around 30 seconds after which everything is back to normal. After the freeze is over this is put into syslog: Mar 14 18:43:57 server kernel: [35649.816060] ...