linux-wlan-ng v0.2.1pre19 をインストールしようとしているのですが、できません。 接続したい無線LANはUSB接続のタイプです。 http://netaro.ddo.jp/techinfo/Linux/builtinWirelessLAN/setupWLan.html ここを参考にして linuxカーネルのソースコードを入手し、 /usr/src/linux/configskernel-2.4.26-i686.config を .config ファイルとして /usr/src/linux/.config にコピーし、以下のように make config しました。 (手書きですので、間違いや忘れているところがあります) $ 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]: Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n Build Prism2.5 USB (_usb) driver? (y/n) [n]: y Linux source directory [/usr/src/linux]: The kernel source tree is version 2.4.26. (忘れたけど、こんな感じだったと思う) The current kernel build date is Sun Dec 5 16:06:03 2004. (ここも適当) Alternate target install root directory on host []: Module install directory [/lib/modules/2.4.26smp]: (***smpだったことは覚えています) It looks like you have a System V init file setup. Prefix for build host compiler? (rarely needed) []: Build for debugging (see doc/config.debug) (y/n) [n]: Configuration successful. 一応 make config は成功したんじゃないかと思っています。 で、次に make all したところ、次のようなエラーが出ました。 (手書きです) gcc -Wall -Wstrict -prototypes -02 -fomit -frame -pointer -o scripts/split-include scripts/split-include.c scripts/split-include include/linux/autoconf.h include/config find: *: そのようなファイルやディレクトリはありません scripts/split-include: find: No such file or directory どうすれば make all できるようになるのでしょうか?