summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
Commit message (Collapse)AuthorAgeFilesLines
* (raidAutoStart): fix for when kmod is therePascal Rigaux2001-08-201-0/+2
|
* a hell lot of cleanup/rewrite:Pascal Rigaux2001-08-171-25/+26
| | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-2/+2
| | | | works on lists)
* big work on isdn. Not finisheddamien2001-07-221-0/+13
|
* roll back some changes from PPC beta - OldWorld vs NewWorld bootloaderStew Benedict2001-07-181-3/+17
| | | | | modem detection on ttyS0, new sound module in 2.4.4
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-211-1/+1
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* fixed hasPCMCIA and added isLaptop to probe for problable laptop computerFrancois Pons2001-06-131-1/+10
| | | | | (according to PCMCIA present or laptop graphics card).
* - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases)Pascal Rigaux2001-06-111-2/+2
| | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him?
* include patch to autodetect raid arrays (still needs a kernel that ↵Guillaume Cottenceau2001-06-111-0/+18
| | | | implements the ioctl..)
* fixed fix for isBurner as it does not run on SCSI device.Francois Pons2001-06-081-2/+7
|
* fixed burner and dvd drive detection ;-)Francois Pons2001-06-061-18/+8
| | | | | | | | | c::isBurner seems to detect both IDE and SCSI drive and description does not necessary contains CDRW substring (for info). c::isDvdDrive is unable to detect SCSI drive (at least one tested) but DVD substring is quite nicely well represented, and there is few DVD drive available as SCSI (pionneer?)
* nicer solution for detecting DVD drives (still need SCSI detection)Pascal Rigaux2001-06-051-1/+10
|
* added DVD support, only first try to detect a DVD drive and rpmsrate is notFrancois Pons2001-06-051-0/+2
| | | | | updated.
* fixed non update of usb printer device.Francois Pons2001-04-241-0/+1
|
* fix Hewlett-Packard to HP in case.Francois Pons2001-04-121-0/+1
|
* avoid need of shell for live upgrade on serial_probe (removed 2>/dev/null whichFrancois Pons2001-04-111-1/+1
| | | | | is not necessary).
* fixed printer probe (usb and parallel).Francois Pons2001-04-111-16/+12
|
* fixed parport probe for printer under 2.4 kernel.Francois Pons2001-04-041-2/+3
|
* added missing LD_LOADER reference for /bin/dmesg (needed for live upgrade soFrancois Pons2001-04-041-1/+1
| | | | | that error message are not printed)
* added multiple tablet support (wacom), moved usb probe for mouse and tabletFrancois Pons2001-03-231-1/+2
| | | | | at the beginning.
* (isUSBFDUDrive, usbfdus): removed, doesn't scalePascal Rigaux2001-03-231-9/+13
| | | | | | (isFloppyOrHD): floppy type is 'fd', not 'floppy' (stringlist): nicer (a la new lspcidrake)
* added pci id reference.Francois Pons2001-03-211-1/+1
|
* old codePascal Rigaux2001-03-211-1/+0
|
* any.pm: enable module load PPCStew Benedict2001-03-201-8/+0
| | | | | | detect_devices.pm: forgot to remove commented code after test netconnect.pm: load macserial module for PPC
* bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed ↵Stew Benedict2001-03-151-8/+9
| | | | temporary file read/write per Pixel
* (burners): don't use cdroms() which return scdX for ide burners, andPascal Rigaux2001-03-131-1/+1
| | | | | | isBurner don't use the same technique. so use get() and grep for type "cdrom"
* fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for otherFrancois Pons2001-03-121-2/+2
| | | | | | | | | | combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH.
* (get_mac_model): fix for perl2fcallsPascal Rigaux2001-03-121-1/+1
|
* routine to detect MacIntosh model codeStew Benedict2001-03-091-0/+13
|
* (floppies): load module "floppy" before probingPascal Rigaux2001-03-081-1/+3
|
* cleanupPascal Rigaux2001-03-081-1/+1
|
* (isBurner): use syslog to detect scsi burnersPascal Rigaux2001-03-081-1/+9
|
* (stringlist): if no text description, display idsPascal Rigaux2001-03-061-1/+2
|
* fix typoPascal Rigaux2001-03-021-1/+1
|
* (getCompaqSmartArray): adapt for ccissPascal Rigaux2001-03-021-9/+9
|
* (pci_probe): fix to clean the logPascal Rigaux2001-02-241-1/+1
|
* (hasPCMCIA): created (check for /proc/pcmcia)Pascal Rigaux2001-02-071-0/+1
|
* (get): cleanup, remove hasIDE hasSCSI...Pascal Rigaux2001-02-021-22/+10
|
* (getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p*Pascal Rigaux2001-01-291-1/+0
|
* use ldetect-lst for usb => now auto detects mice types :)Pascal Rigaux2000-12-161-15/+7
|
* use ldetect-lstPascal Rigaux2000-12-161-3/+13
|
* pci_probing now done by libldetectPascal Rigaux2000-12-161-1/+12
| | | | | config files moved in package ldetect-lst
* removed foreach (<... which are eating memoryFrancois Pons2000-11-141-12/+12
|
* (floppies, probeall): add require "modules" as it should bePascal Rigaux2000-10-231-0/+2
|
* (cdroms): fix the setting of scdX for ide burnersPascal Rigaux2000-10-161-3/+4
|
* no_commentPascal Rigaux2000-10-061-1/+1
|
* no_commentPascal Rigaux2000-10-041-13/+14
|
* *** empty log message ***Francois Pons2000-10-021-3/+1
|
* *** empty log message ***Francois Pons2000-09-291-1/+20
|