From owner-freebsd-questions Sun May 25 21:29:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26873 for questions-outgoing; Sun, 25 May 1997 21:29:38 -0700 (PDT) Received: from localhost.zilker.net (jmax-modem-0086.jumpnet.com [207.8.6.86]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26859 for ; Sun, 25 May 1997 21:29:33 -0700 (PDT) Received: (from marquard@localhost) by localhost.zilker.net (8.8.3/8.8.3) id XAA06079; Sun, 25 May 1997 23:28:59 -0500 (CDT) To: freebsd-questions@freebsd.org Subject: Re: Still can not mount Matsushita/Panasonic CDROM References: <199705241655.LAA02856@shell.dave-world.net> From: Dave Marquardt Date: 25 May 1997 23:28:28 -0500 In-Reply-To: Yaning Wang's message of Sat, 24 May 1997 11:55:32 -0500 (CDT) Message-ID: <857mgmeu1f.fsf@localhost.zilker.net> Lines: 31 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Yaning Wang writes: > FreeBSD Friends; > > Even with many helpful advices and many additional tries, including > recompiled the kernel, I still can not mount my CDROM. > > ================================================================================ > My machine: > Packard Bell Legend 100CD, Pentium 60 > Matshita CDROM/Panasonic Drive CR-563, to a soundcard > (I understand, this is a none-SCSI, none-IDE interface) > HD1 Western Digital 2500RTL, 2.5G (800M/1700M for FreeBSD/Win95) > HD2 Seagate ST3491A, 420M (100M/320M for FreeBSD/Win95) > RAM 24M > ================================================================================ > In order for you friends to diagonize my problem, I have included the kernel > configuration file and part of message log file at the end. Please help. > controller matcd0 at isa? port 0x230 bio Is your CD drive really at 0x230? Mine on my Packard Bell came at 0x340, so I've always used 0x340 rather than change the card. You should check this out using a configuration tool in DOS or Windows 95, if possible. If the drive is at 0x340, you'll want this line instead: controller matcd0 at isa? port 0x340 bio -Dave