FC5: Need to rebuild the kernel ? how?
Hi,
I'm trying to write a device driver, using FedoraCore5 (kernel: 2.6.15.-1.2054.FC5) According to the documentation I've build a tree as a user and compile my module against it. I want to enable some debuging that isn't enabled. Also I need to recompile some existing module (/drivers/usb/input/hid-core.c) as I've added some lines in there.
I did:
make menuconfig
make dep
make clean
make bzImage
make
make install
make modules
make modules_install
...but when I reboot, the system crashes! Obviously I make something wrong.
Some Information:
kernel tree is under:
/home/user/rpmbuil/BUILD/kernel<version>/linux<version>/
the changes I described above concern the addition of the vendor and product id into the blacklist of usbhid in order to get my driver probed.
Plz help!
|