spring
Group: Members
Posts: 15
Joined: Dec. 2004 |
|
Posted: July 15 2005,03:49 |
|
to tempestuous: could i compile the ipw2200bg in liveCD or frugral install, i dont have a hdistall, the ipw2200bg drivers' INSTALL guide:
Quote | KERNEL REQUIREMENTS - Crypto Library ---------- -------- --------- ----- ----- --- -- - IPW2200 uses the WEP encryption and decryption algorimths provided by the Linux kernel. As such, in order to use WEP you must enable the Crypto library support (CONFIG_CRYPTO) and the following algorithms:
ARC4 cipher algorithm (CONFIG_CRYPTO_ARC4)
You also need to enable the following from Library routines:
CRC32 (CONFIG_CRC32)
|
Quote | CONFIGURING THE KERNEL ------------ ----- ----- ---- --- -- - You need to enable firmware loading
The kernel must be configured to enable wireless capabilities (CONFIG_NET_RADIO=y).
Failure to do this will result in the Wireless Tools (iwconfig, iwlist, etc.) not functioning.
You can check if your kernel is configured with CONFIG_NET_RADIO by running:
% grep CONFIG_NET_RADIO \ /lib/modules/`uname -r`/build/include/linux/autoconf.h
You should see the line:
#define CONFIG_NET_RADIO 1
If you have to turn on CONFIG_NET_RADIO in your kernel configuration, make sure you also rebuild, install, and reboot to the new kernel image. For help or instructions on configuring and building the kernel please consult the documentation contained in your distribution.
|
if dsl kernel supported above, then it's none need to recompile kernel, and just need kernel-souce to compile ipw2200bg drivers if it' possible do it in liveCD,so i wonder if it's possible to compile in dsl-liveCD.
i make the ipw2200 driver in liveCD:
Quote | make make -C /lib/modules/2.4.26/build SUBDIRS=/ramdisk/home/dsl/ipw2200-1.0.1 BUILD_DIR=/ramdisk/home/dsl/ipw2200-1.0.1 modules make[1]: Entering directory `/ramdisk/usr/src/kernel-source-2.4.26'
The present kernel configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support enabled.
make[1]: *** [modules] Error 1 make[1]: Leaving directory `/ramdisk/usr/src/kernel-source-2.4.26' make: *** [modules] Error 2
|
i cannot recompile the kernel,yet. the process of mine: 1.boot from dsl cd 2.apps--tools--enable apt 3.mydsl-browser d/l kernelsource gcc1 gnu
4.d/l ipw2200-1.0.1.tgz d/l fireware d/l ipw2200-1.0.1-3.patch d/l the Knoppix kernel source which is ready-to-go - http://developer.linuxtag.net/knoppix....all.deb 5.apt-get install patch and patch the ipw2200-1.0.1 driver 6.relink /lib/modules/2.4.26/build to /usr/src/kernel-source-2.4.26, and relink /usr/src/linux to /usr/src/kernel-source-2.4.26 too, 7.the above is output, i failed to compile the driver, i'll try to recompile kernel next, or somebody could help me ,point or provide one kernel support the modules,i'll do the rest.
thank you,gjhicks! i followed you to made my ipw2200bg work good in slax pro 4.2.0.
|