summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
Commit message (Collapse)AuthorAgeFilesLines
* merge x11 autoconf support from MDK-10-branchThierry Vignaud2004-06-181-0/+27
|
* (pciusb_id) fix duplicated USB disks (in both disk and unknown categories)Thierry Vignaud2004-06-171-1/+9
|
* (set_removable_configurator) fix typo preventing adding entries inThierry Vignaud2004-06-171-1/+1
| | | | | /etc/fstab for new removable media
* (set_removable_configurator) switch from diskdrake to drakupdate_fstabThierry Vignaud2004-06-151-1/+1
| | | | | (like hotplug we just automatically guess what's better)
* update commentThierry Vignaud2004-06-151-1/+1
|
* rename usbnet as net_modulesThierry Vignaud2004-06-151-2/+2
|
* since some hard disks are USB models, we've to filtering them out once we'veThierry Vignaud2004-06-141-1/+1
| | | | | detected them in order to prevent tem to appear in the "unknown/other" category
* ethernet card detection: only rely on driver for matching ethernet cards, thusThierry Vignaud2004-06-141-7/+2
| | | | | | | | preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect.
* remove useless filtering in bridges detection code since proper filtering (forThierry Vignaud2004-06-141-1/+1
| | | | | dobles) is already done at the upper level.
* fix misdetection of nvidia nforce ethernet cards (broken since forcedethThierry Vignaud2004-06-141-1/+1
| | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst)
* do not run XFdrake in automatic mode, it's uselessThierry Vignaud2004-05-111-2/+1
|
* list SATA controllers in their own category (anthill #741)Thierry Vignaud2004-04-301-1/+10
|
* change last isdn_detect_backend() remainingDamien Chaumette2004-04-281-1/+1
|
* do X11 configuration automagicallyThierry Vignaud2004-04-231-0/+2
|
* (set_removable_configurator) use diskdrake instead of drakupdate_fstabThierry Vignaud2004-04-231-1/+1
| | | | | for removable media in automatic mode
* set automatic flag for removable mediaThierry Vignaud2004-04-231-0/+5
|
* split usb ports from usb controllers (arnaud request)Thierry Vignaud2004-04-221-1/+10
|
* new harddrake data structure (easier to extend)Thierry Vignaud2004-04-221-49/+290
|
* sync tuners list with 2.6.6-rc2 tooThierry Vignaud2004-04-221-2/+5
|
* sync card lists with 2.6.6-rc2Thierry Vignaud2004-04-221-2/+19
|
* fix log messageThierry Vignaud2004-03-221-1/+1
|
* sync with 2.6.3-4mdkThierry Vignaud2004-03-201-1/+20
|
* reorder modules importThierry Vignaud2004-03-201-1/+1
|
* (config) read current configuration (Scott Mazur <scott@littlefish.ca>)Thierry Vignaud2004-03-201-3/+28
|
* share translationThierry Vignaud2004-03-201-1/+1
|
* fix setting options for bttv instead of saa7134 (#5612)Thierry Vignaud2004-03-201-1/+1
|
* (switch) perl_checker fixThierry Vignaud2004-03-191-1/+1
|
* install alsa-utils if needed (#6288)Thierry Vignaud2004-03-181-0/+1
|
* do not alter oss<->alsa drivers mapping table (olivier blin, #8501)Thierry Vignaud2004-03-171-7/+7
|
* When current driver doesn't match current sound card (because soundThierry Vignaud2004-03-171-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)
* split out agp controllers out of bridgesThierry Vignaud2004-03-171-0/+1
|
* fix in strict modeThierry Vignaud2004-03-111-1/+1
|
* really, really fix ISDN cards detection :-(Thierry Vignaud2004-03-091-1/+1
|
* really adapt to new network::isdn::isdn_detect_backend() APIThierry Vignaud2004-03-091-2/+1
|
* adapt to new network::isdn::isdn_detect_backend() APIThierry Vignaud2004-03-081-2/+2
|
* bump version numberThierry Vignaud2004-03-021-1/+1
|
* look at sound cards changes on bootstrappingThierry Vignaud2004-02-251-1/+1
|
* handle webcams managed by pwc driverThierry Vignaud2004-02-251-1/+1
|
* do not tag some ata raid controllers as unknown hwThierry Vignaud2004-02-231-1/+2
|
* really fix doble blanked ISDN detectionThierry Vignaud2004-02-171-1/+1
|
* typo fix :-)Thierry Vignaud2004-02-151-1/+1
|
* fix ISDN detection (#6535)Thierry Vignaud2004-02-141-1/+1
|
* filter out devices to prevent them to appear several times in deviceThierry Vignaud2004-02-141-18/+29
| | | | | tree (#4906)
* only look for local printers (do not perform heavy network probe)Thierry Vignaud2004-02-131-1/+1
|
* fix driver blacklistThierry Vignaud2004-02-121-1/+2
|
* detect more webcamsThierry Vignaud2004-02-121-2/+6
|
* remove debug messageThierry Vignaud2004-02-021-1/+1
|
* fix adsl modem detectionThierry Vignaud2004-02-021-1/+1
|
* 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)