Samsung NP730U3E-S03DE Ultrabook

Ubuntu 12.04.3 LTS

Hardware

Folgendes tut auf Anhieb:

Nicht getestet:

lspci

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8730M]
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)

lsusb

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 2232:1045  
Bus 002 Device 003: ID 8087:07da Intel Corp. 

Touchpad optimieren

In die .bashrc;

synclient TapButton1=1 TapButton2=2 TapButton3=3

Danach: 1/2/3-Finger-Touch = linke/mittlere/rechte Maustaste

Stromverbrauch optimieren

unten in /etc/rc.local einbauen:

# SSD -> noop scheduler
echo 'noop' > /sys/block/sda/queue/scheduler

# VM writeback timeout
echo '1500' > /proc/sys/vm/dirty_writeback_centisecs

# turn off NMI watchdog
echo '0' > /proc/sys/kernel/nmi_watchdog

# autosuspend for USB
for i in /sys/bus/usb/devices/*/power/autosuspend; do echo '1' > $i; done;
for i in /sys/bus/usb/devices/*/power/level; do echo 'auto' > $i; done;

# switch off BT
rfkill block bluetooth

# NOTE: a lot of power saving settings are now handled by pm-utils!

exit 0

In /etc/pm/config.d/config:

SATA_ALPM_ENABLE=true
PCI_DEVICES_PM_ENABLE=true

LinuxHardware/NoteBooks/Samsung/NP730U3E (zuletzt geändert am 2013-09-03 15:45:53 durch HSI-KBW-078-042-160-036)