You are not logged in.
Pages: 1
I can put a data cd in and install/copy it, so the cd drive is working. when I put a audio cd in it will acknowledge that the cd is in , but I get :
Device doesn't have read permissions for this account. Check the read permissions on the device.
I go to fstab and this is what I have for cd/dvd:
/dev/sr0 /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
I know it is not the audio card because I have music that I have downloaded/ copied from a backup harddrive and all the mp3, .wav files play fine any ideas?
Offline
Is your user in the audio and optical groups?
Online
You shouldn't have your removable media drives (cd, dvd, usbstick, external hd, audio players etc) in fstab. Quite often this interferes with auto-mounting those through HAL. Either let KDE, GNOME or Thunar-Volman in XFCE do their magic or mount them manually with 'pmount /dev/foo' (man pmount).
Ok, so much for that.
Now to audio cds. You're member of storage, optical and audio groups? -> 'id' or 'groups'
From what program is that error message you get?
1000
Offline
Remember that Audio CDs don't need to be mounted!
Haven't been here in a while. Still rocking Arch.
Offline
You shouldn't have your removable media drives (cd, dvd, usbstick, external hd, audio players etc) in fstab. Quite often this interferes with auto-mounting those through HAL. Either let KDE, GNOME or Thunar-Volman in XFCE do their magic or mount them manually with 'pmount /dev/foo' (man pmount).
hello, this is my fstab and the entries for cd and dvd were made by the arch-installer. is it better to change fstab and delete the entries?
als i have only one cd and one burner, so why there are 2 entries for each drive?
oh, i just saw that there is an error with the ntfs-partitions..users.noauto should be user,noauto. have to change this.
#
# /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 /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/dvd1 /mnt/dvd1 udf ro,user,noauto,unhide 0 0
/dev/sda3 swap swap defaults 0 0
/dev/sda5 / ext3 defaults 0 1
/dev/sdb1 /home ext3 defaults 0 1
/dev/sdb2 /media/xpdaten ntfs-3g users.noauto,locale=de_DE.utf8 0 0
/dev/sda1 /media/xp ntfs-3g users.noauto,locale=de_DE.utf8 0 0
Last edited by koch (2008-02-12 11:43:56)
Offline
Well you all are talking over my head. First the fstab was made by the arch installer. I tried to change the fstab from
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 to
/dev/sr0 /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 because when I go to media storage and look at properties, it shows cdrom/sr0
I then went to konsole and became root and did the following
gpasswd -a andrew audio
which then indicated that andrew was added to audio group
when I go thru the file manager and hit property it shows base url audiocd:/?device =/dev/sr0
device node /dev/sr0
and it still shows Device doesn't have read permissions for this account. Check the read permissions on the device.
so I guess that I am part of the audio group, I get this message when I try to use juk or kscd player. I haven't learned how to use xmms yet.
Offline
First, forget the installer. It should work ok, but I wouldn't use the config file defaults, neither for fstab nor for rc.conf (MODULES).
Second, read the above posts again and make up your mind. When it comes to CDs and permissions, the only thing that matters is 'optical'.
1000
Offline
Pages: 1