From owner-freebsd-questions Fri Sep 29 10:28:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dhcp-1.cent.saitama-u.ac.jp (dhcp-1.cent.saitama-u.ac.jp [133.38.4.27]) by hub.freebsd.org (Postfix) with ESMTP id 77A9A37B42C for ; Fri, 29 Sep 2000 10:28:37 -0700 (PDT) Received: from dhcp-1.cent.saitama-u.ac.jp (localhost [127.0.0.1]) by dhcp-1.cent.saitama-u.ac.jp (8.9.3/8.9.3) with ESMTP id CAA36490; Sat, 30 Sep 2000 02:28:18 +0900 (JST) (envelope-from taku@cent.saitama-u.ac.jp) Date: Sat, 30 Sep 2000 02:28:17 +0900 Message-ID: From: Taku YAMAMOTO To: Bert Hiddink 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) 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> <200009291615.BAA00181@sinec.cent.saitama-u.ac.jp> User-Agent: Wanderlust/1.1.0 (Overjoyed) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Advanced Computer and Communication Engineering Studies Society MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: 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 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