I just tried libgpod 0.7.90git20100216-0ubuntu3 in Lucid, and it works fine.
When you upgraded, did you uninstall the old package first? You can check whether Rhythmbox is using the old or new library with: ls -l /usr/lib/libgpod.so.4* eg mine shows lrwxrwxrwx 1 root root 16 2010-02-27 00:22 /usr/lib/libgpod.so.4 -> libgpod.so.4.2.0 If it is linked to libgpod.so.4.1.0, you will be using the old version. To make it use the new version: # Remove the link sudo rm /usr/lib/libgpod.so.4 # Re-link it sudo ln -s /usr/lib/libgpod.so.4.2.0 /usr/lib/libgpod.so.4 # Restart rhythmbox in background killall rhythmbox rhythmbox & If it's linked correctly, it's possible that Rhythmbox hasn't loaded the new library yet. Logging in and out again should fix this, or you can try the restart command above. -- rhythmbox corrupts ipod database for black 8GB ipod nano (B754) https://bugs.launchpad.net/bugs/461639 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs