I've just updated and run into what may or may not be this same issue.
I cannot mount/umount usb sticks in kde (4.6.4) - they don't even show up.
I have gone through all the steps in the first post, but no luck. I have tried very lasest kernel (2.6.39.2) and have the relevant options set.
Code: Select all
dan@MANGO ~ $ ck-list-sessions
Session2:
unix-user = '1000'
realname = '(null)'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-07-03T10:59:05.491903Z'
login-session-id = '4294967295'
Code: Select all
dan@MANGO ~ $ udisks --mount /dev/sdb1
Cannot find device with major:minor 8:17: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success
Neither dbus-monitor --system or --session show any info about my USB device being found, but it shows under /dev and can be mounted with mount /dev/sdb1 /mnt/
I have remerged dbus, udev, upower, parted, udisks and some others - all are current ~amd64.
Reboot and shutdown work fine.
Any ideas what to try next?