Date: Thu, 24 Feb 2000 15:14:57 -0800 From: "Marc Wandschneider" <marcw@lanfear.com> To: "'kevin'" <kevin@ima.freek.org>, <questions@FreeBSD.ORG> Subject: RE: can't MAKEDEV acd0 Message-ID: <000201bf7f1c$f75d6c50$0300000a@katana> In-Reply-To: <Pine.BSF.4.10.10002241041570.39559-100000@ima.freek.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.<snip> 3.4-STABLE FreeBSD 3.4-STABLE #1: Thu Feb 24 > 11:48:36 PST 2000 root@sainty.<snip>:/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): <FX4820T/D02A>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201bf7f1c$f75d6c50$0300000a>