English http://vanilla.slitaz.org/index.php?p=/categories/en-general/p53/feed.rss Wed, 01 May 24 10:07:23 +0200 English en-CA Git repository for Kernel compilation not online anymore? http://vanilla.slitaz.org/index.php?p=/discussion/509/git-repository-for-kernel-compilation-not-online-anymores Sun, 31 Jan 2010 21:47:23 +0100 mukulp 509@/index.php?p=/discussions Error rootfs.gz http://vanilla.slitaz.org/index.php?p=/discussion/508/error-rootfs.gz Sun, 31 Jan 2010 17:05:21 +0100 Tkcl 508@/index.php?p=/discussions
Hi all

I decompress rootfs.gz, I have modified some files and
then compressed rootf.gz with:
find. -print | cpio-o-H newc | lzma e-si-so> .. / rootfs.gz


I added and rebuilt the iso LiveCD with the new
rootf.gz, but when I try the new LiveCD with virtual
machine, an error, which says that not exists ttyx, 1.2, 3, ...

Thanks

Regards]]>
Wiki for Scanner http://vanilla.slitaz.org/index.php?p=/discussion/359/wiki-for-scanner Wed, 30 Dec 2009 05:09:10 +0100 pre_historic94 359@/index.php?p=/discussions Soundconfig issue http://vanilla.slitaz.org/index.php?p=/discussion/504/soundconfig-issue Sun, 31 Jan 2010 09:28:36 +0100 dejan 504@/index.php?p=/discussions http://b0x.me/specs.txt
I have problem when trying to setup soundcard
Soundconf detects correct card but then has some error, and I can't run alsamixer either:

amixer: Mixer attach default error: No such file or directory
alsactl: save_state:1502: No soundcards found...

Screenshot: http://i45.tinypic.com/2n66byt.jpg

Also, is there a way to change monitor gamma?]]>
Mean of slitaz http://vanilla.slitaz.org/index.php?p=/discussion/496/mean-of-slitaz Fri, 29 Jan 2010 03:08:30 +0100 damhyojung 496@/index.php?p=/discussions here are many chinese users want to know]]> when Chinese forum open http://vanilla.slitaz.org/index.php?p=/discussion/487/when-chinese-forum-open Wed, 27 Jan 2010 21:43:02 +0100 damhyojung 487@/index.php?p=/discussions and i can so some english to chinese translation?
whom i should contact?]]>
Pantech UM175 modem problems?? http://vanilla.slitaz.org/index.php?p=/discussion/458/-pantech-um175-modem-problemsss Thu, 21 Jan 2010 17:07:33 +0100 gamfaspats1 458@/index.php?p=/discussions I am using Slitaz 2.0. When I plug the modem into a port on other distros, the device /dev/ttyACM0 is created. I can then set up a ppp connection using that device and connect. This doesn't happen in Slitaz. When I plug it in while booted into Slitaz, I get the following msg. in the error logs.

user.err kernel: hub 2-0:1.0: unable to enumerate USB device on port 2
user.info kernel: usb 6-2: new full speed USB device using uhci_hcd and address 2
user.info kernel: usb 6-2: configuration #1 chosen from 1 choice

What am I missing here?
]]>
enna media center - several problems http://vanilla.slitaz.org/index.php?p=/discussion/430/enna-media-center-several-problems Fri, 15 Jan 2010 22:16:00 +0100 iegubkin 430@/index.php?p=/discussions
I experienced several problems getting enna up and running:
I started with a fresh install of slitaz with only the addition of xorg-server, xorg-xf86-video-ati, and xorg-libXv
The installation seemed to go smoothly:
root@ga-7zx:/home/tux# tazpkg get-install enna
eet
evas
  + fribidi
  + libgsf
  + libcroco
ecore
edje
  + embryo
emotion
  + enlightenment [Is this really necessary for enna?]
      + efreet    [This is necessary - see below]
      + edbus
      + curl
  + xine-lib
      + xorg-libXvMC
      + libtheora
  + xorg-libXp
  + xorg-libXss
eina
libplayer
libvalhalla
libelementary


