[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#658728: linux-image-3.2.0-1-amd64: No more sound



tags 658728 + upstream
quit

A. Costa wrote:
> Jonathan Nieder <jrnieder@gmail.com> wrote:

>> A. Costa, could you try the attached patches, against 3.2.y?  It works
>> like this...
>
> That might be difficult.

Short of compiling it myself, what can I do to help?

To recap:

 ; 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.  Then:

 ; cd linux-3.2.9
 ; patch -p1 <patch1
 ; patch -p1 <patch2
 ; make deb-pkg; # maybe with -j4
 # dpkg -i ../<name of package>
 # reboot

If it works, we can apply the patch in sid and propose it for
inclusion upstream in v3.3 and 3.2.y.



Reply to: