Search found 5 matches

by nroach44
17 Mar 2011, 10:11
Forum: Other
Topic: Standby on Samsung N150
Replies: 12
Views: 17248

Re: Standby on Samsung N150

there is

Code: Select all

ro quiet splash intel_idle.max_csate=0
That should be

Code: Select all

ro intel_idle.max_cstate=0 quiet splash
if you did it the way I explained before.

But it doesn't need to be in any order.
At least I think so...
by nroach44
17 Mar 2011, 02:50
Forum: Other
Topic: Standby on Samsung N150
Replies: 12
Views: 17248

Re: Standby on Samsung N150

Okay, thats interesting, what version of Ubuntu are you using? And did you use grub customizer like I said, or something else? (just curious) When you are starting the computer, hold down the left shift button (i think) (unless you have a timer on grub). You should now see a list that looks somethin...
by nroach44
03 Feb 2011, 14:24
Forum: Other
Topic: Backlight ctrl works in Maverick 2.6.35-22, not in 24 or 25
Replies: 5
Views: 10294

Backlight ctrl works in Maverick 2.6.35-22, not in 24 or 25

I am using Ubuntu 10.10 on my N150+ (NP-N150-JP01AU) And my backlight control works in the oldest kernel, but not 24 or 25? The button presses are recognized, but no action is taken. I can adjust it with a setpci command however. I do have samsung-tools and samsung-backlight installed.
by nroach44
03 Feb 2011, 14:18
Forum: Other
Topic: Ubuntu Maverick, N150, elantech touchpad and vertical scroll
Replies: 12
Views: 69582

Re: Ubuntu Maverick, N150, elantech touchpad and vertical sc

n3ko wrote on 2009-05-25: Re: [jaunty] elantech touchpad does not scroll #7 You can make the module option permanent with this: echo "options psmouse proto=imps" |sudo tee -a /etc/modprobe.d/psmouse Later, when this bug is fixed, you can try to remove the /etc/modprobe.d/psmouse file. Anak...
by nroach44
03 Feb 2011, 14:09
Forum: Other
Topic: Standby on Samsung N150
Replies: 12
Views: 17248

Re: Standby on Samsung N150

To fix this you need to add "intel_idle.max_cstate=0" to the boot params. To do that you will need to edit grub/burg. Best accomplished with grub customiser. Download grub customiser, goto preferences, look down at kernel parameters and paste over the "quiet splash" with "in...