Difference between revisions of "Download"
From AlsaProject
m (style) |
m (Correct date of 1.0.25 release) |
||
(27 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
{| align="right" | {| align="right" | ||
| __TOC__ | | __TOC__ | ||
+ | |} | ||
+ | ==Latest Software Source Releases== | ||
+ | {| border="1" cellspacing="0" cellpadding="5" | ||
+ | ! Package | ||
+ | ! Stable Release | ||
+ | (2012-01-25) | ||
+ | ! Development Release | ||
+ | ! Description | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/driver/ Driver ({{ALSA download package|module=driver}})] | ||
+ | | {{ALSA download file|module=driver|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=driver|release=development|short=true}} | ||
+ | | Kernel drivers | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/firmware/ Firmware {{ALSA download package|module=firmware}})] | ||
+ | | {{ALSA download file|module=firmware|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=firmware|release=development|short=true}} | ||
+ | | Firmware for cards that require it | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/lib/ Library ({{ALSA download package|module=lib}})] | ||
+ | | {{ALSA download file|module=lib|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=lib|release=development|short=true}} | ||
+ | | Userspace library | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/plugins/ Plugins ({{ALSA download package|module=plugins}})] | ||
+ | | {{ALSA download file|module=plugins|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=plugins|release=development|short=true}} | ||
+ | | Additional library plugins Eg.jack, pulse, maemo ... | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/utils/ Utilities ({{ALSA download package|module=utils}})] | ||
+ | | {{ALSA download file|module=utils|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=utils|release=development|short=true}} | ||
+ | | Utilities aplay,arecord,amixer etc | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/tools/ Tools ({{ALSA download package|module=tools}})] | ||
+ | | {{ALSA download file|module=tools|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=tools|release=development|short=true}} | ||
+ | | Tools | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/pyalsa/ PyALSA ({{ALSA download package|module=python}})] | ||
+ | | {{ALSA download file|module=python|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=python|release=development|short=true}} | ||
+ | | Python bindings for ALSA lib | ||
+ | |- | ||
+ | | [ftp://ftp.alsa-project.org/pub/oss-lib/ OSS compat lib ({{ALSA download package|module=oss}})] | ||
+ | | {{ALSA download file|module=oss|release=stable|short=true}} | ||
+ | | {{ALSA download file|module=oss|release=development|short=true}} | ||
+ | | OSS compatibility library | ||
+ | |- | ||
|} | |} | ||
+ | |||
+ | See [[ChangeLogs]] to find out what has changed since the previous release. | ||
==<tt>.bz2</tt> extension handling== | ==<tt>.bz2</tt> extension handling== | ||
Line 7: | Line 58: | ||
The <tt>.bz2</tt> extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the <tt>.tar.bz2</tt> files directly using one of the following commands: | The <tt>.bz2</tt> extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the <tt>.tar.bz2</tt> files directly using one of the following commands: | ||
''using the newer version of tar:'' | ''using the newer version of tar:'' | ||
− | <nowiki>tar xjf </nowiki>''<file>'' | + | <nowiki>tar -xjf </nowiki>''<file>'' |
'''or''', ''using the older version of tar:'' | '''or''', ''using the older version of tar:'' | ||
− | <nowiki>tar xIf </nowiki>''<file>'' | + | <nowiki>tar -xIf </nowiki>''<file>'' |
'''or''', ''with all versions of tar:'' | '''or''', ''with all versions of tar:'' | ||
− | <nowiki>bunzip2 -c </nowiki>''<file>''<nowiki> | tar xf -</nowiki> | + | <nowiki>bunzip2 -c </nowiki>''<file>''<nowiki> | tar -xf -</nowiki> |
==FTP Access== | ==FTP Access== | ||
Line 19: | Line 70: | ||
'''Primary Site''' | '''Primary Site''' | ||
*[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub] | *[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub] | ||
+ | *[http://mirrors.zerg.biz/alsa mirrors.zerg.biz/alsa] | ||
'''US Mirrors''' | '''US Mirrors''' | ||
*[ftp://ftp.silug.org:/pub/alsa ftp.silug.org:/pub/alsa] | *[ftp://ftp.silug.org:/pub/alsa ftp.silug.org:/pub/alsa] | ||
− | |||
'''Europe Mirrors''' | '''Europe Mirrors''' | ||
− | |||
*[ftp://ftp.task.gda.pl:/pub/linux/misc/alsa ftp.task.gda.pl:/pub/linux/misc/alsa] | *[ftp://ftp.task.gda.pl:/pub/linux/misc/alsa ftp.task.gda.pl:/pub/linux/misc/alsa] | ||
*[ftp://gd.tuwien.ac.at:/opsys/linux/alsa gd.tuwien.ac.at:/opsys/linux/alsa] | *[ftp://gd.tuwien.ac.at:/opsys/linux/alsa gd.tuwien.ac.at:/opsys/linux/alsa] | ||
*[ftp://ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org] | *[ftp://ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org] | ||
− | |||
− | |||
==FTP via HTTP (web) access== | ==FTP via HTTP (web) access== | ||
− | |||
− | |||
'''Europe Sites''' | '''Europe Sites''' | ||
*[http://dl.ambiweb.de/mirrors/ftp.alsa-project.org http://dl.ambiweb.de/mirrors/ftp.alsa-project.org] | *[http://dl.ambiweb.de/mirrors/ftp.alsa-project.org http://dl.ambiweb.de/mirrors/ftp.alsa-project.org] | ||
Line 39: | Line 85: | ||
*[http://gd.tuwien.ac.at/opsys/linux/alsa http://gd.tuwien.ac.at/opsys/linux/alsa] | *[http://gd.tuwien.ac.at/opsys/linux/alsa http://gd.tuwien.ac.at/opsys/linux/alsa] | ||
*[http://alsa.cybermirror.org http://alsa.cybermirror.org] | *[http://alsa.cybermirror.org http://alsa.cybermirror.org] | ||
+ | *[http://www.jumper.nu/alsa/ http://jumper.nu/alsa] (Sweden) | ||
− | ==Developers: | + | ==Developers: GIT access== |
− | *[http:// | + | *[[GIT Server]] |
+ | *[http://git.alsa-project.org/ GIT Repository] | ||
− | == | + | ==Online Snapshot From ALSA Server== |
− | + | Tarballs are generated from the latest code in ALSA GIT repositories immediately. Get very fresh ALSA code now. | |
− | + | *[http://www.alsa-project.org/snapshot/ Online snapshot] | |
− | + | ==Daily Snapshot Tarballs (from Takashi Iwai)== | |
− | The | + | The tarballs of the latest GIT version with ready-for-build configure script are available at: |
− | + | *[http://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa/ Daily Snapshot] | |
− | + | ||
− | + | ==Tracker System== | |
− | + | ||
− | + | *[https://bugtrack.alsa-project.org/alsa-bug Bugs] | |
− | + | ||
==Rsync== | ==Rsync== | ||
Line 67: | Line 112: | ||
|+ ''ALSA rsync access'' | |+ ''ALSA rsync access'' | ||
|URL | |URL | ||
− | |rsync:// | + | |rsync://rsync.alsa-project.org/ftp |
|- | |- | ||
|Access | |Access |
Revision as of 01:50, 1 May 2012
|
Latest Software Source Releases
Package | Stable Release
(2012-01-25) |
Development Release | Description |
---|---|---|---|
Driver (alsa-driver) | 1.0.25 | none | Kernel drivers |
Firmware alsa-firmware) | 1.0.29 | none | Firmware for cards that require it |
Library (alsa-lib) | 1.1.6 | none | Userspace library |
Plugins (alsa-plugins) | 1.1.6 | none | Additional library plugins Eg.jack, pulse, maemo ... |
Utilities (alsa-utils) | 1.1.6 | none | Utilities aplay,arecord,amixer etc |
Tools (alsa-tools) | 1.1.6 | none | Tools |
PyALSA (pyalsa) | 1.1.6 | none | Python bindings for ALSA lib |
OSS compat lib (alsa-oss) | 1.1.6 | none | OSS compatibility library |
See ChangeLogs to find out what has changed since the previous release.
.bz2 extension handling
The .bz2 extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the .tar.bz2 files directly using one of the following commands:
using the newer version of tar: tar -xjf <file> or, using the older version of tar: tar -xIf <file> or, with all versions of tar: bunzip2 -c <file> | tar -xf -
FTP Access
Primary Site
US Mirrors
Europe Mirrors
- ftp.task.gda.pl:/pub/linux/misc/alsa
- gd.tuwien.ac.at:/opsys/linux/alsa
- ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org
FTP via HTTP (web) access
Europe Sites
- http://dl.ambiweb.de/mirrors/ftp.alsa-project.org
- http://alsa.mirror.fr
- http://gd.tuwien.ac.at/opsys/linux/alsa
- http://alsa.cybermirror.org
- http://jumper.nu/alsa (Sweden)
Developers: GIT access
Online Snapshot From ALSA Server
Tarballs are generated from the latest code in ALSA GIT repositories immediately. Get very fresh ALSA code now.
Daily Snapshot Tarballs (from Takashi Iwai)
The tarballs of the latest GIT version with ready-for-build configure script are available at:
Tracker System
Rsync
URL | rsync://rsync.alsa-project.org/ftp |
Access | read-only |
Description | read-only access to the whole FTP tree |

Custom Search