Hello,<br><br><span>It would appear Macbook Pro users need to additionally press the fn key to make F1 - F10 work as expected under Linux. Therefore to switch to a vt they have to perform a wierd kind of hand twister to get it to work as it now requires Ctrl+Alt+Fn+F1. Macbook user Alexey Kuznetsov wrote to me and said:
<br><br></span>To solve this problem i send echo "2" to /sys/module/hid/parameters/pb<div id="mb_0">_fnmode every time on boot. But i this is a good idea to set this feature by default for all fedora 7 users.<br>
<br>I solve it by small startup service here is ti:<br><br><span style="font-family: courier new,monospace;">#!/bin/bash</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

#</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># chkconfig: 12345 90 01</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">

# description: fix apple fn keys</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">. /etc/init.d/functions</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">echo "2">/sys/module/hid/parameters/pb_fnmode</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">action "Starting the Mac Function keys fix:" <br></span><span><br>to which I replied:<br><br></span>" ... you can also just add:<br><br>options usbhid pb_fnmode=2
<br><br>to modprobe.conf
<br><br><span>and I think:<br><br>usbhid.pb_fnmode=2<br><br>being added to the kernel parameters as well. I will post an RFE to the fedora-kernel list."<br><br>Is it possible to enable this by default - the green lizards seem to have done so:
<br><br><a href="https://bugzilla.novell.com/show_bug.cgi?id=220266">https://bugzilla.novell.com/show_bug.cgi?id=220266</a><br><br>Cheers<br>Chris<br><br></span></div>-- <br><a href="http://www.chruz.com">http://www.chruz.com
</a>