Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2000 15:29:06 -0800
From:      "Marc Wandschneider" <marcw@lanfear.com>
To:        "'kevin'" <kevin@ima.freek.org>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: can't MAKEDEV acd0
Message-ID:  <000501bf7f1e$f24640a0$0300000a@katana>
In-Reply-To: <Pine.BSF.4.10.10002241521080.39772-100000@ima.freek.org>

next in thread | previous in thread | raw e-mail | index | archive | help

	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.<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?000501bf7f1e$f24640a0$0300000a>