jlmb wrote:
x86. I'm looking for 2.6.12 686 optimized. Paul De Baat wrote:Can you tell my what for architecture you use? jlmb wrote: The thing is that ndiswrapper won't build (with m-a) using linux-image-2.6.15-1-686. I have attached the m-a generated log file. I used linux-image-2.6.12 but I had to reinstall andlinux-image-2.6.12is gone now. Where can I get linux-image-2.6.12 ?
The package might still be in your package cache. Look for something like "/var/cache/apt/archives/linux-image-2.6.12*.deb". If you find it you can install it with "dpkg -i". It should also be available on snapshot.debian.net. You can add the following two lines to your /etc/apt/sources.list: deb http://snapshot.debian.net/archive pool linux-2.6 deb-src http://snapshot.debian.net/archive pool linux-2.6 and see if that repository offers the version you are looking for. Regards, Florian