WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Alsa 1.0.24  (Read 6923 times)

Offline andrewb

  • Full Member
  • ***
  • Posts: 121
Alsa 1.0.24
« on: January 16, 2012, 02:29:29 PM »
Please could we have Alsa upgraded to 1.0.24.

Would it be possible to consider using the source from Realtek so as to get full support for the Realtek HDaudio cards so common in laptops & netbooks today? (downloadable from http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false#High%20Definition%20Audio%20Codecs or http://www.rechner-support.com/index.php?form=DatabaseDownload)

Thanks.
« Last Edit: January 16, 2012, 03:26:24 PM by andrewb »

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Alsa 1.0.24
« Reply #1 on: January 17, 2012, 04:59:40 AM »
The kernel modules are already 1.0.24, so I suppose you mean the userspace?
The only barriers that can stop you are the ones you create yourself.

Offline andrewb

  • Full Member
  • ***
  • Posts: 121
Re: Alsa 1.0.24
« Reply #2 on: January 17, 2012, 01:38:45 PM »
The Alsa extension is listed as 1.0.23 & the modules extension doesn't have an Alsa version listed so I'd assume it is 1.0.24

The score from Realtek has a number of additional drivers for HDaudio which should improve handling of the commonly used Realtek HDaudio cards prevalent in current systems.


Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #3 on: January 18, 2012, 01:42:37 AM »
Userspace part of alsa updated now to latest 1.0.24.x.  The Realtek stuff is from a separate source, so someone can make a separate extension, I don't have the hardware to tes anyway.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Alsa 1.0.24
« Reply #4 on: January 19, 2012, 02:52:44 AM »
was alsa-dev updated?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #5 on: January 19, 2012, 04:36:28 AM »
I made the package for it, but it appears like it may have eluded being uploaded.  I have it at home, I will upload it then.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #6 on: January 19, 2012, 06:01:36 PM »
alsa-dev updated.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Alsa 1.0.24
« Reply #7 on: January 20, 2012, 03:28:22 AM »
'looks like the location of asound.state changed:
Code: [Select]
$ sudo /usr/local/etc/init.d/alsasound start
...
Starting sound driver: snd-hda-intel 
/usr/local/sbin/alsactl: load_state:1586: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Found hardware: "HDA-Intel" "Intel CougarPoint HDMI" "HDA:10134206,106b2100,00100302 HDA:80862805,80860101,00100000" "0x8086" "0x7270"
Hardware is initialized using a generic method

but:
Code: [Select]
$ sudo /usr/local/sbin/alsactl store
/usr/local/sbin/alsactl: save_state:1547: Cannot open /var/lib/alsa/asound.state for writing: No such file or directory
$ sudo mkdir /var/lib/alsa
$ sudo /usr/local/sbin/alsactl store

For me it seems more logical for asound.state to be in /usr/local/etc - maybe with a ./configure switch?

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #8 on: January 20, 2012, 08:57:56 AM »
I thought that the default was to /etc/asound.state as previously and not in /var.  I will rebuild and specify /usr/local/etc.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #9 on: January 20, 2012, 12:16:56 PM »
Rebuilt with /usr/local/etc as asound.state directory, seems to be working here.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Alsa 1.0.24
« Reply #10 on: January 21, 2012, 05:40:58 AM »
'seems to have done the trick - thanks

Still doesn't work fully (without the aid of hda analyzer) with my "Intel CougarPoint HDMI", but that's a module, rather than userspace, problem.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Alsa 1.0.24
« Reply #11 on: January 25, 2012, 11:57:36 AM »
1.0.25 released today
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #12 on: January 25, 2012, 02:36:09 PM »
Thanks for reporting.

But before updating, as the kernel drivers are version 1.0.24, I will wait for some feedback before updating the libs.  It should all just work, just like it  did to leave the libs as 1.0.23, I will update soon if there is no objections.

Offline drumaliens

  • Newbie
  • *
  • Posts: 4
Re: Alsa 1.0.24
« Reply #13 on: January 25, 2012, 03:12:12 PM »
Not sure if I have not installed the correct update on alsa to solve the directory issue with

sudo alsctl restore

got round this by putting the following in

amixer sset 'Master' 20 unmute
amixer sset 'PCM' 20 unmute

into /opt/bootlocal.sh. I sense a fudge but it gets round the problem

« Last Edit: January 25, 2012, 10:49:19 PM by drumaliens »

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Alsa 1.0.24
« Reply #14 on: January 25, 2012, 03:28:03 PM »
Hey drumaliens,

Your post is garbled with some forum code, so is this the commands you have listed?

sudo alsactl restore
amixer sset 'Master' 20 unmute
amixer sset 'PCM' 20 unmute