Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
Justin  [10-04-25 15:02]:
> On 25/04/10 14:49, Daniel Pielmeier wrote:
> > meino.cra...@gmx.de schrieb am 25.04.2010 14:25:
> >>
> >> Hi,
> >>
> >> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> >> Afterwards I etc-updated and recompiled the output of 
> >> qlist -I -C x11-drivers and did a modprobe -r.
> >> I rebooted. X11 starts with no problem but the keyboard
> >> and the mouse were not responding.
> >>
> >> The xorg logfiles says that there are no input-devices
> >> specified and that module dri and dri2 couldn't be found.
> >> A quick look at man xorg.conf says nothing about definitions
> >> of input devices.
> >> The previous versions has had no problems with my xorg.conf,
> >> so something added with the latest update may have killed
> >> the functionality...
> >>
> >> What did I wrong?
> >>
> >> Thank you very much in advance for any help in advance!
> > 
> > Afaik input devices are managed by udev instead of hal in xorg-1.8. There 
> > is an
> > upgrade guide [1] but I don't know if it is official and finished.
> > 
> > [1] 
> > http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml
> > 
> 
> That's the one I meant, and I assume that everything hosted on our infra
> can considered to be official somehow.
> 
> And this what was shown to me from the emerge.
> 
> INFO: postinst
> You should consider reading upgrade guide for this release:
> 
> http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml
> 
> WARN: postinst
> You must rebuild all drivers if upgrading from  because the ABI changed. If you cannot start X because
> of module version mismatch errors, this is your problem.
> You can generate a list of all installed packages in the x11-drivers
> category using this command:
> emerge portage-utils; qlist -I -C x11-drivers/
> 
> 


I included the extra class specification xorg-server-18 needs for
recognizing mouse and keyboard. Useflags, kernelversion und udev
match also.
But I get an error in the Xorg-logfile:

[  2805.694] (II) Initializing extension GLX
[  2806.923] (II) config/udev: Adding input device Logitech N48 
(/dev/input/mouse0)
[  2806.923] (**) Logitech N48: Applying InputClass "mouse-all"
[  2806.923] (II) LoadModule: "evdev"
[  2806.923] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2806.973] (II) Module evdev: vendor="X.Org Foundation"
[  2806.973]compiled for 1.8.0, module version = 2.4.0
[  2806.973]Module class: X.Org XInput Driver
[  2806.973]ABI class: X.Org XInput driver, version 9.0
[  2806.973] (**) Logitech N48: always reports core events
[  2806.973] (**) Logitech N48: Device: "/dev/input/mouse0"
[  2806.984] (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
[  2807.016] (II) UnloadModule: "evdev"
[  2807.016] (EE) PreInit returned NULL for "Logitech N48"



"Inappropiate ioctl" looks like some version mismatch between kernel
interface and ... what?

udev is recompiled after installation of xorg-server and the kernel
was not changed after that installation...

I simply dont know whats failing there...





-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Justin
On 25/04/10 14:49, Daniel Pielmeier wrote:
> meino.cra...@gmx.de schrieb am 25.04.2010 14:25:
>>
>> Hi,
>>
>> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
>> Afterwards I etc-updated and recompiled the output of 
>> qlist -I -C x11-drivers and did a modprobe -r.
>> I rebooted. X11 starts with no problem but the keyboard
>> and the mouse were not responding.
>>
>> The xorg logfiles says that there are no input-devices
>> specified and that module dri and dri2 couldn't be found.
>> A quick look at man xorg.conf says nothing about definitions
>> of input devices.
>> The previous versions has had no problems with my xorg.conf,
>> so something added with the latest update may have killed
>> the functionality...
>>
>> What did I wrong?
>>
>> Thank you very much in advance for any help in advance!
> 
> Afaik input devices are managed by udev instead of hal in xorg-1.8. There is 
> an
> upgrade guide [1] but I don't know if it is official and finished.
> 
> [1] 
> http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml
> 

That's the one I meant, and I assume that everything hosted on our infra
can considered to be official somehow.

And this what was shown to me from the emerge.

INFO: postinst
You should consider reading upgrade guide for this release:

http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml

WARN: postinst
You must rebuild all drivers if upgrading from 

signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Daniel Pielmeier
meino.cra...@gmx.de schrieb am 25.04.2010 14:25:
> 
> Hi,
> 
> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> Afterwards I etc-updated and recompiled the output of 
> qlist -I -C x11-drivers and did a modprobe -r.
> I rebooted. X11 starts with no problem but the keyboard
> and the mouse were not responding.
> 
> The xorg logfiles says that there are no input-devices
> specified and that module dri and dri2 couldn't be found.
> A quick look at man xorg.conf says nothing about definitions
> of input devices.
> The previous versions has had no problems with my xorg.conf,
> so something added with the latest update may have killed
> the functionality...
> 
> What did I wrong?
> 
> Thank you very much in advance for any help in advance!

Afaik input devices are managed by udev instead of hal in xorg-1.8. There is an
upgrade guide [1] but I don't know if it is official and finished.

[1] 
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml

-- 
Daniel Pielmeier



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
..and you are guilty for not reading my initial posting carefully...
:) ;)

