[Nouveau] [Bug 50571] nouveau crashes with GeForce GT 520
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 1 12:55:45 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50571
--- Comment #4 from Jonathan Nieder <jrnieder at gmail.com> 2012-06-01 12:55:45 PDT ---
Instructions for testing a more recent kernel:
# prerequisites
apt-get install git build-essential
# get a copy of the kernel history, if you do not already have it
git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
# get latest rev from nouveau tree
git remote add nouveau \
git://anongit.freedesktop.org/git/nouveau/linux-2.6
git fetch nouveau
git checkout nouveau/master
# configure
cp /boot/config-$(uname -r) .config; # current configuration
scripts/config --disable DEBUG_INFO
# optional: minimize configuration
# This works by disabling all modules that are not loaded,
# which are generally drivers for hardware you don't have.
# Make sure nouveau is loaded before doing this.
make localmodconfig
# build, test
make deb-pkg; # optionally with -j<num> for parallel build
dpkg -i ../<name of package>; # as root
reboot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Nouveau
mailing list