topic title: can't play cd
Posts: 156
caprea
Joined: 08 Jan 2014
#1
Hello,my pc can't read cd's anymore.It doesn't matter if they are burned or original.If i try to open them with spacefm ,there is the following output:

Code: Select all

Warnung: Gerät /dev/sr1 wird schon von / etc/fstab verwaltet, angegebenes Label wird ignoriert
mount: wrong fs type, bad option, bad superblock on /dev/sr1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

The output from dmesg:

Code: Select all

$ dmesg | tail
[11131.878261] sr 1:0:1:0: [sr1] CDB: 
[11131.878265] Read(10): 28 00 00 00 00 00 00 00 01 00
[11131.880111] sr 1:0:1:0: [sr1]  
[11131.880118] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[11131.880123] sr 1:0:1:0: [sr1]  
[11131.880127] Sense Key : Illegal Request [current] 
[11131.880134] sr 1:0:1:0: [sr1]  
[11131.880142] Add. Sense: Illegal mode for this track
[11131.880147] sr 1:0:1:0: [sr1] CDB: 
[11131.880150] Read(10): 28 00 00 00 00 01 00 00 01 00
This is the output from

Code: Select all

helga@freya:~
$ file -Ls /dev/cdrom
/dev/cdrom: writable, no read permission

Code: Select all

helga@freya:~
$ file -Ls /dev/cdrom1
/dev/cdrom1: cannot open `/dev/cdrom1' (No such file or directory)




DVD's are no problem,no matter if they are burned with windows or linux or original.

If i command out the cdrom-lines in fstab, spacefm shows this:

Code: Select all

Can only open '/dev/sr1' as read-only
Error reading bootsector: Eingabe-/Ausgabefehler
Failed to mount '/dev/sr1': Eingabe-/Ausgabefehler
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.

Can anyone help? In mx14 cd's are running perfect.

Code: Select all

helga@freya:~
$ inxi -F
System:    Host: freya Kernel: 3.12.3-antix.2-486-smp i686 (32 bit) 
           Desktop: IceWM 1.3.7 
           Distro: antiX-13.2_386-full Luddite 4 November 2013 
Machine:   Mobo: MSI model: MS-6590 v: 1.0
           Bios: American Megatrends v: Version 07.00T date: 04/02/01
CPU:       Single core AMD Athlon (-UP-) cache: 256 KB clocked at 1150 MHz 
Graphics:  Card: NVIDIA NV11 [GeForce2 MX/MX 400]
           Display Server: X.Org 1.15.1 drivers: nouveau (unloaded: fbdev,vesa)
           Resolution: 1280x1024@85.0hz
           GLX Renderer: Mesa DRI nv11 x86/MMX+/3DNow!+/SSE
           GLX Version: 1.2 Mesa 10.1.2
Audio:     Card C-Media CMI8738/CMI8768 PCI Audio driver: snd_cmipci 
           Sound: ALSA v: k3.12.3-antix.2-486-smp
Network:   Card: VIA VT6102 [Rhine-II] driver: via-rhine
           IF: eth0 state: down mac: 00:50:ba:eb:64:1e
Drives:    HDD Total Size: 80.0GB (6.9% used)
           ID-1: /dev/sda model: WDC_WD800AB size: 80.0GB
Partition: ID-1: / size: 39G used: 5.2G (15%) fs: ext4 dev: /dev/sda1 
           ID-2: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap dev: /dev/sda6 
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 96 Uptime: 3:25 Memory: 226.9/2023.7MB 
           Client: Shell (bash) inxi: 2.1.18 
Last edited by caprea on 17 May 2014, 02:43, edited 1 time in total.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2

Code: Select all

harry@biker:~
$ cat / etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=6011bbe8-33ac-450c-a316-2a4c3d87d960 / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=bf00fd58-e1c6-45cb-8846-dc65256c8790 swap swap sw,pri=1 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
Mine for a reference. I am just here to PM Dave about a test he wants me to try so in gnome-mplayer in
preferences I have ,x11, default player for everything else.

Sorry I can't help more.
Posts: 156
caprea
Joined: 08 Jan 2014
#3
My fstab ,i forgot:

Code: Select all

$ cat / etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=cd072697-c759-4588-a919-3dc0e680fb9f / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=f471b854-1669-4877-afdb-3004a5659b11 /media/sda5 ext4 noauto,users,exec,relatime 0 0
UUID=d5080e27-dcbd-4d63-8ad9-2b3fef406314 swap swap sw,pri=1 0 0
UUID=3c493ed2-6ff4-4168-ac9c-912fa7125963 /media/sda7 ext4 noauto,users,exec,relatime 0 0
/dev/sr2 /media/sr2 iso9660 noauto,users,exec,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/cdrom1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
/dev/cdrom3 /media/cdrom3 udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr2 /media/cdrom3 udf,iso9660 noauto,users,exec,ro 0 0
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
Just as a test, insert a cd and then type in a terminal

Code: Select all

mplayer /dev/sr1
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#5
Do you actually have all those CD drives? (looks like at least 3).
Posts: 156
caprea
Joined: 08 Jan 2014
#6

Code: Select all

helga@freya:~
$ mplayer /dev/sr1
Warning unknown option stopxscreensaver at line 5
MPlayer svn r34540 (Debian), built with gcc-4.7 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /dev/sr1.
libavformat version 53.21.1 (external)
Mismatching header version 53.19.0
Exiting... (End of file)
Posts: 156
caprea
Joined: 08 Jan 2014
#7
@dolphin

No ,there are two CD drives. The 3. is my internetstick.It is recognised as a cdrom and a harddrive.Don't know why.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#8
What repos are you using?

Have you installed anything from deb-multimedia?
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#9
Can you give us

Code: Select all

cd /dev
then

Code: Select all

ls
so we can see what /dev shows

to answer Anti's question

Code: Select all

inxi -r
Posts: 156
caprea
Joined: 08 Jan 2014
#10
Thank you for answers.

antiX-13.2_386-full Luddite 4 November 2013 testing.

As i remember i downloaded vlc-player and libdvdcss2.
Posts: 156
caprea
Joined: 08 Jan 2014
#11
helga@freya:~

Code: Select all

$ cd /dev
helga@freya:/dev
$ ls
agpgart          loop4               ram6      tty0   tty38  ttyS0
autofs           loop5               ram7      tty1   tty39  ttyS1
block            loop6               ram8      tty10  tty4   ttyS2
bsg              loop7               ram9      tty11  tty40  ttyS3
btrfs-control    loop-control        random    tty12  tty41  ttyUSB0
bus              lp0                 rfkill    tty13  tty42  ttyUSB1
cdrom            MAKEDEV             rtc       tty14  tty43  uhid
cdrom3           mapper              rtc0      tty15  tty44  uinput
char             mcelog              sda       tty16  tty45  urandom
console          mem                 sda1      tty17  tty46  usb
core             midi                sda2      tty18  tty47  vcs
cpu_dma_latency  net                 sda5      tty19  tty48  vcs1
disk             network_latency     sda6      tty2   tty49  vcs2
dmfm             network_throughput  sda7      tty20  tty5   vcs3
dmmidi           null                sdb       tty21  tty50  vcs4
dri              parport0            serial    tty22  tty51  vcs5
fb0              port                sg0       tty23  tty52  vcs6
fbcondecor       ppp                 sg1       tty24  tty53  vcs7
fd               ptmx                sg2       tty25  tty54  vcsa
fd0              pts                 sg3       tty26  tty55  vcsa1
full             ram0                sg4       tty27  tty56  vcsa2
fuse             ram1                shm       tty28  tty57  vcsa3
gpmctl           ram10               snapshot  tty29  tty58  vcsa4
hidraw0          ram11               snd       tty3   tty59  vcsa5
hpet             ram12               sndstat   tty30  tty6   vcsa6
input            ram13               sr0       tty31  tty60  vcsa7
kmsg             ram14               sr1       tty32  tty61  vga_arbiter
log              ram15               sr2       tty33  tty62  vhost-net
loop0            ram2                stderr    tty34  tty63  xconsole
loop1            ram3                stdin     tty35  tty7   zero
loop2            ram4                stdout    tty36  tty8
loop3            ram5                tty       tty37  tty9
helga@freya:/dev
$
Posts: 156
caprea
Joined: 08 Jan 2014
#12
and this:

Code: Select all

helga@freya:/dev
$ inxi -r
Repos:     Active apt sources in file: / etc/apt/sources.list.d/antix.list
           deb http://antix.daveserver.info/testing/ testing main
           Active apt sources in file: /  etc/apt/sources.list.d/debian.list
           deb http://ftp.de.debian.org/debian/ testing main contrib non-free
           deb http://security.debian.org/ testing/updates main contrib non-free
           deb-src http://ftp.de.debian.org/debian/ testing non-free contrib main contrib non-free
           Active apt sources in file: / etc/apt/sources.list.d/opera.list
           deb http://deb.opera.com/opera/ stable non-free
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#13
The obvious question, what cds are you trying? data, audio?
Posts: 156
caprea
Joined: 08 Jan 2014
#14
The problem is with audio-cds i think.

The only datacds i have are the isocds from antix and so on .There i can open its content.

I just looked in synaptik. I also downloaded openshot from multimedia.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#15
Does xmms open an audio cd ok? Is the issue only with vlc?

If it is with vlc, you might need to set the correct device in vlc's preferences.