pci-e sata adapter is recognized but the drive no

Hi there!

I have installed on my pc a pci-e sata 3 adapter, and it is recognized

**#** lspci | grep ASM
01:00.0 SATA controller: **ASM**edia Technology Inc. **ASM**1062 Serial ATA Controller (rev 01)


but the optical drive, lg super multi gh24nsb0, attached is not detected

How can I do to make it work?

Better:

/sbin/lspci -nnk | grep -iA3 asm

this?

 /sbin/lspci -nnk | grep -iA3 asm
01:00.0 SATA controller [0106]: **ASM**edia Technology Inc. **ASM**1062 Serial ATA Controller [1b21:0612] (rev 01)
        Subsystem: **ASM**edia Technology Inc. Device [1b21:1060]
        Kernel driver in use: ahci
        Kernel modules: ahci

Hi
Just after POST you should see a dialog appear with the PCIe device and attached drives and a key combo to configure? If so go in there first and check the cdrom is seen… if not, check cables/power, card is seated etc.

https://imagebin.ca/v/4B9GwCcgP7b6it is seen, but no key combo to configure:(
https://ibin.co/4B9GwCcgP7b6.jpg

Hi
OK, so it is detected, a good thing…

So what about the output from (as root user);


hwinfo --cdrom

this is the output

**#** hwinfo --cdrom
36: SCSI 800.0: 10602 CD-ROM (DVD)                               
  [Created at block.249]
  Unique ID: KD9E.9RJFL5HszZ8
  Parent ID: VCu0.DaX9ij_iwG8
  SysFS ID: /class/block/sr0
  SysFS BusID: 8:0:0:0
  SysFS Device Link: /devices/pci0000:00/0000:00:02.1/0000:01:00.0/ata9/host8/target8:0:0/8:0:0:0
  Hardware Class: cdrom
  Model: "HL-DT-ST DVDRAM GH24NSB0"
  Vendor: "HL-DT-ST"
  Device: "DVDRAM GH24NSB0"
  Revision: "LM01"
  Driver: "ahci", "sr"
  Driver Modules: "ahci", "sr_mod"
  Device File: /dev/sr0 (/dev/sg4)
  Device Files: /dev/sr0, /dev/cdrom, /dev/cdrw, /dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GH24NSB0_KJBE47B5500, /dev/disk/by-id/wwn-0x5001480000000000, /dev/disk/by-path/pci-0000:01:00.0-ata-1,
 /dev/dvd, /dev/dvdrw
  Device Number: block 11:0 (char 21:4)
  Features: CD-R, CD-RW, DVD, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL, DVD-RAM, MRW, MRW-W
  Drive status: no medium
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #29 (SATA controller)
  Drive Speed: 12


after a bios update it works!! thank you a lot for the support:)