Debian 9.2에서 오디오 CD를 읽을 수 없습니다

Debian 9.2에서 오디오 CD를 읽을 수 없습니다

저는 Plextor PX-716A DVD-Drive가 있는 데비안 9.2 시스템을 /dev/sr0. 를 사용하여 음악 CD를 MP3로 리핑하고 싶습니다 abcde. 시작하려고 할 때 abcde:

$ abcde -V -d /dev/sr0
CDDB method 0: cddb
Executing customizable pre-read function... done.
Getting CD track info... [WARNING] something went wrong while querying the CD... Maybe a DATA CD?
[WARNING] Error trying to calculate disc ids without lead-out information.

몇 가지 조사 끝에 시도했지만 cdparanoia성공하지 못했습니다.

$ cdparanoia -vsQ
cdparanoia III release 10.2 (September 11, 2008)

Using cdda library version: 10.2
Using paranoia library version: 10.2
Checking /dev/cdrom for cdrom...
    Testing /dev/cdrom for SCSI/MMC interface
        SG_IO device: /dev/sr0

CDROM model sensed sensed: PLEXTOR DVDR   PX-716A 1.08 

Checking for SCSI emulation...
    Drive is ATAPI (using SG_IO host adaptor emulation)

Checking for MMC style command set...
    Drive is MMC style
004: Unable to read table of contents header

Unable to open disc.  Is there an audio CD in the drive?

나는 다음과 같은 작업을 수행했습니다 cd-discid.

$ cd-discid 
cd-discid: /dev/cdrom: CDROMREADTOCHDR: Input/output error

또한 권한 문제에 대해 생각하여 확인했습니다.

$ ls -al /dev/sr0
brw-rw----+ 1 root cdrom 11, 0 Nov 21 22:32 /dev/sr0

내가 사용하는 사용자는 그룹에 있습니다 cdrom.

내 드라이브가 작동하는지 확인하기 위해 드라이브 안에 DVD를 넣었습니다. 마운트하고 콘텐츠에 액세스할 수 있으므로 DVD 드라이브가 손상되지 않습니다. CD 플레이어에서 CD를 시도했는데 잘 작동합니다. 다른 음악 CD도 시도했는데 같은 결과를 얻었습니다.

마지막으로 내 DVD 드라이브가 음악 CD를 읽을 수 없다고 생각하여 다음을 확인합니다 cd-info.

$ cd-info /dev/sr0
cd-info version 0.83 i686-pc-linux-gnu
Copyright (c) 2003, 2004, 2005, 2007, 2008, 2011 R. Bernstein
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
CD location   : /dev/sr0
CD driver name: GNU/Linux
   access mode: IOCTL

Vendor                      : PLEXTOR 
Model                       : DVDR   PX-716A  
Revision                    : 1.08
Hardware                                  : CD-ROM or DVD
Can eject                                 : Yes
Can close tray                            : Yes
Can disable manual eject                  : Yes
Can select juke-box disc                  : No

Can set drive speed                       : No
Can read multiple sessions (e.g. PhotoCD) : Yes
Can hard reset device                     : Yes

Reading....
  Can read Mode 2 Form 1                  : Yes
  Can read Mode 2 Form 2                  : Yes
  Can read (S)VCD (i.e. Mode 2 Form 1/2)  : Yes
  Can read C2 Errors                      : Yes
  Can read IRSC                           : Yes
  Can read Media Channel Number (or UPC)  : Yes
  Can play audio                          : Yes
  Can read CD-DA                          : Yes
  Can read CD-R                           : Yes
  Can read CD-RW                          : Yes
  Can read DVD-ROM                        : Yes

Writing....
  Can write CD-RW                         : Yes
  Can write DVD-R                         : Yes
  Can write DVD-RAM                       : No
  Can write DVD-RW                        : No
  Can write DVD+RW                        : No
__________________________________

Disc mode is listed as: No information
++ WARN: error in ioctl CDROMREADTOCHDR: Input/output error

cd-info: Can't get first track number. I give up.

보시다시피 이 드라이브는 음악을 읽을 수 있습니다. 결국 설치를 시도했지만 vlc아무도 mplayerCD를 읽지 못했습니다. 나는 이제 길을 잃었고, 찢어버리려면 아직 멀었다!

이 문제에 대한 귀하의 제안을 듣고 싶습니다. 다음에 무엇을 확인해야 할지 아이디어가 있나요?

답변1

다른 DVD 드라이브로 시도한 후 abcde. 그래서 나는 내 자신의 질문에 대답하고 Stephen의 제안을 확인할 수 있습니다. 내 첫 번째 드라이브가 깨졌습니다.

시간을 잃었지만 몇 가지를 배웠습니다. 위에서 설명한 내 조사가 누군가에게 도움이 되기를 바랍니다.

관련 정보