Comment 3 for bug 120810

Revision history for this message
Joe Pimentel (joe-b-pimentel) wrote : Re: [Gutsy] timidity install fails

The above solution does not work for me.

'sudo asoundconf list' output:
========
Please note that you are attempting to run asoundconf as a privileged superuser, which may have unintended consequences.

Names of available sound cards:
SB
========

then 'sudo asoundconf set-default-card SB' output:
========
Please note that you are attempting to run asoundconf as a privileged superuser, which may have unintended consequences.

========

then 'sudo /etc/init.d/alsa-utils restart' output:
========
 * Shutting down ALSA... [ OK ]
 * Setting up ALSA... [ OK ]
========

and then 'sudo apt-get -f install' output:
========
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up timidity (2.13.2-15ubuntu1) ...
 * Starting timidity * Starting TiMidity++ ALSA midi emulation... [fail]
invoke-rc.d: initscript timidity, action "start" failed.
dpkg: error processing timidity (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of timidity-interfaces-extra:
 timidity-interfaces-extra depends on timidity (= 2.13.2-15ubuntu1); however:
  Package timidity is not configured yet.
dpkg: error processing timidity-interfaces-extra (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 timidity
 timidity-interfaces-extra
E: Sub-process /usr/bin/dpkg returned an error code (1)
========