LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2005, 11:11 PM   #1
digitalhead
Member
 
Registered: Jun 2004
Location: West Virginia, US, Earth, Milky Way
Distribution: Ubuntu
Posts: 121

Rep: Reputation: 15
Sound: VIA DXS keeps resetting


Every time I either change users or restart my computer, the VIA DXS settings in alsamixer reset back to zero and it's getting tiresome to keep going in just to boost them up. I'm using Slack 10.0 with kernel 2.4.26 and alsa 1.0.8rc2. I upgraded alsa from the default 1.0.5 with hopes of that fixing this problem when in fact it made it worse. With 1.0.5, I had to restart before I would lose sound, but with 1.0.8, it resets just by changing users. I've searched the forums and nothing has helped except the idea of upgrading the kernel to 2.6.7 from the testing section of the install disks, but I came out with no progress as I am still using 2.4.26. Does anybody know of any other ways to solve this problem? Any solution would be nice whether it's changing certain settings or if you can help me successfully upgrade the kernel.

Josh
 
Old 02-17-2005, 01:25 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
After you change the settings with
$ alsamixer
you must su to root and issue
# alsactl store
to store (save) them...
 
Old 02-17-2005, 10:11 PM   #3
digitalhead
Member
 
Registered: Jun 2004
Location: West Virginia, US, Earth, Milky Way
Distribution: Ubuntu
Posts: 121

Original Poster
Rep: Reputation: 15
I've used "alsamixer" and "alsactl store" several times as in every time I logon to Linux. It still keeps resetting. Also, I've used alsaconf to make sure it's setup right which it is.
 
Old 02-19-2005, 06:18 PM   #4
guaiamum
LQ Newbie
 
Registered: Feb 2005
Location: Recife, Brazil
Distribution: Conectiva
Posts: 1

Rep: Reputation: 0
Josh, maybe this can help you: http://perso.netplus.ch/FCorthay/Ins...tall_ALSA.html

It says:

After installing KDE on an EPIA motherboard, the sound is muted on startup. This is due to the last 4 mixer controls to be set to zero. These controls can be set to 100% with the following commands:

amixer set 'VIA DXS',0 100%
amixer set 'VIA DXS',1 100%
amixer set 'VIA DXS',2 100%
amixer set 'VIA DXS',3 100%


This initial setup can be automated by creating a alsaInit.sh file in ~/.kde/Autosrtart (with "execute" option):

#/bin/bash
amixer set 'VIA DXS',0 100%
amixer set 'VIA DXS',1 100%
amixer set 'VIA DXS',2 100%
amixer set 'VIA DXS',3 100%
 
Old 02-20-2005, 05:17 AM   #5
digitalhead
Member
 
Registered: Jun 2004
Location: West Virginia, US, Earth, Milky Way
Distribution: Ubuntu
Posts: 121

Original Poster
Rep: Reputation: 15
Thanks guaiamum, I didn't think of an autostart. It sounds like a winner.
 
Old 02-26-2005, 07:15 AM   #6
Ariel A.
LQ Newbie
 
Registered: Jan 2005
Location: Corrientes, Argentina
Distribution: Debian & Arch
Posts: 7

Rep: Reputation: 0
your linux installation might be Ok the problem is...

the fact is if your are using via82cxxx driver it is not completelly developed yet for all sound cards that use it, if you have any sound card that works with that module you may have some problems such as turning the volume up or down with whatever sound mixer you use, you realize that sound is only handled by via dxs and even the master control is unable increase or dicrease the volume
I thought that upgrading Slakcware to 10.1 will fix the problem but even with this it is still present


best regards
 
Old 02-26-2005, 08:57 AM   #7
Cron
Member
 
Registered: Jun 2004
Location: Lithuania
Distribution: FreeBSD, Arch, Ubuntu
Posts: 145

Rep: Reputation: 15
A simple solution to that can be found here in setup section. ( No matter it is for Arch it will fit for slackware too.)
 
Old 03-01-2005, 12:43 PM   #8
digitalhead
Member
 
Registered: Jun 2004
Location: West Virginia, US, Earth, Milky Way
Distribution: Ubuntu
Posts: 121

Original Poster
Rep: Reputation: 15
I got my problem fixed with the alsaInit.sh autostart file. It works rather nicely. Thanks for everybody's input.

--digitalhead
 
Old 03-27-2006, 05:42 PM   #9
th0ger
LQ Newbie
 
Registered: Mar 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Ariel A.
the fact is if your are using via82cxxx driver it is not completelly developed yet for all sound cards that use it, if you have any sound card that works with that module you may have some problems such as turning the volume up or down with whatever sound mixer you use, you realize that sound is only handled by via dxs and even the master control is unable increase or dicrease the volume
I thought that upgrading Slakcware to 10.1 will fix the problem but even with this it is still present
I have exactly this problem!
Where did you find that info?
And how can it be solved?
Any help, hints, links would be appreciated...

Best Regards.

#######System info:#####
$ lspci|grep Multimedia
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)

alsamixer says:
Card: VIA 823x rev60
Chip: C-Media Electronics id 83

$ lsmod
snd_via82xx 26660 1
snd_ac97_codec 59268 1 snd_via82xx
...

$ uname -r
2.6.8-2-386

Debian, testing.
 
  


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
Alsa via82xx - master volume has no effect (dxs 1 does work) crispibits Linux - Software 3 01-11-2007 10:50 AM
Alsa sound *jumpy*: alsa-space: xrun of at least 11.449 msecs. resetting stream qwijibow Linux - General 6 04-22-2006 07:35 PM
Sound level keeps resetting Maverick1182 Linux - Newbie 10 01-06-2006 12:22 AM
resetting eth0 robbiest Linux - Newbie 2 11-28-2005 09:50 AM
Resetting up LILO jstrain Mandriva 1 02-06-2004 05:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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