LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-21-2004, 06:30 AM   #1
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Rep: Reputation: 30
Sound problem since kernel compile


Hi!

I am relatively new to this comile-my-own-kernel stuff ... but mostly works good for me.
I was always just trying some little things, like an openMosix-patch or so... and when I compiled always some little things were not pefect but it was ok, as long as it was a test and the tested thing was ok. ...

But now I have a big problem.

I compiled a 2.4.26 kernel, which is the same as the working one, with the /boot/config-ide-2.4.26 as config. Well, it started but I have no sound (erorr comes later) ... well ok... I had exactly this errormessage beofre...

So I rebooted my old kernel (which I did not touch nor change somethin in it's section in lilo.conf) and... DAMN! The same error message!!!

Like I said, this error wasn't new to me, but until now it did not effect the system when I booted my old working kernel...

Since I never had to deal with Linux's sound system I know NOTHING about it. It always worked after the install

So, now here's the Error-Dialog coming up when KDE's login is over:

------------- Informativ - aRts-Meldung ------------------------------------------------
Sound server information message:

Error while initializing the sound driver:

device: default can'T be opened for playback (No such device)

The sound server will continue, using the null output device.
------------------------------------------------------------------------------------------

Don't know what the heck I can do against that

Is it possible, that "make mrproper" killed something off?

As additional information: Slackware 10.0 on Fujitsu Siemens Amilo A

Any help is welcome!

Greetings, Sascha

Last edited by theonebeyond; 09-21-2004 at 07:22 AM.
 
Old 09-22-2004, 05:06 AM   #2
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
since their both 2.4.26, mayb your modules have been overwritten in /lib/modules
 
Old 09-22-2004, 05:12 AM   #3
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
so,..what can I do..

a) to check for this
b) if it's like that, do to get sound up again?

If it is a help, I remebers that sound chipset(?) was something like VIA?86??-blah

Thanks for your intrest!

Greetings, Sascha
 
Old 09-22-2004, 05:15 AM   #4
AAnarchYY
Member
 
Registered: Sep 2004
Location: Carlisle, MA
Distribution: Debian 8
Posts: 419

Rep: Reputation: 30
go into your kernel configs and make sure your sound card module is built, or if it is, make sure the module is getting loaded
 
Old 09-22-2004, 05:41 AM   #5
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Hmm...
Ok, for I am not sure how to do all this... here is what I#ve done so far:

lsmod shows me a loaded module 'via-rhine' don't know if thats something usefull/needed but it's the only thing in that direction...

Then, in /etc/rc.d/rc.modules is an out-commentet line which would load the module 'via82cxxx_audio' (along others) and I think I remember to have seen somthing with via...

Now I tried to modprboe exactly that module but.... not found...

modprobe: can't locate module via82cxxx_audio

Ok... and I looked into /lib/modules/2.4.26/kernel/drivers/sound ... there are a lot of entries ( .o ) but nothing with via...

I tired to locate somthing with via on my system... but I can only find it in /usr/src/linux/drivers/sound/ ....

In my /usr/src/linux/.config I have turned on "Sound card support" ... and "VIA 82C686 Audio Codec" but not "VIA82c686 Midi" ...

Does that help you to help me? :-)

Thanks fopr your time!

Greetings, Sascha
 
Old 09-22-2004, 06:24 AM   #6
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Just had a look into /var/log/messages and found this one, directly after booting ...

modprobe: Can't loacte module snd-via82mm

A line before this ALAS is loaded without problems... I think this is a good sign, eh?

But what about the unloadable module?

Greetings
 
Old 09-22-2004, 06:39 AM   #7
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
I don't know if this will help you, but via82cxxx_audio is the OSS driver, and via82xx is the ALSA driver. AFAIK, you should use via82xx, and check in /etc/modules.conf that it is spelled correctly.

Yves.
 
Old 09-22-2004, 06:45 AM   #8
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Hmm... I am getting some similar feeling.

Have been looking a round a bit more on my system.

lspci tells me I have a "VT8233/A/8235/8237 AC97 Audio Controller" and there is no 'c' in that...

So, I looked into /etc/modules.conf and there some aliases... and one says "alias snd-card-0 snd-via82xx" ...

Greetings, Sascha
 
Old 09-22-2004, 06:56 AM   #9
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
It seems to me, that this damn module simply isn't there ... god knows why...

I did a 'find / -name *via82* ' and a lot of via82cxx were found. the only via82xx.* that were found are from the kernel 2.6.8.1 sources ... but thats by far not the one I am dealing with ...

2.4.26 does only have a lot of via82cxxx.* file...

but I have no clue how I could solve this problem...

Maybe I have to patch it into the kernel????

So frustrating :-)

Sascha

Last edited by theonebeyond; 09-22-2004 at 06:58 AM.
 
Old 09-22-2004, 07:24 AM   #10
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
At the top of your linux kernel tree (usually /usr/src/linux), there is the file .config; open this file and locate the comment stating that this module is not built, and change it so that it is built as a module.

Yves.
 
Old 09-22-2004, 07:37 AM   #11
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Bad news.... there is no entry for via82xx in the .config ... only for the via83cxxx ...

I tried to install also-driver and libs... but that seemd to be not enough...

Now alsaconf finds my soundcard again...and conifugres it,... but nothing more... still doesn't work

Sascha.
 
Old 09-22-2004, 07:39 AM   #12
AAnarchYY
Member
 
Registered: Sep 2004
Location: Carlisle, MA
Distribution: Debian 8
Posts: 419

Rep: Reputation: 30
well open up alsamixer and make sure they arent muted
also, check your dmesg for any errors when loading the module
 
Old 09-22-2004, 07:53 AM   #13
theonebeyond
Member
 
Registered: Aug 2004
Location: Germany
Distribution: Slackware 10.0
Posts: 258

Original Poster
Rep: Reputation: 30
Well alsamixer won't come up... and the channels are Muted... I know ... but that isn't the point ... I am still getting this damn error on kde-login ( look into my first post) and the damn module just can't be loaded...

modprobe snd-via82xx tells me:

/lib/modules/2.4.26/kernel/sound/acore/snd.o: unresolved symbol unregister_sound_special
/lib/modules/2.4.26/kernel/sound/acore/snd.o: unresolved symbol register_sound_special
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.26/kernel/sound/acore/snd.o failed
/lib/modules/2.4.26/kernel/sound/acore/snd.o: insmod snd_via82xx failed

Hell, I don't know why the install routine from alsa doesn't put the module where it belongs or whatever the problem is ...

Thanks for all your time! I'll have to go for now... but I#ll be back tomorrow ... thanks for your help 10000000 times so far! :-)

Greetings, Sascha
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No sound after kernel compile? Erik_the_Red Linux - Newbie 5 08-14-2005 01:30 PM
no sound after 2.6.9 kernel compile necbrownie Slackware 4 11-04-2004 04:22 PM
Sound stops after kernel compile mr_mandrill Slackware 5 04-21-2004 10:34 PM
kernel compile/ new sound issues Scruff Slackware 9 12-13-2003 12:18 PM
sound after kernel compile e1000 Slackware 5 10-24-2003 12:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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