I have this problem after updating from ubuntu 10.04 to 12.04 # not possible to execute "eject" command using option "-T" or "-r" if a cd is available into the tray: ioctl(14, CDROMEJECT, 0) = -1 EIO (Input/output error)
# this command solve the problem: eject -i off /dev/cdrom # As a Workarround I've added this line to my cron job: */5 * * * * eject -i off /dev/cdrom -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875543 Title: [Dell Inspiron 2500] Can't eject cd rom : Inappropriate ioctl for device To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/875543/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
