Read cd-rom drive info

Hi, Sorry for the simple question, as I know it’s been answered. I can’t seem to find it right now.
I want to read the hardware info from my cd-rom drive. It’s actually a hd-dvd drive, but has no stickers or anything on it. I want to read its flash from the command line. I don’t know if the “flash” is exactly what I want to read, but whatever displays its info… model, serial, that stuff.
(final goal being - I want to see if I can flash it to read blu-ray, but I need to figure out what drive it is first!)

So, what’s the command to query the hardware info for the drive?

thanks a lot

Hi
Use the hwinfo command (use root user for more verbose information)


hwinfo --cdrom


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.39-0.3-default
up 1 day 4:51, 2 users, load average: 0.10, 0.07, 0.08
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18

Thank you!