Jonathan Nieder wrote:

> Alex provided a pointer to a patch[1] which I have attached.  If you'd
> like to test it, the following instructions should work.

Missed a step.  Oops.

>  2. fetch point releases
> 
>       cd linux
>       git remote add stable \
>         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>       git fetch stable
>
>  3. configure and build

The missing step:

        git checkout stable/linux-3.2.y

which checks out a 3.2.y kernel.  That is close to what wheezy will
have and also seems to be the oldest series maintained upstream that
needs this fix.

>       cp /boot/config-$(uname -r) .config; # current configuration
>       lsmod; # make sure the radeon driver is loaded before the next step
>
>       # optional: minimize configuration (only modules that are in use)
>       make localmodconfig
>
>       make deb-pkg; # optionally with -j<num> for parallel build
>       dpkg -i ../<name of package>; # as root
>       reboot
>       ... test test test ...
>
>    Hopefully it reproduces the problem.  So:

Thanks and sorry for the confusion.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120409142709.GA3994@burratino

Reply via email to