PDA

View Full Version : How can I switch to console mode?


michaels
May 1st, 2007, 10:47 AM
Hi, buddy!

After installing Feisty, my macbook pro works really well except a minor defect on keyboard mapping: Because the "Fn" key can't be detected, the keys from "F1" to "F10" work as function keys, for example, adjusting the sound or keyboard backlight. As a result, I cannot switch to console mode with "Ctrl + Alt +F2". Does some one knows how to switch to console mode from command line in a Terminal? And how to switch back?

Thank you!:KS

Zelut
May 10th, 2007, 07:23 PM
the fn keys are swapped if you press fn (bottom left) so you should be able to use:

ctrl-alt-fn-F1 to toggle that. I have actually disabled the default fn setup so I now need to press fn to get the volume keys, etc.

The_Giver
May 17th, 2007, 04:51 AM
and how would i do that?

Nakah
May 20th, 2007, 05:09 AM
Just create a file in /etc/modprobe.d/ name it like you want
And write into it :

options hid pb_fnmode=2 #(for kernel >= 2.6.20)

or

options usbhid pb_fnmode=2 #(for kernel < 2.6.20)