upgrade alsa

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
maspai
Posts: 62
Joined: 4. Jul 2012, 11:13
Location: Indonesia
Contact:

upgrade alsa

Post by maspai »

how to upgrade alsa (1.0.24/1.0.25)? 13.37 has 1.0.23, although it says 1.0.24 in distrowatch :). why i want to upgrade, one of them is because headphone jack doesn't work properly, sound keeps coming out from both my acer aspire 522 netbook speaker while headphone jack is plugged in. thanks.
sorry for my noob-ness guys, i'm new in linux and salix.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: upgrade alsa

Post by Shador »

maspai wrote:13.37 has 1.0.23, although it says 1.0.24 in distrowatch
But distrowatch is right:

Code: Select all

# sget -search alsa
alsa-lib-1.0.24.1-x86_64-1 [inst=Ja]: alsa-lib (Advanced Linux Sound Architecture library)
alsa-utils-1.0.24.2-x86_64-1 [inst=Ja]: alsa-utils (Advanced Linux Sound Architecture utilities)
Image
User avatar
maspai
Posts: 62
Joined: 4. Jul 2012, 11:13
Location: Indonesia
Contact:

Re: upgrade alsa

Post by maspai »

Code: Select all

cat /proc/asound/version
returns

Code: Select all

Advanced Linux Sound Architecture Driver Version 1.0.23
. isn't it version of alsa?
btw, how to solve the sound problem? sound still comes out from netbook speaker after plugging in headphone.
sorry for my noob-ness guys, i'm new in linux and salix.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: upgrade alsa

Post by thenktor »

To view the version of your installed ALSA packages run: ls -l /var/log/packages/alsa*
What sound hardware do you have? Run: /sbin/lspci | grep -i audio

You probably need some parameters to your ALSA modules to change the behaviour.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
gapan
Salix Wizard
Posts: 6244
Joined: 6. Jun 2009, 17:40

Re: upgrade alsa

Post by gapan »

Read this thread: http://www.salixos.org/forum/viewtopic.php?f=16&t=3703
and the ones I'm linking to from in there.
Image
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: upgrade alsa

Post by Shador »

maspai wrote:

Code: Select all

cat /proc/asound/version
returns

Code: Select all

Advanced Linux Sound Architecture Driver Version 1.0.23
. isn't it version of alsa?
btw, how to solve the sound problem?
Yes, probably that's the right version. But your system is most probably not in sync with the repository (which distrowatch generally references), i.e. your system is not up-to-date.
Image
User avatar
maspai
Posts: 62
Joined: 4. Jul 2012, 11:13
Location: Indonesia
Contact:

Re: upgrade alsa

Post by maspai »

thenktor wrote:To view the version of your installed ALSA packages run: ls -l /var/log/packages/alsa*
What sound hardware do you have? Run: /sbin/lspci | grep -i audio

Code: Select all

lspci | grep -i audio
returns

Code: Select all

00:01.1 Audio device: ATI Technologies Inc Device 1314
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
I think the first is for HDMI and last is the soundcard.
sorry for my noob-ness guys, i'm new in linux and salix.
User avatar
maspai
Posts: 62
Joined: 4. Jul 2012, 11:13
Location: Indonesia
Contact:

Re: upgrade alsa

Post by maspai »

i searched and tried creating alsa.conf in my /etc/modprobe.d/ containing:

Code: Select all

options snd-hda-intel model=olpc-xo-1_5,dell-vostro
in kernel.org there's list of snd-hda-intel models, so i tried model above. after reboot, my headphone works as expected and no more sound from netbook speaker while using headphone. thanks guys.
sorry for my noob-ness guys, i'm new in linux and salix.
Post Reply