From: Jean-Philippe Orsini Date: Thu, 16 Feb 2017 19:25:32 +0000 (+0100) Subject: added tricks about the sound X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=1aec2206600ef8cac2f745062db8d2e47afde556;ds=sidebyside added tricks about the sound --- diff --git a/src/tricks/index.adoc b/src/tricks/index.adoc index 7e2de8e..cb645e3 100644 --- a/src/tricks/index.adoc +++ b/src/tricks/index.adoc @@ -10,6 +10,7 @@ * link:raspberry_pi3_overclock.html[Overclocking of the Raspberry PI3] * link:raspberry_pi3_change_windows_manager.html[Change the windows manager of the Raspberry PI3] * link:raspberry_pi3_configure_wifi.html[Configure the Wifi] +* link:raspberry_pi3_sound.html[Configure sound] == https://letsencrypt.org[Let's Encrypt] diff --git a/src/tricks/raspberry_pi3_sound.adoc b/src/tricks/raspberry_pi3_sound.adoc new file mode 100644 index 0000000..85ac504 --- /dev/null +++ b/src/tricks/raspberry_pi3_sound.adoc @@ -0,0 +1,21 @@ += Raspberry PI - Configure the sound +:docinfo2: +:icons: font + +== Output to the headphones + +By default it appears that the default output of the sound +is automatic, it means that if HDMI supports audio it will +use it. + +To change the audio output: + +---- +sudo amixer -c 0 cset numid=3 +---- + +where can be: + +* 0: auto +* 1: headphones +* 2: hdmi \ No newline at end of file diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index 52bd820..2e25d48 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -31,7 +31,10 @@ asciidoc.

  • Fresh install of 1.2.0 complains about missing sensor config -keys. (LP :#1650378)

    +keys. (LP: #1650378)

    +
  • +
  • +

    Fixed hide on startup preference (Francis Chin). (LP: #1642029).

  • @@ -1991,7 +1994,7 @@ Initial release diff --git a/www/tricks/index.html b/www/tricks/index.html index 082ad05..5bf8977 100644 --- a/www/tricks/index.html +++ b/www/tricks/index.html @@ -39,6 +39,9 @@
  • Configure the Wifi

  • +
  • +

    Configure sound

    +
  • @@ -58,7 +61,7 @@