@pansko: I see, probably a python ssl lib missing or something. I'll take a look. Will try manual wireless config a some point, it is just so tedious and no fun.
New Cooking 20110531
(64 posts) (24 voices)-
Posted 13 years ago #
-
@all the one that got blank screen and Xorg problem. This last cooking is the first slitaz that have minimal DRI support and might be wrong choice. I did that to satisfy Xorg dependencies (by default it dont build without libdri) but was prepared to get bad feedback, so I did a light version of Xorg by disabling all DRI and GL support. And here is the ISO without any bloted stuff:
http://mirror.slitaz.org/iso/undigest/slitaz-xorg-light.iso
I booted succefully to X the ISO on a Toshiba with intel 945GM graphic card and on a HP mini with intel 945GME card.
PS: wifi b43 driver used on the HP dont work since it need non free firmware. I will checj that and finaly may provide a package since ther is already non free code in the main Kernel (linux-firmware package).
Posted 13 years ago # -
pankso,
Excellent!!
My asus eeepc 901 boots without problem (800x600)
The problem: wireless ralink rt2860sta no connection
I can see in booting the module rt2860sta is charged
What happens?
My wireless connection uses wep encryption
With slitaz 3, in wireless configuration I must choose ra0 and now with this cooking iso, the wireless is wlan0.
No wireless connections find!!
Help?Posted 13 years ago # -
Hum.. It as not be auto detected. What about a:
# modprobe -v rt2860sta
When one load a module on any Linux system you can see if the Kernel have detected it after modules is load by using the command 'dmesg'. Since dmesg output can be quiet long one can just display the 10 last lines with tail:
# dmesg | tail
About name, it's because things have been standardized by udev and the kernel guys and all wifi interfaces should be wlan*
Posted 13 years ago # -
@jtouso
Ralink chipsets require firmware .bin files installed to /lib/firmware before you load the driver module.
Download version 26 firmware here: http://www.ralinktech.com/support.php?s=2Posted 13 years ago # -
Hi,
just to let you know that latest "slitaz-xorg-light.iso" runs well on my laptop (lenovo T61P).The iso boots nice as LiveCD, then I installed nvidia driver using:
#su
#tazx
=> selected nv driver
=> log off
=> log in
=> that's it.I have 3 comments:
a) if you type "tazx" as a non-root user, the system returns to prompt. It should send a "warning" saying something like "you must be root to launch tazx".b) When checking time with "tazpanel-settings", the time is correct. But at the right bottom of desktop, the time is +2 hours, the same if you type "date" in xterm.
c) Last but not least, a huge THANK YOU for your incredible work. :-)
Stephane
Posted 13 years ago # -
Thanks
Posted 13 years ago # -
All done (lib/firmware and rt2860.bin) but impossible to connect!
It recognize my wireless connection, I put the wep password but...no connectionPosted 13 years ago # -
Hi,
@totoetsasoeur: Fixed tazx http://hg.slitaz.org/slitaz-tools/rev/41d4c6ddf3c8 - Thanks for the report!
For the time, itŝ probably a wrong the time zone, Claudinai submited a patch 2 days ago so we will have a box to configure it, also in TazPanel you can change it.
@jtouso Can you try a manual network configuration by edition /etc/network.conf and then:
# /etc/init.d/network.sh restart
@all that have notebook with non standard resolution. The package 915resolution is installed on the ISO and you should be able to get the correct screen size with the screen= option. Can some one try on a EeePC 901:
slitaz screen=1024x800
It's the correct resolution on 901 no ?
Posted 13 years ago # -
no no , it's 1024x600 ..
bad news, nothing change for me . For information, I use a live usb : bzImage with rootfs.gz , so I just
copy-paste the files into boot folder.Posted 13 years ago # -
On Acer Aspire ZG5 don't start Slitaz 3 and alsow don't start the new Slitaz Cooking!
Posted 13 years ago # -
Finally got around to trying the new cooking version. It seems very nice. Initial networking setup defaults to wlan0 instead of eth0. That was a little confusing as there is no wireless on my desktop machine, but after selecting eth0, the network configured itself nicely. I remove the top panel bar and put everything in the bottom panel bar to gain extra screen space. Pretty nice! How do I get the nice red spider icon to replace the blue diamond icon for the menu item in the bottom panel bar?
Posted 13 years ago # -
To replace the blue diamond icon with the red slitaz spider icon right click on the blue diamond icon and in the icon location dialogue box select the location for the icon as /usr/share/pixmaps/slitaz-menu.png. Click close to close the dialogue box, and the blue diamond icon will be replaced by the red spider icon. Pretty easy once you know the location of the icon file.
Posted 13 years ago # -
perheaps i shall add a rootdelay option in menu.lst
Is there anybody who can try to make a R packages ? (R is a language in statistics programming)
Posted 13 years ago # -
@moulefrite
Your requesting a tazpkg of this program:
http://cran.r-project.org/src/base/R-2/R-2.13.0.tar.gzPosted 13 years ago #
Reply »
You must log in to post.