https://bugs.freedesktop.org/show_bug.cgi?id=39145
--- Comment #7 from mikhail.v.gavrilov@gmail.com 2011-10-16 16:03:40 PDT ---
- Grab the latest mainline source:
# apt-get install git build-essential $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ cd linux
- Minimal configuration.
$ make localmodconfig
- Test.
$ make deb-pkg # dpkg -i ../<name of .deb> # reboot
- If it works, let us know and declare victory. Otherwise:
Debian 6.0.3 (squeeze) can boot without described issue with linux kernel 3.1.0-rc9+ but without usb and network support :( How enabling usb and network support???