On 02/23/2013 11:41 AM, Walter Goldens wrote: > A recent (stable) compat-wireless/drivers compilation exhibited a great deal of warnings on an older kernel (2.6.24 to 2.6.30 I think). Is 2.6.24 still supported? What version of compat-drivers are you using? What version of gcc are your using? Some parts of compat-drivers are still compiling against kernel 2.6.24, but I would not recommend using a so old kernel. I haven't done run time testes with 2.6.24 for a long time. > Also, there was an issue with 50-compat_firmware.rules. Ubuntu 8.04 looks for it at /lib/udev/rules.d/ which gave me severe problems with firmware loading and system freezes. I had to copy/symlink 50-compat_firmware.rules from /lib/udev/rules.d/ to /etc/udev/rules.d/. Could you provide a patch for this, I do not have a ubuntu 8.04 installation any more, this is pretty old. > Warning log (partial). It compiles, but warnings galore. Is anyone up for backporting? > > CC [M] /drivers/net/wireless/rt2x00/rt2x00dev.o > /include/net/cfg80211.h: In function ‘wiphy_name’: > /include/net/cfg80211.h:2676: warning: passing argument 1 of ‘dev_name’ discards qualifiers from pointer target type I do not get these warnings when compiling compat-drivers-3.8 against kernel 2.6.30. There are some other warnings with gcc 4.7 therefor I used "export KCFLAGS="-Wno-unused-but-set-variable"" with these old kernels, newer kernel versions already do this in the main Makefile. Hauke -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html