Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishilico/enable-headphones
Enable headphones output in ALSA
https://github.com/fishilico/enable-headphones
Last synced: 11 days ago
JSON representation
Enable headphones output in ALSA
- Host: GitHub
- URL: https://github.com/fishilico/enable-headphones
- Owner: fishilico
- Created: 2013-05-28T18:58:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T17:32:30.000Z (about 9 years ago)
- Last Synced: 2024-10-31T08:07:15.667Z (about 2 months ago)
- Language: Python
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Enable Headphones
-----------------This small project enables the headphone output of the sound card of my laptop.
It is provided "as-is" without any warranty and even if it is working on, it
might as well does not work on your computer.What does it do ?
-----------------Sometimes ALSA misconfigures the headphone output of my sound card and no sound
comes out. Using hda-analyzer (from http://git.alsa-project.org/?p=alsa.git)
I was able to find a setting in an ALSA node which was wrongly changed each
time a Jack cable is pluged in. Changing this setting solves the sound problem,
but it is painful to do it by hand (with HDA-Analyzer GUI). Therefore I have
written a small Python to do it automatically for me.