From owner-freebsd-questions Sun Oct 7 10:56:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jordan.llnl.gov (jordan.llnl.gov [128.115.36.14]) by hub.freebsd.org (Postfix) with ESMTP id 4CC3E37B401 for ; Sun, 7 Oct 2001 10:56:07 -0700 (PDT) Received: (from wea@localhost) by jordan.llnl.gov (8.11.6/8.11.4) id f97Hu6X06068; Sun, 7 Oct 2001 10:56:06 -0700 (PDT) Date: Sun, 7 Oct 2001 10:56:06 -0700 (PDT) From: Ed Alley Message-Id: <200110071756.f97Hu6X06068@jordan.llnl.gov> To: lahaye@users.sourceforge.net Subject: FreeBSD breaks my CD-Rom drive ?!? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun Oct 07 2001 R. Lahaye wrote: > ... CD-Rom driver became non-operational. > ... I have attached below my "dmesg" output ...: > pcm0: port 0xec00-0xec03, 0xe800-0xe803,0xe400-0xe40f, > 0xe000-0xe00f, 0xdc00-0xdc3f > irq 11 at device 17.0 on pci0 It looks like you are running an ESS sound board? > acd0: CDROM at ata1-master using PIO3 An old CDROM running PI03 (later ones use PI04). I think the drivers know about the CDROM. Question: Can you mount a CD9660 filesystem on the CDROM drive? If so this would mean that the ATA/ATAPI drivers are not the problem. It would then be the case that the problem is with your soundcard: If you look in LINT which can be found in /usr/src/sys/i386/conf you will find entries about various bridge drivers for sound cards. There is a driver called sbc that supports SoundBlaster, ESS, and etc. It also gives an example entry for a soundblaster non-PnP isa card. You will no doubt have to modify the port, irq, drq and flags entries to correspond to your card. See the manpage pcm(4) and sbc(4) for a discussion of these entries. After you decide on the appropriate bridge driver, you need to make a new kernel. See the handbook for this. Good luck Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message