PDA

View Full Version : Prism3 USB / T-Sinus 111 - kernel source problem HELP!!!



Nils_
03-06-2004, 10:01 AM
Hi Linux community,

First of all - I have Knoppix 3.4

I have a big problem installing wlan-ng driver for my "T-Sinus 111data usb" (wireless lan adapter). For this I need wlan-ng from www.linux-wlan.com/linux-wlan/

I get the original kernel sources for kernel 2.4.23-xfs (http://developer.linuxtag.net/knoppix/i386/kernel-source-2.4.23-xfs_10.00.Custom_all.deb) and installed them.
After that I extracted the files from the compressed file to /usr/src/kernel-source-2.4.23-xfs/
I need a configured kernel for wlan-ng, so I copied the config file (/boot/config2.43-xfs) to /usr/src/kernel-source-2.4.23-xfs/.config

Now I tried (after unpacking of cause ;-) to config wlan-ng (make config) and get the follwing error:


--------------------------------------------------------------------------------
root@Nils:~/wlan/linux-wlan-ng-0.2.1-pre20# make config

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y

Linux source directory [/usr/src/linux]: /usr/src/kernel-source-2.4.23-xfs
Linux source tree /usr/src/kernel-source-2.4.23-xfs is incomplete or missing!
The kernel header files are present, but not the full source code.
See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed

make: *** [config] Fehler 1
--------------------------------------------------------------------------------

My question: What's wrong? I have the complete source, isn't it?

Please help me! Thank you!

Regards,
Nils

Markus
03-06-2004, 05:55 PM
Did you get the kernel headers as well?

If you want to be sure to get the full source download it from www.kernel.org.

PS: Please don't cross-post