You are not logged in.
Pages: 1
first, I'm sorry for my poor English.
But I'd need some help.
Because Slitaz 4.0 & 3.0 can't install into CF care on PC104,
I used Slitaz 1.0 (any other OS recommend?), but I can't edit kernel.
I'm new Linux user, I just follow the step.
http://pfichtner.wordpress.com/2011/07/18/slitaz-on-nfs-root/
http://doc.slitaz.org/en:guides:kernel
https://www.kernel.org/
But it still can't make, and it had no kernel 2.6.24.2(been removed?).
I try to change linux-source tazpkg's url to kernel 2.6.24 or kernel 2.6.25.
And I got it: http://ideone.com/8umYn6
I want to do RS232 login(console login) and USB to RS232.
Have any example for "Slitaz 1.0"?
Offline
Try this as root:
mkdir /home/slitaz
cd /home/slitaz
wget http://hg.slitaz.org/wok/archive/1.0.tar.bz2
tar xjf 1.0.tar.bz2 wok-1.0/linux
mv wok-1.0 wok
cd wok/linux
sed -i 's|www.eu.*|mirror.slitaz.org/sources/packages-1.0/l/$TARBALL"|' receipt
tazpkg recharge
yes y | tazpkg get-install slitaz-toolchain
tazwok cook linux
cd linux-2.6.24.2
make menuconfig
Offline
Thank you.
But I still get wrong when I input "tazwok cook linux".
The error is http://ideone.com/oX9on3
make[2]: *** [scripts/basic/fixdep] Error 1
make[1]: *** [scripts_basic] Error 2
The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.
make: *** [modules_install] Error 1
================================================================================
Compilation failed. Please read the compilator output.
Offline
Can you retry with
tazpkg get-install perl
tazpkg get-install patch
tazpkg get-install bash
tazpkg get-install lzma
tazpkg get-install ncurses-dev
rm -rf /home/slitaz/wok/linux/linux-2.6.24.2
tazwok cook linux
Offline
It is same.
I've installed 164 tazpkgs http://ideone.com/EDs4QU
and I try install linux-source.tazpkg(which has been changed url).
http://www.mediafire.com/download/5b4ef1t6z66y4mi/linux-source-2.6.24.2.tazpkg
This new url of linux-source is
ftp://ftp.arm.linux.org.uk/pub/linux/linux-2.6/linux-2.6.24.2.tar.bz2
But I still get the same error
Offline
Should I install all packages of base-system and development groups?
like this http://ideone.com/hUImBW
Offline
and I try install linux-source.tazpkg(which has been changed url).
http://www.mediafire.com/download/5b4ef1t6z66y4mi/linux-source-2.6.24.2.tazpkg
-rw-r--r-- 1 root root 104960 Sep 1 21:47 linux-source-2.6.24.2.tazpkg <-- ??
try again!
linux-source-2.6.24.2.tazpkg 2013-Aug-27 10:53:58 34.8K
http://mirror.slitaz.org/packages/1.0/linux-source-2.6.24.2.tazpkg
Offline
I have known why I get the error.
I backup by "tar" command like:
tar --exclude=sys/* cvf backup.tar /
I want to backup without /sys/* ,but this command also do not backup /usr/include/sys
Offline
linux-source-2.6.24.2.tazpkg 2013-Aug-27 10:53:58 34.8K
http://mirror.slitaz.org/packages/1.0/linux-source-2.6.24.2.tazpkg
Fixed url and work fine.
root@slitaz:/home/hacker# uname -a
Linux slitaz 2.6.24.2-slitaz #1 SMP Mon Mar 10 16:36:10 CET 2008 i686 unknown
root@slitaz:/usr/src/linux-2.6.24.2-slitaz# make menuconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/docproc
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTCC scripts/kconfig/mconf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf arch/x86/Kconfig
[..]
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]