I wrote:
> Afterwards I etc-updated and recompiled the output of
> qlist -I -C x11-drivers and did a modprobe -r.

qlist -I -C does output any driver which needs to be rebuilt,
which I did. Result: No mouse no keyboard.




Davide Carnovale  [10-04-25 14:45]:
> Hi,
> something like that happened to me too, i am guilty of not having followed
> the guide, but i solved the problem booting from a live cd, chrooting into
> my gentoo and rebuilding xf86-input-* packages
> HTH
> Davide
> 
> 2010/4/25 
> 
> > Justin  [10-04-25 14:37]:
> > > On 25/04/10 14:25, meino.cra...@gmx.de wrote:
> > > >
> > > > Hi,
> > > >
> > > > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> > > > Afterwards I etc-updated and recompiled the output of
> > > > qlist -I -C x11-drivers and did a modprobe -r.
> > > > I rebooted. X11 starts with no problem but the keyboard
> > > > and the mouse were not responding.
> > > >
> > > > The xorg logfiles says that there are no input-devices
> > > > specified and that module dri and dri2 couldn't be found.
> > > > A quick look at man xorg.conf says nothing about definitions
> > > > of input devices.
> > > > The previous versions has had no problems with my xorg.conf,
> > > > so something added with the latest update may have killed
> > > > the functionality...
> > > >
> > > > What did I wrong?
> > > >
> > > > Thank you very much in advance for any help in advance!
> > > >
> > > > Best regards,
> > > > mcc
> > > >
> > > >
> > > >
> > >
> > > Simple question:
> > >
> > > Did you follow the official gentoo xorg-1.8 guide and did you follow the
> > > elog msgs?
> > >
> > > justin
> > >
> >
> > Simple answer: I followed the elog messages, which do nothing say
> > about any extra-guide on the gentoo-site... :-/
> >
> >
> > --
> > Please don't send me any Word- or Powerpoint-Attachments
> > unless it's absolutely neccessary. - Send simply Text.
> > See http://www.gnu.org/philosophy/no-word-attachments.html
> > In a world without fences and walls nobody needs gates and windows.
> >
> >
> >

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Davide Carnovale
Hi,
something like that happened to me too, i am guilty of not having followed
the guide, but i solved the problem booting from a live cd, chrooting into
my gentoo and rebuilding xf86-input-* packages
HTH
Davide

2010/4/25 

