forwarded 641919 http://thread.gmane.org/gmane.linux.kernel/1217906 quit
Antonio Marcos López Alonso wrote: > Effectively newer kernels do not fix this issue (I'm using noapic again and > it > seems it works fine). How new is newer? There have been some interesting via-rhine fixes upstream recently, so if you get a chance to try 3.3-rc1 or newer, that would be interesting. (It works like this: 1. Get tools: apt-get install git build-essential 2. Get a recent kernel: git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git cd linux Or, if you already have a git clone of the kernel: cd linux git fetch origin git checkuot origin/master 3. Configure it: cp /boot/config-$(uname -r) .config; # stock configuration make localmodconfig; # optional: minimize configuration 4. Build and install it, test: make deb-pkg; # optionally with -j<n> for parallel build dpkg -i ../<name of package> reboot ) -- 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/20120128222336.GB9636@burratino