|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
fstab and CD/DVD device
Hi guys,
I have FreeBSD + KDE. I am trying to play CDs and DVDs on my machine. After I insert a music CD I have access to it only as root. Probably I need to edit /etc/fstab. Here is my fstab Code:
# Device Mountpoint FStype Options Dump Pass# /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e /tmp ufs rw 2 2 /dev/ad4s1f /usr ufs rw 2 2 /dev/ad4s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 Thanks in advance, Corneliu Last edited by corneliu; 21st May 2008 at 03:49 AM. |
|
|||
Read man devfs...is one of them
|
|
|||
Thank you both for your help.
I know that audio CDs and DVDs cannot be mounted. I just want to pop a CD and be able to listen to the music. I tried to use a command line cd player called cdcontrol and It refused to play unless I was root. After I changed the owner of /cdrom, cdcontrol does not complain anymore. But there is no sound. The green light of the CD device is flashing like CD is being played but there is no sound. The same thing happened before changing the owner of /cdrom when I started cdcontrol as root. The sound card seems to be configured properly. Last edited by corneliu; 21st May 2008 at 11:43 PM. |
|
|||
Thank you BSDKaffee,
I had no idea about this cable stuff. It's good to know. Amarok is a little bit too bloated for my taste, I'd prefer MPlayer. Do you know if MPlayer will be able to play audio CDs and DVDs? |
|
||||
MPlayer can handle both CDs and DVDs. For me CD playback is choppy. You can run:
$ mplayer cdda:// to play a CD DVD playback is pretty good, but the interface is clunky. There is no DVD menu support, so you have to know which titles you want to play. This isn't so bad for a full length movie, but for DVDs with multiple episodes it is a little annoying trying to find the one you want. Xine and ogle offer DVD menu support and there are KDE frontends available for both. |
|
|||
Thank you BSDKaffee,
It took me a while to answer because I managed to thrash my system and I had to reinstall FreeBSD. I installed MPlayer but I'm still not able to play Cds. This is what I get when I run the command you suggested. Code:
freebsd# mplayer cdda:// MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team CPU: Intel(R) Pentium(R) D CPU 2.66GHz (Family: 15, Model: 4, Stepping: 7) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. Playing cdda://. No stream found to handle url cdda:// Exiting... (End of file) freebsd# Last edited by corneliu; 24th May 2008 at 02:33 AM. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with some more sensible fstab defaults | maxrussell | FreeBSD General | 4 | 18th July 2009 02:44 PM |
C F Card and fstab | terryd | FreeBSD General | 1 | 3rd December 2008 05:26 PM |
Mounting ext2 in fstab | latorion | FreeBSD General | 3 | 6th August 2008 04:56 PM |
mount fusefs (sshfs) from fstab | elon | FreeBSD General | 4 | 29th July 2008 06:41 PM |
identifying device associated with USB device? | spiderpig | OpenBSD General | 2 | 7th July 2008 05:18 AM |