Mailinglist Archive: opensuse (516 mails)
| < Previous | Next > |
Re: [opensuse] How to keep KDE4 from messing with my CD/DVD
- From: Mark Hounschell <dmarkh@xxxxxxxxxx>
- Date: Mon, 21 Feb 2011 04:10:24 -0500
- Message-id: <4D622C00.6040505@cfl.rr.com>
On 02/20/2011 05:25 PM, David Haller wrote:
Thanks but neither fixed the problem. The udev rule change I posted earlier
does though and all my notifications still seem to work.
Mark
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Hello,
On Sat, 19 Feb 2011, Mark Hounschell wrote:
Even when I do "udisks --inhibit-polling /dev/sr0" and hal is stopped it
gets unmounted out from under me???
Als hald also is polling, try:
Find the Hal-Devicename (here: DVD_RAM_GH22NP20) with:
hal-find-by-capability --capability storage
Then change the following filename and content according to your
hardware:
==== /etc/hal/fdi/information/\
media-check-disable-storage_model_DVD_RAM_GH22NP20.fdi
====
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.udi"
string="/org/freedesktop/Hal/devices/storage_model_DVD_RAM_GH22NP20">
<merge key="storage.media_check_enabled" type="bool">false</merge>
</match>
</device>
</deviceinfo>
====
Or use manually from e.g. boot.local:
hal-disable-polling --device /dev/sr0
Thanks but neither fixed the problem. The udev rule change I posted earlier
does though and all my notifications still seem to work.
Mark
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |