On Sun, 4 Mar 2012 15:41:36 -0600 Jonathan Nieder <[email protected]> wrote:
> ; wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.2.9.tar.xz; # 62 > MiB > ; tar -xf linux-3.2.9.tar.xz ; cd linux-3.2.9 > ; cp /boot/config-$(uname -r) .config; # current configuration > ; make localmodconfig; # optional: minimize configuration > ; make deb-pkg; # optionally with -j<num> for parallel build > # dpkg -i ../<name of package> > # reboot > > Hopefully it reproduces the bug. I compiled it the other day, but after the reboot the sound worked without modification, (no patches, nor command line tweaks). Checked again to see if it's the one I compiled, yes... % cat /proc/version Linux version 3.2.9 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Wed Mar 7 16:37:05 EST 2012 Hmm. Recheck with 3.2.0-1. Reboot with that... % cat /proc/version Linux version 3.2.0-1-686-pae (Debian 3.2.7-1) ([email protected]) (gcc version 4.6.2 (Debian 4.6.2-14) ) #1 SMP Wed Feb 29 01:18:56 UTC 2012 No, sound works there too. Hmm, I first commented on this bug on 2/5/12 -- since then there's been two or three Debian upgrades to the 'linux-image-3.2.0-1-686-pae' package: % zcat < /usr/share/doc/linux-image-3.2.0-1-686-pae/changelog.Debian.gz | grep '\-\-\|linux\-2.6' | head -n 8 linux-2.6 (3.2.7-1) unstable; urgency=low -- Bastian Blank <[email protected]> Tue, 28 Feb 2012 16:00:41 +0100 linux-2.6 (3.2.6-1) unstable; urgency=low -- Ben Hutchings <[email protected]> Thu, 16 Feb 2012 02:38:38 +0000 linux-2.6 (3.2.4-1) unstable; urgency=low -- Bastian Blank <[email protected]> Sun, 05 Feb 2012 15:42:21 +0100 linux-2.6 (3.2.2-1) unstable; urgency=low -- Ben Hutchings <[email protected]> Wed, 01 Feb 2012 01:44:05 +0000 On 2/5/12 I'd have been using v3.2.2 or v3.2.4. Presumably it was fixed somewhere in there. It'd be nice to know whether the fix was in v3.2.6 or v3.2.7. I'd reinstall each kernel package to test them, but except for the latest, those are not in my '/var/cache/apt/archives/' anymore. Seems to be fixed. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

