From owner-freebsd-questions Thu Feb 24 15:33:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ima.freek.org (adsl-63-193-239-83.dsl.snfc21.pacbell.net [63.193.239.83]) by hub.freebsd.org (Postfix) with ESMTP id F30EE37BCE9 for ; Thu, 24 Feb 2000 15:33:39 -0800 (PST) (envelope-from kevin@ima.freek.org) Received: from localhost (localhost [127.0.0.1]) by ima.freek.org (8.9.3/8.9.3) with ESMTP id PAA39914; Thu, 24 Feb 2000 15:37:40 -0800 (PST) (envelope-from kevin@ima.freek.org) Date: Thu, 24 Feb 2000 15:37:40 -0800 (PST) From: kevin To: Marc Wandschneider Cc: questions@freebsd.org Subject: RE: can't MAKEDEV acd0 In-Reply-To: <000501bf7f1e$f24640a0$0300000a@katana> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i ran a diff on the 3.3 and 3.4 MAKEDEV, didn't find anything different. I ran the mknod commands you supplied (+ b), and everything is working great now! thanks much for your help! kevink On Thu, 24 Feb 2000, Marc Wandschneider wrote: > > I just looked at the 3.3 MAKEDEV, and sure enough, it's different for cd > than for acd ... d'oH! > > I don't have the 3.4 MAKEDEV anywhere handy, but the following would work > in /dev: > > mknod acd0a 19 0 > mknod acd0c 19 2 > mknod racd0a 69 0 > mkdnod racd0c 69 2 > > chgrp operator *acd* > chmod 644 *acd* > > of course, you should check to see that this is still the same in 3.4 ... > > marc. > > > > -----Original Message----- > > From: kevin [mailto:kevin@ima.freek.org] > > Sent: Thursday, February 24, 2000 3:26 PM > > To: Marc Wandschneider > > Subject: RE: can't MAKEDEV acd0 > > > > > > Hi, > > > > Thanks for the reply! > > > > but it seems something else is awry: > > root@sanity:/dev# ./MAKEDEV acd1 > > acd1 - no such device name > > > > I even tried acd > > > > acd0 worked on my 3.3 boxen...wierd. > > > > thanks again, > > kevin > > > > On Thu, 24 Feb 2000, Marc Wandschneider wrote: > > > > > > > > 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