Date: Thu, 15 Aug 2002 09:37:30 -0700 From: "Kevin Oberman" <oberman@es.net> To: Doug <niteskyguy@yahoo.com> Cc: "Brian T. Schellenberger" <bts@babbleon.org>, freebsd-stable@freebsd.org Subject: Re: cdrom: device not configured error Message-ID: <20020815163730.CE22C5D06@ptavv.es.net> In-Reply-To: Your message of "Thu, 15 Aug 2002 08:02:20 PDT." <20020815150220.85900.qmail@web13001.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Doug, Have you deleted your acd* devices in /dev and used /dev/MAKEDEV to re-create them? The new ATA drivers require this as the minor mode must change. If you did a mergemaster after any upgrade, this should have been taken care of. > ls -l /dev/acd* crw-r----- 4 root operator 117, 0 Aug 9 11:17 /dev/acd0a crw-r----- 4 root operator 117, 0 Aug 9 11:17 /dev/acd0c crw-r----- 4 root operator 117, 8 Jul 25 15:46 /dev/acd1a crw-r----- 4 root operator 117, 8 Jul 25 15:46 /dev/acd1c Note the major (117) and minor (0) mode of acd0?. If yours does not match, that is likely your problem. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020815163730.CE22C5D06>