Just in case somebody wants to know how to go about using this patch: sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge sudo apt-get build-dep linux sudo apt-get install git-core libncurses5 libncurses5-dev libelf-dev asciidoc binutils-dev
mkdir buffalo wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801248/+attachment/2179585/+files/rt2860_buffalo_wli-uc-gnm.patch git clone git://kernel.ubuntu.com/ubuntu/ubuntu-natty.git cd ubuntu-natty patch -p1 < ../rt2860_buffalo_wli-uc-gnm.patch AUTOBUILD=1 fakeroot debian/rules clean binary-generic cd .. sudo dpkg -i linux-image-2.6.38-10-generic_2.6.38-10.46_amd64.deb linux-headers-2.6.38-10-generic_2.6.38-10.46_amd64.deb cd .. rm -Rf buffalo I can't guarantee that all the packages you need are covered since I do lots of development on my machine, but it'll tell you if you need anything else. Replace the 2.6.38-10 with whatever version it generates (this was the one it made for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801248 Title: Buffalo WLI-UC-GNM 802.11n USB-wifi not functional To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801248/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
