Author Topic: Advanced tips for the Samsung NC10  (Read 3753 times)

Offline Ɗα√ϵς§

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5524
  • PCLinuxOS: A revolution in personal computing
Re: Advanced tips for the Samsung NC10
« Reply #15 on: November 18, 2009, 01:39:52 AM »
Thanks, checked 14_setkeys and it is executable.

I tried the new brightness procedure davecs wrote yesterday. Still no help.

I thought perhaps the sudoer file was screwed so I ran up visudoers, deleted the entries and re-entered them. Still no help.

Still pluggin' away. Hopefully I'll stumble across the error soon.

Rick.

Did you do the kernel update? Which one are you using? It seems that different kernels produce different keycodes... maybe you should run "xbindkeys -k" in a terminal and test what codes your keyboard is returning.

If you are using the brightness procedure from the "regular" forum, the sudoers file should onl affect the wireless.
« Last Edit: November 18, 2009, 01:42:35 AM by davecs »
PCLinuxOS has no wealthy sponsors and can only survive with your donations! Don't wait it might be too late.

Running PCLOS on Athlon II/250 with 2Gb Ram using ASUS M2N68-AM Plus Mobo with Nvidia GF7600GT graphics, and Samsung NC10 Netbook

Offline rick0612

  • Sr. Member
  • ****
  • Posts: 258
  • The only dumb question is the one not asked.
Re: Advanced tips for the Samsung NC10
« Reply #16 on: November 18, 2009, 08:58:47 AM »
Found it!!!!!

I had to change localhost in sudoers to the name of my computer!
Switched over to the advanced brightness and it worked, so did drakroam.

On the brightness procedure from the regular section - It works partially.

I had to add a line for backlight-toggle to the sudoers file to get it to work at all.
The Fn - down arrow lowers the brightness to minimum right away. The Fn - up arrow has no effect. The Fn - F5 keys bring the brightness up a notch but no down at all.

And yes the system is all up to date including kernel 2.6.27.31.

Hope this helps.

Rick.
Packaging rig: Averatec 2573 /12.1" screen /2.0GHZ /3GB RAM /120GB SSD /Minime 2012.12

Daily rig: Alienware X51 /23" monitor /Windows 7 host /KDE VBox client

Offline Ɗα√ϵς§

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5524
  • PCLinuxOS: A revolution in personal computing
Re: Advanced tips for the Samsung NC10
« Reply #17 on: November 18, 2009, 03:54:57 PM »
Found it!!!!!

I had to change localhost in sudoers to the name of my computer!
Switched over to the advanced brightness and it worked, so did drakroam.

On the brightness procedure from the regular section - It works partially.

I had to add a line for backlight-toggle to the sudoers file to get it to work at all.
The Fn - down arrow lowers the brightness to minimum right away. The Fn - up arrow has no effect. The Fn - F5 keys bring the brightness up a notch but no down at all.

And yes the system is all up to date including kernel 2.6.27.31.

Hope this helps.

Rick.

Strange. Have you left the previous kernel installed, and if so, which one are you actually booting to?

Maybe different versions of the hardware give different key readings, in which case can you open a terminal as USER, and type the following lines:

Code: [Select]
killall xbindkeys
xbindkeys -mk

The first line stops xbindkeys to stop it having any effect, the second puts up a small window, which you should click on with your mouse. Then if you press in all the Fn-F key combinations, you should see what codes they are returning on your system. You may have to change the codes in your .xbindkeysrc file.
PCLinuxOS has no wealthy sponsors and can only survive with your donations! Don't wait it might be too late.

Running PCLOS on Athlon II/250 with 2Gb Ram using ASUS M2N68-AM Plus Mobo with Nvidia GF7600GT graphics, and Samsung NC10 Netbook

Offline rick0612

  • Sr. Member
  • ****
  • Posts: 258
  • The only dumb question is the one not asked.
Re: Advanced tips for the Samsung NC10
« Reply #18 on: November 18, 2009, 05:40:01 PM »
Hi davecs,

I definitely boot into 2.6.27.31.

All keys programmed using your scripts and instructions work as advertised in the advanced section. The only difference from your instructions is that my terminal prompt says rick-nc10 rather than localhost. I replaced localhost with rick-nc10 in the sudoers file and everything started working.

The only problem now is the "regular section" brightness control.

Great job on the keys!!! Thanks

Rick.
Packaging rig: Averatec 2573 /12.1" screen /2.0GHZ /3GB RAM /120GB SSD /Minime 2012.12

Daily rig: Alienware X51 /23" monitor /Windows 7 host /KDE VBox client