From Fedora Project Wiki
(Created page with ' $ sudo dmidecode -s system-product-name MacBookPro5,5 === Sensors === === Sound === * http://forums.fedoraforum.org/showthread.php?t=224181 === Touchpad === === Wireles...')
 
(bz urls added)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:


=== Sensors ===
=== Sensors ===
Please make sure the following modules <tt>applesmc</tt> and <tt>coretemp</tt> are loaded.
Also, when running <tt>sensors</tt>, 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 <tt>sensors</tt>, try:
  $ echo 'chip "applesmc-isa-*"' >> /etc/sensors3.conf
  $ sensors 2>&1 | awk '/^ERROR:/ {print "ignore " $7}' | \
    sed 's/_input:$//' >> /etc/sensors3.conf


=== Sound ===
=== Sound ===
  $ lspci | grep -i audio
  00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)


* https://bugzilla.redhat.com/show_bug.cgi?id=521526
* https://bugzilla.redhat.com/show_bug.cgi?id=502246
* http://forums.fedoraforum.org/showthread.php?t=224181
* http://forums.fedoraforum.org/showthread.php?t=224181


Line 12: Line 30:


=== Wireless ===
=== Wireless ===
  $ lspci | grep -i wireless
  03:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)




Line 17: Line 38:


* https://help.ubuntu.com/community/MacBookPro5-1_5-2/Karmic
* https://help.ubuntu.com/community/MacBookPro5-1_5-2/Karmic
 
* [http://www.smolts.org/client/show/?uuid=pub_65eddccc-1f84-497a-8a80-2d3408cc1c2a Smolt profile]


[[category:Hardware]]
[[category:Hardware]]

Latest revision as of 03:21, 14 October 2009

 $ 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)


Links