LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-04-2004, 08:24 PM   #1
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Rep: Reputation: 0
can't load snd-via82xx module


I compiled and installed alsa drivers 0.9.7 (along with alsa-utils and alsa-lib) on a 2.6.0 kernel (from kernel.org) but doing "modprobe snd-via82xx" returns:

FATAL: Module snd_via82xx not found.

anyone knows what's wrong?

sound card is onboard on a a7v8x-x mobo
 
Old 01-05-2004, 12:35 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Did you insert the modules into the kernel by doing ->
modprobe snd-via82xx;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
and then afterwards you should run as normal user
$ alsamixer
and unmute the channels
then su to root and run
# alsaconf
and then
# alsactl store
so you'll have your settings next time you reboot.

Look at this thread http://www.linuxquestions.org/questi...hreadid=129947 and just skip to post #17.

Last edited by Bruce Hill; 01-05-2004 at 12:39 AM.
 
Old 01-05-2004, 07:47 AM   #3
trey85stang
Senior Member
 
Registered: Sep 2003
Posts: 1,091

Rep: Reputation: 41
after i updated i had to use via82cxxx_audio
 
Old 01-05-2004, 08:22 AM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by trey85stang
after i updated i had to use via82cxxx_audio
shenme?
 
Old 01-05-2004, 12:49 PM   #5
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
IRT chinaman

that's what I did and it doesn't work, but looking at that thread I'll try having sound as a module to see if it helps...



IRT trey85stang

via82cxxx_audio doesn't work either
 
Old 01-05-2004, 01:14 PM   #6
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
still doesn't work, doing :

snd-via82xx;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss


still gives :

FATAL: Module snd_via82xx not found.
FATAL: Module snd_pcm_oss not found.
FATAL: Module snd_mixer_oss not found.
FATAL: Module snd_seq_oss not found.


even tought i actually find snd-via82xx.o in /lib/modules/2.6.0/kernel/sound/pci/
 
Old 01-05-2004, 03:14 PM   #7
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by splinter889
still doesn't work, doing :

snd-via82xx;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss


still gives :

FATAL: Module snd_via82xx not found.
FATAL: Module snd_pcm_oss not found.
FATAL: Module snd_mixer_oss not found.
FATAL: Module snd_seq_oss not found.


even tought i actually find snd-via82xx.o in /lib/modules/2.6.0/kernel/sound/pci/
Have you searched LQ and Google concerning this? I've seen many threads about ALSA and this new kernel.

ALSA is built into kernel 2.6.0 and I think that particular module, also. So you shouldn't have to install the ALSA package. You should have just built in sound support, and that module, when you compiled. Many people, however, have had lots of problems with kernel 2.6.0 - especially sound and video problems.
 
Old 01-05-2004, 03:52 PM   #8
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
i do get sound with the built in alsa but it's very bad (kink of like if my speakers were shot) but i read on a forum that version 0.9.7 fixes it

i figured maybe someone knew what was wrong, maybe it's not specific to alsa, maybe it's just something i'm doing wrong (altought i followed all the steps..)
 
Old 01-05-2004, 03:53 PM   #9
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
oh and i get the same problem (bad sound) with the stock 2.4.22 kernel that came with slack
 
Old 01-05-2004, 08:25 PM   #10
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by splinter889
oh and i get the same problem (bad sound) with the stock 2.4.22 kernel that came with slack
I wish I knew what to do to help. All this Linux stuff is a mystery to me now, but I'm having the time of my life learning it. I could literally ignore the world and stay at my comp all day long just to get Slack working like everything works in my W2K system. I'll be there one day, I am sure!

Hey, with the 2.4.22 kernel, did you try the sound the way I described in that thread, or did you use the built-in module? The one in 2.4.22 is OSS, and not ALSA.
 
Old 01-07-2004, 07:49 PM   #11
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
in .22 i used the built-in



I found a pci sound card at my dad's so I fixed my prob. : )
 
Old 01-07-2004, 08:32 PM   #12
itsme86
Senior Member
 
Registered: Jan 2004
Location: Oregon, USA
Distribution: Slackware
Posts: 1,246

Rep: Reputation: 59
Make sure you do 'depmod -a' to rebuild the modules list. Otherwise modprobe doesn't know that the modules exist even if they're in the right directory.
 
Old 01-07-2004, 11:40 PM   #13
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally posted by splinter889
in .22 i used the built-in



I found a pci sound card at my dad's so I fixed my prob. : )
Cool! I regret having bought a sound card now. For my needs, the built-in Intel i810 sounds just as good as the Audigy ES - and the new ALSA 1.0.0rc1 release has Intel8x0 driver fixes.
 
Old 01-08-2004, 06:20 PM   #14
splinter889
LQ Newbie
 
Registered: Jan 2004
Distribution: slackware
Posts: 17

Original Poster
Rep: Reputation: 0
itsme86: when should that command be ran? while compiling the new kernel or just any time after? or... ?




yeah i'm glad i thougth of looking at his place... is it just me or soundcards are all expensive now? I guess they don't really make low-ends now that pretty much every mobo as onboard sound...
 
  


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
Q: Can't load snd-ca0106 module WHILE IT's RIGHT THERE steefje Linux - Hardware 2 01-18-2009 12:45 PM
Help with snd-via82xx in ubuntu Da_Robber Linux - Newbie 7 08-18-2005 07:49 AM
Sound Conflict: snd-via82xx & snd-emu10k1 Electronkz Linux - Hardware 6 03-29-2004 11:58 AM
Need Help with snd-via82xx jswmcse Linux - Hardware 2 11-11-2003 12:13 PM
Scratching sound with snd-via82xx kamstrup Linux - Hardware 2 10-20-2003 10:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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