Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 17:46:30 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Fredrik Carlen <fredrik.carlen@telia.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: KDE app crashes :kscd
Message-ID:  <19991128174630.B77720@marder-1>
In-Reply-To: <99112818071000.00327@bozo.skeleton.se>
References:  <99112818071000.00327@bozo.skeleton.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 28, 1999 at 06:00:28PM +0100, Fredrik Carlen wrote:
> Maybe I should take this to a higher authority(namely kde.org), but I figured
> it worth a shot asking on this list ( since you guys are so darned fast in
> responding!). 
> 
> I am trying to get my CD-player application to play my CD:s ( yes, you read it!
> I am not trying to get it to play vinyl! :-) ) . The application I use is kscd
> running under KDE. But every time I fire it up , it crashes with the error
> "exited on signal 11, core dumped". I can, however, see the kscd panel coming up
> before it goes down. Strange, this technological conspiracy.
> 

Many have been there before you ;) It sounds like you're using KDE 1.1.1, I believe that this is fixed in 1.1.2. Anyway, here's a message I've posted here a couple of times detailing the cause and workround, HTH:

On Tue, Sep 21, 1999 at 02:57:11PM -0400, Luis Rios wrote:
> I've just recently installed FreeBSD3.2 on a pentium 166 with 64M of ram
> along with KDE. The problem lies when I try to access the CD players app
> (KSCD) . Everytime I try to run it starts, stops, and then dumps core.. The
> only thing that I can think of is the device for the CD-ROM is incorrect or
> PNP is not enabled (I removed it from the kernel). Has anyone had this
> problem or are things just not configured correctly?? Any advice or hints
> would be greatly appreciated....
> I installed KDE via pkg_add...
> 

<sigh>
Why can't the KDE "fix" this? kscd uses rmatcd0 as its default CD
device. This is the proprietry Matsushita/Panasonic interface. It's
from the days of 2x drives. Who uses *those* anymore?

Anyway, either start it with ``-dev /dev/<your_raw_cd_device>'' (I
think that is the correct option, it may just be ``-d /dev/.....''.

Better still, add the following to ~/.kde/share/config/kscdrc

[General]
CDDevice=/dev/cd0c
              ^^^^

Change this to suit. ISTR that someone said that it needs to be
the raw device for IDE CD-ROMs but I'm not sure, mine's SCSI.

There is a catch-22 with kscd, the kscdrc file is empty until you
run kscd the first time, once you get it started you can add the
above line via the options menu, but you can't start kscd until
you know how to specify the correct device :-/



> Hi y'all!
> 
> /Fredrik
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
PERL has been described as "the duct tape of the Internet"
and "the Unix Swiss Army chainsaw"
				- Computer Shopper 12/99
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org              http://www.radan.com



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




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