Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: Vegeta on December 21, 2009, 04:32:53 AM

Title: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 04:32:53 AM
only load tcz*? ::)
Title: Re: 2.7 can't load tce?
Post by: bmarkus on December 21, 2009, 05:11:55 AM
only load tcz*? ::)

Yes, it is true. Dropped in 2.6
Title: Re: 2.7 can't load tce?
Post by: Lee on December 21, 2009, 05:19:47 AM
For those of us with private .tce files, is there any reason not to

Code: [Select]
cd /
sudo tar -xzvf whatever.tce
sudo /usr/local/tce.installed/whatever

until we get around to converting to tcz?

(provided there's nothing too strange in the "whatever" script)
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 05:25:44 AM
and can't load dirvers(compat-wireless),like this:
lib\modules\2.6.29.1-tinycore\updates\drivers

in 2.5 and 2.6(.1) is ok, but 2.7 can't load these... :-\

btw:2.6(.1) can load tce...
Title: Re: 2.7 can't load tce?
Post by: combo3 on December 21, 2009, 05:58:19 AM
You can convert .tce to .tcz with:

tce2tcz.sh appname.tce
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 06:17:30 AM
You can convert .tce to .tcz with:

tce2tcz.sh appname.tce

can't load tce ,this is a small problem。

BUT can't load drivers from updates\drivers....
Title: Re: 2.7 can't load tce?
Post by: roberts on December 21, 2009, 07:01:18 AM
It was announced back in version 2.4. You have had four months to convert to tcz.
http://forum.tinycorelinux.net/index.php?topic=3011.0
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 07:32:25 AM
It was announced back in version 2.4. You have had four months to convert to tcz.
http://forum.tinycorelinux.net/index.php?topic=3011.0

The question now is:

can't load dirvers(compat-wireless),like this:
lib\modules\2.6.29.1-tinycore\updates\drivers

in 2.5 and 2.6(.1) is ok, but 2.7 can't load these...
Title: Re: 2.7 can't load tce?
Post by: roberts on December 21, 2009, 07:51:11 AM
If there is a specific extension that needs converting, please post it in the TCE area.
If the modules cannot be relocated to /usr/local/lib/modules/2.6.29.1-tinycore/kernel/
Then there is always the startup script available or list said extension in copy2fs.lst
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 08:16:53 AM
If there is a specific extension that needs converting, please post it in the TCE area.
If the modules cannot be relocated to /usr/local/lib/modules/2.6.29.1-tinycore/kernel/
Then there is always the startup script available or list said extension in copy2fs.lst


That TCZ is the wireless card's driver(compat-wireless), compiled and install the default installation path is:
\lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless

in 2.5 and 2.6(.1) is ok, but 2.7 can't load,so i think it is better in TCB area.

sorry my english.
Title: Re: 2.7 can't load tce?
Post by: Jason W on December 21, 2009, 08:46:41 AM
The modules simply need to be moved into \lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless and the extension repacked.  /usr/local/lib/modules is the standard module path for TC and modules can be simply moved to that location from /lib/modules.  They will be found in /usr/local/lib/modules by depmod.
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 08:48:51 AM
The modules simply need to be moved into \lib\modules\2.6.29.1-tinycore\updates\drivers\net\wireless and the extension repacked.  /usr/local/lib/modules is the standard module path for TC and modules can be simply moved to that location from /lib/modules.  They will be found in /usr/local/lib/modules by depmod.


all right...
i will mv*
Title: Re: 2.7 can't load tce?
Post by: Juanito on December 21, 2009, 08:50:17 AM
Are we speaking of wireless-2.6.29.1-tinycore_mod.tczm - if so, the modules are in /usr/local/lib/modules/2.6.29.1-tinycore/kernel/drivers/net/wireless...
Title: Re: 2.7 can't load tce?
Post by: Jason W on December 21, 2009, 09:06:31 AM
I made a typo, the first sentence was to move modules into /usr/local/lib/modules/../..

It is compat-wireless*.tce  that was being mentioned, that had it's modules in /lib/modules.  But that appears to be the same as wireless-2.6.29.1-tinycore_mod.tczm, which is already avilable.
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 09:11:20 AM
Are we speaking of wireless-2.6.29.1-tinycore_mod.tczm - if so, the modules are in /usr/local/lib/modules/2.6.29.1-tinycore/kernel/drivers/net/wireless...
no ,i build a new wireless-drv for newer hardware. i will change dir.

wireless-2.6.29.1-tinycore.tczm and wireless-2.6.29.1-tinycore_mod.tczm are ok.

btw:
2.6 changelog:
* Busybox lsmod, insmod, rmmod, modprobe replace GNU versions.
i think is not a good idea .

I went to bed,see you. :)
Title: Re: 2.7 can't load tce?
Post by: Jason W on December 21, 2009, 09:18:01 AM
Quote
btw:
2.6 changelog:
* Busybox lsmod, insmod, rmmod, modprobe replace GNU versions.
i think is not a good idea .

module-init-tools.tcz is available as an extension for any circumstances that require the full featured tools. 
Title: Re: 2.7 can't load tce?
Post by: Vegeta on December 21, 2009, 09:23:10 AM
I made a typo, the first sentence was to move modules into /usr/local/lib/modules/../..

It is compat-wireless*.tce  that was being mentioned, that had it's modules in /lib/modules.  But that appears to be the same as wireless-2.6.29.1-tinycore_mod.tczm, which is already avilable.

here is my build tce:
[removed; see extension submission guidelines]
md5:605648d995030ef4d208b19e9ce7d2f3

in 2.5 and 2.6(.1) is ok, but 2.7 can't load

i will change drv-dir tomorrow,I went to bed,module-init-tools.tcz is good.