[CBLX] résolu Was:Re: deux devices et un gros problème sous Lenny qui n'en utilise qu'un seul |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/carrefourblinux Archives
]
On Thu, Nov 26, 2009 at 04:56:46PM +0100, Pierre Lorenzon wrote:
> jette
> un coup d'oeil au deuxième fichier que tu as mis en pj. La
> syntaxe est limpide en bout de ligne y a une instruction
> symlink beh change là pour que ce soit ce que tu
> veux.
En fait j'ai juste édité le fichier /etc/udev/rules.d/70-persistent-cd.rules
en mettant un # devant les 2 1res lignes relatives à mon graveuer Pioneer;
motif: ça pointait vers cdrom et cdrw,
ça confirme que l'erreur vient de Lenny, qui probab m'a fait ça au moment de
l'installation, là où Sarge n'avait pas causé ce problème.
Cf. fichier rules en pj ...
Et voici le test qi me confirme que là j'ai enfin mes deux devices:
jupiter:~# ls -l /dev/cdr*
lrwxrwxrwx 1 root root 3 nov 26 2009 /dev/cdrom -> hdc
lrwxrwxrwx 1 root root 3 nov 26 2009 /dev/cdrw -> hdc
(correct)
jupiter:~# ls -l /dev/dvd*
lrwxrwxrwx 1 root root 3 nov 26 2009 /dev/dvd -> hdd
lrwxrwxrwx 1 root root 3 nov 26 2009 /dev/dvdrw -> hdd
(correct)
jupiter:~# grep cdr /etc/fstab
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
(ça n'a pas changé, c'tait correct)
jupiter:~# lsmod |grep cd
ide_cd_mod 27684 0
cdrom 30176 1 ide_cd_mod
ide_core 96168 4 ide_cd_mod,ide_disk,piix,ide_pci_generic
ehci_hcd 28428 0
uhci_hcd 18672 0
usbcore 118192 6 hci_usb,usbhid,usb_storage,ehci_hcd,uhci_hcd
(idem)
jupiter:~# dmesg |grep CD
[ 4.383893] hdc: PLEXTOR CD-R PX-W4012A, ATAPI CD/DVD-ROM drive
[ 5.181815] hdd: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
[ 5.497918] hdc: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache
[ 5.497918] Uniform CD-ROM driver Revision: 3.20
[ 5.504228] hdd: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache
(idem)
jupiter:~#
Bon, tout ça ne me dis pas pourquoi Sarge ne posait pas ce blème à situation
identique, ni où rapporter le bug par reportbug ?
Aldo.
# This file was automatically generated by the /lib/udev/write_cd_rules
# program, probably run by the cd-aliases-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line
# and set the $GENERATED variable.
# PLEXTOR_CD-R_PX-W4012A (pci-0000:00:1f.1-ide-1:0)
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:0", SYMLINK+="cdrom", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:0", SYMLINK+="cdrw", ENV{GENERATED}="1"
# PIONEER_DVD-RW_DVR-107D (pci-0000:00:1f.1-ide-1:1)
#ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:1", SYMLINK+="cdrom", ENV{GENERATED}="1"
#ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:1", SYMLINK+="cdrw", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:1", SYMLINK+="dvd", ENV{GENERATED}="1"
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.1-ide-1:1", SYMLINK+="dvdrw", ENV{GENERATED}="1"