enna (0.4.0) is installed.
-----> enna running - try 1
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: libgnutls.so.26: No such file or directory

root@ga-7zx:/home/tux# tazpkg get-install gnutls
gnutls (2.8.3) is installed. [plus gnutls dependencies libgcrypt, libgpg-error, and readline)
-----> enna running - try 2
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: liblirc_client.so.0: No such file or directory
root@ga-7zx:/home/tux# tazpkg get-install lirc

lirc (0.8.5) is installed. [plus lirc dependencies libusb, libusb-compat, libftdi]
-----> enna running - try 3
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: libefreet-ver-svn-03.so.0: No such file or directory

slitaz's efreet has libefreet-ver-svn-05.so.0 so I tried a symlink:
root@ga-7zx:/home/tux# ln -s /usr/lib/libefreet-ver-svn-05.so.0 /usr/lib/libefreet-ver-svn-03.so.0
-----> enna running - try 4
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: libavformat.so.52: No such file or directory

libavformat.so.52 is in ffmpeg-0.5
root@ga-7zx:/home/tux# tazpkg get-install ffmpeg
ffmpeg's dependencies also installed:
  + imlib2
      + libid3tag
  + jack-audio-connection-kit [** Is this really necessary for ffmpeg? **]
-----> enna running - try 5
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: libexif.so.12: No such file or directory
root@ga-7zx:/home/tux# tazpkg get-install libexif

libexif (0.6.16) is installed.
-----> enna running - try 6
root@ga-7zx:/home/tux# enna
enna: error while loading shared libraries: libecore-ver-svn-03.so.0: No such file or directory

slitaz's ecore has libefreet-ver-svn-05.so.0 so I tried a symlink:
root@ga-7zx:/home/tux# ln -s /usr/lib/libecore-ver-svn-05.so.0 /usr/lib/libecore-ver-svn-03.so.0
-----> enna running - try 7
root@ga-7zx:/home/tux# enna
enna finally begins but stops with the error:
[1;1mlibvalhalla[0m] [database.c:1089] [32;1mInfo[0m: Database version : 1
[1;1mlibplayer/mplayer[0m] [31;1mErr[0m: mplayer executable not found in the PATH

root@ga-7zx:/home/tux# tazpkg get-install mplayer
Mplayer dependencies also installed:
  + lame
  + giflib
  + enca
mplayer (1.0rc2) is installed.
-----> enna running - try 8 (lucky 8 - almost)
root@ga-7zx:/home/tux# enna
enna begins but gives hundreds of errors all similar to:
EDJE: Error loading image collection "images/194" from file "/usr/share/enna/theme/default.edj". Missing EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC
EDJE: Error loading image collection "images/196" from file "/usr/share/enna/theme/default.edj". Missing EET Evas loader module?
Error type: EVAS_LOAD_ERROR_GENERIC
EDJE: Error loading image collection "images/195" from file "/usr/share/enna/theme/default.edj". Missing EET Evas loader module?

Apparently the default theme was not installed. enna launches but without any backgrounds or images at all.
====================
Summary: (see http://packages.geexbox.org/dists/karmic/main/binary-i386/Packages)
libvalhalla needs added dependencies ffmpeg (for libavformat.so.52) and libexif
libplayer needs added dependency mplayer
eet needs added dependency gnutls
enna needs efreet and lirc
emotion does not need enlightenment
enna asks for the wrong versions of libefreet-ver-svn and libecore-ver-svn. slitaz has 05 and enna wants 03. Symlinks seem to work.enna's default theme needs to be properly installed
====================
Thanks for reading all this, iegubkin]]>
E17 Windowmanager http://vanilla.slitaz.org/index.php?p=/discussion/498/e17-windowmanager Fri, 29 Jan 2010 09:10:25 +0100 Nik 498@/index.php?p=/discussions I did just try to install the Enlightenment Window Manager (E17) in slitaz-cooking through the Package Manager.
No error accured. I don't know why, but I can't log in when I choose E17 with F1.
I'd appreciate any help/ or suggestions.
-Nik]]>
Automating language, keymap options http://vanilla.slitaz.org/index.php?p=/discussion/486/automating-language-keymap-options Wed, 27 Jan 2010 17:50:14 +0100 Dev 486@/index.php?p=/discussions
My problem is this. I'm sick and tired of entering the language, keymap and screen options over and over again. Is there some way I can change my settings so that I go directly to the login screen, with the language=en, keymap=us, screen=1024x768x24 options being loaded automatically?

I've been searching for days on the Net, but haven't been able to find a solution. Have tried changing the isolinux.cfg file and the menu.lst file -- but haven't been able to automate this. It's beginning to affect my sanity! One of those irritating things which should be so easy to do, but I just can't figure it out. :-)

Seriously though, think it would be very helpful to have a clearly laid-out guide to automating this -- there must be many people who're sick of this. Slitaz loads up so fast -- it's a shame to have to slow down the bootup process, entering the same options every time.

Thanks!]]>
can't control sound by jog-button (hardware) on my laptop http://vanilla.slitaz.org/index.php?p=/discussion/494/cant-control-sound-by-jog-button-hardware-on-my-laptop Thu, 28 Jan 2010 16:45:55 +0100 mukulp 494@/index.php?p=/discussions Bug in Shiretoko? - Problem with opening the containing folder of a downloaded File http://vanilla.slitaz.org/index.php?p=/discussion/429/bug-in-shiretokos-problem-with-opening-the-containing-folder-of-a-downloaded-file Fri, 15 Jan 2010 06:08:44 +0100 meanpt 429@/index.php?p=/discussions Tazlito Box: gen-liveflavour fails "Unable to find a distro rootfs..." http://vanilla.slitaz.org/index.php?p=/discussion/489/tazlito-box-gen-liveflavour-fails-unable-to-find-a-distro-rootfs... Thu, 28 Jan 2010 09:45:45 +0100 Yonatan 489@/index.php?p=/discussions http://www.slitaz.org/en/doc/handbook/gen-livecd.html
Network is wifi, can surf and update packages without errors.
1) Started tazlitobox as su.
2) Under "Flavors" tab: clicked "Get Flavor". No errors appear in the terminal window.
3) Under "System" tab: clicked "Gen distro". gen-liveflavor reports "Unable to find ipw-2200-firmware-3.0-9.0.1 in the repository." and tries to download from mirrors. It then reports 404 and one 550 errors, followed by:

