"ipod --list" does not work because it expects the ipod to be mounted (i.e. it checks for ipod devices with the property 'volume.is_mounted = true' in hal).
@all
While looking at the issue, I ran into this processes
root 20029 0.0 0.0 24428 1296 ? S 15:28 0:00 hald-addon-storage: polling /dev/sdf (every 2 sec)
root 20032 0.0 0.0 64600 2412 ? S< 15:28 0:00 /lib/udev/ipod-set-info /dev/sdf1 2 7
ipod-set-info belongs to libgpod-common and, whatever it should do, it was stalling.
I removed libgpod-common and everything went back to normal.
@Felipe:
"ipod --list" does not work because it expects the ipod to be mounted (i.e. it checks for ipod devices with the property 'volume.is_mounted = true' in hal).
@all ipod-set- info /dev/sdf1 2 7
While looking at the issue, I ran into this processes
root 20029 0.0 0.0 24428 1296 ? S 15:28 0:00 hald-addon-storage: polling /dev/sdf (every 2 sec)
root 20032 0.0 0.0 64600 2412 ? S< 15:28 0:00 /lib/udev/
ipod-set-info belongs to libgpod-common and, whatever it should do, it was stalling.
I removed libgpod-common and everything went back to normal.