LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I play my own burned cd from windows? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-play-my-own-burned-cd-from-windows-160232/)

botamis 03-20-2004 11:58 AM

How do I play my own burned cd from windows?
 
I have many .mp3 files on my windows section of my harddrive and I wanted to play them on linux. I use fedora linux. Windows automatically picks up the cd and plays it while as with linux, it doesnt work at all. My sound works as far as i know, I dont have any sound to play on it but my mic works. How do I play my cd?

-Botamis

Peacedog 03-20-2004 12:08 PM

have you installed mp3 support for fedora?

http://www.linuxquestions.org/questi...&highlight=mp3

http://www.linuxquestions.org/questi...hreadid=114094

botamis 03-22-2004 02:43 PM

Roar
 
ok, i installed that rpm and it worked fine, the rpm that is. Then I just downloaded a free mp3 file from mtv.com to see if it would play, indeed it did. Or it showed that it was, but i cannot hear the music. Also I have NO idea how to load my stupid cd onto my computer. Such as download them from my cd onto my computer. So in summary, I cannot hear sound and I cannot download or play my cd. Also, I checked KMix and it said all of my bars were all the way up and nothing was muted. So there ya go. Also I'm using fluxbox so if u happen to know how to do it in command it would help alot. Thanks

-Botamis

Genesee 03-22-2004 02:59 PM

did you create the cd as an audio cd or as a collection of mp3's? if audio, no need to mount, just play it with kscd or xmms (may need plugin ?). if its mp3's, you'll need to mount the cdrom after you've inserted the cd.

Peacedog 03-22-2004 03:25 PM

Re: Roar
 
Quote:

Originally posted by botamis
ok, i installed that rpm and it worked fine, the rpm that is. Then I just downloaded a free mp3 file from mtv.com to see if it would play, indeed it did. Or it showed that it was, but i cannot hear the music. Also I have NO idea how to load my stupid cd onto my computer. Such as download them from my cd onto my computer. So in summary, I cannot hear sound and I cannot download or play my cd. Also, I checked KMix and it said all of my bars were all the way up and nothing was muted. So there ya go. Also I'm using fluxbox so if u happen to know how to do it in command it would help alot. Thanks

-Botamis

check your permissions. you may need to edit your /etc/fstab.

botamis 03-22-2004 04:39 PM

my fstab says:

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb8 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

so what do i change?

-botamis

Peacedog 03-22-2004 04:49 PM

change

/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0

to

/dev/cdrom /mnt/cdrom udf,iso9660 noauto,user,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,user,kudzu,ro 0 0

you'll have to be root to make the edit.
good luck.


All times are GMT -5. The time now is 12:36 AM.