Flavor generation
================================

Unable to find a distro rootfs...

...and that's that.
It happens regardless of whether I clean the distro or not.
What am I doing wrong?]]>
Compiling software on/for SliTaz http://vanilla.slitaz.org/index.php?p=/discussion/19/compiling-software-onfor-slitaz Sun, 18 Oct 2009 16:42:01 +0200 seawolf 19@/index.php?p=/discussions
As I started this thread in the "old" forum but didn't receive a reply, I thought I'd try again when things were a little more active :)

I'm working on a project which uses SliTaz as a base. I've successfully compiled some software on it but wish to ensure the programs match the underlying operating system as much as possible & run on as wide a range of PCs as possible. I'm not too proficient with the ins and outs of software compilation so would really appreciate some advice.

Primarily, I'd like to ask what optimisations, flags etc. SliTaz is built with? Are the defaults and -O2 okay?
Secondly, anything I should watch out for like specific What about and CFLAGS and CXXFLAGS?
Lastly, are there any tips & tricks you could offer me? I'm kinda new at this game :)

Thanks lots for any advice :)]]>
Slitaz/xorg snow http://vanilla.slitaz.org/index.php?p=/discussion/481/slitazxorg-snow Wed, 27 Jan 2010 03:11:14 +0100 Payoon 481@/index.php?p=/discussions I have installed Sltay-xorg to use a better screen resolution. However after I updateted, I found that my keyboard was changed. The boot log says to fr-ch latin. I tried to change it back to de-latin with keyboard mapping, but it didnt work. The keyboard stays in the wrong locale.
To help find the error I have to say, that in the past I have tried to install nvidia driver with cooking 3.0 and the same happened. After installing nvidia driver ,which didnt work, mz kezboard was changed and i couldnt change it back.
Please help me to change back to de-keyboard.
Klaus]]>
BTNX Mouse Control http://vanilla.slitaz.org/index.php?p=/discussion/484/btnx-mouse-control Wed, 27 Jan 2010 07:25:58 +0100 Nik 484@/index.php?p=/discussions I just wanted to ask if it is possible to add a tool for mices with more than 3 buttons like BTNX (coded by olli salonen www.ollisalonen.com/btnx/) to the slitaz cooking repos?
It does not have to be BTNX but I wish I could make all the buttons of my MX-Revolution work.
Thank you in advance
-Nik]]>
DHCP lease obtained in background when using WPA http://vanilla.slitaz.org/index.php?p=/discussion/473/dhcp-lease-obtained-in-background-when-using-wpa Sun, 24 Jan 2010 18:01:02 +0100 pfichtner 473@/index.php?p=/discussions
I did temporarily fix the problem by inserting (right after network.sh) a self written script that will sleep some seconds.

