At which extension?
I had installed Flac, ALSA, libmad, libvorbis, dropbear and wifi packages via TCE - using your 3.6.11-piCore image. I copied this tce directory to my new SD-card with my own modified rasbian kernel.
As stated is booted fine, but was hanging when loading extensions. By removing each extension I found that it could boot with these extensions in the tce/optional directory:
Alsa.tcz
Alsa-modules-3.6.11-piCore.tcz
Alsa-plugins.tcz
Alsa-utils.tcz
Flac.tcz
libiconv.tcz
libiw.tcz
libvorbis.tcz
openssl-1.0.0.tcz
wifi.tcz
wireless_tools.tcz
wireless-3.6.11-piCore.tcz
wpa_supplicant.tcz
However it fails to load if any of these packages are present:
Droppbear
libasound
libogg
libnl
libmad
But eventhough it seems like the wifi package is OK and piCore boots with the wifi package in the tce/optional directory it is not working.
Which Raspbian? release/kernel?
The Rasbian 3.6.11 obtained from here:
https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz
as described from this page
http://elinux.org/RPi_Kernel_CompilationThe problem with the TCE package manager is that it usualy does not finish:
If I try to install MC I get to here:
ncurses.tzc.dep OK
glib2.tcz.dep OK
libssh2.tcz.dep OK
If I try to install wifi (again) it find that it is already installed - but it is not working.
If I try to start wifi by
sudo /usr/local/bin/wifi.sh : command not found
If I delete the wifi package and try to install it via tce package manager I get to here:
wireless_tools.tcz.dep OK
wpa_supplicant.tcz.dep OK
Downloading: libnl.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
libnl.tcz 100% ********************************************************* 232k 0:00:00 ETA
libnl.tcz: OK
And then I need to kill it because it hangs.
It might be important but my piCore could not boot fully if libnl.tcz was present in the tce/optional directory during boot.
Regards
Steen