Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (switch) perl_checker fix | Thierry Vignaud | 2004-03-19 | 1 | -1/+1 |
| | |||||
* | install alsa-utils if needed (#6288) | Thierry Vignaud | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | do not alter oss<->alsa drivers mapping table (olivier blin, #8501) | Thierry Vignaud | 2004-03-17 | 1 | -7/+7 |
| | |||||
* | When current driver doesn't match current sound card (because sound | Thierry Vignaud | 2004-03-17 | 1 | -0/+3 |
| | | | | | | | | card has been replaced for example), draksound allows to choose the driver between current driver and its alternatives, but does not propose default driver and alternatives for current sound card. So available drivers don't match current sound card (olivier blin, #8501) | ||||
* | handle new aureal drivers | Thierry Vignaud | 2004-02-02 | 1 | -0/+3 |
| | |||||
* | draksound doesn't write the sound alias b/c of wrong comparison with the | Thierry Vignaud | 2004-01-22 | 1 | -4/+4 |
| | | | | | default driver, thus not configuring not yet configured cards (#6988) | ||||
* | fix wrong message in error patch (catched by new perl_checker) | Thierry Vignaud | 2003-12-17 | 1 | -2/+2 |
| | |||||
* | handle new snd-bt87x driver from alsa-1.0.0-rc2 | Thierry Vignaud | 2003-12-09 | 1 | -2/+2 |
| | |||||
* | prevent load new driver too during install (anthil #110) | Thierry Vignaud | 2003-11-20 | 1 | -2/+2 |
| | |||||
* | fix anthill bug #110 (install looping on missing module snd-pcm-oss) | Thierry Vignaud | 2003-11-20 | 1 | -6/+8 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | prevent some obscure crash at install time | Thierry Vignaud | 2003-09-18 | 1 | -0/+1 |
| | |||||
* | when installing, remember the new sound driver so that the user isn't | Thierry Vignaud | 2003-09-18 | 1 | -0/+1 |
| | | | | | confused if he ever want to configure it again | ||||
* | fix #5403: | Thierry Vignaud | 2003-09-16 | 1 | -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 for | Thierry Vignaud | 2003-09-15 | 1 | -2/+5 |
| | | | | | the current sound card | ||||
* | show the current driver too (being preselected) so that users do not | Thierry Vignaud | 2003-09-15 | 1 | -1/+3 |
| | | | | | get confused | ||||
* | while bootstrapping, only write /etc/modules.conf only if we really altered it | Thierry Vignaud | 2003-08-26 | 1 | -0/+3 |
| | | | | | (thus preventing depmod to be runned everytime) | ||||
* | typo fixes from Arpad Biro | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fixed typo | Pablo Saratxaga | 2003-08-13 | 1 | -1/+1 |
| | |||||
* | fix #4258 | Thierry Vignaud | 2003-07-24 | 1 | -1/+2 |
| | |||||
* | Fixed typos; updated Ukrainian po file | Pablo Saratxaga | 2003-06-27 | 1 | -2/+2 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | hackism to shut up perl_checker | Thierry Vignaud | 2003-04-02 | 1 | -1/+1 |
| | |||||
* | propagate $in where needed | Thierry Vignaud | 2003-04-01 | 1 | -3/+3 |
| | |||||
* | move harddrake::sound $index param in hash and pass only the hash ref around | Thierry Vignaud | 2003-04-01 | 1 | -32/+27 |
| | | | | | functions | ||||
* | perl_checker fix | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | fix #1929 | Thierry Vignaud | 2003-03-06 | 1 | -2/+2 |
| | |||||
* | let fix #2244, #2245, #2730 | Thierry Vignaud | 2003-03-06 | 1 | -13/+12 |
| | |||||
* | typo fix (s/snd-slot/sound-slot/) | Thierry Vignaud | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | - {interactive_help} is a function returning text, it doesn't need to do the ↵ | Pascal Rigaux | 2003-02-13 | 1 | -3/+2 |
| | | | | | | | help window - drop global interactive_help during install. Will be done per ->ask_* | ||||
* | use {interactive_help} | Pascal Rigaux | 2003-02-12 | 1 | -17/+16 |
| | |||||
* | cs4239 is managed by both "ad1848" and "snd-cs4236" | Thierry Vignaud | 2003-02-10 | 1 | -2/+2 |
| | |||||
* | - if there's no know driver, offer to pick a driver in the drivers | Thierry Vignaud | 2003-01-22 | 1 | -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 drivers | Thierry Vignaud | 2003-01-21 | 1 | -0/+5 |
| | |||||
* | if there's no alternative driver or if the current setting does not | Thierry Vignaud | 2003-01-21 | 1 | -3/+32 |
| | | | | | | please the user, let he pick any driver among multimedia/sound modules category | ||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | make all chkconfig calls be chrooted | Thierry Vignaud | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -9/+4 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | happy drakx | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | move "require standalone" where needed | Thierry Vignaud | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | fix sound configuration while installing | Thierry Vignaud | 2003-01-16 | 1 | -3/+7 |
| | |||||
* | do not "use standalone" in a module used during install! | Pascal Rigaux | 2003-01-15 | 1 | -2/+2 |
| | |||||
* | snd-sscape does not exist | Thierry Vignaud | 2003-01-15 | 1 | -1/+0 |
| | |||||
* | - factorize snd devices listing in detect_devices::getSoundDevices() | Thierry Vignaud | 2003-01-15 | 1 | -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 comparing | Thierry Vignaud | 2003-01-14 | 1 | -5/+8 |
| | | | | | harddrake::sound vs list_modules). we only left audio and bttv... | ||||
* | add a "trouble shooting" window | Thierry Vignaud | 2003-01-14 | 1 | -4/+38 |
| | |||||
* | there's an oss usb driver too | Thierry Vignaud | 2003-01-09 | 1 | -2/+2 |
| | |||||
* | - snd-rme9652 is a snd-rme96 sub module | Thierry Vignaud | 2003-01-09 | 1 | -4/+3 |
| | | | | | - fix rme96xx <=> snd-rme96 equivalence | ||||
* | quite a number of ensoniq cards are managed by sb.o | Thierry Vignaud | 2003-01-09 | 1 | -7/+6 |
| | |||||
* | - pss is the oss equivalent of alsa ad1848 | Thierry Vignaud | 2003-01-09 | 1 | -2/+2 |
| | | | | | - oss ad1848 is not a driver but a sub module |