Šta je novo?

Slackware 10.1 is released!

  • Začetnik teme Začetnik teme Corey
  • Datum pokretanja Datum pokretanja

Corey

Čuven
Učlanjen(a)
14.01.2005
Poruke
871
Poena
619
www.slackware.com: That's right, the newest release of Slackware, version 10.1, is ready to go. My sincere thanks go out to everyone who helped out this time around when I really needed it. Highlights of the 10.1 release include the Linux 2.4.29 kernel (with Linux 2.6.10 as an alternate choice in /testing), X11R6.8.1 from X.Org, Mozilla 1.7.5, KDE 3.3.2, and Xfce 4.2.0. For a complete list of changes since Slackware 10.0, check out the Slackware 10.1 ChangeLog. Read the official announcement here. To order the official release of Slackware or other Slackware products (and help support the Slackware project), visit the Slackware store. This support is also especially appreciated to help offset the costs of my unexpected medical "vacation". ISO images are available through BitTorrent here. A list of mirrors that are likely to be among the first offering the 10.1 release may be found here. Thanks again to the kind folks from #slackware @irc.oftc.net for helping with the BitTorrents! Have fun! 🙂 Pat

Changelog:LINK
 
Ajmo iskustva...ako ih ima? 🙂
 
kUdtiHaEX je napisao(la):
Ajmo iskustva...ako ih ima? 🙂

Kakva bre iskustva vec sad...? To ce lepo natenane da se isproba (sto kazu strumfovi 'da se vidi i mislimo da se svidi' 🙂 ).
 
Jedno pitanje: posto vidim da puno distribucija postoji na mirror.etf.bg.ac.yu,
zna li neko gde je taj racunar i da li mogu ja da se pojavim tamo sa 2 prazna CD-a pa da mi neko nareze Slack 10.1 (naravno uz nadoknadu)? Ovo pitam zbog toga da ne bi vukao 2 iso-a od 600 i kusur MB preko dial-upa (jos uvek dial-up 😡 ).
 
Poslednja izmena:
rc na etf-u, samo nadji nekog sa etf-a, ko ima neki nalog tamo
 
rc na etf-u, samo nadji nekog sa etf-a, ko ima neki nalog tamo,
samo za rezanje na tvom cd-u traze valjda 80din....
bolje ti je da skidas iz univerzitetske biblioteke sa mirora na etf-u, traje jedno 30min. po CD-u, i odmah rezes.
 
ja ga imam ali od mene ne ocekujte previse komentara 🙂 posto je uspeh da sam uspeo da ga instaliram :d i vec imam par pitanja |🙂


naime
1) nemam zvuk i pise mi da je mutovan ali u kde-u kad kliknem na kmixer trazi mi da izaberem device ali nemam ponudjeno nista,prazan combobox. u konzoli pise da je mutovan i da koristim alsamixer pa posle alsact1 (valjda) da spasim podesavanja al mi to nije uspelo. 2 stvar ne radi mi touch pad i skrol na misu.

2) Gde je u slaku nesto poput harddrakeu mdk-u tj gde mogu da podesavam hardver iz kde-a.

3) koja je komanda chkconfig za slack posto ova ne postoji 😀 tj kako da vidim koji su aktivni servisi i da ih poiskljucujem posto dize brdo necega pri bootu

4) kako da podesim gateway (tj podesio sam ga pri instalaciji) da bi mogao da koristim net sa desktopa. (kad smo vec kod toga kako se podesava static ip u konzoli posto kad ga podesim preko ifconfig eth0 posle restarta on se vrati na staro)

i za sad mislim da je to sve 🙂 malo li je. Hvala unapred svima koje ne bude mrzelo da mi objasnjava sve.
 
@sanel nbg22
1) Kucaj u Terminalu (konzoli) alsaconf, i instaliraj zvučnu kartu
Za ostalo nemam pojma (i ja sam početnik)

@all
Kako da kompajliram Kernel 2.6.7 koji dolazi uz slackware?
 
kad kucam alsaconf pise mi da ne moze da nadje nesto u gomili nekih foldera

@kole sto kad vec kompajliras kernel ne kompajliras 2.6.10
btw citao sam negde da se kernel 2.4 (koji ja imam) ALSA i kde ne trpe
 
Poslednja izmena:
evo ti

The new Slackware 10.0

The fans of the oldest surviving Linux distribution once again had a reason to celebrate last week as Slackware Linux entered the double-digit release figures with version 10.0. If you haven't tried it yet, do yourself a favour and get the release; unless you insist on having graphical utilities for all configuration tasks, you won't be disappointed - Slackware 10.0 continues in its tradition of simplicity and reliability. It comes with KDE 3.2.3, GNOME 2.6.1, and many other up-to-date applications.

Some users might be disappointed about the fact that the Linux kernel in Slackware 10.0 remains at version 2.4. But as we have seen with other distributions, the 2.6 kernel still has a long way to go before it becomes a truly stable kernel that can be given the responsibility to power important servers and desktops. Trust Patrick Volkerding on this one - he has been developing Slackware for over 10 years and he knows. At Slackware, technical decisions usually take precedence over marketing ones, which is not always the case with the big commercial distributions.

Of course, many of the more advanced users are already running Slackware Linux 10.0 with kernel 2.6.7. The relevant package can be found in the testing/packages/linux-2.6.7 directory on the second CD. There is no option to select this kernel during installation so you will have to install it manually with 'installpkg':

installpkg kernel-generic-2.6.7-i486-1.tgz

You can also install the alsa-driver, kernel-headers and kernel-modules packages with the same command. Before you can boot the new kernel you will need to do two more things. Firstly, you will have to create initrd so that you can load certain kernel modules before mounting the root partition. The details are in the README.initrd file in the same directory as the kernel 2.6.7. The required command depends on the root partition's file system - you were given a choice between ReiserFS (default) and ext3; if you chose ext3, then navigate to the /boot directory and issue the following command:

mkinitrd -c -k 2.6.7 -m jbd:ext3 -f ext3 -r /dev/hdb3

The /dev/hdb3 in the above command should of course be replaced with the root partition of your Slackware installation. If you chose ReiserFS, you can achieve the same with this command:

mkinitrd -c -k 2.6.7 -m reiserfs

Secondly, you will have to update your /etc/lilo.conf file to look something like this:

image = /boot/vmlinuz-ide-2.4.26
root = /dev/hdb3
label = Linux-2.4
read-only
image = /boot/vmlinuz-generic-2.6.7
initrd = /boot/initrd.gz
root = /dev/hdb3
label = Linux-2.6
read-only

Again, you need to replace /dev/hdb3 with the root partition of your own Slackware installation. Don't forget to execute the 'lilo' command after saving the modified lilo.conf file.

When you reboot, the lilo prompt will give you a choice to select between the two kernels. While the majority of users are unlikely to experience problems with the newer one, some hardware combinations are known to cause problems. If this is your case, the tried and tested kernel 2.4 is still available for your booting pleasure.
 
Nazad
Vrh Dno