Bonjour,
Je rentre de vacances mais je suis allé installer Debian chez un ami avant à l’occasion. 
Tout va bien, cependant j’ai deux problèmes.
Premier problème : impossible de lire un CD-R contenant quelques données importantes. En effet, lorsque j’essaie de l’ouvrir (CD-ROM 2 depuis le Poste de travail sous GNOME) j’obtiens l’erreur :
mount: block device /dev/hdd is write-protected, mounting
read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
missing codepage or helper program, or other error
in some cases useful info is found on syslog - try
dmsg | tail or so
Résultat du dmsg | tail :
hdd: rw=0, want=1252, limit=4
attempt to access beyond end of device
hdd: rw=0, want=1028, limit=4
UDF-fs: No partition found (1)
attempt to access beyond end of device
hdd: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
attempt to access beyond end of device
hdd: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
Contenu du /etc/fstab :
[code]# /etc/fstab: static file system information.
proc /proc proc defaults 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda9 /home ext3 defaults 0 2
/dev/hda8 /tmp ext3 defaults 0 2
/dev/hda5 /usr ext3 defaults 0 2
/dev/hda6 /var ext3 defaults 0 2
/dev/hda7 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0[/code]
Contenu du /etc/mtab :
/dev/hda1 / ext3 rw,errors=remount-ro 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
/dev/hda9 /home ext3 rw 0 0
/dev/hda8 /tmp ext3 rw 0 0
/dev/hda5 /usr ext3 rw 0 0
/dev/hda6 /var ext3 rw 0 0
Quelqu’un aurait-il une idée ? Ces données sont importantes.
Le deuxième problème concerne les pilotes graphiques nvidia-glx. Je peux démarrer X avec vesa et nv, mais avec nvidia, j’obtiens une erreur. Apparement, l’écran n’est pas detecté ?
[code]# xorg.conf (xorg X Window System server configuration file)
This file was generated by dexconf, the Debian X Configuration tool, using
values from the debconf database.
Edit this file with caution, and see the xorg.conf manual page.
(Type “man xorg.conf” at the shell prompt.)
This file is automatically updated on xserver-xorg package upgrades only
if it has not been modified since the last upgrade of the xserver-xorg
package.
If you have edited this file but would like it to be automatically updated
again, run the following command:
sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
Option “Emulate3Buttons” "true"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Modes “1024x768” “800x600” "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection[/code]
Sid, kernel 2.6.22-1-k7, nvidia-kernel-source configuré avec module-assistant sans erreurs (pas de recompilation grâce aux nouveaux 2.6.22).
Merci pour votre aide.
Sinon, tout se passe bien, les vacances étaient sympas mais l’ordi me manquait terriblement vers la fin… 




