On 09/04/14 18:51, Stan Gammons wrote: > I've been tinkering with OpenBSD 5.5 stable on a Dell R900 and found out > the CD/DVD isn't recognized when I try to do an install from the CD. I > was able to install OpenBSD 5.5 stable using the DRAC and mounting the > CD as a virtual CD. After the OS reboots, it appears to recognize the > CD drive as a virtual CD.
noooo..... it doesn't see the real drive at all, all it sees is the virtual drive. > When I try to mount the cd with "mount -t > CD9660 -r /dev/cd0a /mnt/cdrom" I get the error "no media present" > although there is a CD in the drive. Anyone know what gives with CD > drive not working as expected on the R900? dmesg below. The problem is probably this: > pciide0 at pci0 dev 31 function 2 "Intel 6321ESB SATA" rev 0x09: DMA, > channel 0 configured to native-PCI, channel 1 configured to native-PCI > pciide0: couldn't map native-PCI interrupt > pciide0: couldn't map native-PCI interrupt looks like the SATA port is hosed. cd0, you will note, is the DRAC virtual CD: > umass0 at uhub5 port 2 configuration 1 interface 0 "DELL INC. DRAC5 > VIRTUAL MEDIA" rev 2.00/0.00 addr 4 > umass0: using SCSI over Bulk-Only > scsibus1 at umass0: 2 targets, initiator 0 > cd0 at scsibus1 targ 1 lun 0: <Dell, Virtual CDROM, 123> SCSI0 5/cdrom > removable serial.413c00011028_123456 > umass1 at uhub5 port 2 configuration 1 interface 1 "DELL INC. DRAC5 > VIRTUAL MEDIA" rev 2.00/0.00 addr 4 > umass1: using SCSI over Bulk-Only > scsibus2 at umass1: 2 targets, initiator 0 > sd1 at scsibus2 targ 1 lun 0: <Dell, Virtual Floppy, 123> SCSI0 0/direct so that's why you couldn't mount a real CD -- cd0 was the DRAC virtual CD, and the real CD drive failed due to the pciide issues above. Take a look in the system BIOS, there may be some knobs to twist for the on-board SATA interface. IF it is there, the one I might try would be switching the interface from IDE to AHCI mode -- I've seen some machines with AHCI support that have pathetic IDE operation. You may also wish to upgrade the BIOS. Why not, that's what Dell would tell you to do. :) Wouldn't hurt trying -current on it, either. > I was trying rebuilt the kernel and binaries in hopes of making a > patched version of 5.5 stable to load on an APU.1C A process that > doesn't take too long to do on an R900. probably takes longer to boot the machine than to build a kernel. :-/ > Stan > > > OpenBSD 5.5 (GENERIC.MP) #0: Thu Sep 4 12:40:01 CDT 2014 > r...@test.test.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP ... > cd0 at scsibus1 targ 1 lun 0: <Dell, Virtual CDROM, 123> SCSI0 5/cdrom > removable serial.413c00011028_123456 > umass1 at uhub5 port 2 configuration 1 interface 1 "DELL INC. DRAC5 > VIRTUAL MEDIA" rev 2.00/0.00 addr 4 > umass1: using SCSI over Bulk-Only > scsibus2 at umass1: 2 targets, initiator 0 > sd1 at scsibus2 targ 1 lun 0: <Dell, Virtual Floppy, 123> SCSI0 0/direct Nick.