
libhardware 0.7.0 - generic library for hardware detecting


[english]

libhardware is a very small static library used in many utilities that 
are part of the Antonio Gallo's (AGX) GNU/Linux distribution "Bad Penguin". 
It provides functions to access information about the hardware of your system,
to detect it and to handle kernel module automatically.

libhardware is able to:
- detect all the PCI devices;
- detect all the EIDE disks and cdroms;
- detect all the SCSI disks and cdroms;
- detect all the EIDE/SCSI disk partitions;
- detect all the network devices;
- checking if a detected device is supported from the Linux kernel
  via a custom PCI database;
- for each supported device it also check if the module is already
  running, if not, the module is loaded via the modprobe utility;

Please, contribute to this project, installing libhardware on your system 
and checking that all your devices are correctly detected. Libhardware 
has its own database device that needs help in order to be completed.

Download from:
    http://ftp.badpenguin.org/pub/software/
    http://www.badpenguin.org/
    http://cvs.linux.it/

Antonio Gallo (AGX)



[italian]

libhardware e' una piccola libreria statica usata all'interno della distribuzione
GNU/Linux "Bad Penguin" di Antonio Gallo (AGX).
Essa fornisce una serie di funzioni per accedere alle informazioni riguardanti
l'hardware del proprio sistema e per individuare e gestire automaticamente i
moduli del kernel.

libhardware e' capace di:
- trovare tutti i dispositivi PCI;
- trovare tutti i dischi e cdrom di tipo EIDE e di tipo SCSI;
- trovare tutte le partizioni disponibili sui dischi;
- trovare tutte le interfacce di rete;
- controllare se un dispositivo hardware  supportato o meno dal kernel di
  Linux usando un proprio database di periferiche PCI;
- per ogni device supportato viene controllato se il modulo  gi caricato,
  in caso negativo, il modulo viene caricato via l'utility modprobe;

Cortesemente, contribuisci a questo progetto installando libhardware sul tuo
sistema e controllando che tutti i tuoi dispositivi vengano identificati
correttamente. Libhardware ha il proprio database di dispostivi che ha bisogno
di essere completato.

Download da:
    http://ftp.badpenguin.org/pub/software/
    http://www.badpenguin.org/
    http://cvs.linux.it/

Antonio Gallo (AGX)