Peter]]>
Driver compiling http://vanilla.slitaz.org/index.php?p=/discussion/475/driver-compiling Mon, 25 Jan 2010 13:32:49 +0100 banjo101 475@/index.php?p=/discussions Its seems that there are no linux drivers for it so i looked on google to see if there are any other options and i found
that it is possible to compile a driver for it
I installed the different packages (make, toolchain,etc) and i follow the instruction for here:
http://opensource.bureau-cornavin.com/belkin/index-fr.html

But when i tried to "make" it it gave me this:

make *** /lib/modules/2.6.25.5-slitaz/build: no such file or directory Stop.
rt73.ko failed to build!
make:*** [module] Error 1

What's wrong???]]>
slitaz 3.0 wish list http://vanilla.slitaz.org/index.php?p=/discussion/427/slitaz-3.0-wish-list Thu, 14 Jan 2010 19:11:09 +0100 taylorchu 427@/index.php?p=/discussions slitaz 2.0 works fine for me, but i am even more interested in slitaz 3.0

i hope slitaz3.0

1. instead of choosing locale when it boots, just use utf-8, so that it shows character in other language properly(*important)

2. cooking version can be built at the time when user downloads, so that it will contain the latest package

3. release beta version soon so that user can give suggestion

4. update linux kernel to the latest version(*important)

5. removal of the hal package(*ubuntu10.04)]]>
Mythtv frontend on slitaz http://vanilla.slitaz.org/index.php?p=/discussion/476/mythtv-frontend-on-slitaz Mon, 25 Jan 2010 19:27:27 +0100 oz49erfan 476@/index.php?p=/discussions Project Stats? [SOLVED] http://vanilla.slitaz.org/index.php?p=/discussion/466/project-statss-solved Sat, 23 Jan 2010 04:31:38 +0100 seawolf 466@/index.php?p=/discussions
I was wondering if there were any statistics available for any user-centric aspect of Slitaz? I was hoping for say, Jan '09, Jun '09, Jan '10 to show growth of the project. I was thinking in any of the following areas:

- downloads from the website
- downloads from Distrowatch
- newly-registered forum users
- forum messages posted

Does anybody have these statistics or know where I can find them fairly easily?

Thanks!]]>
SliTaz fails to boot due to kernel panic. http://vanilla.slitaz.org/index.php?p=/discussion/465/slitaz-fails-to-boot-due-to-kernel-panic. Sat, 23 Jan 2010 03:40:15 +0100 danntor 465@/index.php?p=/discussions
Can't post the full details here but basically it looks like it can't open an initial console (Warning: unable to open an initial console) and it goes down hill from there (segfaults, fails to sync, attempts to kill init and then something about "Not tainted"). I have tried everything trying to get this thing to boot and I have a feelin it is a very easy solution so please help me out. Thanks for reading]]>
New software http://vanilla.slitaz.org/index.php?p=/discussion/468/new-software Sat, 23 Jan 2010 15:03:43 +0100 devl547 468@/index.php?p=/discussions They wont be rock stable and mainly experimental, but it'll be nice bleeding edge playground for new updates.]]> Samsung N140 issues http://vanilla.slitaz.org/index.php?p=/discussion/351/samsung-n140-issues Tue, 29 Dec 2009 04:27:05 +0100 bikepunk 351@/index.php?p=/discussions
I'm back on slitaz, and now from a Samsung N140 netbook.

