Search found 7 matches

by crocomo
20 Aug 2009, 13:23
Forum: Linux On My Samsung
Topic: [NC10] List of all the available BIOSes
Replies: 26
Views: 28621

RE: [NC10] List of all the available BIOSes

How did you manage to do this? I tried updating to BIOS version 10CA using BartPE, but the updater keeps complaining that "there is no installed battery or the remaining charge level of the battery is lower than 30%" although the battery is fully charged. Which Windows version are you usi...
by crocomo
18 Aug 2009, 14:29
Forum: Linux On My Samsung
Topic: [NC10] List of all the available BIOSes
Replies: 26
Views: 28621

RE: [NC10] List of all the available BIOSes

The BIOS and MICOM images can be easily extracted from the official Samsung updaters for windows. The BIOS can be updated by using the official phoenix flasher for DOS (phlash16.exe). The problem is the MICOM, which is updated using the 'WinUpV01_10.exe' utility in the official Samsung updater, but...
by crocomo
18 Aug 2009, 14:12
Forum: Linux On My Samsung
Topic: [NC10] Kernel 2.6.31
Replies: 107
Views: 204660

RE: [NC10] Kernel 2.6.31

Can you post your script? Maybe I can merge it with my current scripts in order to have different ways to control backlight? Sure. No problem. #!/bin/sh # adjust backlight via setpci and dpms via vbetool # Check if root called this script USER=`whoami` if [ $USER != "root" ]; then echo &q...
by crocomo
18 Aug 2009, 13:55
Forum: Linux On My Samsung
Topic: [NC10] List of all the available BIOSes
Replies: 26
Views: 28621

RE: [NC10] List of all the available BIOSes

'voRia' pid='1751' dateline='1250497244' wrote: I'm with 07CA yet, waiting for a DOS updater for the latest versions... :rolleyes:
Exactly what I'm also waiting for albeit I did the last update with a BartPE stick... worked pretty well. But kinda overkill ^^
by crocomo
18 Aug 2009, 13:36
Forum: Linux On My Samsung
Topic: [NC10] Kernel 2.6.31
Replies: 107
Views: 204660

RE: [NC10] Kernel 2.6.30* and all the related stuff

Here you can find a kernel module which enables the backlight control when KMS is in use (more info in this bug report ).... Ok, didn't know about this bug report. Should have searched more ;) But the solution via setpci on KMS works like a charm for me. So I'll stick with that for now... I remembe...
by crocomo
18 Aug 2009, 13:03
Forum: Linux On My Samsung
Topic: [NC10] Kernel 2.6.31
Replies: 107
Views: 204660

RE: [NC10] Kernel 2.6.30* and all the related stuff

Here you can find a kernel module which enables the backlight control when KMS is in use (more info in this bug report ).... Ok, didn't know about this bug report. Should have searched more ;) But the solution via setpci on KMS works like a charm for me. So I'll stick with that for now... I remembe...
by crocomo
18 Aug 2009, 02:12
Forum: Linux On My Samsung
Topic: [NC10] Kernel 2.6.31
Replies: 107
Views: 204660

RE: [NC10] Kernel 2.6.30* and all the related stuff

Hi, Screen Backlight support seems not working with 2.6.30-10. Works fine with -9. Kernel 2.6.30-10 enables KMS by default, breaking screen backlight support. You can disable KMS by creating a new .conf file in /etc/modprobe.d/ containing this line: options i915 modeset=0 or you can use the kernel ...