From owner-freebsd-hackers Sun Sep 17 03:14:47 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA07923 for hackers-outgoing; Sun, 17 Sep 1995 03:14:47 -0700 Received: from mail.netvision.net.il (mail.NetVision.net.il [194.90.1.6]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA07903 for ; Sun, 17 Sep 1995 03:14:33 -0700 Received: from gena@NetVision.net.il (gena@burka.NetVision.net.il [194.90.6.15]) by mail.netvision.net.il (8.6.12/8.6.9) with SMTP id MAA00862; Sun, 17 Sep 1995 12:13:33 +0200 Date: Sun, 17 Sep 1995 12:13:33 +0200 Message-ID: X-Mailer: XFMail 0.3-beta [p0] on FreeBSD In-Reply-To: Reply-To: gena@NetVision.net.il X-Face: #v>4HN>#D_"[olq9y`HqTYkLVB89Xy|3')Vs9v58JQ*u-xEJVKY`xa.}E?z0RkLI/P&;BJmi0#u=W0).-Y'J4(dw{"54NhSG|YYZG@[)(`e! >jN#L!~qI5fE-JHS+< Organization: NetVision Ltd. From: Gennady Sorokopud To: "Nickolay N. Dudorov" Subject: Re: xcdplayer and SCSI CD-ROM Cc: Sender: owner-hackers@FreeBSD.ORG Precedence: bulk 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 Homepage: http://www.netvision.net.il/~gena This message was sent at 09/17/95 10:12:01 by XF-Mail