LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Whoo hoo, just updated Slack!! (https://www.linuxquestions.org/questions/slackware-14/whoo-hoo-just-updated-slack-192881/)

BajaNick 06-12-2004 11:34 PM

Whoo hoo, just updated Slack!!
 
Just finished updating and boy everything is much faster and its nice knowing all the security issues are updated, I think?

I cant believe swaret updated so flawlessly, I thought I was gonna have to reinstall and jump through hoops for it to work.

Anyone needing to update Slack, use swaret, it works! Except for a few minor glitches like my sound not working anymore:cry: and my login screen changing, but those are not much of a problem.

:cool:

itsjustme 06-12-2004 11:39 PM

Re: Whoo hoo, just updated Slack!!
 
Quote:

Originally posted by BajaNick
a few minor glitches like my sound not working anymore
Did you fix that? I've run into that twice (maybe third time's a charm ;) ) and had to reinstall alsa from the slackware CD to get sound back.

ringwraith 06-13-2004 12:15 AM

sort of reminds me of a post from a few months ago.
"i just installed slack and it is really great. i really love it. i just haven't been able to get it to do anything yet."

BajaNick 06-13-2004 12:45 AM

Re: Re: Whoo hoo, just updated Slack!!
 
Quote:

Originally posted by itsjustme
Did you fix that? I've run into that twice (maybe third time's a charm ;) ) and had to reinstall alsa from the slackware CD to get sound back.
No, tried a few things but they didnt work. I ran alsaconf and it didnt even find my sound card. :cry:

ProtoformX 06-13-2004 12:53 AM

For the sound when you log in as root do you get any sound?
if you do then change the permissions on the sound devices if it doesn't work even as root then can you post your lsmod here oh and one more thing have you recompiled a kernel yet? or are you running the default kernel slack ships with?

synaptical 06-13-2004 12:58 AM

what version did you update from -> to?

BajaNick 06-13-2004 01:13 AM

I get no sound at all, either as root or user. Get nothing found in /dev/dsp error but cant go into it further as ive got a thread on the hardware forum and dont want to piss off a mod, lol.

Just running the kernel slack ships with and I just updated to the latest slack updates using swaret.

itsjustme 06-13-2004 01:21 AM

Quote:

Originally posted by BajaNick
Just running the kernel slack ships with and I just updated to the latest slack updates using swaret.
aslaconf did not find my sound card either after the swaret update of alsa.
The alsa that was updated with swaret, if I'm not mistaken, is for a newer kernel.

That's why you need to swaret --remove alsa
and then installpkg swaret.whatever.tgz from the slackware CD (I forget which one)

At least, that's what worked for me.

BajaNick 06-13-2004 01:56 AM

Yea I saw that on the Slack website for 2.6 so I just downloaded the most recent version of alsa from http://www.alsa-project.org/ and installed it, now it works.

:cool:

SBing 06-13-2004 04:44 AM

Re: Whoo hoo, just updated Slack!!
 
Quote:

Originally posted by BajaNick
I cant believe swaret updated so flawlessly, I thought I was gonna have to reinstall and jump through hoops for it to work. <snip> Except for a few minor glitches like my sound not working anymore:cry: and my login screen changing, but those are not much of a problem.
Sorry Baja, but frankly I like my sound - if I have to manually update by subscribing to the slackware security mailing list and running

wget ftp://ftp.heanet.ie/mirrors/ftp.slackware.com/pub/slackware/slackware-9.1/patches/packages/<filename.tgz>
md5sum <filename.tgz>
su
upgradepkg <filename.tgz>

about once every few weeks to keep my sound, I think it's worth it :)

Sure, swaret maybe good but I don't see anything wrong with manually updating, it may take that tincy bit more effort but ... sound is good.

Unless of course I'm completely wrong and the patches are actually screwing with slackware and swaret is actually doing nothing wrong...then swaret is amazing. :)

Steve


Worstje 06-13-2004 06:05 AM

The reason sound is not working is probably because you updated alsa but not your kernel. Alsa are kernel modules, and somehow (I dont understand exactly) it seems not to work if you still use the stock 2.4.22 kernel (swaret has kernel in its excludes), but do upgrade alsa. I think that if you upgrade your kernel, it will all work fine :)

I ran in to this problem too, but it was no issue for me since I want everything kernel related handcompiled. IMO the kernel is the most important thing to optimize, with the rest I don't really bother :)

Toth 06-13-2004 09:47 AM

Re: Re: Whoo hoo, just updated Slack!!
 
Quote:

Originally posted by SBing
Sorry Baja, but frankly I like my sound - if I have to manually update by subscribing to the slackware security mailing list and running

wget ftp://ftp.heanet.ie/mirrors/ftp.slac...ches/packages/<filename.tgz>
md5sum <filename.tgz>
su
upgradepkg <filename.tgz>

about once every few weeks to keep my sound, I think it's worth it :)

Well, realize that he probably used swaret to get up to date with -current, not just installing security updates for 9.1.

Tools like swaret, slackpkg, and slapt-get are very convenient for following the development of -current as long as you also keep an eye on the ChangeLog after each update to be sure there aren't any new packages you should add or old packages you should remove.

Also, to the original poster, if the kernel-ide package is excluded in swaret's config file (assuming that's what kernel you're using) you may want to add alsa-driver to the exclude list which should keep this problem from occuring in the future. Either that or allow the kernel-ide package to be updated (but be sure to run LILO after if it is!).

usercsr 06-13-2004 10:03 AM

I've been using swaret for a long time and never never had troubles with it. But as it has been said, the sound will be a problem if you update alsa without upgrading the kernel. So earlier, i used to put alsa in the 'exclude list' in swaret.conf. But now, I run 2.6 and everything works fine. How I do my stuff is to install the basic system (without X, kde, gnome) from the slack cd and then do:
Code:

swaret --update
swaret --upgrade
swaret --install X11
swaret --install kde
swaret --install gnome

and it works great. this is just my experience and i consider myself lucky for not running into troubles with it.

carboncopy 06-14-2004 03:10 AM

I used swaret with 2.6 kernel and also dropline-gnome.
works a charm. EVERYTHING works. :)

Just compile in your alsa driver in 2.6 kernel.

mindfrost82 06-21-2004 11:02 PM

One thing you can do is edit your swaret.conf file and add the line "EXCLUDE=alsa" and it won't update the alsa files. Since it already excludes your kernel, I just exclude alsa since it seems to be dependent on the kernel version. I do the same thing with xfree.


All times are GMT -5. The time now is 08:30 AM.