From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 12:55:30 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 607E8106566B for ; Wed, 25 Jun 2008 12:55:30 +0000 (UTC) (envelope-from shinjii@maydias.com) Received: from mail7.tpgi.com.au (mail7.tpgi.com.au [203.12.160.103]) by mx1.freebsd.org (Postfix) with ESMTP id E224B8FC0C for ; Wed, 25 Jun 2008 12:55:29 +0000 (UTC) (envelope-from shinjii@maydias.com) X-TPG-Antivirus: Passed Received: from [192.168.1.66] (123-243-239-97.static.tpgi.com.au [123.243.239.97]) by mail7.tpgi.com.au (envelope-from shinjii@maydias.com) (8.14.3/8.14.3) with ESMTP id m5PCtQJ5000558; Wed, 25 Jun 2008 22:55:28 +1000 From: Warren Liddell To: Manolis Kiagias Date: Wed, 25 Jun 2008 22:55:35 +1000 User-Agent: KMail/1.9.7 References: <200806252237.49312.shinjii@maydias.com> <48623E47.9080802@gmail.com> In-Reply-To: <48623E47.9080802@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806252255.35995.shinjii@maydias.com> Cc: freebsd-questions@freebsd.org Subject: Re: k3b not detecting 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: Wed, 25 Jun 2008 12:55:30 -0000 > Start by reading the detailed instructions of the port: > > cd /usr/ports/sysutils/k3b > make showinfo > > You are probably missing the atapicam driver: > > kldload atapicam > > Edit /boot/loader.conf and add: > > atapicam_load="YES" > > so that the above setting persists. Yeah i got atapicam loaded, obviously missing something else .. i'll see what the port sais.