From owner-freebsd-current@FreeBSD.ORG Sun Nov 12 13:03:41 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75A5716A40F for ; Sun, 12 Nov 2006 13:03:41 +0000 (UTC) (envelope-from regnier.olivier@gmail.com) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E54D43D72 for ; Sun, 12 Nov 2006 13:03:40 +0000 (GMT) (envelope-from regnier.olivier@gmail.com) Received: from [127.0.0.1] (mac76-2-82-241-6-173.fbx.proxad.net [82.241.6.173]) by smtp5-g19.free.fr (Postfix) with ESMTP id 60A8527B11 for ; Sun, 12 Nov 2006 14:03:38 +0100 (CET) Message-ID: <45571BD1.2030805@gmail.com> Date: Sun, 12 Nov 2006 14:04:17 +0100 From: =?ISO-8859-1?Q?Olivier_R=E9gnier?= User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Slimtype DVDRW SOSw-833S/VRS2 ATA/ATAPI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: regnier.olivier@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 13:03:41 -0000 Hello, I'm running on FreeBSD 6.1-RELEASE-p10 and i would like to listen a music cd, to look a dvd film or to burn a cd data but i can't do that. The material is new. Here some information about it: - Acer Aspire 3002WLMI - Mobile AMD Sempron processor 2800+ - 15.4 WXGA wide TFT LCD - 60GB HDD - DVD-Dual (Support DVD+R Double Layer/DVD+RW) - 512MB DDR - 802.11b/g wireless LAN To use my DVD/CD burner, i compiled my kernel with these parameters: # --------------- # Kernel. # --------------- # Options options CD9660 # ISO 9660 Filesystem # ATA and ATAPI devices device atapicd # ATAPI CDROM drives # SCSI peripherals device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) # ATAPI/CAM device atapicam if you looks the dmesg file, i obtain these lines: acd0: DVDR at ata1-master UDMA33 acd0: FAILURE - PREVENT_ALLOW timed out acd0: FAILURE - PREVENT_ALLOW timed out acd0: FAILURE - READ_SUBCHANNEL timed out acd0: FAILURE - PAUSE ILLEGAL REQUEST asc=0xb9 ascq=0x00 Well, after i activated the dma for the dvd/cd burner with this line in my loader.conf: hw.ata.atapi_dma="1" After the new kernel is installed, and the system is rebooted, i modified my devfs.conf file with the good permissions, i think: perm pass0 0666 perm xpt0 0666 perm acd0 0666 perm cd0 0666 link acd0 cdrom link acd0 dvd link acd0 dvdr then, i tested my dvd/cd burner with xmms. I push on the play button, the cdrom engages and after 1 second, more nothing. Second test, i used mplayer to look my dvd film and nothing. I don't know what happened with it. Perhaps FreeBSD doesn't support my Slimtype DVDRW ? But if i use the atacontrol list command, i have this: ATA channel 1: Master: acd0 ATA/ATAPI revision 5 Slave: no device present It is terrible, when you cannot use your material. With Microsoft Windows, I do not have any problem and on the same laptop. Estranged no ? But i want to stay on FreeBSD to find a solution. My situation is delicate. Could you help me about this ? Thank you very much. Olivier Regnier.