summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-1/+1
|
* (probe_category) perl_checker cleanupThierry Vignaud2004-04-231-1/+2
|
* (remove_alias, remove_alias_regexp, remove_alias_regexp_byname,Thierry Vignaud2004-04-231-0/+5
| | | | | remove_module, set_options) add more explanations
* fix 'somewhat' broken isdn type and driver name fetching from pcitableDamien Chaumette2004-04-221-5/+4
| | | | | (this is no paper-bag)
* (probe_category) set ISDN hisax driver type parameterThierry Vignaud2004-03-241-0/+1
|
* (write_conf) simplifyThierry Vignaud2004-03-221-3/+1
|
* typo fixThierry Vignaud2004-03-221-1/+3
|
* fix tv cards managed by cx88 and saa7134 (#9112)Thierry Vignaud2004-03-221-1/+1
|
* special case to handle imm & ppa on kernel 2.6:Pascal Rigaux2004-03-091-1/+6
| | | | | | - need parport_pc - modules insmod always succeed, so need to check /proc/sys/dev/parport/parport0/devices/{imm,ppa}
* a missing module is now an error, that way it won't be in scsi_hostadapters. ↵Pascal Rigaux2004-03-081-3/+3
| | | | In load_category(), exception is caught, so no pb when using load_category(). But beware, this may break!
* alias agpgart should be only for 2.6, since code doesn't allow this easily,Pascal Rigaux2004-02-201-2/+5
| | | | | adding the agp module to modprobe.preload
* don't log insmod errors on tty5, rather on tty3+ddebug.log as normal logGuillaume Cottenceau2004-02-181-4/+11
|
* - have usb-storage as a scsi_hostadapter by defaultPascal Rigaux2004-02-131-1/+8
| | | | | - remove it if unneeded for normal boot (cf comment in the code)
* handle wireless modulesThierry Vignaud2004-02-131-1/+1
|
* fix deps problem because of 2.4/2.6 mappings, better support 2.4 and 2.6 ↵Guillaume Cottenceau2004-02-131-6/+28
| | | | alltogether by keeping 2.4 names in modules.conf
* fix typoPascal Rigaux2004-02-031-1/+1
|
* fix typoPascal Rigaux2004-02-031-1/+5
|
* xxx-agp is not loaded at install, so when_load() is not the right placePascal Rigaux2004-01-301-1/+0
|
* don't miss the hook with 2.6 usb kernels (might explain fredl problem with ↵Guillaume Cottenceau2004-01-231-1/+1
| | | | usb keyboard)
* nice kernel guys spend their free time renaming modules for funGuillaume Cottenceau2004-01-221-1/+1
|
* misc change: more readable way of setting usb-interface aliasGuillaume Cottenceau2004-01-211-1/+1
|
* add *-agp module supportNicolas Planel2004-01-211-0/+1
|
* don't pass empty options, new insmod doesn't like itPascal Rigaux2004-01-211-1/+1
|
* - ugly hack to temporary handle reading ide_cd in /proc/modules whereas wePascal Rigaux2004-01-201-5/+1
| | | | | | insmoded ide-cd - removing load_ide() (unused)
* kernel 2.6 .ko adaptationPascal Rigaux2004-01-201-2/+10
|
* kernel 2.2 is deprecatedPascal Rigaux2004-01-191-6/+0
|
* detect_devices::matching_driver -> matching_desc but matching driver names ↵Guillaume Cottenceau2004-01-131-1/+1
| | | | (kernel modules)
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+1
|
* use $::prefixPascal Rigaux2004-01-051-5/+5
|
* - generate /etc/modprobe.preload (same as /etc/modules)Pascal Rigaux2004-01-051-9/+8
| | | | | - fix call to generate-modprobe.conf
* launch as shellNicolas Planel2003-12-161-1/+1
|
* remove () to be perl_checker compliantNicolas Planel2003-12-151-1/+1
|
* generate modprobe.conf when writing modules.confNicolas Planel2003-12-151-0/+3
|
* (remove_alias_regexp_byname) introduce it; works the same asThierry Vignaud2003-12-081-1/+8
| | | | | remove_alias_regexp but matches alias name instead of value
* when_load: is called many times (from read_already_loaded) so avoir ↵Guillaume Cottenceau2003-11-171-1/+1
| | | | remounting /proc/bus/usb those many times and sleeping for 4 seconds
* (remove_alias_regexp) simplifyThierry Vignaud2003-11-061-4/+1
|
* "let please pixel" changesThierry Vignaud2003-11-061-2/+2
|
* - generalize & rename remove_alias() as remove_alias_regexp() to handle regexpsThierry Vignaud2003-11-061-1/+6
| | | | | | | | | - introduce back a simple remove_alias() wrapper to remove_alias_regexp() - change remove_alias*() API from remove_alias(module) to remove_alias(alias) btw old behaviour was broken if eg one has two 3com cards when network::ethernet::configureNetwork removed all ethX aliases on 3c59x
* (write_conf) do not discard remove_alias changes ... (why nobody neverThierry Vignaud2003-11-061-1/+3
| | | | | saw it in years :-()
* perl checkerGuillaume Cottenceau2003-11-031-1/+1
|
* woops, when_load already exists :)Guillaume Cottenceau2003-11-031-14/+9
|
* for move: ensure "post load" stuff (here, mounting /proc/bus/usb)Guillaume Cottenceau2003-11-031-9/+13
| | | | | is done also when using /sbin/modprobe
* fixed for ongoing bug since at least 9.0 for alias not reported in current ↵Francois Pons2003-10-281-1/+1
| | | | installation.
* use /sbin/modprobe in move alsoGuillaume Cottenceau2003-10-091-1/+1
|
* don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and ↵Pascal Rigaux2003-09-181-1/+1
| | | | planel)
* increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse ↵Pascal Rigaux2003-09-091-1/+1
| | | | may be undetected)
* (add_alias) override current setting when adding an aliasThierry Vignaud2003-08-261-1/+1
|
* don't care if insmod'ing ohci1394 fail (bug #1972)Pascal Rigaux2003-08-211-1/+1
|
* load detected firewire modules during installPascal Rigaux2003-08-201-1/+1
|
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-4/+4
|