Linux Laptops Home |
This page contains a sampling of what your submitted entry should look like. Although we do not ask you to adhere to this template, we encourage you to follow it so that all of our webpages have a uniform look and so that it is easier for our readers to quickly locate information they may need:
Last updated: 1/16/2010
General Hardware Specifications of Samsung NP-N510 model JA02US:
Hardware Components
|
Status under Linux
|
Notes
|
Processor: Intel Atom N280, 1.66GHz | Works | No special procedure required during installation. |
Display: 11.6 LED backlit matte 1366x768 | Works | Select Generic LCD Display in Installer |
Graphics: nVidia ION LE (shows as Quadro FX 470M) | Works | nouveau driver by default (see notes for 3D and CUDA with Nvidia driver) |
Memory: 2GB SDRAM (~200MB reserved by nVidia ION) | Works | No special procedure required during installation |
Harddrive: Samsung HM250HI 250 GB SATA (5400 rpm) | Works | No special procedure required during installation |
Integrated Network Card: Marvell 88E8040 PCI-E Fast Ethernet | Works | No special procedure required during installation | Internal Wireless: Realtek 8192 | Works | Driver compiled from sources (see below) |
Battery: 6 cell (5900 mAh) | Works | No special procedure required during installation |
Sound: nVidia MCP79 | Works |
No special procedure required during isntallation |
This laptop is operating under Kernel version 2.6.31
partition space for Linux: defragment under Win boot F10 live from USB stick fdisk /dev/sda p -> write it down! sda1: 1-1959 id 27 (recover 1 orig. system) sda2* 195901972 id 7 (recover 2 ??) sda3: 1972-7193 id 7 (Win7) sda4: 7193-30402 id 7 (recover files) ntfsresize -i /dev/sda4 ntfsresize -n -s 40G /dev/sda4 ntfsresize -s 40G /dev/sda4 y ntfsresize -i -f /dev/sda4 fdisk /dev/sda p d 4 n p 1 (ret) +40140M(added 140M safety -- max cyl. size!!!) t 1 7 # a 2 p sda4: 7193-30401 id 5 (extended) sda5: 7193-12310 id 7 (recover files) w ntfsresize -i -f /dev/sda4 reboot Win, wait for file sys check to finish, should work F12 i686 install default partitions on free space (ext3 boot, ext4 o/w) * office * developer * F12+update repos tagged #customize later select KDE grub: other/Windows: root (hd0,1)
#N510 Ubuntu http://forum.ubuntuusers.de/topic/samsung-n510-und-ubuntu/ http://74.125.47.132/search?q=cache:8Cleo4fFapYJ:forum.ubuntuusers.de/topic/samsung-n510-und-ubuntu/3/+rtl+8192E+kernel+module&cd=1&hl=en&ct=clnk&gl=us&client=firefox-a http://www.dirk-hoeschen.de/Blog_53_Das-Samsung-N510-unter-Unbuntu-Linux.html #wireless #Realtek RTL 8192E Wireless LAN 802.11n PCI-E NIC wget http://www.dirk-hoeschen.de/temp/rtl819Xe.tar.gz tar xzf rtl819Xe.tar.gz ./install.sh #modprobe r8192_pci iwconfig #sound 1) Nvidia 2) Realtek works as intel #graphics 1366x768 Nvidia Ion LE works #webcam SCB-1600C works
#CUDA 3.0 beta on F12: working? http://foldingforum.org/viewtopic.php?f=54&t=12207 #1) cuda driver nvidia.ko: #http://rpmfusion.org/Howto/nVidia #add to /etc/grub.conf: ##??? sed -i '/root=UUID/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf kernel ... rdblacklist=nouveau reboot init 3 setsebool -P allow_execstack on #install cuda driver sh cudadriver* automatically create xorg.conf #2) cuda sdk sh cudatoolkit* #3) as user, GPU computing sdk sh gpucomputingsdk* #edit NVIDIA_GPU_Computing_SDK/C/common/common.mk: NVCCFLAGS := --compiler-options -fno-strict-aliasing --compiler-options -fno-inline #http://forums.nvidia.com/index.php?showtopic=104525 # Workaround with gcc 4.4.x for CUDA 2.3 SDK #http://forums.nvidia.com/index.php?showtopic=150005 #edit ~/NVIDIA_GPU_Computing_SDK/shared/inc/shrUtils.h #before or after next make??? //#includecd ~/NVIDIA_GPU_Computing_SDK/C make cd ~/NVIDIA_GPU_Computing_SDK/C/src/bandwidthTest/ make ../../bin/linux/release/matrixMul