No mouse or keyboard after upgrade [Solved]

Anything that pertains to Entropy, Equo or Sulfur

Moderator: Moderators

No mouse or keyboard after upgrade [Solved]

Postby dunsurfin » Fri Feb 03, 2012 9:23

Yesterday's update of x11 packages has left my x86 macine without a working input system. Both mouse and keyboard work up until x starts to load and then nothing (I have to do a hard shutdown).
SL 8 K x86 fully updated, kernel 3.2 (but still with esound installed)

Edit: Forgot to mention that it's a Logitech darkfield wireless mouse and a Logitech wireless keyboard.

It will help if someone can tell me how to keep the boot process in verbose mode - it seems to switch back to graphics after a second or so of verbose.

My amd64 system hasn't been troubled by this.
Last edited by dunsurfin on Sat Feb 04, 2012 8:07, edited 2 times in total.
Self-righteousness is a loud din raised to drown
the voice of guilt within us - Eric Hoffer
User avatar
dunsurfin
Sagely Hen
 
Posts: 1245
Joined: Sun Jan 07, 2007 21:38
Location: Newcastle upon Tyne UK

Re: No mouse or keyboard after upgrade

Postby wolfden » Fri Feb 03, 2012 9:29

which xorg-server you have installed? xorg-server needs corresponding drivers so if it upgraded or downgraded without them, than stuff won't work. You should be able to ssh in or chroot via live disk in to see what is up
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: No mouse or keyboard after upgrade

Postby dunsurfin » Fri Feb 03, 2012 10:42

X.Org X Server 1.11.3 which was installed on 24/1/12 and hasn't caused any problems until yesterday. Xorg.0.log of today shows this error which may point the way.:

