LinuxQuestions.org
Help answer threads with 0 replies.
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 07-23-2004, 05:24 AM   #1
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Rep: Reputation: 15
Alsa install difficulty


I installed slack 10, sound worked fine

compiled 2.6.7, sound worked fine

recompiled to include printer support, sound died, but lived on 2.4 kernel boot.

Uninstalled and reinstalled ALSA packages from CD, sound died on both kernels, and ALSA scripts no longer worked

I figure it has something to do with an ALSA utils package I missed somehow, but I could really use some help: I'm confident the kernel is set up right, I just have no scripts to install with.

running an ISA soundblaster 16, could someone pls post some helpfull advice, preferrably in slow, helpfull steps?
 
Old 07-23-2004, 06:25 AM   #2
melinda_sayang
Member
 
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475

Rep: Reputation: 31
compile alsa from sources....
 
Old 07-23-2004, 06:27 AM   #3
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
how? and less imporantly, why?
 
Old 07-23-2004, 06:39 AM   #4
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Just rm /etc/asound.state (which contains alsamixer parameters but may be corrupted or incompatible with 2.6.7 kernel)

I used to do this nearly after each kernel compile, not need to reinstall or compile alsa.
 
Old 07-23-2004, 07:07 AM   #5
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
shouldn't I then have to take action to rebuild that?
 
Old 07-23-2004, 07:13 AM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Yes, restart alsa and do alsaconf(as root), alsamixer, alsactl store(as root)
 
Old 07-24-2004, 05:09 AM   #7
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
removed the file, ok, but I get nothing trying to run those commands as root. If I go into the folders where I unzipped the downloaded files, I can perl variations on those commands, but Alsaconf fails, whining for a missing snd module, and KDE whines at boot for a missing /dev/dsp
 
Old 07-24-2004, 05:33 AM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
What is your output for :

cat /usr/src/linux-2.6.7/.config | grep -i "snd.*="
 
Old 07-24-2004, 05:49 AM   #9
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
Config snd=y
snd timer =y
snd pcm=y
snd hwdep=y
snd rawmid=y
snd sequencer=y
snd ossemul=y
snd mixer oss=y
snd pcm oss=y
snd sequencer oss=y
snd mpu401 uart=y
snd opl3_lib=y
snd dummy=m
snd virmidi=m
snd mpu401=m
snd sb8=y
snd sb16=y
snd sbawe=y
snd sb16 csp=y

Droped the 'config and underscores, but usefull data is there
 
Old 07-24-2004, 06:25 AM   #10
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
You have enabled good modules but for alsa to work fine I would consider enable as module (not as built-in) all these audio features that can be compiled as module.
 
Old 07-24-2004, 06:33 AM   #11
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
I'll get started on that, can you walk me through ALSA install for after I'm done?
 
Old 07-24-2004, 06:37 AM   #12
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Nothing hard, I assume you have the latest alsa packages installed (alsa-driver, alsa-lib, alsa-oss, alsa-utils). Just do alsaconfig (as root), alsamixer (as user), alsactl store (as root)
 
Old 07-24-2004, 07:10 AM   #13
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
actually, I'm not certain that i DO have the alsa packages installed, and those scripts don't respond to root. how do I install them in a way linux will like?
 
Old 07-24-2004, 07:23 AM   #14
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
It is the first time that you install slackware packages ? It is easy, download the needed packages then install them with installpkg package_name (as root)
or use swaret or slackpkg tool to download and install them automatically.

To see if package is installed, just look at the /var/log/packages directory.
 
Old 07-24-2004, 07:28 AM   #15
Krenn
Member
 
Registered: Mar 2004
Distribution: Slackware
Posts: 37

Original Poster
Rep: Reputation: 15
is a "package" a single zip, or are there extra files to interpret zip file extraction places?
 
  


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
Alsa install help etern8ty Red Hat 4 06-24-2004 03:37 PM
alsa install fideli Linux - Hardware 2 11-29-2003 09:14 PM
ALSA install The Burninator Linux - Software 16 02-03-2003 12:18 AM
alsa install barazor Linux - Software 2 04-19-2002 06:06 PM
ALSA install... fxlee Linux - Newbie 1 09-25-2001 12:07 PM

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

All times are GMT -5. The time now is 04:02 AM.

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