> Justin  [10-04-25 14:37]:
> > On 25/04/10 14:25, meino.cra...@gmx.de wrote:
> > >
> > > Hi,
> > >
> > > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> > > Afterwards I etc-updated and recompiled the output of
> > > qlist -I -C x11-drivers and did a modprobe -r.
> > > I rebooted. X11 starts with no problem but the keyboard
> > > and the mouse were not responding.
> > >
> > > The xorg logfiles says that there are no input-devices
> > > specified and that module dri and dri2 couldn't be found.
> > > A quick look at man xorg.conf says nothing about definitions
> > > of input devices.
> > > The previous versions has had no problems with my xorg.conf,
> > > so something added with the latest update may have killed
> > > the functionality...
> > >
> > > What did I wrong?
> > >
> > > Thank you very much in advance for any help in advance!
> > >
> > > Best regards,
> > > mcc
> > >
> > >
> > >
> >
> > Simple question:
> >
> > Did you follow the official gentoo xorg-1.8 guide and did you follow the
> > elog msgs?
> >
> > justin
> >
>
> Simple answer: I followed the elog messages, which do nothing say
> about any extra-guide on the gentoo-site... :-/
>
>
> --
> Please don't send me any Word- or Powerpoint-Attachments
> unless it's absolutely neccessary. - Send simply Text.
> See http://www.gnu.org/philosophy/no-word-attachments.html
> In a world without fences and walls nobody needs gates and windows.
>
>
>


Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
Justin  [10-04-25 14:37]:
> On 25/04/10 14:25, meino.cra...@gmx.de wrote:
> > 
> > Hi,
> > 
> > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> > Afterwards I etc-updated and recompiled the output of 
> > qlist -I -C x11-drivers and did a modprobe -r.
> > I rebooted. X11 starts with no problem but the keyboard
> > and the mouse were not responding.
> > 
> > The xorg logfiles says that there are no input-devices
> > specified and that module dri and dri2 couldn't be found.
> > A quick look at man xorg.conf says nothing about definitions
> > of input devices.
> > The previous versions has had no problems with my xorg.conf,
> > so something added with the latest update may have killed
> > the functionality...
> > 
> > What did I wrong?
> > 
> > Thank you very much in advance for any help in advance!
> > 
> > Best regards,
> > mcc
> > 
> > 
> > 
> 
> Simple question:
> 
> Did you follow the official gentoo xorg-1.8 guide and did you follow the
> elog msgs?
> 
> justin
> 

Simple answer: I followed the elog messages, which do nothing say
about any extra-guide on the gentoo-site... :-/


-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Justin
On 25/04/10 14:25, meino.cra...@gmx.de wrote:
> 
> Hi,
> 
> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
> Afterwards I etc-updated and recompiled the output of 
> qlist -I -C x11-drivers and did a modprobe -r.
> I rebooted. X11 starts with no problem but the keyboard
> and the mouse were not responding.
> 
> The xorg logfiles says that there are no input-devices
> specified and that module dri and dri2 couldn't be found.
> A quick look at man xorg.conf says nothing about definitions
> of input devices.
> The previous versions has had no problems with my xorg.conf,
> so something added with the latest update may have killed
> the functionality...
> 
> What did I wrong?
> 
> Thank you very much in advance for any help in advance!
> 
> Best regards,
> mcc
> 
> 
> 

Simple question:

Did you follow the official gentoo xorg-1.8 guide and did you follow the
elog msgs?

justin



signature.asc
Description: OpenPGP digital signature


[gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer

Hi,

I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80.
Afterwards I etc-updated and recompiled the output of 
qlist -I -C x11-drivers and did a modprobe -r.
I rebooted. X11 starts with no problem but the keyboard
and the mouse were not responding.

The xorg logfiles says that there are no input-devices
specified and that module dri and dri2 couldn't be found.
A quick look at man xorg.conf says nothing about definitions
of input devices.
The previous versions has had no problems with my xorg.conf,
so something added with the latest update may have killed
the functionality...

What did I wrong?

Thank you very much in advance for any help in advance!

Best regards,
mcc



-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.