From owner-freebsd-questions Thu Feb 24 15:39:26 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 439D537C28C for ; Thu, 24 Feb 2000 15:39:20 -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 PAA18011; Thu, 24 Feb 2000 15:39:18 -0800 (PST) (envelope-from marcw@lanfear.com) From: "Marc Wandschneider" To: "'kevin'" Cc: Subject: RE: can't MAKEDEV acd0 Date: Thu, 24 Feb 2000 15:40:58 -0800 Message-ID: <000801bf7f20$9a4aaf10$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 whoops -- that's right -- the first two mknods should have a 'b' after "mknod" and the second two should have "c" after "mknod". getting old and slow ... :) marc. > -----Original Message----- > From: kevin [mailto:kevin@ima.freek.org] > Sent: Thursday, February 24, 2000 3:38 PM > To: Marc Wandschneider > Cc: questions@freebsd.org > Subject: RE: can't MAKEDEV acd0 > > > 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