You are not logged in.

#1 2008-12-10 20:16:17

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

(Solved) New Arch User dealing with an iPod (Unable to mount devices)

I just installed Arch, installed GNOME and Songbird 1 from AUR.

WHen i connect the ipod to the USB, i get an error... i think i dont have enough permissions for mounting and unmounting the devices.. and actually, automounting is not working.... what should i do?

Actually, the error message is:

Cannot mount volume.

Error org.freedesktop.DBus.Error.AccessDenied.

Details:
A security olicy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")

Thanks!

Last edited by Xi0N (2008-12-10 22:58:14)

Offline

#2 2008-12-10 20:29:45

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

have you had a look at the hal wiki?

Offline

#3 2008-12-10 20:56:19

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

Put

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.eject">
<return result="yes" />
</match>
</config>

in /etc/PolicyKit/PolicyKit.conf

Offline

#4 2008-12-10 22:24:33

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

lucke wrote:

Put

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.eject">
<return result="yes" />
</match>
</config>

in /etc/PolicyKit/PolicyKit.conf

This did not work..... i just copyed and pasted into that file, and rstarted: Stilll not good.. sad

Offline

#5 2008-12-10 22:36:24

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

Are you in the storage group?

Offline

#6 2008-12-10 22:55:10

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

skottish wrote:

Are you in the storage group?

That was the problem... big_smile

Thanks to all!!!

Offline

#7 2008-12-10 22:56:36

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

Xi0N wrote:
skottish wrote:

Are you in the storage group?

That was the problem... big_smile

Thanks to all!!!

You're welcome. Please go ahead and marked this thread [SOLVED]. You can change the title by editing the opening post.

Offline

#8 2008-12-23 00:44:27

Schneibster
Member
Registered: 2008-12-20
Posts: 32

Re: (Solved) New Arch User dealing with an iPod (Unable to mount devices)

Don't forget to restart in order to get it working if you have to modify the PolicyKit.

Offline

Board footer

Powered by FluxBB