6

After resuming from suspend, my laptop performs a check on the CD drive. I currently do not use it that much, so I am wondering if there is a way I can disable the said check after my laptop resumes its status from suspend mode?

I have looked at how it suspends, but I don't know what program I should look at in /usr/lib/pm-utils/sleep.d.

galath
  • 491

2 Answers2

1

Disabling CDROM

mv /lib/modules/$(uname -r)/kernel/drivers/cdrom/cdrom.ko /root

0

If you check your system Bios on startup, check your boot order. I am not a big techie but that would be the first thing I would check. Move it down the boot order so it hits your hard drive first. Good luck.

Eliah Kagan
  • 119,640