From Fedora Project Wiki
< Hardware
$ sudo dmidecode -s system-product-name MacBookPro5,5
Sensors
Please make sure the following modules applesmc and coretemp are loaded. Also, when running sensors, a few warnings are issued:
$ sensors ERROR: Can't get value of subfeature temp6_input: I/O error ERROR: Can't get value of subfeature temp8_input: I/O error [...]
To quiten sensors, try:
$ echo 'chip "applesmc-isa-*"' >> /etc/sensors3.conf $ sensors 2>&1 | awk '/^ERROR:/ {print "ignore " $7}' | \ sed 's/_input:$//' >> /etc/sensors3.conf
Sound
$ lspci | grep -i audio 00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
Touchpad
Wireless
$ lspci | grep -i wireless 03:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)