biosdevname
give BIOS-given name of a device
- Provided by: biosdevname (Version: 0.4.1-0ubuntu6.3)
- Report a bug
give BIOS-given name of a device
biosdevname [options] [args]...
biosdevname takes a kernel device name as an argument, and returns the BIOS-given name it "should" be.
The physical policy is the current default. However, when
invoking biosdevname in udev rules, one should always specify the policy you
want, as the default has changed over time.
The physical policy uses the following scheme:
Returns 0 on success, with BIOS-suggested name printed to stdout.
Returns 1 on provided device name lookup failure.
Returns 2 if system BIOS does not provide naming information. biosdevname
requires system BIOS to provide naming information, either via SMBIOS or
sysfs files.
Returns 3 if not run as root but requires root privileges.
Returns 4 if running in a virtual machine.
http://linux.dell.com/wiki/index.php/Oss/libnetdevname
http://linux.dell.com/files/biosdevname/
git://linux.dell.com/biosdevname.git
The dmidecode package contains two tools useful for debugging BIOS features that biosdevname uses, specifically dmidecode to read the SMBIOS Type 9 and Type 41 tables, and biosdecode to read the PCI IRQ Routing Table. Please include the output of each of these programs in any bug reports.
biosdevname was written by Matt Domsch <Matt_Domsch@dell.com>
This manual page was written by Rudy Gevaert <Rudy.Gevaert@UGent.be>, for the Debian project (but may be used by others).