Comment 35 for bug 1250051

Revision history for this message
penalvch (penalvch) wrote :

Danato, ok now delete the .deb files made earlier and execute the following, which should work if it's the fix commit:
cd linux && git checkout 2c62333a408f5badd2d2ffd7177f95deeccc5ca4 && cp /boot/config-`uname -r` .config && yes '' | make oldconfig && make clean && make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-custom && cd .. && sudo dpkg -i *.deb