Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - help system: | Thierry Vignaud | 2002-07-06 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code | ||||
* | supermount now handles fs=auto, using it :) | Pascal Rigaux | 2002-07-06 | 1 | -6/+0 |
| | |||||
* | add bits regarding eide and scsi | Thierry Vignaud | 2002-07-06 | 1 | -0/+2 |
| | |||||
* | add harddrake to DISTFILES | Thierry Vignaud | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | add missing 'use lib' due to harddrak::ui changes | Thierry Vignaud | 2002-07-06 | 1 | -0/+1 |
| | |||||
* | various remarks about mandrake | Pascal Rigaux | 2002-07-06 | 1 | -0/+9 |
| | |||||
* | simplify | Thierry Vignaud | 2002-07-06 | 1 | -2/+2 |
| | |||||
* | add a configurator for sound | Thierry Vignaud | 2002-07-06 | 1 | -2/+2 |
| | |||||
* | the "each" trap got me :-( | Pascal Rigaux | 2002-07-06 | 1 | -7/+5 |
| | | | | | fixed (=> fixes the modules.conf missing many aliases) | ||||
* | when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) | Pascal Rigaux | 2002-07-06 | 2 | -11/+9 |
| | | | | | => this allows to force the type&options in manualFstab | ||||
* | Allows people having PVs on unpartitioned disks to install | Pascal Rigaux | 2002-07-06 | 2 | -1/+44 |
| | | | | | (but no way to create such beasts) | ||||
* | adapt to new modprobe.pm | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2002-07-06 | 1 | -3/+3 |
| | |||||
* | add harddrake pm's | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | (Resize): resize2fs handles ext3 :) | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | - add harddrake drakbug drakTermServ to STANDALONEPMS_ | Daouda Lo | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | - snapshot | Daouda Lo | 2002-07-05 | 1 | -2/+5 |
| | | | | | | | | - new entries: o harddrake2 : new hardware detection && configuration tool o drakbugreport: bug reporting tool a la Kde (not working!) o drakTermServ : configuration tool for diskless stations. | ||||
* | if we're root and there's a tv card managed by bttv, offer to | Thierry Vignaud | 2002-07-05 | 1 | -2/+6 |
| | | | | | configure bttv trough harddrake::bttv | ||||
* | remove device test: there're only two harddrake::bttv users, | Thierry Vignaud | 2002-07-05 | 1 | -1/+0 |
| | | | | | | install_steps_interactive.pm and drakxtv which both have already tested that a bttv managed tv card is there. | ||||
* | - add more tv cards | Thierry Vignaud | 2002-07-05 | 1 | -4/+12 |
| | | | | | | | | | - enable users to select number of buffers for mmap() - better description for pll setting - add tooltips help for some entries | ||||
* | typo fix | Thierry Vignaud | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | (prepare_write_fstab): for supermount, have "none" as the device (cleaner, and | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
| | | | | | more coherent with the "supermount" script (tx to FredC)) | ||||
* | tv cards list: | Thierry Vignaud | 2002-07-05 | 1 | -124/+158 |
| | | | | | | | | | | | | | | | - split multi-cards entries - reverse the hash (needed since now bttv card types are not anymore unique) - complete the list from various sources - use a tree to display the list, it's clearer now since it's splitted by vendors - longer message | ||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-05 | 1 | -0/+164 |
| | |||||
* | fix typo | Thierry Vignaud | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | fix dirs1/dirs2 mismatch | Thierry Vignaud | 2002-07-05 | 1 | -2/+2 |
| | |||||
* | s|modinfo|/sbin/modinfo| for people with "normal" path ;p | Guillaume Cottenceau | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | - remove uneeded stuff for modules ("#!/..", "use lib..", "use | Thierry Vignaud | 2002-07-05 | 1 | -15/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standalone", ...) - simplify bttv options managment: - use if_, thanks MDK::Common - s/mapn/map by using a hash at first - s/mapn{if}/map{if_} - don't read/write modules.conf here, drakx take care of that for us thus, the test program became: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use bttv; use interactive; use modules; modules::read_conf; bttv::config('interactive'->vnew()); modules::write_conf; | ||||
* | - M-q descriptions | Thierry Vignaud | 2002-07-05 | 1 | -13/+10 |
| | | | | | | | - simplify file lists building - we can use several -f on one "%%files" line | ||||
* | remove uneeded "#!/...", standalone, lib, ... (this is a module) | Thierry Vignaud | 2002-07-05 | 1 | -0/+0 |
| | | | | | POSIX is no more used too. | ||||
* | remove uneeded "#!/.." and "use lib" | Thierry Vignaud | 2002-07-05 | 1 | -4/+0 |
| | |||||
* | minimize startup: only load harddrake::bttv if the user click on "tv | Thierry Vignaud | 2002-07-05 | 1 | -2/+1 |
| | | | | | card" field in the hw summary window | ||||
* | use harddrake::bttv to let people configure their tv card if it's misdetected | Thierry Vignaud | 2002-07-05 | 1 | -1/+2 |
| | |||||
* | spec29: bttv configuration part of drakxtv. | Thierry Vignaud | 2002-07-05 | 1 | -0/+180 |
| | | | | | | | | | | | | | | | | it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew()); | ||||
* | (merge_info_from_fstab): try to keep options from merged fstab IF the entry ↵ | Pascal Rigaux | 2002-07-05 | 1 | -1/+10 |
| | | | | is for the same mountpoint AND the same device | ||||
* | handle comments in fstab | Pascal Rigaux | 2002-07-05 | 2 | -5/+26 |
| | |||||
* | add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids) | Pascal Rigaux | 2002-07-05 | 2 | -0/+32 |
| | |||||
* | - do not use mar files for the list of modules, use list_modules.pm via ↵ | Pascal Rigaux | 2002-07-05 | 1 | -35/+18 |
| | | | | | | | kernel/modules.pl instead - use read_pcitable to parse usbtable | ||||
* | make it work with "use strict" | Pascal Rigaux | 2002-07-05 | 1 | -6/+5 |
| | |||||
* | add gnupg in "4 SYSTEM", so that rpm do not *Require* gnupg, only suggest it ↵ | Pascal Rigaux | 2002-07-05 | 1 | -1/+1 |
| | | | | very strongly :) | ||||
* | add pci_modules4stage1 for use in mdk-stage1/pci-resource/update-pci-ids.pl | Pascal Rigaux | 2002-07-05 | 1 | -0/+12 |
| | |||||
* | do not look at the mar files anymore, only use kernel/modules.pl (and so ↵ | Pascal Rigaux | 2002-07-05 | 1 | -33/+6 |
| | | | | list_modules.pm) | ||||
* | better comment | Pascal Rigaux | 2002-07-05 | 1 | -4/+2 |
| | |||||
* | - add preliminary harddrake support | Thierry Vignaud | 2002-07-05 | 1 | -18/+55 |
| | | | | | | | - clean %post - bump version number | ||||
* | don't use sed when not needed | Thierry Vignaud | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | pcmcia is now pcmcia_ (it was to begin with a clean branch of unmodified ↵ | Guillaume Cottenceau | 2002-07-05 | 20 | -6798/+0 |
| | | | | sources) | ||||
* | - handle /lib/i686 case | Francois Pons | 2002-07-05 | 1 | -2/+2 |
| | | | | | - replace Mandrake/RPMS with Mandrake/RPMS* | ||||
* | when building the tar for drakxtools, handle specially list_modules.pm | Pascal Rigaux | 2002-07-04 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-07-04 | 1 | -0/+335 |
| | |||||
* | adapt to new modules.pm | Pascal Rigaux | 2002-07-04 | 13 | -50/+37 |
| |