LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-21-2004, 03:21 AM   #16
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58

What soundcard do you have? Is the module for the card loaded, and is the muxer unmuted?


Håkan
 
Old 04-21-2004, 07:51 AM   #17
astrosapiens
Member
 
Registered: Feb 2004
Location: Earth
Distribution: SuSE 10
Posts: 46

Original Poster
Rep: Reputation: 15
aeruzcar:

Did you by any chance install the kernel-sources and the module-init-tools? These two might help.
 
Old 04-21-2004, 08:42 AM   #18
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
astrosapiens:
I tried to install the module-init-tools, but unsuccesfully and I have no idea how to install the kernel sources. I would be very thankful if you could give a link to a tutorial or a brief explanation on how to install both things and what to do next to get my sound back.
Last week I tried to compile the kernel with the latest tar.bz file from kernel.org but when I rebooted it hung. That's why I used the rpm with yast.
 
Old 04-21-2004, 02:38 PM   #19
astrosapiens
Member
 
Registered: Feb 2004
Location: Earth
Distribution: SuSE 10
Posts: 46

Original Poster
Rep: Reputation: 15
Lightbulb bunch of things

aeruzcar:


When you are installing the kernel with an rpm you will need two files. One is the actual kernel and the other one is callled kernel-source. After that you will have to install mod-init tools. Check this link for some files:

http://mirrors.mathematik.uni-bielef...xel/i386/i586/

You will have to download the files labled :

kernel-default-2.6.4-0.i586.rpm (if you have a regular PC)
kernel-source-2.6.4-0.i586.rpm

Now if you have some problems it is good to look at this topic:

http://www.linuxforum.com/forums/ind...howtopic=11515

It is a long thread in another forum which was specifically for SuSE 9.0 and the probable errors that you may get while installing it.

If you want to compile the new one look at this thread in the same forum:

http://www.linuxforum.com/forums/ind...howtopic=70656

It has a file which you would have to download and read. It is for specific SuSE 9 users and explains how to install kernel 2.6.5.

The other solution I might propose is to wait for the SuSE 9.1 Pro which is coming out in 2-3 weeks since it has all the things you need. :-)

Sorry I couldn't asnwer earlier more thoroughly but I was late for an appointment so I just wrote something for you to try.

Also be sure to do what Hekan proposed before me. Be sure that you loaded the module in the kernel line "MODULES_LOADED_ON_BOOT" and that you unmuted it from the mixer.

Last edited by astrosapiens; 04-21-2004 at 02:41 PM.
 
Old 04-21-2004, 11:12 PM   #20
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
Hello there again.
I did exactly what the tutorial said, but again no sound, I did no get the part about "MODULES_LOADED_ON_BOOT" and that you unmuted it from the mixer.
What do you mean by that?
Thanks again in advance
 
Old 04-22-2004, 05:07 PM   #21
astrosapiens
Member
 
Registered: Feb 2004
Location: Earth
Distribution: SuSE 10
Posts: 46

Original Poster
Rep: Reputation: 15
alsamixer and modules_loaded_on_boot

aeruzcar:

1. check if the mixer is unmuted. That means go to the Multimedia > Volume Controls > (whatever volume control you choose) and be sure that you unmute the channels. Also you can start a terminal and since you installed ALSA already you can just write "alsamixer" which will show you whether you have something muted or not.

2. check if your soundcard module name is in the MODULES_LOADED_ON_BOOT. Go to YaST2 > System > Editor for /etc/sysconfig Files . Then from the tree choose System > Kernel >MODULES_LOADED_ON_BOOT and in the top line add the module name if it is not there. I am not sure what is the module name for your card. You have to find out that yourself. (mine is via82xx)

a.
 
Old 04-22-2004, 08:08 PM   #22
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
astrosapiens
A syntax question do I add via82xx or snd-via82xx ?
As of right now I am doing some experiments with the alsa driver then I'll recompile the kernel and see what happens.
I want to thank you for all your help, it's been very useful and I've learned a lot.
Regarding to the solution of waiting for SuSE 9.1 it's a very good idea, but I want to learn how to compile the kernel with the things I need, and that way I can help my friends who use SuSE and want to do the same, but the don't speak english.
Thanks again and I'll let you know what happens later
 
Old 04-22-2004, 08:39 PM   #23
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
astrosapiens
Heeeeyy, I just finished installing ALSA 1.04 run a few configurations and I got the sound back, should I recompile the kernel again? I added alsa to the sources but I have not recompiled the kernel.
Thanks again
 
Old 04-22-2004, 10:17 PM   #24
aeruzcar
Member
 
Registered: Jul 2003
Location: Santiago, Chile
Distribution: Gentoo
Posts: 282

Rep: Reputation: 30
Hello there, I finally got it working completely. Thanks for all your help guys.
The only thing that's left is that every time the computer starts the volume starts at 0 any ideas?
Thanks again
 
Old 04-22-2004, 10:56 PM   #25
astrosapiens
Member
 
Registered: Feb 2004
Location: Earth
Distribution: SuSE 10
Posts: 46

Original Poster
Rep: Reputation: 15
Lightbulb don't know really

aeruzcar

Well...that is a problem that I haven't seen actually solved. Maybe there is a solution for it but I don't really know it. The hard way that I did it was to install KDE 3.2.1 which fixed everything.

Glad I helped. Enjoy!
 
Old 04-23-2004, 02:54 AM   #26
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
Quote:
The only thing that's left is that every time the computer starts the volume starts at 0 any ideas?
After you boot run alsamixer from an xterm and set the volumes the way you want them to start. Now as root run this command:

alsactl store

That should store the settings for the next time you boot.
 
  


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
Kernel Audit Support Unavaible error when booting after kernel upgrade abefroman Red Hat 2 03-21-2013 08:32 AM
Kernel Upgrade now Kernel Panic saltireboy Slackware 9 01-23-2006 11:44 PM
kernel panic after kernel upgrade flebber Debian 8 04-08-2005 07:26 AM
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
Kernel upgrade: Unable to handle kernel paging request deviantintegral Debian 4 07-14-2004 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:58 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