=== hggdh_ is now known as hggdh [14:33] I want help filing a regression bug from Ubuntu to Ubuntu+1 and the sound device AC97 hda-intel [14:33] really I don't know if it is kernel problem or Pulse audio i.e. [14:34] audio internal speakers works after reboot, then plug in headphones and speakers mute which is okay, and unplug headphones the speakers are not enabled again [14:35] no mixer setting will correct this ; I tried hda-analyzer from ALSA Project and I can't find a sequence for the GPIO that reliably restores speakers to operate [14:35] where do I start, to get help and fix this bug? === om26er is now known as om26er|away [15:16] shadows: please see https://wiki.ubuntu.com/DebuggingSoundProblems [15:17] hggdh: thanks, I'm partway through this [15:17] yw [15:18] hggdh: is it helpful to file a bug or does that just clog up somebody's work load? [15:18] i.e. if it is something that might get fixed in the future [15:19] shadows: usually, for hardware-related issue, the best is to file a new bug -- small differences in the hardware may impact [15:20] I have a guess that "David Henningsson" (guy who closed some Dell laptop like I have related audio bugs recently) may be familiar with what is going on [15:20] shadows: and we do not know if this is a known issue, anyway [15:20] okay I will follow up with a bug soon [15:20] shadows: yes, he will, he deals with a lot of sound issues [15:32] on step 4 of SRU process, needs someone to add Quantal to the list of releases.. and Fix Released for Raring:... https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003296 [15:32] Ubuntu bug 1003296 in samba (Ubuntu Precise) "lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when password is expiring" [High,Confirmed] === om26er|away is now known as om26er [16:28] hggdh: thanks again for the advices, bug filed #1195377 [17:31] shadows: yw [18:17] Hi everyone, I have a question about https://wiki.ubuntu.com/Bugs/HowToFix#Documenting_the_fix [18:17] whats your question? [18:18] Should I also update the changelog in the fix-commit when the package I'm fixing is handled with daily released? [18:19] ie. all former debian/changelog entries are from "Ubuntu daily release " [18:19] Should I just commit the fix and then the changelog will be generated? [18:20] Or should I do as documented? [18:20] I don't know if I'm clear enough :p [18:22] Malizor: It sounds like this is a test package. I think it would be better to ask at #ubuntu-quality, since I am not sure of the current process [18:24] hggdh: ok, thanks, I will ask there [19:08] Hi, I wanted to fix my first bug. I already edited my changes and now I tried to build a package with my changes, according to: https://wiki.ubuntu.com/Bugs/HowToFix#Testing_the_fix . But when I run pbuilder-dist I get "configure.ac:89: error: possibly undefined macro: AC_PYTHON_MODULE". For autogen this means that autoconf-archive is not installed but even after installatio of the package pbuilder-dist fails but autogen runs fine. Ho [19:08] w can I make pbuilder-dist work ? [19:14] well, I don't know. maybe someone else will, theghost [19:15] Seems like pbuilder-dist does not pull the right dependencies for my package :( Is there a way to force this ? [19:25] anyway, I fixed. If your package builds fine with autogen and not with pbuilder-dist, this means pbuilder lacks the dependency. You can fix this by adding the necessary depency package to the *.dsc file that worked for me [19:26] dunno, if this is the "proper" way to handle this. but at least it lets me build my package for testing