LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-29-2004, 01:30 AM   #1
crewblunts
Member
 
Registered: Jan 2004
Location: Connecticut, USA
Distribution: Slackware & Ubuntu
Posts: 53

Rep: Reputation: 15
speakers buzz in slack 9.1 not in xp


Hello everyone,

When I play any sound in slackware 9.1 My speakers make a "buzing" noise which is not present when I use the same sound or song in XP.

I have a VIA P4PB motherboard with onboard audio

Any ideas?

Thanks in advance all.

-CrewB
 
Old 01-29-2004, 01:51 AM   #2
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Do "lspci -vv" as root and post the info about the multimedia audio controller.
 
Old 01-29-2004, 01:54 AM   #3
crewblunts
Member
 
Registered: Jan 2004
Location: Connecticut, USA
Distribution: Slackware & Ubuntu
Posts: 53

Original Poster
Rep: Reputation: 15
Thanks Aussie,

here is the info:

00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 50)
Subsystem: VIA Technologies, Inc.: Unknown device b003
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin C routed to IRQ 11
Region 0: I/O ports at e800 [size=256]
Capabilities: [c0] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
 
Old 01-29-2004, 02:08 AM   #4
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Ok, thats a standard via audio chip, next thing to do is see if the kernel module for it has been loaded.
Do "lsmod" and look for via82cxxx_audio, if it's not there load it with "modprobe via82cxxx_audio"
 
Old 01-29-2004, 12:28 PM   #5
crewblunts
Member
 
Registered: Jan 2004
Location: Connecticut, USA
Distribution: Slackware & Ubuntu
Posts: 53

Original Poster
Rep: Reputation: 15
Ok here's the out put,

Module Size Used by Tainted: P
snd-pcm-oss 37252 0
snd-mixer-oss 11992 0 [snd-pcm-oss]
keybdev 1952 0 (unused)
mousedev 4244 1
hid 21156 0 (unused)
usbmouse 2008 0 (unused)
input 3200 0 [keybdev mousedev hid usbmouse]
ohci1394 24200 0 (unused)
ieee1394 42436 0 [ohci1394]
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [hid usbmouse uhci ehci-hcd]
snd-via82xx 11712 0
snd-pcm 55904 0 [snd-pcm-oss snd-via82xx]
snd-timer 13252 0 [snd-pcm]
snd-ac97-codec 37240 0 [snd-via82xx]
snd-page-alloc 6004 0 [snd-via82xx snd-pcm]
snd-mpu401-uart 3136 0 [snd-via82xx]
snd-rawmidi 12512 0 [snd-mpu401-uart]
snd-seq-device 3920 0 [snd-rawmidi]
snd 27460 0 [snd-pcm-oss snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3332 4 [snd]
pcmcia_core 40032 0
fglrx 175112 116
agpgart 39576 15
ide-scsi 9424 0
via-rhine 13552 1
mii 2304 0 [via-rhine]
crc32 2880 0 [via-rhine]

does this cout:
snd-via82xx 11712 0

when I try to modprobe via82cxxx_audio i get errors:

/lib/modules/2.4.22/kernel/drivers/sound/via82cxxx_audio.o.gz: init_module: No such device
/lib/modules/2.4.22/kernel/drivers/sound/via82cxxx_audio.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.22/kernel/drivers/sound/via82cxxx_audio.o.gz: insmod /lib/modules/2.4.22/kernel/drivers/sound/via82cxxx_audio.o.gz failed
/lib/modules/2.4.22/kernel/drivers/sound/via82cxxx_audio.o.gz: insmod via82cxxx_audio failed

When I installed my video card i had to use:

modprobe agpgart agp_try_unsupported=1

Is there anything like that because they were the same errors I had when trying to get agpgart to install. Thank for your help Aussie

-CrewB
 
Old 01-29-2004, 02:39 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
No, your using alsa, you have module snd-via82xx loaded already.
Have a look at the alsa page for via82xx chips.
 
Old 02-08-2004, 05:27 PM   #7
crewblunts
Member
 
Registered: Jan 2004
Location: Connecticut, USA
Distribution: Slackware & Ubuntu
Posts: 53

Original Poster
Rep: Reputation: 15
Just for everyone's future troubleshooting ease the problem was fixed by adding:

Code:
options snd-via82xx index=0 dxs_support=3
OR
Code:
options snd-via82xx index=0 dxs_support=2
to the modules.conf file.

Thanks for the link that made my music sound normal again, Aussie!

Rockin And Rollin again,

CrewB
 
  


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
The buzz? KezzerDrix Mandriva 2 03-21-2005 01:04 AM
Evil buzz on my speakers jon2kx Linux - Hardware 7 11-18-2004 01:20 PM
speakers buzz/humming kryptobs2000 Linux - Software 6 06-26-2004 02:50 PM
Slack 9.1, SB5.1, no sound from back speakers Rabbitoh Linux - Hardware 1 05-28-2004 01:59 AM
Buzz.... balanagireddy Linux - Newbie 4 02-02-2004 04:04 PM

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

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