Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

CDrom without sound

 
   Linux (Home) -> Slackware RSS
Next:  Troubles connecting different versions of Samba  
Author Message
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 1) Posted: Fri Jul 02, 2004 5:35 pm
Post subject: CDrom without sound
Archived from groups: alt>os>linux>slackware (more info?)

The system sound work fine but I can't hear music cd inserted on a cdrom.
Probably becouse I don't attacched the sound wires. Can linux take the
sound through the ata wire (liwe Windows XP do)?
Back to top
Login to vote
Sean

External


Since: Jul 02, 2004
Posts: 1



(Msg. 2) Posted: Fri Jul 02, 2004 7:06 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Leonid Ilich Brezhnev wrote:
> The system sound work fine but I can't hear music cd inserted on a cdrom.
> Probably becouse I don't attacched the sound wires. Can linux take the
> sound through the ata wire (liwe Windows XP do)?

With XMMS you can right click, select Options then Preferences,
Configure the CD Audio Player and choose Digital Audio Extraction as
opposed to Analog, this worked for me anyway.

I don't know how it's done with others though.

BTW, I had to `chmod +r /dev/hdd` for this to work, is this normal,
otherwise it would tell me "Permission Denied".
Back to top
Login to vote
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 3) Posted: Fri Jul 02, 2004 7:06 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 02 Jul 2004 19:06:02 +0100, Sean wrote:

> With XMMS you can right click, select Options then Preferences,
> Configure the CD Audio Player and choose Digital Audio Extraction as
> opposed to Analog, this worked for me anyway.

Ok, but how to play cd with XMMS?

I tryed to play with the default player of Slack but without success.
Back to top
Login to vote
Ed

External


Since: Jun 13, 2004
Posts: 3



(Msg. 4) Posted: Fri Jul 02, 2004 8:14 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 02 Jul 2004 17:35:44 +0000, Leonid Ilich Brezhnev wrote:

> The system sound work fine but I can't hear music cd inserted on a cdrom.
> Probably becouse I don't attacched the sound wires. Can linux take the
> sound through the ata wire (liwe Windows XP do)?

If you are using alsa sound, you might need to remove the mute from the
cdrom. For that do:

$ alsamixer
# alsactl store

Ed.
Back to top
Login to vote
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 5) Posted: Fri Jul 02, 2004 8:14 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 02 Jul 2004 20:14:11 +0200, Ed wrote:

> If you are using alsa sound, you might need to remove the mute from the
> cdrom. For that do:
>
> $ alsamixer
> # alsactl store

Was alredy unmuted, I can hear sound, but not cd audio.
Back to top
Login to vote
Bud

External


Since: Jul 03, 2004
Posts: 2



(Msg. 6) Posted: Sat Jul 03, 2004 4:38 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Leonid Ilich Brezhnev wrote:

> Ok, but how to play cd with XMMS?

Go to Options > Preferences and see if you have the wav player in plugins.
Back to top
Login to vote
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 7) Posted: Sat Jul 03, 2004 4:38 pm
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 03 Jul 2004 16:38:23 +0100, Bud wrote:

> Leonid Ilich Brezhnev wrote:
>
>> Ok, but how to play cd with XMMS?
>
> Go to Options > Preferences and see if you have the wav player in plugins.

Yes I have it, but I can't reach to play cd. How to do it?
Back to top
Login to vote
Bud

External


Since: Jul 03, 2004
Posts: 2



(Msg. 8) Posted: Sun Jul 04, 2004 5:16 am
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Leonid Ilich Brezhnev wrote:

> Ok, but how to play cd with XMMS?

Okay, you have to point XMMS to the CD file. Assuming you have user
permissions set correctly for accessing the CD. (Should have mentioned this
before.)
Back to top
Login to vote
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 9) Posted: Sun Jul 04, 2004 5:16 am
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Okay, you have to point XMMS to the CD file. Assuming you have user
> permissions set correctly for accessing the CD. (Should have mentioned this
> before.)

bash-2.05b$ ls -l cdr*
lrwxrwxrwx 1 root root 3 2004-07-03 20:22 cdrom -> hdc

But if I point to /mnt/Dvd I don't see nothing.
Back to top
Login to vote
Jack Strangio

External


Since: May 11, 2005
Posts: 9



(Msg. 10) Posted: Sun Jul 04, 2004 5:16 am
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Leonid Ilich Brezhnev <leonid.ilich.brezhnev.TakeThisOut@REMOVEemail.it> writes:
> > Okay, you have to point XMMS to the CD file.
>
> bash-2.05b$ ls -l cdr*
> lrwxrwxrwx 1 root root 3 2004-07-03 20:22 cdrom -> hdc

This '->' means this entry is a link. Links always(?) have
full permissions. The thing the link points to ( 'hdc' in
this case) may *not* have full permissions. What permissions
have you set on /dev/hdc?


> But if I point to /mnt/Dvd I don't see nothing.

Er, No. You don't mount an audio CD disk, you use the raw
devices: like /dev/hdc or maybe /dev/sr0.

You mount data disks on the filesystem at places like /mnt/Dvd.

Jack
--
Once, they feared you. Then they matched you. Now they are laughing
at you. Soon they will ignore you. You have lost.
Back to top
Login to vote
Leonid Ilich Brezhnev

External


Since: Jul 01, 2004
Posts: 7



(Msg. 11) Posted: Sun Jul 04, 2004 11:16 am
Post subject: Re: CDrom without sound [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sun, 04 Jul 2004 00:09:41 +0000, Jack Strangio wrote:

> This '->' means this entry is a link. Links always(?) have
> full permissions. The thing the link points to ( 'hdc' in
> this case) may *not* have full permissions. What permissions
> have you set on /dev/hdc?

bash-2.05b# ls -l hd*
brw-rw---- 1 root cdrom 3, 0 2004-07-04 14:57 hda
brw-rw-r-- 1 root cdrom 22, 0 2004-07-04 14:57 hdc

Ok, but now how to play cd? I tried to play file pointing to /dev/hdc but
nothing to do. Sigh
Back to top
Login to vote
Display posts from previous:   
Related Topics:
sound, alsa, only one sound at a time - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I can play one sound at a time which tells me my mixer isn't working. /etc/libao.conf is set to work for alsa. Attempts to use esd or artsd have gotten me no where. When I attempt to run more than one..

No cdrom drive - I have a rackmount server, with no cdrom drive. Floppy drive, SCSI drives. How can I get Slackware onto this thing without a cdrom?

cdrom device node - I mistakenly removed my cdrom device file, now i don't know which node should i create. I'm using slack 11, my cdrom drive is a nec nd6650A i don't want to resart my pc. -- heavytull

udev cdrom device issue - Hi all and thanks for reading Recently my slack 10 box has been giving me issues. Mainly this is related to what i think is a udev problem. You see i have 2 cd drives a reader and a writer. They used to be hda and hdb. But for the last couple days the..

CDROM File System Type - I've built a new system using the test26.s kernel on a SATA drive and suddenly cannot mount a cdrom; executing mount /dev/cdrom exits with mount: you must specify the filesystem type The entry in /etc/fstab is /dev/cdrom /mnt/cdro...
       Linux (Home) -> Slackware All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact