Takashi Iwai
4d710af543
Fix exit code
...
Fixed the exit code with -h option and invalid options.
2005-01-31 17:49:38 +00:00
Takashi Iwai
99e0fe4513
Sort options in alphabetic order
...
Sort options in alphabetic order.
2005-01-20 18:06:10 +00:00
Takashi Iwai
7fe50fb4fa
Fix make without NLS
...
Fix make without NLS support.
2005-01-13 15:32:56 +00:00
Takashi Iwai
2508fc58b5
Fix installation
...
It seems that old autoconf doesn't like @mkdir_p@...
2005-01-05 11:40:10 +00:00
Takashi Iwai
6cac9800df
Fix installation
...
Fix installation: use mkdir -p instead of mkinstalldirs.
2005-01-03 13:35:10 +00:00
Takashi Iwai
82c3b093db
Misc clean up
...
Misc clean up: make msgmerge as macro.
2005-01-03 11:57:42 +00:00
Takashi Iwai
0aa74e8d4d
i18nize alsaconf
...
alsaconf is i18nized. Only ja.po is provided, so far.
2004-12-29 16:10:47 +00:00
Takashi Iwai
2c82a98968
Start aplay/arecord in non-blocking mode
...
Start aplay/arecord with -N option in non-blocking mode.
2004-12-20 13:17:08 +00:00
Nicolas FRANCOIS
ca5f8cbcfe
Fix hyphens in man pages
...
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).
This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)
Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:34 +00:00
Thomas Hood
33b47cd2d4
make alsaconf parse lspci output correctly
...
Fix for systems like debian which has different lspci output.
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 11:29:02 +00:00
Thomas Hood
dba1bfa750
Refrain from creating /etc/modprobe.conf if it does not already exist
...
Patch for alsaconf which makes it refrain from creating
/etc/modprobe.conf if the latter does not already exist.
Creating an empty /etc/modprobe.conf is bad because if it
exists then modprobe uses _only_ this file -- it does not
use /etc/modprobe.d/.
Additionally, this patch makes alsaconf set the cleanup
trap before it creates temporary files rather than after.
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:58:20 +00:00
Thomas Hood
57cf365811
In Debian write to the correct configuration file
...
Patch for alsaconf.in to make it use the correct configuration
filename for Debian
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-23 11:00:35 +00:00
Takashi Iwai
dfec58eb7e
[alsaconf] fix probing, option clean up.
...
- Fixed the probing brokenness by my last change.
- Fixed long options.
- Now -L option requires the logfile argument.
- Corrected manpage.
2004-08-31 16:27:25 +00:00
Takashi Iwai
63909d1cf7
Fixed the detection of audio class.
...
Now class 040? is detected, not only 0401 (Intel HD has 0402).
2004-08-27 16:25:37 +00:00
Takashi Iwai
91bac61d83
Added -c option to specify the module config file.
2004-08-05 14:33:56 +00:00
Jaroslav Kysela
eb52dc6ec8
Gentoo update
2004-04-19 14:43:26 +00:00
Takashi Iwai
789ca41f1b
fixed the legacy detection with the recent modprobe
2004-03-19 13:29:23 +00:00
Takashi Iwai
b5cb7ac07d
added a workaround for some dell dimension board.
2004-03-05 16:52:11 +00:00
Takashi Iwai
29fd44ba35
- use /etc/modprobe.d/sound config file if possible.
2004-02-25 14:39:45 +00:00
Takashi Iwai
67f96386c6
- clear the screen after configuring the device.
2004-02-16 16:44:59 +00:00
Takashi Iwai
a98d93674b
- use the bindir and sbindir set by configure script.
2004-02-10 15:58:51 +00:00
Jaroslav Kysela
5a7e82a8e7
Moved alsaconf to sbin directory
2003-12-05 13:15:52 +00:00
Jaroslav Kysela
3dff39cf53
More compatible tests
2003-12-05 13:13:00 +00:00
Jaroslav Kysela
8a28f21db1
One more fix for path
2003-12-05 08:50:53 +00:00
Jaroslav Kysela
748fd45129
Added more paths for rcalsasound
2003-12-05 08:35:04 +00:00
Takashi Iwai
951dda3420
fixes by Philippe De Muyter <phdm@macqel.be>:
...
- Removed erroneous space between `snd[-_]' and $1 in grep
search expression.
- Test also `0xf00' for `cport'.
2003-11-26 18:07:27 +00:00
Takashi Iwai
cae75d593c
- added the check of mandrake.
2003-11-25 12:15:48 +00:00
Takashi Iwai
7d1c6cbf95
fix by Fernando Pablo Lopez-Lezcano <nando@ccrma.Stanford.EDU>:
...
Included is a patch that fixes alsaconf to work correctly under fedora
core 1. Otherwise alsaconf happily creates a modules.conf file that only
contains the alsa configuration and nothing else (a path in the if's
that does not create a $TMP file before the alsa configuration process
starts).
2003-11-24 11:42:24 +00:00
Takashi Iwai
c40e8faafc
- removed experimental codes.
2003-11-17 18:32:52 +00:00
Takashi Iwai
cfe0a62da7
- fixed the progress bar.
...
- fixed the detection on 2.6 kernels.
- check root priv. after parsing the option
(allow normal users to see help)
2003-11-14 16:22:25 +00:00
Takashi Iwai
394fde8b0e
- fixed (now really) for 2.6 modprobe.conf.
...
- clean up, modprobing without a temporary file.
- alsaconf will set up only the minimum aliases/options.
- cosmetic message changes.
2003-10-30 12:00:38 +00:00
Takashi Iwai
7152617a0e
- added alsaconf script.
...
- fixed alsaconf script for the new module tools of 2.6 kernel.
2003-10-29 13:38:23 +00:00