Code: Select all
[    29.276] (II) LoadModule: "evdev"
[    29.276] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.290] (II) Module evdev: vendor="X.Org Foundation"
[    29.290]    compiled for 1.10.4, module version = 2.6.0
[    29.290]    Module class: X.Org XInput Driver
[    29.290]    ABI class: X.Org XInput driver, version 12.2
[    29.290] (EE) module ABI major version (12) doesn't match the server's version (13)
[    29.290] (II) UnloadModule: "evdev"
[    29.290] (II) Unloading evdev
[    29.290] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    29.290] (EE) No input driver matching `evdev'
[    29.290] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    29.290] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.290] (II) LoadModule: "evdev"
[    29.290] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.290] (II) Module evdev: vendor="X.Org Foundation"
[    29.290]    compiled for 1.10.4, module version = 2.6.0
[    29.290]    Module class: X.Org XInput Driver
[    29.290]    ABI class: X.Org XInput driver, version 12.2
[    29.290] (EE) module ABI major version (12) doesn't match the server's version (13)
[    29.290] (II) UnloadModule: "evdev"
[    29.290] (II) Unloading evdev
[    29.290] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    29.290] (EE) No input driver matching `evdev'
[    29.290] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1017 (/dev/input/event2)
[    29.290] (**) Logitech Unifying Device. Wireless PID:1017: Applying InputClass "evdev pointer catchall"
[    29.290] (II) LoadModule: "evdev"
[    29.290] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.291] (II) Module evdev: vendor="X.Org Foundation"
[    29.291]    compiled for 1.10.4, module version = 2.6.0
[    29.291]    Module class: X.Org XInput Driver
[    29.291]    ABI class: X.Org XInput driver, version 12.2
[    29.291] (EE) module ABI major version (12) doesn't match the server's version (13)
[    29.291] (II) UnloadModule: "evdev"
[    29.291] (II) Unloading evdev
[    29.291] (EE) Failed to load module "evdev" (module requirement mismatch, 0)
[    29.291] (EE) No input driver matching `evdev'
[    29.291] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1017 (/dev/input/mouse0)
[    29.291] (II) No input driver/identifier specified (ignoring)
[    29.291] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2011 (/dev/input/event3)
[    29.291] (**) Logitech Unifying Device. Wireless PID:2011: Applying InputClass "evdev keyboard catchall"
[    29.291] (II) LoadModule: "evdev"
[    29.291] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.291] (II) Module evdev: vendor="X.Org Foundation"
[    29.291]    compiled for 1.10.4, module version = 2.6.0
[    29.291]    Module class: X.Org XInput Driver
[    29.291]    ABI class: X.Org XInput driver, version 12.2
[    29.291] (EE) module ABI major version (12) doesn't match the server's version (13)
[    29.291] (II) UnloadModule: "evdev"
[    29.291] (II) Unloading evdev
[    29.291] (EE) Failed to load module "evdev" (module requirement mismatch, 0
Self-righteousness is a loud din raised to drown
the voice of guilt within us - Eric Hoffer
User avatar
dunsurfin
Sagely Hen
 
Posts: 1245
Joined: Sun Jan 07, 2007 21:38
Location: Newcastle upon Tyne UK

Re: No mouse or keyboard after upgrade

Postby wolfden » Fri Feb 03, 2012 11:27

yea,but did entropy install the updated driver revisions for xorg 1.10? You need to downgrade you xorg-server to match if so.

Xorg and drivers must be in sync, just like Kernel and Drivers need to be in sync. The equo update should of downgraded xorg-server and the drivers.
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: No mouse or keyboard after upgrade

Postby dunsurfin » Fri Feb 03, 2012 11:33

This is what entropy installed:

Code: Select all
>>  @@ These are the packages that would be installed:
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-i128-1.3.4|5   [1.3.4|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-tdfx-1.4.3|12   [1.4.3|11]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-void-1.4.0|3   [1.4.0|2]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-vmware-11.1.0|0   [11.0.3|3]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-ark-0.7.3|5   [0.7.3|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-virtualbox-4.1.8#3.2.0-sabayon|4   [4.1.8|3|3.2.0-sabayon]                                                                                                           
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-apm-1.2.3|5   [1.2.3|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-sis-0.10.3|5   [0.10.3|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-vmmouse-12.7.0|3   [12.7.0|2]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-nv-2.1.18|5   [2.1.18|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-virtualbox-4.1.8#3.0.0-sabayon|2   [4.1.8|1|3.0.0-sabayon]                                                                                                           
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-intel-2.17.0-r3|1   [2.17.0-r3|0]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-joystick-1.6.0|3   [1.6.0|2]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-rendition-4.2.4|5   [4.2.4|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-dummy-0.3.5|1   [0.3.5|0]
>>  ## [U] [sabayonlinux.org] x11-drivers/nvidia-userspace-290.10|2   [290.10|1]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-glint-1.2.6|2   [1.2.6|1]
>>  ## [U] [sabayonlinux.org] app-admin/sudo-1.8.3_p2|0   [1.8.3_p1-r2|0]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-fbdev-0.4.2|8   [0.4.2|7]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-sisusb-0.9.4|5   [0.9.4|4]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-synaptics-1.5.0|1   [1.5.0|0]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-v4l-0.2.0|18   [0.2.0|17]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-evdev-2.6.0|4   [2.6.0|3]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-aiptek-1.4.1|2   [1.4.1|1]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-video-vesa-2.3.0|7   [2.3.0|6]
>>  ## [U] [sabayonlinux.org] app-misc/sabayonlive-tools-2.3-r14|0   [2.3-r13|0]
>>  ## [U] [sabayonlinux.org] x11-drivers/xf86-input-acecad-1.5.0|3   [1.5.0|2]
>>  @@ Packages needing to be installed/updated/downgraded: 27
Self-righteousness is a loud din raised to drown
the voice of guilt within us - Eric Hoffer
User avatar
dunsurfin
Sagely Hen
 
Posts: 1245
Joined: Sun Jan 07, 2007 21:38
Location: Newcastle upon Tyne UK

Re: No mouse or keyboard after upgrade

Postby wolfden » Fri Feb 03, 2012 11:41

right, see how the drivers are bumped, but your xorg-server still on 1.11.3, you need 1.10 to work with those drivers
User avatar
wolfden
Sharecropper
 
Posts: 8822
Joined: Sat Jan 14, 2006 0:55
Location: Midwest USA

Re: No mouse or keyboard after upgrade

Postby batvink » Fri Feb 03, 2012 13:24

dunsurfin wrote:It will help if someone can tell me how to keep the boot process in verbose mode - it seems to switch back to graphics after a second or so of verbose.


maybe it's not the proper way, but i don't know how else...

as root:
Code: Select all
nano -w /boot/grub/grub.cfg

find the menuentry, and go to the linux kernel line.
change:
Code: Select all
linux   /kernel-genkernel-x86_64-3.2.0-sabayon ro  init=/linuxrc splash=silent,theme:sabayon etc etc etc

into:
Code: Select all
linux   /kernel-genkernel-x86_64-3.2.0-sabayon ro  init=/linuxrc splash=verbose,theme:sabayon

save: CTRL-o (or F3), and exit nano editor: CTRL-x (or F2)
This will keep the boot process in verbose mode, but when upgrading the kernel or update grub, you have to manually edit the file again, 'cause it's overwritten.

As xorg-server concern: downgrading xorg to 1.10 is indeed the only way to get your Keyboard/mouse functioning again.
If you have masked "x11-base/xorg-server-1.11.3" and/or x11-base/xorg-drivers-1.11" ,
remove those lines from "/etc/entropy/packages/package.mask" ,
followed by "equo update && equo upgrade --ask"
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Re: No mouse or keyboard after upgrade

Postby dunsurfin » Fri Feb 03, 2012 13:34

Thanks for the information about getting a fully verbose mode batvink.
I don't have xorg-server masked and am going to use chroot (hopefully) to downgrade.
Self-righteousness is a loud din raised to drown
the voice of guilt within us - Eric Hoffer
User avatar
dunsurfin
Sagely Hen
 
Posts: 1245
Joined: Sun Jan 07, 2007 21:38
Location: Newcastle upon Tyne UK

Re: No mouse or keyboard after upgrade

Postby dunsurfin » Fri Feb 03, 2012 14:17

I now have my mouse and keyboard back by using chroot with a live disk and installing xorg-server-1.10.4. Thank you to Wolfden and batvink.
Despite having a working system again I am not marking this as "solved" as there is still a problem somewhere. Equo update, equo update --force and equo upgrade insisted that all was well (I had to specify the package to install it) and now entropy wants to remove xorg-server-1.10.4 and reinstall 1.11.3.
Self-righteousness is a loud din raised to drown
the voice of guilt within us - Eric Hoffer
User avatar
dunsurfin
Sagely Hen
 
Posts: 1245
Joined: Sun Jan 07, 2007 21:38
Location: Newcastle upon Tyne UK

Re: No mouse or keyboard after upgrade

Postby batvink » Fri Feb 03, 2012 14:48

here on my system, "xorg-server-1.11.3" is gone from Entropy, using sabayonlinux.org repo.
you didn't altered "package.mask" at all, right?
What exactly did you do, when chrooted.....
maybe it helps reinstalling entropy:
Code: Select all
equo install entropy equo --relaxed

i'm on "sys-apps/entropy-1.0_rc85"
and then:
Code: Select all
equo upgrade --pretend

to see if it still wants to upgrade to 1.11.3
Latest (important) news about sabayon?
Watch Rigo's notice board, or surf to:
https://wiki.sabayon.org/index.php?title=Wiki_News
User avatar
batvink
Technological Hen
 
Posts: 405
Joined: Sun Oct 28, 2007 11:44
Location: the netherlands

Next

Return to Entropy|Equo|Rigo Package Managers

Who is online

Users browsing this forum: No registered users and 1 guest