summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberThierry Vignaud2003-02-171-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
|
* translate topics (aka hw class names) in harddrake guiThierry Vignaud2003-01-301-25/+25
|
* - cosmetic fix for "drakconnect does not detect nvnet part of nvforce2 chips"Thierry Vignaud2003-01-301-3/+3
| | | | | | | | | | hint: their class is MEMORY_RAM :-( ... - btw, simplify unknown devices detection (merging tests regarding driver and media type) - move nforce system controllers in bridge class (which is renamed "bridges and system controllers" aka where we put stuff we've nothing to configure but we don't want to put them in controller so that users are not afraid) but nvnet
* fix doble detection of pci modemsThierry Vignaud2003-01-291-1/+1
|
* restore cd/dvd burners detectionThierry Vignaud2003-01-291-1/+1
|
* updateThierry Vignaud2003-01-281-1/+0
|
* perl_checker fixesThierry Vignaud2003-01-221-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
* updateThierry Vignaud2003-01-211-0/+3
|
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-212-2/+2
|
* make all chkconfig calls be chrootedThierry Vignaud2003-01-201-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-163-13/+6
| | | | | | 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 harddrake::sound checkerThierry Vignaud2003-01-141-0/+20
|
* 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
|
* updateThierry Vignaud2003-01-131-7/+6
|
* add support for zip drivesThierry Vignaud2003-01-131-0/+1
|
* 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
* fix "unlisted driver" bug for rme driverThierry Vignaud2003-01-091-3/+3
|
* - add new oss drivers : ad1889, ali5455 and forteThierry Vignaud2003-01-091-13/+13
| | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore
* forgot to commit threat-hub-as-usb-controllers...Thierry Vignaud2003-01-071-2/+2
|
* saner default size (too big for 800x600 sadly)Thierry Vignaud2002-12-181-1/+3
|
* updateThierry Vignaud2002-12-041-36/+39
|
* display "cpu #<XX>: <name>" for cpusThierry Vignaud2002-12-041-1/+1
|
* kill "used by only one" harddrake::ui module,Mystery Man 5802002-12-042-308/+1
| | | | | move its content to standalone/harddrake2
* cleanupsMystery Man 5802002-12-041-10/+5
|
* hide config buttons when switching from a configurable device to a nonMystery Man 5802002-12-041-4/+11
| | | | | configurable one
* fix gtktext_insert() usageMystery Man 5802002-12-041-23/+24
|
* gtk+2 port, yeah baby :-)Mystery Man 5802002-12-041-100/+103
|
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-273-52/+52
|
* fix eating too much itemsThierry Vignaud2002-11-261-1/+2
|