lunes, septiembre 20, 2010

El botón de activar/desactivar el touchpad no está configurado para hacer nada, pero aún así, al parecer el controlador o kernel detecta cuando presiono el botón... y algo hace que lo mata...

mirando por ahí encontré muchos reportes de errores:

https://bugs.launchpad.net/fedora/+source/linux/+bug/374459
http://bugs.freedesktop.org/show_bug.cgi?id=21766
https://bugzilla.kernel.org/show_bug.cgi?id=13363
https://bugzilla.redhat.com/show_bug.cgi?id=635219 (el mio)

y varias opciones para la línea de comandos del grub...

i8042.nomux
i8042.debug
i8042.quiet
i8042.reset

Encontré una forma de hacer funcionar mi dispositivo, ya que el controlador i8042 es el encargado de hacer funcionar y desbloquear el touchpad, para "arreglar" este problema de que sólo bloquea el touchpad, ponemos en LA LINEA DE COMANDOS DE GRUB:

i8042.nomux=1




aparte encontré unos parches del kernel... vamos a ver si se aplican pronto al kernel para probarlos :D

https://patchwork.kernel.org/patch/110046/
http://kerneltrap.org/mailarchive/linux-kernel/2010/7/1/4588887/thread

Y mi dmidecode
[root@gateway maximi89]# sudo dmidecode --string system-manufacturer
Gateway
[root@gateway maximi89]# sudo dmidecode --string system-product-name
NV52 Series
[root@gateway maximi89]# sudo dmidecode --string system-version
0100

Claro, hay otro comando de lshal, que provee mucha más información... :D

[root@gateway maximi89]# uname -a
Linux gateway 2.6.32.21-166.fc12.i686.PAE #1 SMP Fri Aug 27 06:33:34 UTC 2010
i686 athlon i386 GNU/Linux

[root@gateway maximi89]# dmidecode |grep -C12 -i mouse
Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J33
Internal Connector Type: None
External Reference Designator: Keyboard
External Connector Type: Circular DIN-8 male
Port Type: Keyboard Port

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J33
Internal Connector Type: None
External Reference Designator: PS/2 Mouse
External Connector Type: Circular DIN-8 male
Port Type: Keyboard Port

No hay comentarios.: