Hallo,
Ich habe mir Mitte Februar das Samsung NC10 gekauft. Windows wurde nur einmal gestartet um zu sehen ob alles funktioniert wie es soll 🙂 dann begann die Linux-Ära 🙂 Nach einigem rumprobieren bin ich bei enlightenment hängen geblieben.

Ich dachte das hier vielleicht noch mehr Leute dieses Netbook besitzen.
Man könnte sich untereinander austauschen um die Batterielaufzeit oder den Comfort zu erhöhen.

Also meldet euch und schreibt eure Probleme oder Problemlösungen auf.
Gute Idee!
  • Funktionstasten funktionieren teilweise (Helligkeit) nur mit Workaround.
  • BT hab ich nur per BIOS deaktiviert bekommen
z.H. fällt mir sicher noch mehr dazu ein. 🙂
Hi,

ausgehend von von diesem Thread habe ich schon vor einiger Zeit diesen Wiki-Artikel verfasst, der mittlerweile auch etwas erweitert wurde.

Auch im "Ur-Thread" selbst finden sich noch einige Informationen.

Viele Grüße

Barghest
ja den thread les ich auch immer fleißig... aber ich dacht mir das es in diesem forum noch fehlt und deswegen wollte ichs mal ansprechen.
Also 🙂
ich habe mich nach längerem Hin und Her für E-17 als DE entschieden. Es ist in meinen Augen die schönste und ressourcenschonenste Variante (widersprecht mir ruhig).

Vielleicht können wir mit diesem Thread den Wikieintrag noch erweitern.

Um Strom zu sparen habe sieht meine rc.local so aus
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#

#Powertop Vorschlag
echo 1500 > /proc/sys/vm/dirty_writeback_centisecs

#HSDPA-Modem ausschalten
echo "suspend" > /sys/bus/usb/devices/1-7/power/level

#Webcam ausschalten
echo "suspend" > /sys/bus/usb/devices/1-8/power/level

#Restliche Hubs ausschalten
echo "suspend" > /sys/bus/usb/devices/usb2/power/level
echo "suspend" > /sys/bus/usb/devices/usb3/power/level
echo "suspend" > /sys/bus/usb/devices/usb4/power/level
echo "suspend" > /sys/bus/usb/devices/usb5/power/level
Ob es Etwas bringt die "restlichen Hubs" auszuschalten weiß ich nicht aber es entsteht kein Nachteil dadurch.

Meine xorg.conf
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Touchpad" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
	Option	"AutoAddDevices" "False"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/100dpi:unscaled"
	FontPath     "/usr/share/fonts/75dpi:unscaled"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
	Load  "glx"
	Load  "xtrap"
	Load  "dbe"
	Load  "extmod"
	Load  "dri"
	Load  "freetype"
	Load  "synaptics"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbLayout"	 "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  	"Touchpad"
	Driver      	"synaptics"
	Option	"Protocol" "auto"
	Option	"Device" "/dev/input/mouse1"
	Option      "LeftEdge" "1700"
        Option      "RightEdge" "5300"
        Option      "TopEdge" "1700"
        Option      "BottomEdge" "4200"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "220"
        Option      "TapButton1" "1"
        Option      "HorizScrollDelta" "150"
        Option      "MinSpeed" "0.25"
        Option      "MaxSpeed" "0.50"
        Option      "AccelFactor" "0.01"
	Option	"VertEdgeScroll" "true"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Samsung"
	ModelName    "NC10"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 945GME Express Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1024x600"
	EndSubSection
EndSection
Das Wichtigste ist darin denke ich die konfiguration für synaptics. Leider habe ich Multitouch noch nicht zum laufen bekommen.

Naja und hier noch meine rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="de_DE.utf8"
HARDWARECLOCK="local"
USEDIRECTISA="no"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="no"
#MOD_BLACKLIST=() #deprecated
MODULES=(!ath5k ath_pci acpi-cpufreq ac battery button fan processor thermal video agpgart intel-agp !intel-rng !i2c-i801 !i2c-core evdev !joydev !pcspkr psmouse !serio_raw !led-class !compat_ioctl32 uvcvideo !v4l1-compat videodev !pci_hotplug !shpchp !rtc-cmos !rtc-core !rtc-lib output !iTCO_vendor_support !iTCO_wdt !snd-mixer-oss !snd-pcm-oss !snd-hwdep !snd !snd-page-alloc !snd-pcm !snd-timer !snd-pcsp snd-hda-intel !soundcore !pata_acpi !ata_generic !scsi_mod ata_piix !sky2 !mac80211 usb-storage cdc-acm usbcore !ehci-hcd uhci-hcd !sd_mod !st)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="mini"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
ath0="dhcp"
INTERFACES=(ath0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.178.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(@slim @hal @wicd @cpufreq)
Ich lasse die Module einzeln laden um den Bootvorgang zu beschleunigen. (Bringt ca 2 Sekunden 🙂 )

Naja soviel erstmal von meiner Seite. Viellcht zeigt ihr ja mal eure configs oder gebt ein feedback auf meine 🙂

Danke schonmal
2 Monate später
hm... ich will keine leuchen ausgraben aber mich würde interessieren wer von euch ein NC10 mit umts hat... das ist das einzige was ich bis jezt nicht vernünftig zum laufen bekomme.
Am liebsten würd ich umtsmon benutzen da ich dort auch direkt sms schreiben kann.
Wäre nett wenn sich jemand meldet 🙂
8 Monate später
Nun wärm ich diesen Thread auch nochmal auf, sollte noch Interesse an der UMTS Geschichte bestehen, heb es hier ans Laufen bekommen.

Mit freundlichen Grüßen

Beastie
ja interesse hab ich auf jeden Fall... bei mir läufts eher schlecht als recht.
Habe es vor einigen Wochen mit wvdial realisiert.

Das liegt aber auch daran das ich im moment keinen Internettarif zum testen habe 🙂

Ich habe noch ein 2. Problem aufgefunden 🙂 und zwar würd ich ganz gern SMS mit dem Modem verschicken, da ich überlege mir eine Fonic Sim zu holen. Und da muss man für diese 24Std Flat eine SMS versenden. Das wäre mitm Netbook direkt komfortabler.
15 Tage später
Ich wähle mich direkt mit umtsmon ein, Internet funktioniert auch, nur umtsmon zeigt während einer bestehenden Verbindung nur Suche Netz an, keine Ahnung warum. SMS hab ich bisher noch nicht probiert.
sms verschicken geht, ist aber sehr bugie das ganze.
Also bei mir läuft umtsmon überhaupt garnicht. Der macht nichtmal anstalten zu starten. Benutzt ihr die version ausm aur?

@Xukashi
sendest du SMS auch mit umtsmon oder anders?
6 Monate später
  • [gelöscht]

Ist es irgendwie möglich, das WLAN unter Arch zu aktivieren, wenn es beim Booten nicht aktiviert ist?

Ich habe eine Dualboot-Installation auf dem NC10 laufen und im BIOS ist "LastState" als Option für das WLAN eingestellt. Wenn ich es nun unter XP abschalte, dann bekomme ich es unter Arch nicht mehr zum laufen. (rfkill / ifconfig wlan0 up helfen nicht :-/ ) Wenn es beim Booten jedoch aktiviert ist, dann läuft alles problemlos. (WLAN wird manuel per netcfg gestartet)
Ich starte das WLAN mit wicd, aber ob es Dein Problem behebt, weiss ich leider nicht.

Gruß Beastie
  • [gelöscht]

Vermutlich nicht, es sei denn, du bekommst es so auch zum laufen, wenn beim booten WLAN im BIOS deaktiviert ist. Wie gesagt, es geht eher darum, die Funkverbindung zu aktivieren. WLAN ansich funktioniert ohne Probleme.