WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: alsa  (Read 3835 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
alsa
« on: June 13, 2009, 09:56:12 PM »
Updated to 1.0.20:

Code: [Select]
Title:          alsa-devs.tce
Description:    alsa sound for tinycore dev files
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Development files for alsa
This extension is PPI compatible.
Change-log:     ----
Current: 2009/06/13 alsa-lib/alsa-utils 1.0.20


Code: [Select]
Title:          alsa-devs.tcz
Description:    alsa sound for tinycore dev files
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Development files for alsa
Change-log:     ----
Current: 2009/06/13 alsa-lib/alsa-utils 1.0.20


Code: [Select]
Title:          alsa.tcel
Description:    alsa sound for tinycore
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Requires alsa-modules-2.6.29.1-tinycore.tcem, bash.tce
                ----------
                This extension contains:
                alsa-lib-1.0.20 - GPLv2.1 - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
                alsa-utils-1.0.20 - GPLv2 - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
                ----------
                Example howto:
                $ sudo alsaconf
                $ sudo udevtrigger --subsystem-match=sound
                $ speaker-test
                ----------
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.
----------
This extension is PPI compatible.
----------
Change-log:     2008/11/03
                Added udev alsa.rules, modified alsa.conf, removed snddevices [thanks curaga]
                2008/11/05
                Modified to be PPI compliant and to load oss modules
                2009/02/09
  2009/04/22 Added /usr/local/etc/init.d/alsasound script for TC 2.x
        2009/04/28 Fixes to alsasound and alsaconf
Current: 2009/06/13 Updated to alsa-lib/alsa-utils 1.0.20


Code: [Select]
Title:          alsa.tczl
Description:    alsa sound for tinycore
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Requires alsa-modules-2.6.29.1-tinycore.tcem, bash.tce
                ----------
                This extension contains:
                alsa-lib-1.0.20 - GPLv2.1 - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
                alsa-utils-1.0.20 - GPLv2 - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
                ----------
                Example howto:
                $ sudo alsaconf
                $ sudo udevtrigger --subsystem-match=sound
                $ speaker-test
                ----------
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.
----------
Change-log:     2008/11/03
                Added udev alsa.rules, modified alsa.conf, removed snddevices [thanks curaga]
                2008/11/05
                Modified to be PPI compliant and to load oss modules
                2009/02/09
  2009/04/22 Added /usr/local/etc/init.d/alsasound script for TC 2.x
        2009/04/28 Fixes to alsasound and alsaconf
Current: 2009/06/13 Updated to alsa-lib/alsa-utils 1.0.20


Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: alsa
« Reply #1 on: September 27, 2009, 09:36:31 AM »
Could someone add alsamixer to jwm apps menu, please? I know that Linux is OS for computer geeks, but I'm very tired of typing alsamixer all again.  :)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #2 on: September 27, 2009, 01:50:16 PM »
I may add an alsa menu with alsaconf, alsamixer, alsactl store/restore, and alsasound start/stop submenus.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #3 on: September 30, 2009, 05:03:11 AM »
Removed libs, making libasound a dependency:

Code: [Select]
Title:          alsa.tczl
Description:    alsa sound for tinycore
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Requires alsa-modules-2.6.29.1-tinycore.tcem, bash.tce
                ----------
                This extension contains:
                alsa-lib-1.0.20 - GPLv2.1 - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
                alsa-utils-1.0.20 - GPLv2 - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
                ----------
                Example howto:
                $ sudo alsaconf
                $ sudo udevtrigger --subsystem-match=sound
                $ speaker-test
                ----------
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.
----------
Change-log:     2008/11/03
                Added udev alsa.rules, modified alsa.conf, removed snddevices [thanks curaga]
                2008/11/05
                Modified to be PPI compliant and to load oss modules
                2009/02/09
  2009/04/22 Added /usr/local/etc/init.d/alsasound script for TC 2.x
        2009/04/28 Fixes to alsasound and alsaconf
2009/06/13 Updated to alsa-lib/alsa-utils 1.0.20
2009/08/22 Replaced user.tar.gz with scripting.
Current: 2009/09/29 Removed libs to the libasound extension and made it a dep.



Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #4 on: October 16, 2009, 05:53:06 PM »
Updated alsaconf to recognize lspci installed as an extension in /usr/local:

Code: [Select]
Title:          alsa.tczl
Description:    alsa sound for tinycore
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Requires alsa-modules-2.6.29.1-tinycore.tcem, bash.tce
                ----------
                This extension contains:
                alsa-lib-1.0.20 - GPLv2.1 - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
                alsa-utils-1.0.20 - GPLv2 - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
                ----------
                Example howto:
                $ sudo alsaconf
                $ sudo udevtrigger --subsystem-match=sound
                $ speaker-test
                ----------
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.
----------
Change-log:     2008/11/03
                Added udev alsa.rules, modified alsa.conf, removed snddevices [thanks curaga]
                2008/11/05
                Modified to be PPI compliant and to load oss modules
                2009/02/09
  2009/04/22 Added /usr/local/etc/init.d/alsasound script for TC 2.x
        2009/04/28 Fixes to alsasound and alsaconf
2009/06/13 Updated to alsa-lib/alsa-utils 1.0.20
2009/08/22 Replaced user.tar.gz with scripting.
2009/09/29 Removed libs to the libasound extension and made it a dep.
Current: 2009/10/15 Updated alsaconf to recognize lspci in /usr/local/(s)bin.



Offline AlabamaPaul

  • Newbie
  • *
  • Posts: 34
Re: alsa
« Reply #5 on: December 02, 2009, 07:44:25 AM »
Since Tiny Core 2.6 removed dialog, alsaconf will not work unless you mount/install dialog.tcz.

Need to add dialog.tcz as a dependency for alsa.tcz





Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #6 on: December 02, 2009, 08:44:47 AM »
Added.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #7 on: January 25, 2010, 10:13:39 AM »
Config files seperated to another extension to help support OSS integration.

Code: [Select]
Title:          alsa.tcz
Description:    alsa sound for tinycore
Version:        1.0.20
Author:         see list of sites below
Original-site:  see list of sites below
Copying-policy: see list of sites below
Size: 1.28MB
Extension_by:   juanito/jasonw
Comments:       Requires alsa-modules-2.6.29.1-tinycore.tcem, bash.tce
                ----------
                This extension contains:
                alsa-lib-1.0.20 - GPLv2.1 - ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
                alsa-utils-1.0.20 - GPLv2 - ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
                ----------
                Example howto:
                $ sudo alsaconf
                $ sudo udevtrigger --subsystem-match=sound
                $ speaker-test
                ----------
To initialize alsa without having to use alsaconf, there is a
script that will do that. 
It can be placed in /opt/bootlocal.sh so it alsa will be setup
on boot with no user interaction required.  The command to do this is:

/usr/local/etc/init.d/alsasound start

If adding this command to bootlocal.sh, you may need
to precede it with the sleep command for it to be effective.

If you want your alsa settings to persist across reboots, use the
command 'alsactl store' after alsa has been set up.  This stores the
configuration in /etc/asound.state.  Place this file in your backup to
allow your alsa settings to persist across sessions.
----------
Change-log:     2008/11/03
                Added udev alsa.rules, modified alsa.conf, removed snddevices [thanks curaga]
                2008/11/05
                Modified to be PPI compliant and to load oss modules
                2009/02/09
  2009/04/22 Added /usr/local/etc/init.d/alsasound script for TC 2.x
        2009/04/28 Fixes to alsasound and alsaconf
2009/06/13 Updated to alsa-lib/alsa-utils 1.0.20
2009/08/22 Replaced user.tar.gz with scripting.
2009/09/29 Removed libs to the libasound extension and made it a dep.
2009/10/15 Updated alsaconf to recognize lspci in /usr/local/(s)bin.
Current: 2010/01/25 Seperated config files into own extension.



Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: alsa
« Reply #8 on: January 25, 2010, 03:21:44 PM »
Those with existing alsa.tcz extensions need to download and use alsa-config.tcz upon updating the extension.