John H. wrote: > So there's no way to use bcm43xx while using an rpm kernel?
There is a way to use any driver with the rpm kernel, as long as it does not require some deeper patching of the kernel. The old bcm43xx driver should compile just fine as a separate directory (if bcm43xx-mac80211 could be applied like this, I would surely test it as well). You need the kernel-devel package for your kernel and replace the stock module with your newly built one. Not exact procedure of building a single module: LINUXDIR=/usr/src/kernels/`uname -r` make SUBDIRS=my/module/path modules (Don't have the exact details at hand just now,sorry) What is the status of AP mode with the mac80211 driver? -Martti. > On 8/3/07, Brennan Ashton <[EMAIL PROTECTED]> wrote: >> try what i have posted earlier, >> http://lists.berlios.de/pipermail/bcm43xx-dev/2007-July/004985.html >> -- >> Brennan Ashton >> Bellingham, Washington _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
