Today i found /sys/class/dmi/id on my system, it's a quite useful part of the sysfs-fs, you can find your motherboard vendor (board_vendor), and the name of your motherboard (board_name) and i'm sure a lot of other stuff there. I searched googled times for that, never found an answer.
CODE:
insanity:/sys/class/dmi/id# cat board_vendor
ASUSTeK Computer INC.
insanity:/sys/class/dmi/id# cat board_version
Rev 1.xx
insanity:/sys/class/dmi/id# cat board_name
P5W DH Deluxe
I'm just wondering why it is missing on my ThinClients....but i have no clue