Hi,

Im trying to install the driver for my wireless, have updated the firmware and now need to install the driver. However I get make error:

makefile not found at '/lib/modules/2.6.22-3-686/source'

does this mean i need to install my kernel source?? i have my kernel headers installed but can't work out how to do the kernel source.

Oh the kernel im running is:

debian lenny 2.6.22-3-686

thanks in advance for any help!!

solved used
apt-get install linux-source-2.6.22
then cd /usr/src
untar the linux source
then
ln -s /usr/src/linux-source-2.6.22 /lib/modules/2.6.22-3-686/source
worked!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.