You are not logged in.
Pages: 1
I don't have any accessible CD drives:
ls -l /dev/{cd,dvd,scd,sr}*
ls: Zugriff auf /dev/cd* nicht möglich: Datei oder Verzeichnis nicht gefunden
ls: Zugriff auf /dev/dvd* nicht möglich: Datei oder Verzeichnis nicht gefunden
ls: Zugriff auf /dev/scd* nicht möglich: Datei oder Verzeichnis nicht gefunden
ls: Zugriff auf /dev/sr* nicht möglich: Datei oder Verzeichnis nicht gefunden
dmesg output:
[ 1.923333] scsi0 : pata_atiixp
[ 1.923908] scsi1 : pata_atiixp
[ 1.924655] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[ 1.924691] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
[ 2.083915] ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-4081B, A100, max UDMA/33
[ 2.097188] ata1.00: model number mismatch 'HL-DT-ST DVDRAM GSA-4081B' != 'HL-DT-ST DVDRAM GWA-4081B'
[ 2.097228] ata1.00: revalidation failed (errno=-19)
[ 2.097264] ata1.00: limiting speed to UDMA/33:PIO3
[ 2.523457] Refined TSC clocksource calibration: 2209.846 MHz.
[ 2.523498] Switching to clocksource tsc
[ 7.237223] ata1.00: model number mismatch 'HL-DT-ST DVDRAM GSA-4081B' != 'HL-DT-ST DVDRAM GWA-4081B'
[ 7.237262] ata1.00: revalidation failed (errno=-19)
[ 7.237297] ata1.00: disabled
How can I get the drives reenabled ?
Last edited by kopiersperre (2011-07-24 13:21:57)
Offline
When posting on the forum, please prepend your commands with LC_ALL=C so that the output is in English.
Google shows that there are many people that report their drives (often DVD-RAM - like yours) randomly missing - try to reboot and cross your fingers.
Offline
All of them are missing by default in Arch now. It was done during a recent udev upgrade.
Offline
All of them are missing by default in Arch now. It was done during a recent udev upgrade.
/dev/sr0 too?
https://wiki.archlinux.org/index.php/Be … M_symlinks symlinks to /dev/sr0, but the device is missing for OP.
Last edited by karol (2011-07-24 13:42:21)
Offline
I knew I read about it somewhere: http://mailman.archlinux.org/pipermail/ … 20431.html
Offline
I knew I read about it somewhere: http://mailman.archlinux.org/pipermail/ … 20431.html
Do you have an optical drive? If so, do you have /dev/sr0 by default or did you have to tweak something?
Offline
@kopiersperre
What's the output of
cat /proc/sys/dev/cdrom/info
?
Offline
I have optical drive, but I have udisks installed and purged hal some months ago also.
Offline
@kopiersperre
What's the output ofcat /proc/sys/dev/cdrom/info
?
I'm retarded. Did I mention that lately?
Offline
jk@server:~$ cat /proc/sys/dev/cdrom/info
CD-ROM information, Id: cdrom.c 3.20 2003/12/17
drive name:
drive speed:
drive # of slots:
Can close tray:
Can open tray:
Can lock tray:
Can change speed:
Can select disk:
Can read multisession:
Can read MCN:
Reports media changed:
Can play audio:
Can write CD-R:
Can write CD-RW:
Can read DVD:
Can write DVD-R:
Can write DVD-RAM:
Can read MRW:
Can write MRW:
Can write RAM:
Offline
Looks like we suffer from the same problem: https://bbs.archlinux.org/viewtopic.php … 60#p985360
Offline
lolilolicon saved my life, finding a solution: it was enough to connect the dvd to another sata port.
Hope this helps.
Offline
Pages: 1