Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 18:32:22 -0500
From:      Luc Morin <luc_m@videotron.ca>
To:        Jens Fallesen <jens@fallesen.dk>, stable@freebsd.org
Subject:   Re: HP CD-R problems in 4.0-STABLE
Message-ID:  <38D95806.F925D5C0@videotron.ca>
References:  <38D90474.83554A30@fallesen.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Jens Fallesen wrote:

> Hi there,
>
> In my PC I have the following configuration:
>
> 1st IDE, 1st drive: Hard disk (ad0)
> 1st IDE, 2nd drive: ZIP drive (afd0)
> 2nd IDE, 1st drive: DVD-ROM (acd0)
> 2nd IDE, 2nd drive: CD-RW (acd1)
>
> This worked fine with 3.4-STABLE but after an otherwise succesful
> upgrade to 4.0-STABLE (last cvsup was Tuesday at approximately 1700
> UTC) I have been unable to use my CD-RW drive.
>
> When I look into /var/log/messages I get this:
>
> Mar 22 18:19:44 dilbert /kernel: ad0: 12893MB <IBM-DTTA-351350>
> [26197/16/63] at ata0-master using UDMA33
> Mar 22 18:19:44 dilbert /kernel: afd0: 96MB <IOMEGA ZIP 100 ATAPI>
> [96/64/32] at ata0-slave using PIO3
> Mar 22 18:19:44 dilbert /kernel: acd0: DVD-ROM <Compaq DVD-ROM DVD-113
> 0110> at ata1-master using PIO4
> Mar 22 18:19:44 dilbert /kernel: acd1: CD-RW <Hewlett-Packard
> CD-Writer Plus 8100> at ata1-slave using PIO3
> Mar 22 18:19:44 dilbert /kernel: Mounting root from ufs:/dev/ad0s2a
>
> (The same info is in dmesg.)
>
> The drive is there, so is the device (made several times using
> ./MAKEDEV acd1). However, when I try to mount the drives:
>
> dilbert:/home/jf# mount -t cd9660 /dev/acd0c /cdrom
> dilbert:/home/jf# mount -t cd9660 /dev/acd1c /hpcd
> cd9660: Device not configured
> dilbert:/home/jf#
>
> I have searched the mailing list, release notes, and everything else I
> could get hold of and I can't seem to find out what's happening.
>
> Am I overlooking some very important thing here or is there a (known)
> problem?
>
> --
> Jens Fallesen  <jens@fallesen.dk>                                   O-
> Hedegaardsvej 41 st th, 2300 Copenhagen S, Denmark
> Phone: (+45) 32 86 18 99 * Fax: (+45) 32 86 17 99
> CCIE #5470
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

Hi,

I just had a similar problem, and solved it by making sure I had the
proper version of /dev/MAKEDEV, as older versions will not build the
/dev/acd* nodes with the proper major/minor.

To make sure, you should have something like:

bash-2.03# ls -l acd*
crw-r-----  1 root  operator  117,   0 Mar 22 18:31 acd0a
crw-r-----  1 root  operator  117,   2 Mar 22 18:31 acd0c
crw-r-----  1 root  operator  117,   8 Mar 22 18:31 acd1a
crw-r-----  1 root  operator  117,  10 Mar 22 18:31 acd1c

and BTW, to make the acd1* nodes, you must use:

./MAKEDEV acd2


Hope this helps


Luc Morin    <luc_m@videotron.ca>
Electrical Engineering Technologist




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?38D95806.F925D5C0>