the nix Kid

the nix Kid

  • Blog
  • Email
  • Feed
  • Log in

Pages

  • Home

Recent Posts

  • quick and dirty hack to...
  • postgres outfile
  • How-to: fix non-working...
  • Shit happens, they say, and...
  • I'm back

Archive

  • January 2018
  • June 2015
  • January 2013
  • August 2012
  • June 2012

January 2013

  • How-to: fix...

    Non-working sound in a legacy apps like tvtime which rely on OSS is a common problem these days. The easiest way to fix it is to install the alsa-oss compatibility package and add yourself to the 'audio' group: $ sudo aptitude install alsa-oss $ sudo usermod -G audio `whoami` After doing that either re-login (or at least open new shell) and check the output of the 'id' command - it should contain 'audio'. Sometimes after doing that you'll have mute working, but still no volume adjustment. If so, simply specify the correct mixer channel in your tvtime config: <option name="MixerDevice" value="/dev/mixer:line"/> One may need to use 'pcm' or 'vol' insteam of 'line'.

    Permanent link to “How-to: fix non-working sound in tvtime”
Archive of 2015 Archive of 2012
  • Blog
  • Home
  • Email
  • Feed
  • Archive
  • Log in
  • Menu