** Changed in: pulseaudio (Ubuntu)
Status: Triaged => Invalid
** Changed in: pulseaudio (Ubuntu Natty)
Status: Triaged => Invalid
** Changed in: ubuntu-release-notes
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
** Branch linked: lp:~ubuntu-audio-dev/alsa-utils/ubuntu.oneiric
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
To manage notifications about this bug go to:
https://
** Changed in: alsa-utils (Ubuntu Natty)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
To manage notifications about this
** Branch linked: lp:ubuntu/alsa-utils
** Branch linked: lp:ubuntu/alsa-lib
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
To manage notifications about this bug go
This bug was fixed in the package alsa-utils - 1.0.24.2-0ubuntu8
---
alsa-utils (1.0.24.2-0ubuntu8) oneiric; urgency=low
* 90-alsa-ucm.rules: Trigger on ATTRS{id}=="SDP4430|Panda" (LP: #746023)
-- Adam ConradThu, 29 Sep 2011 12:02:39 -0600
** Changed in: alsa-utils (Ubuntu)
I will add HDMI device to HiFi use case, but it won't do any actual mixer
control because there's no alsa control for HDMI card. What can it do is only
provide some information about the device's PlaybackPCM.
That is to say, nothing in udev rules should be configured for HDMI device, and
HDMI de
Latest TILT kernel doesn't show SDP4430 for Panda anymore:
root@linaro-desktop:~# cat /proc/asound/cards
0 [Panda ]: OMAP4 - Panda
TI OMAP4 Board
1 [PandaHDMI ]: - PandaHDMI
TI OMAP4 HDMI Board
Tree: http://git.linaro.org/gitweb?p=peop
BTW, the 1108 release kernel has some module issues, see
https://bugs.launchpad.net/linaro-ubuntu/+bug/760919. So I think 1109
would be a fixed release
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746
I get a workable kernel of panda from linaro landing team, and after set alsa
mixer properly, the sound will play well.
amixer cset name='DL1 Mixer Multimedia' 1
amixer cset name='DL1 Media Playback Volume' 118
amixer cset name='Sidetone Mixer Playback' 1
amixer cset name='SDT DL Volume' 120
amixe
You might want to know about http://bazaar.launchpad.net/~ubuntu-audio-
dev/alsa-utils/ubuntu.oneiric/revision/90 and bug 803448
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound
the input socket is hardwired as line-in, did you try with an mp3 player or
some such (mic's dont give you a high enough level) ?
recording works fine here OOTB after setting the Record verb.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
As a temporary workaround, here are the steps needed to fix analog audio
on panda:
Open a terminal and type:
sudo alsaucm set _verb HiFi
sudo alsaucm set _verb Record
sudo rm /var/lib/alsa/asound.state
sudo reboot
This gets audio out working for me. Audio in is still not functional,
but may be
Hi All,
I am not able to record audio on pandaboard.
under sound preferences...showing two options:
Hardware->PandaHDMI(1 Output) and SDP4430(1
Output) .
no device for Audio input.
please find pointer to resolve Audio In problem.
--
You received this bug notificati
Hi everyone, my pandaboard doesn't have sound, I downloaded and update
all package of the natty distribution and revised, reinstalled the alsa-
base and alsa-tools, then install the package the
http://people.canonical.com/~ogra/natty-omap4-pulse/ and neither work
the sound. How do I get the sound s
Based purely on the last few comments I *suspect* that the state saving
needs to be moved into Pulse so it can sync up with the UCM status that
it's managing - I'd guess you'd wind up with only a small bit of state
(eg, master volume) being saved, the rest of the card config should come
from the UC
** Branch unlinked: lp:~ubuntu-audio-dev/alsa-lib/ubuntu.natty
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
if you install todays image without the above fixes, your system will store the
non working state on first shutdown.
the problem here is the order of things, udev fires first, then upstart calls
the upstart job to restore the state from the existing state file ...
so if you ever booted a system w
** Changed in: ubuntu-release-notes
Assignee: (unassigned) => Canonical ARM Developers (canonical-arm-dev)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubu
** Also affects: ubuntu-release-notes
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-b
On Wed, Apr 27, 2011 at 10:41 AM, David Henningsson
<746...@bugs.launchpad.net> wrote:
>> It's safe to remove the old alsa state file because it's broken with
> Natty anyway.
>
> Could you elaborate on this? Is it broken in general and for all
> platforms, or just for omap4? Is there a bug report?
@Ricardo,
If alsactl restore shouldn't be used in combination with alsaucm, it'd make
more sense to combine the alsactl restore and alsaucm calls into the same udev
file, calling one or the other depending on the hardware.
> It's safe to remove the old alsa state file because it's broken with
After debugging this issue with Oliver we got to the following solution:
* Fix /lib/udev/rules.d/90-alsa-ucm.rule to include the whole alsaucm path;
* Create a postinst hack that will erase the old alsa state file, call alsaucm
and store the new file (the alsa state is restored after the udev ru
Apparently the udev rule for alsaucm never fires. First issue is the
lack of a path for alsaucm in /lib/udev/rules.d/90-alsa-ucm.rules.
Adding /usr/bin to the run lines still doesn't allow the rule to run
though.
Changing the alsa-utils portion of the bug back to in-progress as it
contains the ud
Ok, still seeing some issue. The SPD4430 device doesn't show up in
pulseaudio until after reboot. Will explore more as to why. May be an
init thing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746
Actually, I am working on them today. Should have something in a few
hours.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@l
@Tobin, well, I agree in principle - if so it should be a part of (or
replacement of) the volume restore script done by alsactl. At this point
I kind of prefer non-invasive fixes and do "the right thing" for the
next release. AFAIK we don't have ucm config files for omap3 anyway...?
--
You receiv
I'm wondering if a udev rule is the proper way to handle this. While it
is good for an immediate fix, we should probably explore a more generic
way to launch ucm at boot, as this won't fix omap3 (bug 651302).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Branch linked: lp:ubuntu/alsa-utils
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.c
This bug was fixed in the package alsa-utils - 1.0.24.2-0ubuntu6
---
alsa-utils (1.0.24.2-0ubuntu6) natty; urgency=low
* add udev rule to initialize SDP4430 (TI omap4 pandaboard)
with proper defaults with the alsa use case manager (LP: #746023)
-- Oliver GrawertWed, 20 Apr
https://code.launchpad.net/~ogra/alsa-utils/746023/+merge/58483 has the
udev rules etc ...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
udev rules actually live in alsa-utils, adding a task for it
** Changed in: alsa-lib (Ubuntu Natty)
Status: In Progress => Fix Released
** Also affects: alsa-utils (Ubuntu)
Importance: Undecided
Status: New
** Changed in: alsa-utils (Ubuntu Natty)
Status: New => In Progre
with a lot of testing we found that two simple udev rules already get
SDP4430 working fine, pulse patches are not needed for having working
sound.
we will add the udev rules entries to alsa-lib and keep the pulseaudio
changes for an SRU and for oneieric
** Changed in: alsa-lib (Ubuntu Natty)
hmm, adding that patch gets me back to only seeing HDMI in the sound
prefs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lis
@luke 0001-module-udev-detect-When-loading-module-alsa-card-use.patch
seems to be missing in your build, i'm trying to add it to my testbuild
for arm now.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
** Attachment added: "Screenshot-Sound Preferences-1.png"
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/746023/+attachment/2041341/+files/Screenshot-Sound%20Preferences-1.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu
** Attachment added: "Screenshot-Sound Preferences.png"
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/746023/+attachment/2041339/+files/Screenshot-Sound%20Preferences.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
using the packages with the 4 patches included i can see the devices in
the hardware tab of the sound preferences for SDP4430 i can select
profiles. selecting SDP4430 and clicking on "test speakers" the sound
prefs crash.
going to the output tab i am only offered HDMI but not SDP4430 for
output, n
Still no sound with PPA pulse audio and latest alsa packages (which
remove the init scripts). Should I clear anything?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
following up on comment #19 i filed bug 760571 for removal of the old
omap4 init scripts
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
u
** Changed in: pulseaudio (Ubuntu Natty)
Milestone: ubuntu-11.04-beta-2 => ubuntu-11.04
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing lis
On Wed, Apr 13, 2011 at 05:00:06AM EST, Oliver Grawert wrote:
> @luke, i guess we are still carrying the maverick init scripts for the
> panda, these likely need to be removed, i suspect we have conflicts
> here.
Since switching to the new alsa init system, we are no longer using the
big alsa init
The name of this defect is very misleading, is this really a new feature
repository for UCM for PA and Alsa? To my knowledge, PA has not accepted
th UCM changes yet.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpa
@luke, i guess we are still carrying the maverick init scripts for the
panda, these likely need to be removed, i suspect we have conflicts
here.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Ti
Still no sound on the Pandaboard. I test using speaker-test.
Now, I'm not sure about this, but there's something that looks off in
aplay -l:
card 0: SDP4430 [SDP4430], device 0: Multimedia-null-codec-dai-0 []
That 'null-codec' thing just doesn't look right.
--
You received this bug notific
Thanks for trying, but the omap4 changes are omap4 specific. You have
an omap3 system. It will require some different changes, and actually
should be less intrusive. See bug 651302 for the omap3 info.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
I installed the arm packages at http://people.canonical.com/~ogra/natty-
omap4-pulse/ onto the linaro ubuntu-desktop image and booted on a beagle
C4, still no audio. (I did check the levels in alsamix, looks ok) I also
booted this same image on a beagle Xm. Again no audio.
--
You received this bu
** Branch linked: lp:ubuntu/alsa-lib
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com
Tested with the new alsa-lib package and the pulse ones provided by
Oliver but still unable to hear a sound. I cleaned up my alsa-state,
rebooted and still no sound.
During boot I'm still seeing some error messages, like:
[ 903.817871] asoc: no valid backend routes for PCM: SDP4430 Media
[ 903.8
the armel builds of the new pulse test packages are at
http://people.canonical.com/~ogra/natty-omap4-pulse/
if someone tests,, please test them together with the just uploaded libasound2
1.0.24.1-0ubuntu5
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is su
This bug was fixed in the package alsa-lib - 1.0.24.1-0ubuntu5
---
alsa-lib (1.0.24.1-0ubuntu5) natty; urgency=low
* Add ALSA UCM config files for omap4 (LP: #746023)
-- Luke YelavichMon, 11 Apr 2011 20:52:10 +1000
** Changed in: alsa-lib (Ubuntu Natty)
Status: Triaged
** Branch linked: lp:~ubuntu-audio-dev/alsa-lib/ubuntu.natty
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
** Also affects: pulseaudio (Ubuntu)
Importance: Undecided
Status: New
** Also affects: alsa-lib (Ubuntu Natty)
Importance: Medium
Status: New
** Also affects: pulseaudio (Ubuntu Natty)
Importance: Undecided
Status: New
** Changed in: alsa-lib (Ubuntu Natty)
Impo
pulse armel binaries with the 4 patches are at
http://people.canonical.com/~ogra/natty-omap4-pulse/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mai
You will find a package with the recommended patches applied in my PPA,
http://launchpad.net/~themuso/+archive. My PPA is x86 only, so arm folks
will have to role their own package, however it is important that this
gets tested on x86 as well. Binaries for x86 should be available in a
few hours.
-
Here are the patches reviewed in the last comment.
** Attachment added: "PA_UCM_patches_20110407.tar.bz2"
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/746023/+attachment/1998450/+files/PA_UCM_patches_20110407.tar.bz2
--
You received this bug notification because you are a member o
A new update was posted to me through email a few hours ago.
> This seems relatively safe from regressions: the only thing that is now
> called for all cards is snd_use_case_mgr_open. It would be
> preferable if this was proactively selected, e g through a udev rule or
> through a module parame
I was asked today to make a review of the current PA patches for UCM.
I've been told that for omap4, sound is currently dysfunctional and
these patches help. For all others, no added functionality and so we
need to take all precautions possible to avoid regressions.
Seems like there are two distin
so there was a lot confusion about what we actually need. here the
actual links to the two archives needed:
http://afuera.cortijodelrio.net/~ddiaz/paucm/PA_UCM_cofigFiles.tar.gz
http://afuera.cortijodelrio.net/~ddiaz/paucm/UCM-patches-commit-message.tar.bz2
also these patches seem to differ from
You can find the UCM PA patches on the pulseaudio mailing list here:
https://tango.0pointer.de/pipermail/pulseaudio-
discuss/2011-April/009746.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
The patches are in tarball form here:
http://afuera.cortijodelrio.net/~ddiaz/paucm/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu
Is there an E for this patchset anywhere? I know this is hardware
enablement, but a lot of alsa and pulse code is being added/modified in
this series of patches, such that I don't feel comfortable putting it in
wholesale without release teamn approval.
--
You received this bug notification becaus
** Changed in: alsa-lib (Ubuntu)
Importance: Undecided => Medium
** Changed in: alsa-lib (Ubuntu)
Milestone: None => ubuntu-11.04-beta-2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Ti
** Tags added: iso-testing
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/l
Pulseaudio version is 1:0.9.22+stable-queue-24-g67d18-0ub
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/746023
Title:
No sound on omap4
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
** Description changed:
- Currently, thereis no sound on omap4. This is actually a known issue
- with natty, just filing a bug for tracking purposes.
+ Currently, there
+ is no sound on omap4. This is actually a known issue with natty, just filing
a bug for tracking purposes.
+
+ Patches neede
65 matches
Mail list logo