From owner-freebsd-questions@FreeBSD.ORG Sat Jun 28 12:05:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD80A106564A for ; Sat, 28 Jun 2008 12:05:15 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 5F70C8FC0C for ; Sat, 28 Jun 2008 12:05:14 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so72036uge.37 for ; Sat, 28 Jun 2008 05:05:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=k95sme8Jj5wzS2kIOJ0fUSLfYCwYJWiPMXfdFMUa3oU=; b=HLABrGf0L8GXm7YI6olSK04rAHFCuLC0AzP5qOwc1pbfRYYcirZliFxbIgWC1xc65E RZ/z4EiRicl2+r3GYidoXeTEbJ7icbTK02IhVMy9SPr890edhxnXwdKfvMvQTaOHPtVF KZ4d+SKnvUuUwkkMMaF6fChf5Fk3f0LKLK4A0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=b4nOAfeb7gcUx/wmjVhl2jm2ddsW4ljlXsSfsd87MBM9QWlEPyAvLXtNb6nUq6rDZM mmv6miIhBq9+fndPGRjutgTKAbweNc6QRGpNgu++qQNks77/jkgyF19QnuYXIV8dht7c 2hOxX2My2n2CarNHjDMzy516tXpQVtlywge6g= Received: by 10.66.245.2 with SMTP id s2mr2659010ugh.80.1214654713722; Sat, 28 Jun 2008 05:05:13 -0700 (PDT) Received: from joshua.freebsdgr.org ( [85.73.174.125]) by mx.google.com with ESMTPS id y1sm317909uge.10.2008.06.28.05.05.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Jun 2008 05:05:12 -0700 (PDT) Message-ID: <486628F5.9000208@gmail.com> Date: Sat, 28 Jun 2008 15:05:09 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080609) MIME-Version: 1.0 To: Warren Liddell References: <200806281902.47156.shinjii@maydias.com> <4866230C.4090605@gmail.com> <20080628134654.5bf4e7d2@fabiankeil.de> <200806282152.28921.shinjii@maydias.com> In-Reply-To: <200806282152.28921.shinjii@maydias.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Howto get k3b to detect my Burner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 12:05:15 -0000 Warren Liddell wrote: >> cdrecord writes DVDs as well, you just need a more recent version. >> Try sysutils/cdrtools-devel instead of sysutils/cdrtools. >> >> Fabian >> > > Being that it went to burn anyway, im assuming the burner is aok an is a > matter of simply finding why k3b dosent detect it OR allow me to add it as a > device when trying to configure k3b once the program is loaded. > You can use growisofs to burn dvd isos from the command line, should be something like: growisofs -Z /dev/cd0=mytest.iso I was asking you to try k3b because internally it uses these commands to write. I don't currently have it installed (I am not really a KDE user, and I write most stuff from the command line anyway) but I think you probably have a permission problem of some kind. - Do you have the suid flag on cdrecord and cdrdao? - Do you have the fstab line suggested by 'showinfo' ? - Do you have the permissions in devfs.conf ? and so on. Sorry for repeating this, but assuming your recorder works from the command line (and I believe it does), there is nothing really more to stop k3b from using it. But k3b runs as normal user, and you run the commands as root. The problems usually start there. Example: if you can run cdrecord --scanbus as root, but you do not get the same result running it as a normal user, you do not have cdrecord installed as suid root. Then the scan for devices in k3b will probably fail.