I'll use this thread to give feed back about how it works and to ask help when needed.

-the speakers work out of the box

-Xvesa cannot display over 800x600

-the ethernet works out of the box.

-for the wireless, I had to install the windows xp driver using tazndisbox, it works quite well, BUT after install, at some point, with apparently no reason, I cannot connect to the internet, that's weird.

I mean : the wireless worked properly during a few boots, but now, the iwconfig seems right :
tux@slitaz:~$ iwconfig
lo no wireless extensions.

dummy0 no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:"SpeedTouch24DB13"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1D:68:77:4F:FB
Bit Rate=11 Mb/s Tx-Power:20 dBm Sensitivity=0/3
RTS thr:off Fragment thr:off
Power Management:off
Link Quality:46/100 Signal level:-66 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eventhough I cannot access to the internet

I'm curious to learn why and how to fix it, because for now I have to use a liveUSB to conncect to the internet.]]>
Problems with remastering / kernel panic with rootfs.gz ? http://vanilla.slitaz.org/index.php?p=/discussion/471/problems-with-remastering-kernel-panic-with-rootfs.gz-s Sun, 24 Jan 2010 12:29:01 +0100 jf_ 471@/index.php?p=/discussions
- if I compress rootfs.gz using the lzma binary in my host system (non-slitaz; lzma 4.43), and then generate the iso, I get a kernel panic when I boot on a physical machine with this iso. HOWEVER (and this bugs me), when I test this exact same iso/disc using virtualbox, I get no problems at all.

- if I do the compression using slitaz (lzma 4.57), the iso is good for both virtualbox, and the physical machine!

I'll have more reports out as i do more troubleshooting - but i wanted to get this question out as soon as possible, so anybody else having the same problem can just chip in and help/be helped.]]>
status of mailing list? http://vanilla.slitaz.org/index.php?p=/discussion/463/status-of-mailing-lists Fri, 22 Jan 2010 12:48:41 +0100 jf_ 463@/index.php?p=/discussions Toshiba Satellite: Starting with floppy is possible, but no booting from CD-ROM is possible http://vanilla.slitaz.org/index.php?p=/discussion/467/toshiba-satellite-starting-with-floppy-is-possible-but-no-booting-from-cd-rom-is-possible Sat, 23 Jan 2010 12:08:42 +0100 scheichslitaz 467@/index.php?p=/discussions The following problem appears:
With an Toshiba Satellite (16 MB Ram): Starting with floppy is possible, but no booting from CD-ROM. (-> no bootable Disk)
From the installed windows the CD can be seen and opened.

Thank you]]>
wine not comming http://vanilla.slitaz.org/index.php?p=/discussion/440/wine-not-comming Mon, 18 Jan 2010 11:21:33 +0100 abrecoarc 440@/index.php?p=/discussions I love slitaz, this is first of all. I m not a programmer, i m an artist(3d lighter texture artist).
I have stable version of slitaz in 4gb pendrive [SliTaz GNU/Linux 2.0 (29 MB) - slitaz-2.0.iso].
My issue:
From pakage manager I got wine but is not visible in the menu.
Where it will be?
is there any tutorial how to use it?
Since blender3d is not in stable slitaz. I want to run blender.exe inthe wine.

I have a dream for completing my 3d animation.
- a good linux in pendrive
- a Blender 3d
- 2 gimp
- a wine
- an mplayer
- firefox.
- an openoffice ]]>
Grub problem http://vanilla.slitaz.org/index.php?p=/discussion/460/grub-problem Thu, 21 Jan 2010 18:57:35 +0100 frenchhorn_man 460@/index.php?p=/discussions slitaz extremely slow on laptop http://vanilla.slitaz.org/index.php?p=/discussion/462/slitaz-extremely-slow-on-laptop Fri, 22 Jan 2010 11:13:39 +0100 Boris 462@/index.php?p=/discussions