From owner-freebsd-questions Tue Apr 21 11:04:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00754 for freebsd-questions-outgoing; Tue, 21 Apr 1998 11:04:52 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00732 for ; Tue, 21 Apr 1998 18:04:46 GMT (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.7/8.8.7) id NAA07496; Tue, 21 Apr 1998 13:04:26 -0500 (CDT) From: "Paul T. Root" Message-Id: <199804211804.NAA07496@horton.iaces.com> Subject: Re: Kernel not support CD-ROM To: Phil.Wang@wizeup.com (Phil Wang) Date: Tue, 21 Apr 1998 13:04:26 -0500 (CDT) Cc: questions@FreeBSD.ORG In-Reply-To: <353CD4ED.37E7FCFA@wizeup.com> from Phil Wang at "Apr 21, 98 01:18:38 pm" X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Phil Wang said: > Dear Sir, > > I installed the FreeBSD system onto my PC with a booting floppy and the > CD-ROMs, but I could not use the CD-ROM driver again after installation. > Then I created a config file WIZEUP to add the kernel option for CD-ROM, > but the recompiled kernel did not work yet. > > My PC is a HP Pavilion 8240 server, here is my operations: > > # cd /usr/src/sys/i386/conf > # vi WIZEUP > (add)options "CD9660" #ISO 9660 Filesystem > (add)device wcd0 #IDE CD-ROM > ... > # /usr/sbin/config WIZEUP > ... > # cd ../../compile/WIZEUP > # make depend > # make all > # make install > # reboot > ... > # vi /etc/fstab > --> /dev/wcd0c /cdrom cd9660 ro,noauto > 0 0 > # mount /cdrom > cd9660: /dev/wcd0c: Device not configured. > > What is the wrong? I look forward to your reply. > Did it show up in dmesg? If so: cd /dev MAKEDEV wcd0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message