You are not logged in.
Pages: 1
i can't use automount to mount cd/dvd rom and usb.
already edit /etc/PolicyKit/PolicyKit.conf
  <match user="linux">
    <match action="org.freedesktop.hal.storage.*">
      <return result="yes"/>
    </match>
  </match>already /etc/dbus-1/system.d/hal.conf
  <policy user="linux">
    <allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
    <allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"/>
    <allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
    <allow send_interface="org.freedesktop.Hal.Device.Volume"/>
    <allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
  </policy>already add group storage and optical to user
still cannot. am i missing any step?
Offline

It is not the task of Hal to mount:
http://wiki.archlinux.org/index.php/HAL
http://wiki.archlinux.org/index.php/Udev
The auto-mounting of usb drives etc can be done with udev or a program like thunar-volman.
Last edited by rwd (2009-08-14 18:42:03)
Offline

Yeah, the best solution to write a good udev rules which works in all we/wm instead of to let to the wm/de handles it
Offline
Pages: 1