Tiny Core Linux
		Tiny Core Extensions => TCE Q&A Forum => Topic started by: Vegeta on November 30, 2009, 08:40:55 AM
		
			
			- 
				i will try compile "compat-wireless-2009-11-30.tar.bz2"
 
 but show me like this...
 
 -------------
 root@box:/mnt/hda1/drv/compat-wireless-2009-11-30# make
 modprobe: not supported
 modprobe: not supported
 ./scripts/gen-compat-autoconf.sh config.mk > include/linux/compat_autoconf.h
 modprobe: not supported
 modprobe: not supported
 make -C /lib/modules/2.6.29.1-tinycore/build M=/mnt/hda1/drv/compat-wireless-2009-11-30 modules
 make[1]: Entering directory `/usr/local/src/linux-headers-2.6.29.1'
 /mnt/hda1/drv/compat-wireless-2009-11-30/config.mk:74: "WARNING: You are running a kernel >= 2.6.23, you should enable in it CONFIG_NET_SCHED
 for 802.11[ne] support"
 modprobe: not supported
 modprobe: not supported
 CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/misc/eeprom/eeprom_93cx6.o
 modprobe: not supported
 modprobe: not supported
 CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/b44.o
 modprobe: not supported
 modprobe: not supported
 CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/cdc_ether.o
 CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/rndis_host.o
 CC [M]  /mnt/hda1/drv/compat-wireless-2009-11-30/drivers/net/usb/usbnet.o
 modprobe: not supported
 modprobe: not supported
 
 ------------------------------
 then i make install:
 
 root@box:/mnt/hda1/drv/compat-wireless-2009-11-30# make install
 modprobe: not supported
 modprobe: not supported
 
 Your old wireless subsystem modules were left intact:
 
 modprobe: not supported
 make: *** [uninstall] Error 1
 -------------
- 
				modprobe in TC is busybox modprobe, that may be your problem.
 
 have you tried to use the wireless-2.6.29.1-tinycore or wireless-2.6.29.1-tinycore_mod extensions?
- 
				but changed to 2.5 ,build it all ok.
 the problem only with 2.6.
 
- 
				2.6 changelog:
 
 * Busybox lsmod, insmod, rmmod, modprobe replace GNU versions.
 
 I am about to submit a module-init-tools extension for those who need the full power versions.  Depmod in TC is in base and is a special build to allow /usr/local kernel modules, but all the other utilities will be in the extension.
- 
				It's uploaded, so all should be well.
			
- 
				thanks!