Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 1998 18:40:01 -0800 (PST)
From:      Yukihiro Nakai <nakai@TokyoNet.AD.JP>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8848: GNOME 0.30 cdplayer applet does not work
Message-ID:  <199811250240.SAA12337@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8848; it has been noted by GNATS.

From: Yukihiro Nakai <nakai@TokyoNet.AD.JP>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc: mystify@friley-184-92.res.iastate.edu
Subject: Re: ports/8848: GNOME 0.30 cdplayer applet does not work
Date: Wed, 25 Nov 1998 11:35:15 +0900

 mystify> The cdplayer applet in the current GNOME port does not work.  Part of
 mystify> the problem is that cdplayer.c tries to open /dev/cdrom instead of
 mystify> /dev/rcd0c as other CD player ports do.  When this is changed, the
 mystify> following kernel messages are repeated until the applet is removed from
 mystify> the panel:
 mystify> 
 mystify> 	scsi_cd: cdioctl: cdioreadsubchannel: error, len=0
 
 I think you should avoid this with doing this
 
   % ln -s /dev/rcd0c /dev/cdrom
 
 Because a CD-player player may not use exactly /dev/rcd0c, but may use
 /dev/wcd0a. :)
 
 --------------
 Yukihiro Nakai

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



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