LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2006, 05:40 PM   #16
rignes
Member
 
Registered: Mar 2003
Location: USA
Distribution: Slackware-current
Posts: 155

Rep: Reputation: 30

Quote:
Originally Posted by Woodsman
I don't understand---does swaret overwrite your /etc/X11/xorg.conf file? If so, then that is sloppy IMO! I have manually updated X files and with each update I never have had to touch my xorg.conf file. Do you have a backup of that file?
Actually, swaret doesn't over write anything, it just runs installpkg and upgradepkg for you. So, if anything like that would happen it would be a fault in the package, not swaret.

Now, I was just mentioning that I reconfigured X and recompiled my NVIDIA driver and kernel because not everything was compiled with the same version of gcc. This is because I am keeping up with -current, which is the unstable version. Thus the version disparity of gcc until the rest of the packages are updated.

The point being that, if X isn't starting to check these things. You probably don't need to reconfigure X but recompiling the kernel and the video driver with the same gcc may be the problem. That is, if 3rd party video drivers are in use here.

Things like this do happen from time to time with the development version, I'm pretty crazy about backing my system up before running swaret for anything that is major like X, glibc, gcc, etc etc because I've gotten bitten before and made my system into a brick. Once again, not the fault of swaret, or anything else. It's the chance one takes when installing development level versions.

I'm getting off topic for the thread now so I'll stop now but I think you all know what I mean.

Here are my thoughts on swaret for those interested.

Last edited by rignes; 02-16-2006 at 06:10 PM.
 
Old 02-16-2006, 05:47 PM   #17
rignes
Member
 
Registered: Mar 2003
Location: USA
Distribution: Slackware-current
Posts: 155

Rep: Reputation: 30
Quote:
Originally Posted by ch13f121
http://pastebin.com/558557 <== /var/log/Xorg.0.log

I changed the default runlevel back to 3, but there's that log you asked for KMcD

EDIT: OK, I've gotten into kde 3.5, but alsa's still down, apparently my snd-ca1016 module doesn't exist anymore, and alsa can't find it now. any ideas on how to fix this?
One solution would be to head on over to The Alsa Project, look up your card, download the source, and follow the instructions to compile your module. The instructions are clear and easy to follow. Or I thought they were anyway and I'm far from an expert!

Another thing to do would be to fall back to the previous version of alsa that worked.

Or, you could E-mail Pat and let him know your module isn't installed. It may have been an oversight and you can request that it is put into future packages. Then wait for it to be released.

Personally, I go for the compiled myself way. Install checkinstall from the extra CD if you can, it builds slackware packages for you from compiled source so you can easily remove it if you want with removepkg.
 
Old 02-16-2006, 05:47 PM   #18
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Well, all's well except for alsa, how would I go back to the previous version, or better yet, how would I get my sound module back and working?

EDIT: rignes you beat me haha, I'll try that

Hmm...perhaps its time to recompile my kernel to 2.6?

Last edited by ch13f121; 02-16-2006 at 05:51 PM.
 
Old 02-16-2006, 05:57 PM   #19
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
If you know which version your previous alsa was you could see slackware.com for a package of that version.

Personally I would head over to asla and download the latest drivers, libs and utils and install those. May need a reboot or an insmod to get the right module loaded
 
Old 02-16-2006, 06:11 PM   #20
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dive
If you know which version your previous alsa was you could see slackware.com for a package of that version.

Personally I would head over to asla and download the latest drivers, libs and utils and install those. May need a reboot or an insmod to get the right module loaded

All I know about the alsa before, was the fact that it was the version that came with slack 10.2, the stable default 10.2. I don't know the version name.

http://www.alsa-project.org/alsa-doc...&module=ca0106
^ is my sound card, the sb live! 24-bit 7.1. alsa's having a problem finding it, it says the module doesn't exist, but it did before
 
Old 02-16-2006, 06:17 PM   #21
rignes
Member
 
Registered: Mar 2003
Location: USA
Distribution: Slackware-current
Posts: 155

Rep: Reputation: 30
Quote:
Originally Posted by ch13f121
Well, all's well except for alsa, how would I go back to the previous version, or better yet, how would I get my sound module back and working?

EDIT: rignes you beat me haha, I'll try that

Hmm...perhaps its time to recompile my kernel to 2.6?
I'm not sure how comfortable you are with Slackware, so if I say stuff you already know I apologize.

First, assuming the kernel you have installed is the 2.4 that comes with Slack 10.2 then I'd go back to the slackware CD and find the package. A list of the installed packages is in /var/log/packages on your system. To remove your non-working package su to root, then 'removepkg /var/log/packages/nameofpackage'. Then I'd installpkg the alsa packages from the CD.

I hope that helps.
 
Old 02-16-2006, 06:23 PM   #22
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rignes
I'm not sure how comfortable you are with Slackware, so if I say stuff you already know I apologize.

First, assuming the kernel you have installed is the 2.4 that comes with Slack 10.2 then I'd go back to the slackware CD and find the package. A list of the installed packages is in /var/log/packages on your system. To remove your non-working package su to root, then 'removepkg /var/log/packages/nameofpackage'. Then I'd installpkg the alsa packages from the CD.

I hope that helps.

alright, what's the basic command for installing stuff from the cd?
 
Old 02-16-2006, 06:29 PM   #23
rignes
Member
 
Registered: Mar 2003
Location: USA
Distribution: Slackware-current
Posts: 155

Rep: Reputation: 30
Quote:
Originally Posted by ch13f121
alright, what's the basic command for installing stuff from the cd?
The CD literally has the .tgz package files. You just have to cd to the directory containing the files you want then type 'installpkg nameofpackage.tgz' and it will install. To save you the time it looks like the alsa packages are on CD1 in the slackware/l directory.

If you ever wonder where to find a particular package you can search the package names at http://slackware.it/en/. There is a link for packages on the left.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Swaret: --current upgrade broke some programs deadlikeoscar Slackware 30 05-16-2006 09:35 AM
broke gentoo after installing alsa-driver & alsa-utils snakeo2 Linux - Newbie 1 01-26-2006 08:05 AM
Bug in x11 6.8.1-i486-3 from swaret ? michaelsanford Slackware 2 03-03-2005 12:10 PM
swaret broke my gnome/gdm thrice Slackware 12 05-13-2004 12:59 PM
Big Swaret broke sound Xylon Slackware 6 10-06-2003 08:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration