View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
I once accidentally updated the phone with all the repos enabled from X-Terminal, which also killed my sound. The culprit was libsndfile1 which was updated to a version 1.0.20-0maemo1+ogg which seems to be higher than the working 1.0.20-0maemo1+0m5.
So try to find your version with
Code:
apt-cache policy libsndfile1
If you want to downgrade use
Code:
apt-get install libsndfile1=1.0.20-0maemo1+0m5
 

The Following 5 Users Say Thank You to michaaa62 For This Useful Post: