Maestro Muten wrote:
> Alright maybe someone just answered but I did not find....
>
> I've downloaded the 2.6.0 source from www.kernel.org. configured and
> compiled. looked ok, but...
>
> 1) the mouse wheel refuses to work
> 2) The IDE CDRW does not CDRW. (I tried with the scsi emulation too, but
> no way)
> 3) The nvidia driver does not compile (Where's the modversion.h file??)
>
> I patched it up to 2.6.1 .... no better.
>
> Why? do I have to cry?
I upgraded to 2.6.0 the other day using a .config transfer from my old
kernel.
My mousewheel would not work.
The reason was that in the USB settings after the
<M> USB Human Interface Device (full HID) support
? ?[*] HID input layer support
? ?[ ] Force feedback support (EXPERIMENTAL)
? ?[ ] /dev/hiddev raw HID device support
? ? USB HID Boot Protocol drivers --->
See that final line go in there and make sure that both are unchecked.
?????????????????? USB HIDBP Mouse (simple Boot) support
? CONFIG_USB_MOUSE:
? Say Y here only if you are absolutely sure that you don't want
? to use the generic HID driver for your USB mouse and prefer
? to use the mouse in its limited Boot Protocol mode instead.
? This is almost certainly not what you want. This is mostly
? useful for embedded applications or simple mice.
? To compile this driver as a module, choose M here: the
? module will be called usbmouse.
? If even remotely unsure, say N.
There were other things I did but I think that was my main problem.
This is assuming that you use a USB mouse.
Richard
