From owner-freebsd-questions Sun Nov 22 06:49:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13406 for freebsd-questions-outgoing; Sun, 22 Nov 1998 06:49:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from post.mail.demon.net (post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13401 for ; Sun, 22 Nov 1998 06:49:48 -0800 (PST) (envelope-from marko@uk.radan.com) Received: from [158.152.75.22] (helo=uk.radan.com) by post.mail.demon.net with smtp (Exim 2.053 #1) id 0zhap6-0003WF-00; Sun, 22 Nov 1998 14:49:13 +0000 Organisation: Radan Computational Ltd., Bath, UK. Phone: +44-1225-320320 Fax: +44-1225-320311 Received: from beavis.uk.radan.com (beavis [193.114.228.122]) by uk.radan.com (8.6.10/8.6.10) with SMTP id OAA01303; Sun, 22 Nov 1998 14:48:42 GMT Received: from uk.radan.com (rasnt-1) by beavis.uk.radan.com (4.1/SMI-4.1) id AA14537; Sun, 22 Nov 98 14:48:39 GMT Message-Id: <36581FD3.4FF7345E@uk.radan.com> Date: Sun, 22 Nov 1998 14:29:39 +0000 From: Mark Ovens X-Mailer: Mozilla 4.05 [en] (Win95; I) Mime-Version: 1.0 To: Rick Knebel Cc: questions@FreeBSD.ORG Subject: Re: kde References: <199811211401.JAA05851@rknebel.csrlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick Knebel wrote: > > Hi, > > I don't know how many people are using kde in freebsd 3.0 , but when I try to > use the cd player for kde it keeps dumping core. > I have a scsi cdrom and it works fine with xcdplayer? > > Any suggestions? The problem is that kscd (the KDE cd player) uses /dev/rmatcd0c (matsushita ??) as the default device. If it doesn't exist kscd core dumps. You can change the cd device in ~/.kde/share/config/kscdrc, however it's a catch 22. kscdrc is empty until you run kscd for the first time, and you can't run kscd until you've got the right device..... The line you need to add is: CDDevice=/dev/cd0c or the appropriate device for your cd. Or you could remove /dev/rmatcd0c and make it a symlink to the correct device. There is also a bug in the cddb feature (which allows kscd to automatically d/l a track list for the cd you're playing). I found the following fix for this: "Check out the patches in the bug list area. I've posted a couple of patches in the descriptions to the source to fix the problems I was having. The first one changes a string in cddb.cpp (around line 276 and another around line 519) from Kscd to kscd (change in capitalization). For some reason, the CDDB servers do not like the string with a capital letter." Since I didn't have the source installed I hacked the binary with vi looking for all instance of ``Kscd'' and changing to ``kscd'' if the occurrence appeared to be related to cddb (as opposed to dialogue/help messages). HTH. > > Thanks > Rick > > -- > Rick Knebel > rknebel@rknebel.csrlink.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- When everything's coming your way, you're in the wrong lane. Mark Ovens, CNC Applications Engineer, Radan Computational Ltd Sheet Metal CAD/CAM Solutions mailto:marko@uk.radan.com http://www.uk.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message