summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
Commit message (Collapse)AuthorAgeFilesLines
* handle new aureal driversThierry Vignaud2004-02-021-0/+3
|
* draksound doesn't write the sound alias b/c of wrong comparison with theThierry Vignaud2004-01-221-4/+4
| | | | | default driver, thus not configuring not yet configured cards (#6988)
* fix wrong message in error patch (catched by new perl_checker)Thierry Vignaud2003-12-171-2/+2
|
* handle new snd-bt87x driver from alsa-1.0.0-rc2Thierry Vignaud2003-12-091-2/+2
|
* prevent load new driver too during install (anthil #110)Thierry Vignaud2003-11-201-2/+2
|
* fix anthill bug #110 (install looping on missing module snd-pcm-oss)Thierry Vignaud2003-11-201-6/+8
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-1/+1
|
* prevent some obscure crash at install timeThierry Vignaud2003-09-181-0/+1
|
* when installing, remember the new sound driver so that the user isn'tThierry Vignaud2003-09-181-0/+1
| | | | | confused if he ever want to configure it again
* fix #5403:Thierry Vignaud2003-09-161-5/+4
| | | | | | - make sure to use OptionMenu instead of Combo boxes - move help into a tooltip
* fix #5488: do not overwrite current driver if it's a viable driver forThierry Vignaud2003-09-151-2/+5
| | | | | the current sound card
* show the current driver too (being preselected) so that users do notThierry Vignaud2003-09-151-1/+3
| | | | | get confused
* while bootstrapping, only write /etc/modules.conf only if we really altered itThierry Vignaud2003-08-261-0/+3
| | | | | (thus preventing depmod to be runned everytime)
* typo fixes from Arpad BiroThierry Vignaud2003-08-211-1/+1
|
* fixed typoPablo Saratxaga2003-08-131-1/+1
|
* fix #4258Thierry Vignaud2003-07-241-1/+2
|
* Fixed typos; updated Ukrainian po filePablo Saratxaga2003-06-271-2/+2
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* hackism to shut up perl_checkerThierry Vignaud2003-04-021-1/+1
|
* propagate $in where neededThierry Vignaud2003-04-011-3/+3
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-32/+27
| | | | | functions
* perl_checker fixThierry Vignaud2003-03-061-1/+1
|
* fix #1929Thierry Vignaud2003-03-061-2/+2
|
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-13/+12
|
* typo fix (s/snd-slot/sound-slot/)Thierry Vignaud2003-02-261-1/+1
|
* - {interactive_help} is a function returning text, it doesn't need to do the ↵Pascal Rigaux2003-02-131-3/+2
| | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_*
* use {interactive_help}Pascal Rigaux2003-02-121-17/+16
|
* cs4239 is managed by both "ad1848" and "snd-cs4236"Thierry Vignaud2003-02-101-2/+2
|
* - if there's no know driver, offer to pick a driver in the driversThierry Vignaud2003-01-221-11/+14
| | | | | | | list in case ldetect-lst isn't up to date but the user know which driver to use - consolidate "pick any driver" entry
* handle proprietary driversThierry Vignaud2003-01-211-0/+5
|
* if there's no alternative driver or if the current setting does notThierry Vignaud2003-01-211-3/+32
| | | | | | please the user, let he pick any driver among multimedia/sound modules category
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-1/+1
|
* make all chkconfig calls be chrootedThierry Vignaud2003-01-201-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-9/+4
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* happy drakxThierry Vignaud2003-01-161-1/+1
|
* move "require standalone" where neededThierry Vignaud2003-01-161-1/+1
|
* fix sound configuration while installingThierry Vignaud2003-01-161-3/+7
|
* do not "use standalone" in a module used during install!Pascal Rigaux2003-01-151-2/+2
|
* snd-sscape does not existThierry Vignaud2003-01-151-1/+0
|
* - factorize snd devices listing in detect_devices::getSoundDevices()Thierry Vignaud2003-01-151-0/+9
| | | | | | | | so that each caller is ppc aware - factorize sound slots configuration into harddrake::sound::configure_sound_slots() so that harddrake service will eventually set them at bootstrapping time
* add missing sound modules (found by check_snd in comparingThierry Vignaud2003-01-141-5/+8
| | | | | harddrake::sound vs list_modules). we only left audio and bttv...
* add a "trouble shooting" windowThierry Vignaud2003-01-141-4/+38
|
* there's an oss usb driver tooThierry Vignaud2003-01-091-2/+2
|
* - snd-rme9652 is a snd-rme96 sub moduleThierry Vignaud2003-01-091-4/+3
| | | | | - fix rme96xx <=> snd-rme96 equivalence
* quite a number of ensoniq cards are managed by sb.oThierry Vignaud2003-01-091-7/+6
|
* - pss is the oss equivalent of alsa ad1848Thierry Vignaud2003-01-091-2/+2
| | | | | - oss ad1848 is not a driver but a sub module
* cmi8330 is handled by sb tooThierry Vignaud2003-01-091-3/+3
|
* als100 card is handled by sb oss sound driverThierry Vignaud2003-01-091-3/+3
|
* oss trident driver handle ali5451 tooThierry Vignaud2003-01-091-3/+3
|
* - remove dobleThierry Vignaud2003-01-091-3/+2
| | | | | | - add a comment noting there's no alsa alternative for oss' ad1889 driver