Tag Info

Hot answers tagged

1

Look at these sys log : Sep 18 06:48:19 Tardis.local coreservicesd[68]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=1589 Sep 18 06:48:20 Tardis.local airportd[3194]: _doAutoJoin: Already associated to “Type 40 Tardis”. Bailing on auto-join. What I gather ...


1

My keyboard is the same. Here is the patch I've made against the linux kernel 3.4 in order to make the "fn" key work. diff -aur linux-3.4.pristine/drivers/hid/hid-apple.c linux-3.4.new/drivers/hid/hid-apple.c --- linux-3.4.pristine/drivers/hid/hid-apple.c 2012-07-15 04:45:54.489209371 -0300 +++ linux-3.4.new/drivers/hid/hid-apple.c 2012-07-15 ...


1

I finally got the fn key working! I had to compile my own kernel module to do so. I think I coulda solved it in an easier way, but here's what I did: I found this bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/942184 The very first patch posted on that page had my solution: ...



Only top voted, non community-wiki answers of a minimum length are eligible