Laptop has a button on the keyboard to eject CD-ROM like on Mac. It works fine on 12.04, but no longer on newer versions. Laptops has sold with the Windows.
The distribution of Ubuntu 12.04 has been taken from the official site ubuntu.com. Is it possible to fix the button in the new version of Ubuntu? The command 'eject' working in the terminal on all versions.
echo 0 > /proc/sys/dev/cdrom/lock
? Or with Google Translate: Имеет ли эта команда временно исправить вопросы:echo 0 > /proc/sys/dev/cdrom/lock
? – andrew.46 Mar 28 '16 at 09:05xev
- it produces no output) so it cannot be reprogrammed as easily as a software one. It is a job for the kernel guys. Old WMI hotkeys driver project worked only with older 14.04 kernels and its compilation fails with new kernels. So the easiest workaround is to bindeject
command to some free shortcut, as explained here for example. – whtyger Mar 31 '16 at 09:05eject
eject the tray? – j0h Apr 03 '16 at 12:37