View previous topic :: View next topic |
Author |
Message |
Kuhndog86 Apprentice


Joined: 20 Jul 2004 Posts: 271 Location: Minnesota
|
Posted: Wed Oct 06, 2004 9:12 pm Post subject: via-82xx Sound--WTF |
|
|
I followed the ALSA configuration guide to the letter. Upon rebooting I was greeted with a bunch of errors saying it can't find module via-82xx or somthing like that. Anyway, when I started KDE, I actually heard the startup sound. This blew my mind because ALSA had reportedly failed because it couldn't find the kernel module and there were configuration file errors. The really wierd part of this situation is the fact that the KDE sound is the only sound that will play at all. Whenever I play an audio cd or an mp3, I get no sound whatsoever. It is acting like the channel is muted, but I know it is not. HELP PLEASE! |
|
Back to top |
|
 |
piewie Guru


Joined: 26 Sep 2002 Posts: 494 Location: old Europe
|
Posted: Wed Oct 06, 2004 10:26 pm Post subject: |
|
|
kernel-Version ? alsa-Version?
You can use alsaconf to configure your soundcard. The modules name should be snd-via82xx. You could modprobe it by hand. See also /etc/modules.d/alsa.
On my box with via soundchip I had to disable arts in the Control Center to listen music with xmms. |
|
Back to top |
|
 |
Kuhndog86 Apprentice


Joined: 20 Jul 2004 Posts: 271 Location: Minnesota
|
Posted: Thu Oct 07, 2004 2:29 pm Post subject: |
|
|
I am using kernel 2.4.26, and whatever the latest alsa version is.
I know 2.4 kernels aren't the greatest for alsa, but kernel 2.k does some really wierd stuff on this laptop |
|
Back to top |
|
 |
Nate_S Guru


Joined: 18 Mar 2004 Posts: 414
|
Posted: Thu Oct 07, 2004 5:54 pm Post subject: |
|
|
check in /var/modules/<kernel version> to see if the module got compiled and installed correctly.
OT: as a counterpoint to your sig:
"Windows is not a virus: Viruses are well supported by their authors, are running on most systems, their program code is fast, compact and efficient and they tend to become more sophisticated as they mature."
-Nate |
|
Back to top |
|
 |
Kuhndog86 Apprentice


Joined: 20 Jul 2004 Posts: 271 Location: Minnesota
|
Posted: Thu Oct 07, 2004 6:01 pm Post subject: |
|
|
I don't seem to have a /var/modules directory |
|
Back to top |
|
 |
emes Tux's lil' helper

Joined: 29 Jul 2004 Posts: 87
|
Posted: Thu Oct 07, 2004 7:35 pm Post subject: |
|
|
I think he meant /lib/modules |
|
Back to top |
|
 |
Kuhndog86 Apprentice


Joined: 20 Jul 2004 Posts: 271 Location: Minnesota
|
Posted: Thu Oct 07, 2004 7:57 pm Post subject: |
|
|
basically what he wants me to do is an
Code: | ls /lib/modules/2.4.26-gentoo-r9/ | ???? |
|
Back to top |
|
 |
Nate_S Guru


Joined: 18 Mar 2004 Posts: 414
|
Posted: Fri Oct 08, 2004 6:09 pm Post subject: |
|
|
oops yes, /lib/modules
and sort of... it'll prolly be in a subdirectory under that, like drivers/sound/ or something like that. (hint: use tab completion)
-Nate |
|
Back to top |
|
 |
|