From owner-freebsd-questions@FreeBSD.ORG Mon Sep 10 08:29:34 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6A7516A419 for ; Mon, 10 Sep 2007 08:29:34 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB5713C47E for ; Mon, 10 Sep 2007 08:29:34 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IUeeg-000194-I5 for questions@freebsd.org; Mon, 10 Sep 2007 01:30:03 -0700 Received: from 71-220-146-155.tcsn.qwest.net ([71.220.146.155] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IUeeW-00018d-A1; Mon, 10 Sep 2007 01:29:52 -0700 Message-ID: <46E5005C.6040809@math.arizona.edu> Date: Mon, 10 Sep 2007 01:29:16 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Wojciech Puchar , questions@freebsd.org References: <46E47D1C.6060303@math.arizona.edu> <20070910083903.O28822@wojtek.tensor.gdynia.pl> In-Reply-To: <20070910083903.O28822@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: DVD-RW drive 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: Mon, 10 Sep 2007 08:29:34 -0000 Thank Wojciech, It was fixed 5 minutes after I posted message. I was missing atapicam in my kernel so I just added atapicam_load="YES" into loader.conf In mean time I portupgraded a few ports so K3b is not complaining anymore. I am listening some of CD-s I burned today. I am also using TeXLive which I cut today. Thanks for the Help body Predrag Punosevac Wojciech Puchar wrote: > >> I have a very strange problem with my DVD-RW drive. Namely the drive >> is for some reason recognized as read only >> >> acd0: DVDR at ata0-slave UDMA66 > > why readonly? it is recognized fine, like my DVD-RW > acd0: DVDR at ata1-master UDMA33 > > >> # ATA and ATAPI devices >> device ata >> device atadisk # ATA disk drives >> device ataraid # ATA RAID drives >> device atapicd # ATAPI CDROM drives >> device atapifd # ATAPI floppy drives >> device atapist # ATAPI tape drives > > everything OK, just why atapist? do you have IDE streamer? >> I also edited my load.conf file with >> >> hw.ata.ata_dma="1" >> hw.ata.atapi_dma="1" >> >> >> I altered the permissions devfs.conf and fstab file so that I can >> read and write but that is not even important since I can not >> write anything even from the command line >> >> I also get >> >> [pedja@ /usr/home/Pedja]$ dvd+rw-mediainfo /dev/acd0 >> /dev/acd0: unable to open: Inappropriate ioctl for device > > use cd0 only > >> [pedja@ /usr/home/Pedja]$ dvd+rw-mediainfo /dev/cd0 >> /dev/cd0: unable to open: Inappropriate ioctl for device > > please > > ls -l /dev/cd0 > ls -l /dev/pass* > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"