From owner-freebsd-questions Thu Feb 24 15:13:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.10.34]) by hub.freebsd.org (Postfix) with ESMTP id 7937737BCAA for ; Thu, 24 Feb 2000 15:13:18 -0800 (PST) (envelope-from marcw@lanfear.com) Received: from katana (katana.lanfear.com [10.0.0.3]) by akira.lanfear.com (8.9.3/8.9.3) with SMTP id PAA17924; Thu, 24 Feb 2000 15:13:15 -0800 (PST) (envelope-from marcw@lanfear.com) From: "Marc Wandschneider" To: "'kevin'" , Subject: RE: can't MAKEDEV acd0 Date: Thu, 24 Feb 2000 15:14:57 -0800 Message-ID: <000201bf7f1c$f75d6c50$0300000a@katana> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i just had this a few days. the number after the device name is the NUMBER OF DEVICES TO CREATE. so you need to say: ./MAKEDEV acd1 and that will create one device with acd0. unless things are different in 3.4 than in 3.3 ... marc. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of kevin > Sent: Thursday, February 24, 2000 12:11 PM > To: questions@FreeBSD.ORG > Subject: can't MAKEDEV acd0 > > > This problem is on 3.4, I can't mount the cdrom. there is a cd in the > drive. It works fine on the 3.3 system I just cvsup'd from. > > FreeBSD sanity. 3.4-STABLE FreeBSD 3.4-STABLE #1: Thu Feb 24 > 11:48:36 PST 2000 root@sainty.:/usr/src/sys/compile/FREEK > i386 > > root@sanity:/dev# mount /cdrom > cd9660: Device not configured > > root@sanity:/dev# ./MAKEDEV acd0 > acd0 - no such device name > > /dev/wcd1c does exist > > from dmesg: > wdc1 at 0x170-0x177 irq 15 on isa > wdc1: unit 0 (atapi): , removable, accel, dma, iordis > acd0: drive speed 8268KB/sec, 128KB cache > acd0: supported read types: CD-R, CD-RW, CD-DA, packet track > acd0: Audio: play, 255 volume levels > acd0: Mechanism: ejectable tray > acd0: Medium: CD-ROM 120mm data disc loaded, unlocked > > in my kernel I have: > options ATAPI > options ATAPI_STATIC > device acd0 > > options "CD9660" > > > any help would ge appreciated. > > tia, > kevin > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message