Files
Ilia Ross 7bb24044f2
Some checks failed
Tests / prove (push) Has been cancelled
Package and upload artifacts / build (push) Has been cancelled
Add new Hardware Information module
ⓘ Add a read-only module that summarizes the system, mainboard, boot firmware, Secure Boot and TPM state, usable memory and processors, and inventories PCI, USB, storage, network and hardware-monitor devices with their bound kernel drivers and modules.

All data is read directly from "sysfs" and "procfs" without external commands, with friendly device names loaded from the standard "pci.ids" and "usb.ids" databases when installed.

https://forum.virtualmin.com/t/show-server-information/137862/
2026-08-28 13:52:47 +02:00

289 lines
8.8 KiB
Plaintext

index_title=Hardware Information
index_system_desc=Review host, operating system, kernel, platform, boot firmware, security hardware, usable memory, processor and chassis information.
index_pci_desc=Review PCI devices, their bus addresses and classes, and the kernel drivers and modules associated with them.
index_usb_desc=Review USB devices, their bus locations and speeds, and the kernel drivers and modules associated with them.
index_storage_desc=Review storage devices, their capacity and media type, and the kernel drivers and modules associated with them.
index_network_desc=Review physical and virtual network interfaces, their link state and speed, and the kernel drivers and modules associated with them.
index_cpu_desc=Review logical processors, including their model, topology, online state and current frequency.
index_sensor_desc=Review temperature, fan, voltage, current and power readings exposed by Linux hardware-monitor drivers.
index_hostname=Hostname
index_os=Operating system
index_kernel=Kernel
index_architecture=Architecture
index_system=System
index_system_serial=System serial number
index_board=Mainboard
index_board_serial=Mainboard serial number
index_bios=BIOS or firmware
index_firmware_mode=Firmware interface
index_secure_boot=Secure Boot
index_tpm=Trusted Platform Module
index_tpm_detected=Detected ($1)
index_tpm_missing=Not detected
index_memory=Usable memory
index_processors_label=Processors
index_processors=$1 in $2 — $3
index_processor_count_one=1 logical processor
index_processor_count_many=$1 logical processors
index_package_count_one=1 physical package
index_package_count_many=$1 physical packages
index_package_count_unknown=unknown physical package topology
index_uuid=System UUID
index_chassis=Chassis
index_chassis_serial=Chassis serial number
index_device=Device
index_interface=Interface
index_processor=Processor
index_class=Class
index_location=Location
index_driver=Driver
index_module=Kernel module
index_speed=Speed
index_model=Model
index_capacity=Capacity
index_type=Type
index_address=Address
index_state=State
index_socket=Package ID
index_core=Core
index_frequency=Frequency
index_sensor=Sensor
index_chip=Monitoring device
index_reading=Reading
index_usb_location=Bus $1, device $2
index_empty_pci=No PCI devices were reported by the Linux kernel.
index_empty_usb=No USB devices were reported by the Linux kernel.
index_empty_storage=No whole block devices were reported by the Linux kernel.
index_empty_network=No network interfaces were reported by the Linux kernel.
index_empty_cpu=No processors were reported by the Linux kernel.
index_empty_sensor=No hardware-monitor readings were reported by the Linux kernel.
type_system=System Report
type_pci=PCI Devices
type_usb=USB Devices
type_storage=Storage Devices
type_network=Network Interfaces
type_cpu=Processors
type_sensor=Sensors
firmware_uefi=UEFI
firmware_bios=Legacy BIOS
firmware_other=Non-UEFI
secure_boot_enabled=Enabled
secure_boot_disabled=Disabled
storage_virtual=Virtual device
storage_optical=Optical drive
storage_removable=Removable storage
storage_ssd=Solid-state drive
storage_disk=Hard disk
network_wireless=Wireless
network_loopback=Loopback
network_virtual=Virtual
network_ethernet=Ethernet
network_other=Other
view_title=Hardware device $1
view_error=Failed to display hardware device
view_etype=Invalid hardware device type
view_enodevice=The requested hardware device no longer exists or is not available.
view_details=Device details
view_driver=Kernel driver and properties
view_interface=USB interface
view_interface_name=$1 — $2
view_interface_class=Class: $1
view_interface_driver=Driver: $1
view_interface_module=Kernel module: $1
view_return=hardware information
detail_address=Address
detail_class=Class
detail_class_id=Class ID
detail_vendor=Vendor
detail_device=Device
detail_subsystem_vendor=Subsystem vendor
detail_subsystem_device=Subsystem device
detail_revision=Revision
detail_irq=IRQ
detail_numa_node=NUMA node
detail_iommu_group=IOMMU group
detail_local_cpus=Local processors
detail_enabled=Enabled
detail_location=Kernel location
detail_bus_number=Bus number
detail_device_number=Device number
detail_serial=Serial number
detail_usb_version=USB version
detail_speed=Speed
detail_protocol=Protocol
detail_removable=Removable
detail_authorized=Authorized
detail_device_name=Device file
detail_type=Type
detail_capacity=Capacity
detail_model=Model
detail_firmware_revision=Firmware revision
detail_wwid=WWID
detail_transport=Transport
detail_bus_device=Parent bus device
detail_state=State
detail_logical_block_size=Logical block size
detail_physical_block_size=Physical block size
detail_rotational=Rotational media
detail_read_only=Read-only
detail_discard=Discard/TRIM support
detail_scheduler=I/O scheduler
detail_interface=Interface
detail_carrier=Carrier detected
detail_duplex=Duplex
detail_mtu=MTU
detail_rx_bytes=Received data
detail_tx_bytes=Transmitted data
detail_rx_packets=Received packets
detail_tx_packets=Transmitted packets
detail_rx_errors=Receive errors
detail_tx_errors=Transmit errors
detail_rx_dropped=Dropped receive packets
detail_tx_dropped=Dropped transmit packets
detail_processor=Logical processor
detail_socket=Package ID
detail_core=Physical core
detail_online=Online
detail_frequency=Current frequency
detail_frequency_driver=Frequency scaling driver
detail_cpu_family=CPU family
detail_model_id=Model ID
detail_stepping=Stepping
detail_microcode=Microcode
detail_cache=Cache
detail_siblings=Threads in package
detail_cpu_cores=Cores in package
detail_bogomips=BogoMIPS
detail_flags=Features and flags
detail_sensor_chip=Monitoring device
detail_sensor_type=Reading type
detail_sensor_reading=Current reading
detail_driver=Driver
detail_module=Loadable kernel module
detail_modalias=Module alias
module_title=Kernel module $1
module_error=Failed to display kernel module
module_enotfound=The requested kernel module is not loaded or is not available.
module_details=Loaded module details
module_state=State
module_refcount=Reference count
module_version=Version
module_srcversion=Source version
module_taint=Taint flags
module_coresize=Core size
module_initsize=Initialization size
module_holders=Used by modules
module_additional=Module metadata and parameters
module_parameter=Parameter $1
module_builtin=Built into kernel
format_mbps=$1 Mb/s
format_mhz=$1 MHz
format_celsius=$1 °C
format_rpm=$1 RPM
format_volts=$1 V
format_amps=$1 A
format_watts=$1 W
sensor_numbered=$1 $2
sensor_temp=Temperature
sensor_fan=Fan
sensor_in=Voltage
sensor_curr=Current
sensor_power=Power
online=Online
offline=Offline
unknown=Unknown
chassis_type_3=Desktop
chassis_type_4=Low-profile desktop
chassis_type_5=Pizza box
chassis_type_6=Mini tower
chassis_type_7=Tower
chassis_type_8=Portable
chassis_type_9=Laptop
chassis_type_10=Notebook
chassis_type_11=Hand-held
chassis_type_12=Docking station
chassis_type_13=All-in-one
chassis_type_14=Sub-notebook
chassis_type_15=Space-saving
chassis_type_16=Lunch box
chassis_type_17=Main server chassis
chassis_type_18=Expansion chassis
chassis_type_19=Sub-chassis
chassis_type_20=Bus expansion chassis
chassis_type_21=Peripheral chassis
chassis_type_22=RAID chassis
chassis_type_23=Rack-mount chassis
chassis_type_24=Sealed-case PC
chassis_type_25=Multi-system chassis
chassis_type_26=CompactPCI
chassis_type_27=AdvancedTCA
chassis_type_28=Blade
chassis_type_29=Blade enclosure
chassis_type_30=Tablet
chassis_type_31=Convertible
chassis_type_32=Detachable
chassis_type_33=IoT gateway
chassis_type_34=Embedded PC
chassis_type_35=Mini PC
chassis_type_36=Stick PC
chassis_type_other=Type $1
pci_class_00=Unclassified device
pci_class_01=Mass storage controller
pci_class_02=Network controller
pci_class_03=Display controller
pci_class_04=Multimedia controller
pci_class_05=Memory controller
pci_class_06=Bridge
pci_class_07=Communication controller
pci_class_08=System peripheral
pci_class_09=Input device controller
pci_class_0a=Docking station
pci_class_0b=Processor
pci_class_0c=Serial bus controller
pci_class_0d=Wireless controller
pci_class_0e=Intelligent controller
pci_class_0f=Satellite communication controller
pci_class_10=Encryption controller
pci_class_11=Signal processing controller
pci_class_12=Processing accelerator
pci_class_13=Instrumentation device
pci_class_40=Coprocessor
pci_class_ff=Unassigned device
pci_class_other=Other PCI device
usb_class_00=Defined by interface
usb_class_01=Audio
usb_class_02=Communications
usb_class_03=Human interface device
usb_class_05=Physical
usb_class_06=Imaging
usb_class_07=Printer
usb_class_08=Mass storage
usb_class_09=Hub
usb_class_0a=CDC data
usb_class_0b=Smart card
usb_class_0d=Content security
usb_class_0e=Video
usb_class_0f=Personal healthcare
usb_class_10=Audio/video
usb_class_11=Billboard
usb_class_12=USB Type-C bridge
usb_class_dc=Diagnostic
usb_class_e0=Wireless controller
usb_class_ef=Miscellaneous
usb_class_fe=Application-specific
usb_class_ff=Vendor-specific
usb_class_other=Other USB device
__norefs=1