Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Q opciones del kernel necesito para un raton usb?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Hefistion
Guru
Guru


Joined: 09 Feb 2003
Posts: 327
Location: España

PostPosted: Tue Feb 11, 2003 7:15 pm    Post subject: Q opciones del kernel necesito para un raton usb? Reply with quote

Hola de nuevo, :oops:

Pues eso, en la documentacion pone q hay q habilitar usbmouse, mousedev, hid, usbcore, usb-uhci, es esto correcto?

Pues bien yo he logrado encontrar las usb-uhci e hid pero las otras no. os digo lo q he hanilitado haber si es correcto :

Code:

Input core support ----->
  (*) mouse support
  (1024) Horiz......
  (768) Vert.........

Character devices   ----> mice
  (*)mouse support ( not serial...)
  [*]ps/2 mouse

USB support
  (*) support
  [*] PS/2 mouse

USB support
  (*) support usb
  [*] usb verbose debug messages
  (*)UHCI
  (*)USB mass storage support
  (*)USB human interface device (full hid)


Se supone q debo de tener una entrada en /dev/imput/mice para ponerla en el XF86config pero no la tengo.

Cuando arraca si me lo reconoce como genius optical .... en usb pero no se como hacerlo rular

He probado con un ps2 y va pero no se como hacerlo para usb.

Una vez mas gracias
Back to top
View user's profile Send private message
GaTeT
n00b
n00b


Joined: 10 Oct 2002
Posts: 74
Location: Alicante (España/Spain)

PostPosted: Tue Feb 11, 2003 11:03 pm    Post subject: Reply with quote

compruba ke tengas activado esto dentro del kernel
Code:

usb support -> USB Human Interfaces (HID) -> HID Input Layer

Yo tengo un raton usb y me funciona a la perfeccion, creo ke la unica diferencia de mi config a la tuya es esa opcion del kernel.
Suerte!!!
_________________
I'M an ANGEL...

... fEEl my sOuL
Back to top
View user's profile Send private message
Hefistion
Guru
Guru


Joined: 09 Feb 2003
Posts: 327
Location: España

PostPosted: Thu Feb 13, 2003 7:35 pm    Post subject: Reply with quote

Bueno por fin he conseguido configurar el raton os dejo lo q hice x si a alguien le viene bien

estas son las opciones de mi .config de mi kernel
Code:

#
# Input core support
#
CONFIG_INPUT=y
# CONFIG_INPUT_KEYBDEV is not set
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y

#
CONFIG_BUSMOUSE=y
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_LOGIBUSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set


#
# USB support
#
CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_LONG_TIMEOUT is not set
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_UHCI_ALT=y
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_PWC is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USBDNET is not set
# CONFIG_USB_USS720 is not set


y esto es mi XF86Config

Code:


Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxixMapping" "4 5"


bueno espero q a alguien le sirva de ayuda
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum