[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel, mouse usb



On Wed, Mar 17, 2004 at 11:08:51AM +0100, furlan wrote:
> Quale voce devo selezionare nel kernel per usare un mouse usb?
> Io ho un kernel 2.4.25, ma mi interesserebbe anche per il 2.6.3.

io ho messo sta roba e tutto funziona (X e gpm). comunque leggiti l'help
delle varie voci che aiutano.

$ grep "USB" /usr/src/linux-2.4.25/.config | grep -v "^#"
CONFIG_USB=y
CONFIG_USB_OHCI=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
$ grep "MOUSE" /usr/src/linux-2.4.25/.config | grep -v "^#"
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y

$ grep "USB" /usr/src/linux-2.6.4/.config | grep -v "^#"
CONFIG_USB=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
$ grep "MOUSE" /usr/src/linux-2.6.4/.config | grep -v "^#"
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y

-- 
* Simunye is so happy she has her mothers gene's
<Dellaran> you better give them back before she misses them!



Reply to: