Results 1 to 3 of 3
How do i get DMI Informations (stuff displayed by dmidecode) in a
kernel module? I need some "System Information" like Vendor, Model
and UUID....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-13-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
DMI Informations In a Kernel Module?
How do i get DMI Informations (stuff displayed by dmidecode) in a
kernel module? I need some "System Information" like Vendor, Model
and UUID.
- 07-14-2011 #2Just Joined!
- Join Date
- Sep 2007
- Location
- Silver Spring, MD
- Posts
- 84
- 07-14-2011 #3Just Joined!
- Join Date
- Sep 2007
- Location
- Silver Spring, MD
- Posts
- 84
Vendor, Model, UUID
Also, you could download a file called sysinfo:
Ubuntu:
apt-get install sysinfo
Fedora:
Pick the version you are using, download the file
install it using rpm -Uvh <filename>
Suse:
Go to Suse's website and download file
zypper -i <filename>
An alternative would be to download webmin (web based unix managed tool) to view hardware information as well.
Take care.
Tdsan


Reply With Quote

