Date: Sun, 17 Sep 1995 12:13:33 +0200 From: Gennady Sorokopud <gena@NetVision.net.il> To: "Nickolay N. Dudorov" <nnd@itfs.nsk.su> Cc: <hackers@FreeBSD.ORG> Subject: Re: xcdplayer and SCSI CD-ROM Message-ID: <XFMail.950917101311.gena@NetVision.net.il> In-Reply-To: <DF077B.F15@itfs.nsk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
I already sent this patch to the author, and it will be in xmcd-2.0 (i'm testing it right now) Unfortunately this is not the problem that affects xmcd on -current for some people. I still can not reproduce it... On Sun Sep 17 06:01:33 1995 Nickolay N. Dudorov wrote: >>Paul F. Werkowski (pw@snoopy.mv.com) wrote: > ............ > >> Hmm, well maybe, however I have just recently tried getting >> xmcd running on this 2.0.5 system. What worked fine on 2.0 >> now can't seem to find any disk in the player. This with >> 1542cf/NEC 4xi. I hope to have some time this weekend to >> figure out what is going on. >> >> Can anyone report that any scsi based audio cd works these days? > > I discower some code in xmcd-1.4/libdi.d/os_frbsd.c that >prevent xmcd ('cda' in my case, cause I use it in CLI-environment) >>from playing audio-CDs on my NEC-CDROM CDR-84 on 2.0.5 (and it works >on 2.0R ;-(). > The next patch brings back lovely Arensky, Rimsky-Korsakov etc. sounds :-) > > N.Dudorov >====================================================== >--- os_frbsd.c.ORIG Sat Sep 16 21:54:26 1995 >+++ os_frbsd.c Sat Sep 16 21:54:46 1995 >@@ -214,7 +214,7 @@ > return FALSE; > } > >- if ((pthru_fd = open(path, O_RDONLY)) < 0) { >+ if ((pthru_fd = open(path, O_RDWR)) < 0) { > DBGPRN(errfp, "Cannot open %s: errno=%d\n", path, errno); > return FALSE; > } -------- Gennady B. Sorokopud - System programmer at NetVision Israel. E-Mail: Gennady Sorokopud <gena@NetVision.net.il> Homepage: http://www.netvision.net.il/~gena This message was sent at 09/17/95 10:12:01 by XF-Mail
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.950917101311.gena>