testing on my ES2.0 8-layer i only need teh amixer hack and the following change in default.pa to make sound work
--- /etc/pulse/default.pa.bak 2010-09-17 09:52:51.000000000 +0200 +++ /etc/pulse/default.pa 2010-09-17 10:17:27.000000000 +0200 @@ -48,6 +48,11 @@ #load-module module-null-sink #load-module module-pipe-sink +# OMAP4 panda hacks +load-module module-alsa-sink device=hw:0,0 sink_name=output format=s32le rate=48000 channels=2 sink_properties=device.description=Onboard_speakers tsched=0 +load-module module-alsa-sink device=hw:0,7 sink_name=hdmi sink_properties=device.description=HDMI +load-module module-alsa-source device=hw:0,2 source_name=input tsched=0 + ### Automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect -- no sound devices on current ES2.0 boards https://bugs.launchpad.net/bugs/637947 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
