Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2011-03-14 03:44:14
Size: 4909
Editor: GeoffSimmons
Comment: Amend local links.
Revision 4 as of 2012-05-16 21:45:00
Size: 5182
Editor: ?Matthias Bohner
Comment:
Deletions are marked like this. Additions are marked like this.
Line 74: Line 74:
 * since this netbook comes with an Atom N450 processor which supports intel 64bit, http://cdimage.debian.org/debian-cd/6.0.4/amd64/iso-cd/debian-6.0.4-amd64-netinst.is also works fine.
Line 124: Line 125:
not tested. works via [[http://www.x.org/wiki/Projects/XRandR|xrandr]]. With gnome
out of the box with Fn+F4

Samsung N220 Plus

Installing Debian Squeeze on this netbook is really simple and a lot of stuff are ready out of the box.

# uname -a
Linux Debian 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux

~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 28
model name      : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
stepping        : 10
cpu MHz         : 1667.000
cache size      : 512 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 10
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc up arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm
bogomips        : 3325.41
clflush size    : 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

~$ lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
05:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller

~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0a5c:219c Broadcom Corp. 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0ac8:c33f Z-Star Microelectronics Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Installation

Prepare the USB stick as described in other installation guides. Or use Unebootin : http://unetbootin.sourceforge.net/

  • Run the installer and select at least

[*] Graphical desktop environment
[*] Laptop Computer

Rest of the installation is pretty straight forward.

Configure hardware itches

Good thing is, it works almost all out of the box

Brightness & Fn-keys

Brightness not working out of the box.

Some Fn-keys working :

  • volume up ok
  • volume down ok
  • Volume mute ok

Make them all working installing easy-slow-down-manager package and compiling samsung-tools :

# aptitude install linux-headers-`uname -r`
# dpkg -i easy-slow-down-manager-dkms_x.x.x_all.deb
# aptitude install xbindkeys dbus-python rfkill gettext
# tar xzf samsung-tools-x.x.x.tar.gz
# cd  samsung-tools-x.x.x
# make
# make install

Then restart the system.

Network

LAN working without problems. For WLAN check brcm80211 or bcm43xx.

CPU scaling

working out of the box

card reader

work well. If you have problem try to comment the line about /dev/sdb1 in /etc/fstab

Suspension and hibernation

Working with e.g. gnome-power-manager out of the box.

powered USB (usb slot on the left)

not tested

external VGA

works via xrandr. With gnome out of the box with Fn+F4

Touchpad

To enable tapping, put

options psmouse proto=imps

Sources