0

I have Ubuntu 12.04.1: 3.2.0-31-generic-pae
Wich version of compat-wireless do I need to install?

This is the page: http://wireless.kernel.org/en/users/Download/stable/
The question is: do I just install the latest version of compat-wireless or the version which is closest to the version of the kernel installed on my system?
If the latest version, is it enough to install it alone or do I need incremental installation (all versions in between)?

terdon
  • 54,564
Rodnower
  • 2,259

1 Answers1

1

Well, according to the page you linked to:

NOTE: Please be aware that the releases below contain code from the given version of the Linux kernel. Therefore to add functionality, you should select a version that is later than your kernel version.

So, you should get a version that is newer than your kernel. And yes, you only need to install one, not all the versions in between.

What are you trying to do though? The wireless drivers should already be compiled into your Ubuntu kernel. If you are trying to install your wireless card you should follow this guide. You almost certainly do not need to install compat-wireless.

terdon
  • 54,564