Now here's an interesting thing... when I'm using Skype with my Mic on,
the Mic's volume is constantly adjusting itself downwards. No good
solutions, but a simple bash script will improve things. Similar ideas
will solve other ghostly phenomena:

#!/bin/bash
while [ 1 ]
do
  sleep 0.5
  amixer set Capture 100% > /dev/null
done

-- 
no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)
https://bugs.launchpad.net/bugs/318942
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

Reply via email to