voRia sent me the following information:
"So, to enable the FN keys you need to edit the files
'/lib/udev/rules.d/95-
keyboard-force-release.rules' and
'/lib/udev/rules.d/95-keymap.rules' and add your model to the list of
Samsung models.
To find the exact name of your model that you need to add, use the
command:
sudo dmidecode -s system-product-name"
(It is N220, so the lines become:
Code:
ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*N128*|*N130*|*N140*|*N210*|*N220*|*SR70S/SR71S*|*Q210/P210*",
RUN+="keyboard-force-release.sh $devpath samsung-other"
and
Code:
ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*NC10*|*NC20*|*N128*|*N130*|*N210*|*N220*|
*SP55S*|*SQ45S70S*|*SX60P*|*SX22S*|*SX30S*|*R59P/R60P/R61P*|*SR70S/SR71S*|*Q210*|*Q310*|*X05*|*P560*|*R560*",
RUN+="keymap $name samsung-other"
I used "open as administrator" and gedit to alter them.)
"Once done, reboot and all the FN keys should be enabled"
And it works, thanks voRia.
John