Mer/Status/Sound

m (Mer/Documentation/Sound moved to Mer/Status/Sound: Managing status info together)
Line 9: Line 9:
   apt-get update
   apt-get update
-
The tablet needs to be halted and -then- booted, to allow the modules to load, then use alsa mixer to unmute the required channels.
+
The tablet needs to be halted:
-
   alsamixer -c 0
+
   sudo shutdown -h now
-
FOR Mer 0.13 USERS:
+
and -then- booted, to allow the modules to load, then use alsa mixer to unmute the required channels:
-
There's a problem with osso-dsp-loader.
+
-
You need to download osso-dsp-loader from the old repo.
+
   alsamixer -c 0
-
 
+
-
run in Xterm
+
-
 
+
-
   wget http://repository.mer.tspre.org/pool/contrib/o/osso-dsp-loader/osso-dsp-loader_0.5.6-4deblet3mer1_armel.deb
+
-
  sudo dpkg -i osso-dsp-loader_0.5.6-4deblet3mer1_armel.deb
+
 +
On the N800, you need to unmute the PCM channel only, on the N810 you need both PCM and Line channels. To unmute a channel, select it using the d-pad left-right and hit the "m" button on the keyboard. The selected channel should now appear in green colour. Sound level is adjusted using the d-pad up-down buttons. Hit "Esc" on the onscreen keyboard to exit alsamixer.
[[Category:Mer|Sound]]
[[Category:Mer|Sound]]

Revision as of 21:42, 29 July 2009

To get sound running on Mer requires the pulseaudio code to be developed and setup properly.

In the meantime you can use ALSA with certain apps but you need the Nokia osso-dsp-rx-44-modules

 echo "deb http://catalogue.tableteer.nokia.com/updates/diablo-2/ ./" > /etc/apt/sources.list.d/temp_updates.list
 apt-get update
 apt-get install alsa-base tablet-sound
 rm /etc/apt/sources.list.d/temp_updates.list
 apt-get update

The tablet needs to be halted:

 sudo shutdown -h now

and -then- booted, to allow the modules to load, then use alsa mixer to unmute the required channels:

 alsamixer -c 0

On the N800, you need to unmute the PCM channel only, on the N810 you need both PCM and Line channels. To unmute a channel, select it using the d-pad left-right and hit the "m" button on the keyboard. The selected channel should now appear in green colour. Sound level is adjusted using the d-pad up-down buttons. Hit "Esc" on the onscreen keyboard to exit alsamixer.