You are not logged in.

#1 2009-08-13 16:10:33

Dogs1985
Member
Registered: 2008-03-01
Posts: 201

can't use hal automount

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

#2 2009-08-13 20:02:09

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: can't use hal automount

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

#3 2009-08-14 23:22:30

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: can't use hal automount

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

Board footer

Powered by FluxBB