The updated kernel fixes the bug of building applications that need to be built with Wheezy's libs and gcc.
Without going into the details, if you want to run antiX-13 series tied to Wheezy and want to install for example Virtualbox and nvidia drivers, you MUST install the latest 3.7.10.antix.7 kernel for your architecture.
If you are running Testing or Sid repos, it is not needed. Users can also install much more up to date kernels. 3.11.5 is available and 3.12.0 is being worked on.
The kernel must be installed 'man'ually.
Here is the way to do it in a root terminal.
You antix.list in etc/apt/sources.d should look like this:
Code: Select all
# Use with Debian Wheezy repository. Set as default for antiX-13.2.
deb http://antix.daveserver.info/stable stable main
# Use with Debian Testing (or Sid) repositories.
#deb http://antix.daveserver.info/testing testing main
Code: Select all
apt-get update && apt-get install linux-image-3.7.10-antix.7-486-smp linux-headers-3.7.10-antix.7-486-smp
Code: Select all
apt-get update && apt-get install linux-image-3.7.10-antix.7-amd64-smp linux-headers-3.7.10-antix.7-amd64-smp
Code: Select all
update-grub
how-to-upgrade-a-kernel-t4691.html