Re: cdrom: device not configured error

2002-08-15 Thread Kevin Oberman

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: [EMAIL PROTECTED]  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: cdrom: device not configured error

2002-08-15 Thread Doug

--- Kevin Oberman [EMAIL PROTECTED] wrote:
 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.

Yes, this has been done and that is how they look.

Any other ideas?

Thanks,
Doug


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: cdrom: device not configured error

2002-08-15 Thread Kent Stewart



Doug wrote:

 --- Kevin Oberman [EMAIL PROTECTED] wrote:
 
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.

 
 Yes, this has been done and that is how they look.
 
 Any other ideas?


Do you have a slave device and no master on that controller? FreeBSD 
may not recognize it.

Kent


 
 Thanks,
 Doug
 
 
 __
 Do You Yahoo!?
 HotJobs - Search Thousands of New Jobs
 http://www.hotjobs.com
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message
 
 .
 
 


-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: cdrom: device not configured error

2002-08-15 Thread Doug

If I do a boot -verbose at the ok prompt when booting, the cdrom is
detected and works fine! (And I do not get the ATA identify retries
exceeded error).

If I do not boot with -verbose, the cdrom does not work.

What gives?

Thanks for any and all ideas.
Doug


__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message