Mer/Status/Sound: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>lbt
draft
 
imported>lbt
best guess to date...
Line 3: Line 3:
In the meantime you can use ALSA with certain apps but you need the Nokia osso-dsp-rx-44-modules
In the meantime you can use ALSA with certain apps but you need the Nokia osso-dsp-rx-44-modules


   apt-get install alsa-base
  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 rebooted to allow the modules to load
(nb there is a problem on 0.13)

Revision as of 19:01, 20 May 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 rebooted to allow the modules to load (nb there is a problem on 0.13)