Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2000 09:43:23 +0800
From:      Shaun Dwyer <zeus@quakeclan.net>
To:        Josh J Paetzel <jpaetzel@juno.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: IDE cdrom problem after upgrade to 4.0
Message-ID:  <00032609530800.01208@neptune.ctnet.org.au>
In-Reply-To: <20000323.130241.-83731.2.jpaetzel@juno.com>
References:  <20000323.130241.-83731.2.jpaetzel@juno.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Mar 2000, Josh J Paetzel wrote:
> On Thu, 23 Mar 2000 12:33:54 +0800 Shaun Dwyer <zeus@quakeclan.net>
> writes:
> > Hi,
> > 
> > I recently CVSup'd to FreeBSD 4.0 from 3.4, and now my IDE cdrom 
> > dosn't work.
> > I have MAKEDEV'd all the devices, CVSup'd again and made world, i've 
> > built
> > several new kernels, and it still dosn't work. The cdrom won't even 
> > work if I
> > boot from the generic kernel (which i also rebuilt).
> > 
> > all the IDE devices are detected properly at boot time...
> > ----
> > ad0: 6187MB <FUJITSU MPB3064ATU E> [13410/15/63] at ata0-master 
> > using UDMA33
> > ad1: 2014MB <WDC AC22100H> [4092/16/63] at ata0-slave using WDMA2
> > acd0: CDROM <ATAPI CD-ROM DRIVE 36X MAXIMUM> at ata1-master using 
> > PIO4
> > ----
> > 
> > but when I goto mount a cdrom...
> > ----
> > neptune# mount -t cd9660 /dev/acd0c /cdrom
> > cd9660: Device not configured
> > ----
> > 
> > I have in my kernel:
> > ----
> > options         CD9660                  #ISO 9660 Filesystem
> > # ATA and ATAPI devices
> > device          ata
> > device          atadisk                 # ATA disk drives
> > device          atapicd                 # ATAPI CDROM drives
> > device          atapifd                 # ATAPI floppy drives
> > device          atapist                 # ATAPI tape drives
> > ----
> > 
> > 
> > The cdrom is a master on the secondary IDE controller.
> > I have read that there is problems with some secondary IDE 
> > controllers, but
> > this one has worked fine with all previous version of FreeBSD.
> > I can't put it on the primary controller, as I already have 2 HDDs 
> > there, and
> > they can't be moved as they are both boot drives (one for fbsd and 
> > the other for
> > windoze).
> > 
> > What am I doing wrong? or is it a bug that is yet to be resolved? 
> > (If so, is
> > there anything at all that I can do to use my cdrom in the mean 
> > time?)
> > 
> > Thanks in advance,
> > Shaun
> > 
> > (as i am no subscribed to the mailing lists, please e-mail me 
> > directly)
> 
> 
> What does the entry in your /etc/fstab look like?

The entry in /etc/fstab shouldn't matter if I am specifying the filesystem
type, the node, and the mount point on the command line (see above), but any
way, its:
----
/dev/acd0c  /cdrom  cd9660  ro,noauto  0  0
----

This should be correct. I think its something to do with the kernel
configuration, or a driver that dosnt quite work properly.

If you are running FreeBSD 4.0, and use an IDE cdrom, could you please send me
your kernel configuration?

I will CVSup again today, and *hopefully* it will be fixed, in which case I
will let you know.

Thanks,
Shaun

(as i am not subscribed to the mailing lists, please e-mail me directly)
> 
> 
> Josh
> 
>  
> > ----------------------
> > Shaun Dwyer
> > Zeus@quakeclan.net
> > ----------------------
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> 

-- 
----------------------
Shaun Dwyer
Zeus@quakeclan.net
----------------------


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?00032609530800.01208>