Friday 29 October 2010

Aide Memoire - Linux on Thinkpad - Debugging Hardware and OS

sudo dmidecode -t 1

returns: -

# dmidecode 2.9
SMBIOS 2.4 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: LENOVO
Product Name: 4061BL5
Version: ThinkPad W500
Serial Number: R8XNGZN
UUID: FA45B001-5083-11CB-A73D-F2BA9561D842
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: ThinkPad W500

lsb_release -irs; uname -a

returns: -

Ubuntu
10.10
Linux dmhw500 2.6.35-22-generic-pae #35-Ubuntu SMP Sat Oct 16 22:16:51 UTC 2010 i686 GNU/Linux

lspci | grep -i "vga"

returns: -

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3650

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...