Ya ya, si precisamente busco la versión de mi kernel! Lo que necesito saber es como configurar los repositorios de internet en Synaptic, lo del kernel ya está hecho, venía antes de el paso de ndiswrapper-modules. Mira, aquñi te lo pego:
How to do it
Get the new kernel
First, you need to grab a new kernel. One is compiled and waiting for you in the apt repository. Do...
apt-get install kernel-image-2.6.8-2-686
It will download the deb containing the kernel and work it's magic. Before you know it a new kernel will be all setup and your boot loader will be configured with a new entry to boot it. Cool, huh? Your previous kernel and boot loader entry are preserved so you can boot it anytime you like.
Reboot and choose your new kernel at the bootmenu.
Get the wireless-tools and ndiswrapper packages
Now we'll grab the wireless-tools package. This will let us setup our card once it's working. You guessed it, apt-get has us covered.
apt-get install wireless-tools
The wireless tools will be downloaded and installed. You can check that they are by typing "iwconfig" and seeing if it gives you any output. It won't tell us anything good now, but it'll come in very handy later. Now we need to grab the ndiswrapper itself. Do...
apt-get install ndiswrapper-modules-2.6.8-2-686
If it suggests you install additional packages (it should suggest ndiswrapper-utils), type "Y" and hit enter to agree. It will download and install the packages. When it's done, try...
Y en ese último paso me he quedado porque los anteriores he podido pillar los paquetes del CD de instalación, pero ese último ya no está...