2012/3/21 Jonathan Nieder <jrnie...@gmail.com>: > Possible instructions for building a module to test, based on [1]: > > # prerequisites > apt-get build-dep linux-2.6; # as root > > # get and unpack the source > apt-get source linux-2.6/sid > cd linux-2.6-<version> > fakeroot debian/rules source > fakeroot debian/rules setup_i386_none_686-pae > > # apply patch > cd debian/build/build_i386_none_686-pae > patch -p1 < <the patch> > > # build driver > make drivers/net/wireless/brcm80211/brcmsmac/
Thanks for the detailed steps. The first one looks easier, but this step fails: root@stt300:/usr/src/linux-2.6-3.2.9# fakeroot debian/rules setup_i386_none_686-pae make: *** No rule to make target `setup_i386_none_686-pae'. Stop. I'm not very skilled when it comes to compile things or building packages, sorry :-P -- Camaleón -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org