From owner-freebsd-questions@FreeBSD.ORG Mon May 2 11:06:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E46516A4CE for ; Mon, 2 May 2005 11:06:09 +0000 (GMT) Received: from hotmail.com (bay103-f38.bay103.hotmail.com [65.54.174.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AE943D1F for ; Mon, 2 May 2005 11:06:08 +0000 (GMT) (envelope-from cool_mike_21@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 2 May 2005 04:06:37 -0700 Message-ID: Received: from 65.54.174.205 by by103fd.bay103.hotmail.msn.com with HTTP; Mon, 02 May 2005 11:06:37 GMT X-Originating-IP: [65.54.174.205] X-Originating-Email: [cool_mike_21@hotmail.com] X-Sender: cool_mike_21@hotmail.com From: "Michael Neeff" To: freebsd-questions@freebsd.org Date: Mon, 02 May 2005 11:06:37 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 02 May 2005 11:06:37.0555 (UTC) FILETIME=[0284CC30:01C54F07] Subject: Can't play CD / mount CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 11:06:09 -0000 Hi all, I've been trying since the past couple of days to get my sound back... it all started when I followed the steps from the manual in setting up statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD 5.3. I included the "snd_sbc" driver, since when I kldload snd_driver it comes up as ESS 1869 in my kernel file (MYKERNEL).. I also included the line "device sound" in the MYKERNEL (customized kernel Chp. 7) for some reason it doesn't work when I want to run mpg123... ...Anyways this is the least of my problems. I now comment the lines: device snd_sbc, device sound recomplie the kernel and keep getting cd9660: device /dev/acd0 Input/Ouput error when I try to mount any of my CDs... (music or data) all of which have been burnt in the ISO 9660 format.. (using Nero) I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other combinations : mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 /cdrom; mount /cdrom - still the same thing... /etc/fstab shows: /dev/acd0, mountpoint=/cdrom, fstype=cd9660, options=ro, noauto, dump=0, pass#=0 I even tried loading my old kernel (GENERIC) from /boot/kernel.old/kernel (Btw, is this the same as the last recompile of MYKERNE?L... I think I have compiled 3/4 times by now in the hopes that this would work) HELP - I'm a newbie... I've got almost everything working with KDE 3.3...and now back to this. I was so happy when I could run cdcontrol from the command line and now I'm :o( frustrated !!