added git info
This commit is contained in:
26
doc/audio.txt
Normal file
26
doc/audio.txt
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# to set audio to HDMI
|
||||||
|
amixer cset numid=3 2
|
||||||
|
|
||||||
|
# to set audio to JACK
|
||||||
|
amixer cset numid=3 1
|
||||||
|
|
||||||
|
# to set audio to Auto
|
||||||
|
amixer cset numid=3 0
|
||||||
|
|
||||||
|
If you're still not getting sound via HDMI
|
||||||
|
|
||||||
|
In some rare cases, it is necessary to edit config.txt to force HDMI mode (as opposed to DVI mode, which does not send sound). You can do this by editing
|
||||||
|
/boot/config.txt
|
||||||
|
and setting
|
||||||
|
hdmi_drive=2
|
||||||
|
then rebooting for the change to take effect.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Could not connect to socket error ?
|
||||||
|
|
||||||
|
Perhaps try adding the following to your $HOME/.mplayer/config file:
|
||||||
|
Code:
|
||||||
|
lirc=no
|
||||||
|
|
||||||
|
|
||||||
@@ -6,3 +6,9 @@ fi
|
|||||||
ln -s `pwd`/bin/* ~/bin/.
|
ln -s `pwd`/bin/* ~/bin/.
|
||||||
|
|
||||||
sudo apt-get install mplayer
|
sudo apt-get install mplayer
|
||||||
|
sudo apt-get install git tmux
|
||||||
|
|
||||||
|
git config --global user.email "git@djoce.net"
|
||||||
|
git config --global user.name "Jocelyn Fiat"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user