Gentoo Archives: gentoo-user

From: alain.didierjean@××××.fr
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] undetected DVD r/w device
Date: Sat, 11 Sep 2010 15:57:50
Message-Id: 1284220638.4c8ba6deb563d@imp.free.fr
In Reply to: Re: [gentoo-user] undetected DVD r/w device by Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
1 Selon Joerg Schilling <Joerg.Schilling@××××××××××××××××.de>:
2
3 > alain.didierjean@××××.fr wrote:
4 >
5 > >
6 > > For some unknown reason, my DVD r/w device is not detected as such by udev:
7 > > I can mount /dev/hda and read a data CD, but /dev/cdrom is not created at
8 > boot
9 > > time and k3b returns
10 > > " No optical drive found.
11 > > K3b did not find any optical device in your system.
12 > > Solution : Make sure HAL daemon is running, it is used by K3b for finding
13 > > devices."
14 >
15 > If you call cdrecord (release 3.00):
16 >
17 > cdrecord -scanbus
18 >
19 > or
20 > cdrecord -checkdrive
21 >
22 > and it finds a drive, then there is a bug in k3b.
23 >
24
25 alain@isba ~ $ cdrecord --checkdrive
26 Cdrecord-ProDVD-ProBD-Clone 3.00 (x86_64-unknown-linux-gnu) Copyright (C)
27 1995-2010 Jörg Schilling
28 Linux sg driver version: 3.5.27
29 Using libscg version 'schily-0.9'.
30 No target specified, trying to find one...
31 Using dev=1000,0,0.
32 Device type : Removable CD-ROM
33 Version : 0
34 Response Format: 2
35 Capabilities :
36 Vendor_info : 'TSSTcorp'
37 Identifikation : 'CD/DVDW SH-W162C'
38 Revision : 'TS10'
39 Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
40 Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
41 Driver flags : MMC-3 SWABAUDIO BURNFREE
42 Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
43 cdrecord: Warning: Cannot read drive buffer.
44 cdrecord: Warning: The DMA speed test has been skipped.
45
46
47 alain@isba ~ $ dmesg | grep hda
48 hda: TSSTcorpCD/DVDW SH-W162C, ATAPI CD/DVD-ROM drive
49 hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
50 hda: UDMA/33 mode selected
51 ide-cd: hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
52
53 --
54 ~adj~

Replies

Subject Author
Re: [gentoo-user] undetected DVD r/w device Mick <michaelkintzios@×××××.com>