Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2000 02:28:17 +0900
From:      Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
To:        Bert Hiddink <hiddink@galileo.or.cr>
Cc:        questions@FreeBSD.ORG
Subject:   You have Maestro-2E configured already (was Re: More on ESS Maestro-1/2/2E driver for FreeBSD 4.1 release)
Message-ID:  <rtg7l7vrtu6.wl@dhcp-1.cent.saitama-u.ac.jp>
In-Reply-To: In your message of "Fri, 29 Sep 2000 10:23:19 -0600" <200009291615.BAA00181@sinec.cent.saitama-u.ac.jp>
References:  <200009260223.LAA22686@sinec.cent.saitama-u.ac.jp> <rtgya0dhs3a.wl@dhcp-1.cent.saitama-u.ac.jp> <200009291615.BAA00181@sinec.cent.saitama-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Bert,

> Thanks for your two messages. I think I am getting very close!

You're welcome.

> >> > ...all the above seems OK but with xcdplayer in X-windows, I get "De=
vice not configured=A8...
> >> In other words, your CD drive and what xcdplayer wants to open
> >> seems to be differ. (ie yours ATAPI, while xcdplayer expects SCSI)
>=20
> OK, but I can read data CD well from my CDROM (I installed FBSD from it)?
>=20
> >> Can you play CD with cdcontrol(1)?
> No, that is,  "cdcontrol /dev/adc0 gives":  "No CD device name specified"

Read manpage. (cdcontrol(1) means "consult man 1 cdcontrol for details")
You need to say "cdcontrol -f /dev/acd0c" to specify CD device explicitly.
Or you may wish to have symlink cdrom towards acd0c in /dev.
# Repeat, acd0c. Not acd0.

> And "cdcontrol Status audio  /dev/acd0" gives: no disc in drive /dev/cd0c=
. However, the CD is
> there! And I understand from the output of dmesg that the CD is on /dev/a=
cd0. See my dmesg output
> further on.
(dmesg snipped)
The CD is there, and cdcontrol(and xcdplayer) looks overthere :)
Unfortunetery, I'm not familiar to xcdplayer
so I can't give you detailed advices, sorry.
But I can give you the essence:
    "read manual to find the way for specifying CD device explicitly."

> >> What does cat /dev/sndstat say?
> FreeBSD Audio Driver (newpcm) Sep 24 2000 16:50:01
> Installed devices:
> pcm0: <ESS Technology Maestro-2E> at I/O port 0xfc00 irq 11 (4p/0r channe=
ls duplex)

Cheers, you have pcm0 configured correctly!
Try this:
 mkfifo pipe.wav
 sox pipe.wav -t ossdsp -r 48000 -v 0.95 /dev/dsp0 &
 dagrab -d /dev/acd0c -f pipe.wav TrackNo.
if you have both sox and dagrab got installed.

> I hope you can give me some further ideas with this info. Sorry that the =
message went a bit long.

OK I don't mind!

--=20
YAMAMOTO, Taku <taku@cent.saitama-u.ac.jp>
Member of Advanced Computer and Communication Studies Society
(ACCESS for short), Information Processing Center, Saitama Univ.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?rtg7l7vrtu6.wl>