You are not logged in.

#1 2009-11-15 09:41:42

supulton
Member
Registered: 2008-12-31
Posts: 58

CDs not recognized [SOLVED]

Hello,

I've been having a strange problem with getting any CDs to be recognized or "mounted" within Arch--they don't show up in pcmanfm's sidebar; DVDs and removable USB/SD work fine, however. What's even weirder is that Mplayer can find and play the CD.

I'm using:
kernel 2.6.31.6-1
hal 0.5.13-3
dbus 1.2.16-1

My fstab

# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

#/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
#/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
#/dev/fd0               /media/fl   auto    user,noauto             0      0

LABEL=root /     ext4 defaults 0 1
LABEL=boot /boot ext2 defaults 0 1
LABEL=home /home ext4 defaults 0 1
/dev/sda7  swap  swap defaults 0 0

LABEL=Windows        /mnt/windows ntfs-3g users,uid=1000,gid=100,fmask=0113,dmask=0002 0 0
LABEL=Shared        /mnt/shared  ntfs-3g users,uid=1000,gid=100,fmask=0113,dmask=0002 0 0

I've commented out the optical drives as mentioned in several places.

I also had to add "ck-launch-session openbox-session" to my openbox configuration, as I was getting permission errors with accessing removable media before and this seems like the solution. It didn't fix CDs, though.

This is the output of dmesg upon inserting a CD. I'll gladly post any other info as requested:

Buffer I/O error on device sr0, logical block 32
Buffer I/O error on device sr0, logical block 33
Buffer I/O error on device sr0, logical block 34
Buffer I/O error on device sr0, logical block 35
Buffer I/O error on device sr0, logical block 36
Buffer I/O error on device sr0, logical block 37
Buffer I/O error on device sr0, logical block 38
Buffer I/O error on device sr0, logical block 39
Buffer I/O error on device sr0, logical block 40
Buffer I/O error on device sr0, logical block 41
sr 1:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
sr 1:0:0:0: [sr0] Sense Key : 0x5 [current] 
sr 1:0:0:0: [sr0] ASC=0x64 ASCQ=0x0
end_request: I/O error, dev sr0, sector 128

Last edited by supulton (2009-11-15 21:20:31)

Offline

#2 2009-11-15 09:59:35

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: CDs not recognized [SOLVED]

If you mean Audio CDs, you can't normally _mount_ them. You can try cddfs from AUR, which enables you to "mount" Audio CDs through FUSE.


This silver ladybug at line 28...

Offline

#3 2009-11-15 10:33:13

supulton
Member
Registered: 2008-12-31
Posts: 58

Re: CDs not recognized [SOLVED]

Does this mean that it is normal that no directory is created for them in "/media," like how directories are created for DVDs and other removable media?

Are the error messages given by dmesg normal? Also, though I haven't played an audio CD on Arch for a while, I remember them appearing in pcmanfm's sidebar and recognized when inserted. I could be wrong, though.

Offline

#4 2009-11-15 11:07:04

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: CDs not recognized [SOLVED]

Yes it's normal.
I can confirm same error messages on my end, when I insert lynda lemay in

Buffer I/O error on device sr0, logical block 0
Buffer I/O error on device sr0, logical block 1
Buffer I/O error on device sr0, logical block 2
Buffer I/O error on device sr0, logical block 3
Buffer I/O error on device sr0, logical block 4
Buffer I/O error on device sr0, logical block 5
Buffer I/O error on device sr0, logical block 6
Buffer I/O error on device sr0, logical block 7
Buffer I/O error on device sr0, logical block 8
Buffer I/O error on device sr0, logical block 9
sr 0:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
sr 0:0:0:0: [sr0] Sense Key : 0x5 [current] 
ILI
sr 0:0:0:0: [sr0] ASC=0x64 ASCQ=0x0
end_request: I/O error, dev sr0, sector 0

pcmanfm never mounted an Audio CD for me


This silver ladybug at line 28...

Offline

#5 2009-11-15 12:00:33

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: CDs not recognized [SOLVED]

AFAIK, you can't mount audio cds as there is no filesystem on it. You can only rip them or play them using audacious,vlc,etc.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#6 2009-11-15 21:17:28

supulton
Member
Registered: 2008-12-31
Posts: 58

Re: CDs not recognized [SOLVED]

Ah, thank you for the clarification. I guess it was just another stupid assumption-made-into-a-problem on my part. roll

Offline

Board footer

Powered by FluxBB