PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Re^4: Lenny, X, dead mouse
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Re^4: Lenny, X, dead mouse

Réponse
 
LinkBack Outils de la discussion
Vieux 20/08/2007, 17h30   #1
Peter Easthope
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re^4: Lenny, X, dead mouse

Andrei, Florian,

Thanks for the assistance.
I installed Lenny beginning with debootstrap.
Then copied some configurations from Etch.
Then used dselect.

Andrei> What xorg packages do you have installed? (dpkg -l xorg*)

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-=====================-==============-============================================
ii xorg 1:7.2-5 X.Org X Window System
un xorg-common <none> (no description available)
pn xorg-dev <none> (no description available)
ii xorg-docs 1:1.4-2 Miscellaneous documentation for
the X.Org so
un xorg-driver-synaptics <none> (no description available)
pn xorg-sgml-doctools <none> (no description available)

Florian> I would also like to know the result of
dmesg | grep input

peter@eagleedge:/$ dmesg | grep input
input: AT Translated Set 2 keyboard as /class/input/input0
input: C-Media USB Headphone Set as /class/input/input1
input: USB HID v1.00 Device [C-Media USB Headphone Set ] on
usb-0000:00:04.2-2
drivers/usb/input/hid-core.c: v2.6:USB HID core driver

No mouse there but in Etch, the output of the
same command includes the mouse.

input: PS2++ Logitech Wheel Mouse as /class/input/input3

f> ... and the output of
ls -l /dev/input/by-id

crw-rw---- 1 root root 13, 63 Aug 20 14:38 /dev/input/mice

f> ... "modprobe psmouse" ...

FATAL: Could not load /lib/modules/2.6.18-4-686/modules.dep: No such
file or directory

So I failed to install a modules package?

debootstrap is the most direct way of installing the
system, yet the documentation is relegated to an
appendix of the installation manual. Also, that
documentation is rather sparse and needs some elaboration.
After all, a pointing device is essential to a
GUI and most users want a GUI.

Thanks for any further comments.

Regards, ... Peter E.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 20/08/2007, 20h50   #2
Andrei Popescu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Re^4: Lenny, X, dead mouse

On Mon, Aug 20, 2007 at 08:59:38AM -0700, Peter Easthope wrote:
> Andrei, Florian,
>
> Thanks for the assistance.
> I installed Lenny beginning with debootstrap.
> Then copied some configurations from Etch.
> Then used dselect.
>
> Andrei> What xorg packages do you have installed? (dpkg -l xorg*)


Oops, should have been dpkg -l *xorg*, but it seems the problem is
elsewhere.

> Florian> I would also like to know the result of
> dmesg | grep input
>
> peter@eagleedge:/$ dmesg | grep input
> input: AT Translated Set 2 keyboard as /class/input/input0
> input: C-Media USB Headphone Set as /class/input/input1
> input: USB HID v1.00 Device [C-Media USB Headphone Set ] on
> usb-0000:00:04.2-2
> drivers/usb/input/hid-core.c: v2.6:USB HID core driver
>
> No mouse there but in Etch, the output of the
> same command includes the mouse.
>
> input: PS2++ Logitech Wheel Mouse as /class/input/input3
>
> f> ... and the output of
> ls -l /dev/input/by-id
>
> crw-rw---- 1 root root 13, 63 Aug 20 14:38 /dev/input/mice
>
> f> ... "modprobe psmouse" ...
>
> FATAL: Could not load /lib/modules/2.6.18-4-686/modules.dep: No such file
> or directory
>
> So I failed to install a modules package?


No, the modules are contained in the kernel package. AFAIK this is the
file that handles the module dependencies. Did you ever restart this
machine? I mean after installing with debootstrap. If yes then try a
'dpkg-reconfigure linux-image-2.6.18-4-686' and then reboot (BTW you
should upgrade to 2.6.18-5-686).

> debootstrap is the most direct way of installing the
> system, yet the documentation is relegated to an
> appendix of the installation manual. Also, that
> documentation is rather sparse and needs some elaboration.
> After all, a pointing device is essential to a
> GUI and most users want a GUI.


Hhmm, I always thought of debootstrap to be the most "hackish" way of
installing Debian. The new installer is really great.

Regards,
Andrei
P.S. Could you please not start a new thread each time you answer. Just
use reply (and make sure it goes only to debian-user@ ...)
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGye4eqJyztHCFm9kRAv9pAJ0cyh0sRIqWTPta4P2tFz b3CU18dwCgtpgy
AIdfXD+Cr6AZb52KSBrsTWE=
=dT8X
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 26/08/2007, 01h50   #3
Peter Easthope
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Re: Re^4: Lenny, X, dead mouse

Andrei,

ap> Did you ever restart this machine? I mean after
installing with debootstrap. If yes then try a 'dpkg-reconfigure
linux-image-2.6.18-4-686' and then reboot
(BTW you should upgrade to 2.6.18-5-686).

Thanks. A look in deselect elaborated the problem
immediately: no kernel package. I should have
realized that debootstrap copied a kernel but
did not install the kernel package. There was
an Ethernet driver but no mouse driver.

ap> I always thought of debootstrap to be the
most "hackish" way of installing Debian. The new
installer is really great.

Given a working system able to communicate with
a deb server and an attached target storage device,
installation on the target should be straightforward
and efficient. Works well really. The third storage
medium, CD or USB or other, isn't necessary,
provided my wits are present.

ap> Could you please not start a new thread each time you answer.
Just use reply

Topic for another message.

Thanks, Peter E,


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 26/08/2007, 01h50   #4
Peter Easthope
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Re: Re^4: Lenny, X, dead mouse

Andrei,

ap> Did you ever restart this machine? I mean after
installing with debootstrap. If yes then try a 'dpkg-reconfigure
linux-image-2.6.18-4-686' and then reboot
(BTW you should upgrade to 2.6.18-5-686).

Thanks. A look in deselect elaborated the problem
immediately: no kernel package. I should have
realized that debootstrap copied a kernel but
did not install the kernel package. There was
an Ethernet driver but no mouse driver.

ap> I always thought of debootstrap to be the
most "hackish" way of installing Debian. The new
installer is really great.

Given a working system able to communicate with
a deb server and an attached target storage device,
installation on the target should be straightforward
and efficient. Works well really. The third storage
medium, CD or USB or other, isn't necessary,
provided my wits are present.

ap> Could you please not start a new thread each time you answer.
Just use reply

Topic for another message.

Thanks, Peter E,


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h04.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13663 seconds with 12 queries