On Thu, 2006-01-19 at 16:13 +1100, Daniel Pottumati wrote:
> My DVD Rom isn't being detected, during boot up...I think!!? (please see 
> dmesg below)

What do you mean by All-in-one?

Though, you're right it doesn't appear to be recognised.

Did you install from that drive or is it a second drive?

Check that you have the kernel driver loaded (assuming it's an IDE
drive) with:

        $ lsmod|grep ide_cd
        
        ide_cd                 41572  0
        cdrom                  39616  1 ide_cd
        ide_core              138772  5
        ide_scsi,ide_cd,ide_disk,ide_generic,piix

If not try loading that module (as root or sudo) with "modprobe ide_cd".




-- 
Simon Wong <[EMAIL PROTECTED]>

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to