Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 12:23:53 +0000
From:      Marek Denis <marek@messiah.marek.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: cdrom after installing kernel
Message-ID:  <20030615122353.GA193@messiah.marek.org>
In-Reply-To: <20030615105108.GA132@messiah.marek.org>
References:  <20030615004643.GA183@messiah.marek.org> <20030614230308.GC2063@nitro.dk> <20030615105108.GA132@messiah.marek.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 15, 2003 at 10:51:08AM +0000, Marek Denis wrote:
> On Sun, Jun 15, 2003 at 01:03:09AM +0200, Simon L. Nielsen wrote:
> > On 2003.06.15 00:46:43 +0000, Marek Denis wrote:
> > 
> > > I have got a little problem- after rebuilding the kernel my CD ROM
> > > doesn't work. I thought maybe I had commented something necessary (like
> > > CD9660), but even if I only  change ident and filename from GENERIC to
> > > something other after mount /cdrom I get this error:
> > > 
> > > "cd9660: /dev/acd0c: Device not configured " (ofcourse I had put cd
>  into the cdrom )
> > > while using GENERIC kernel everything is all right otherwise
>  device can't be configured...why
> > 
> > 
> > # grep ata /var/run/dmesg.boot
> 
> atapci0: <SiS 5591 ATA100 controller> port 0xff00-0xff0f at device 2.5 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> ad0: 39083MB <Maxtor 4D040H2> [79408/16/63] at ata0-master UDMA100
> acd0: CD-RW <CD-W524E> at ata1-slave PIO4
> 

I have solved my problem. in my /etc/fstab file there was a line
/dev/acd0c              /cdrom          cd9660  ro,noauto       0       0

/dev/acd0c worked only with GENERIC, but when I tried 

marek# mount -t cd9660 /dev/acd0a /cdrom (acd0a also listed in /dev)
 everything worked great. So, the next step is only to modify /etc/fstab
and everything works all right.

  
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030615122353.GA193>