Minimoy: Difference between revisions

From miki
Jump to navigation Jump to search
m (moved Configuration Samsung NC10 Minimoy to Minimoy over redirect)
 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Installed Operating System ==
* Installation
=== Current OS Log ===
** 1st power-on: windows completes its installation (''disabled auto update''), 1st boot, samsung software installs itself, auto restart into Samsung Recovery Solution III.
* [[{{PAGENAME}} - Windows|Windows XP Home]]
** SRS III: hidden partition '''6GB''', C: partition '''25GB''', D: partition '''118GB'''
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
* Personalised NT Explorer
* [[{{PAGENAME}} - Ubuntu|Ubuntu Lucid Lynx 10.04]]
* Samsung Update Plus
** [[{{PAGENAME}} - Ubuntu - Files|Configuration files]]
** 2009/08/19 - error message ''DwlStatus != ...''
* Launch Explorer - Uninstall Google Toolbar
* Uninstall McAfee (get MCPR.exe removal tool here [http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe], referenced here [http://www.sammynetbook.com/plugins/forum/forum_viewtopic.php?2415.10#post_3436])
* Installed Opera 9.64
* Windows Update - set to notify
* Added keyboard "Français (Belgique)"
* Network assistant wizard
** Network work group = "HELL"
** Enable file sharing
* Installed '''Launchy''' (hide when loses focus, always center, don't check for updates, update catalog manually).


=== Previous OS Log ===
TODO:
* [[{{PAGENAME}} - Eeebuntu NBR 3.0.1|Eeebuntu NBR 3.0.1]]
* Add launchy plugins
** [[{{PAGENAME}} - Eeebuntu NBR 3.0.1 - Files|Configuration files]]
* Enable sharing with other PCs
* Install DVD reader
* disable dvd autorun


== System ==
* '''2009-08-29''' - INSTALL - new hardware - added DVD writer USB
=== Hardware ===
* '''2009-08-29''' - INSTALL - Opera - Flash player 10
See also [[Linux Admin#Hardware|hardware page]] on this wiki.
* '''2009-08-29''' - INSTALL - DVD Writer - Samsung FW LiveUpdate 2.0 --> doesn't work...
* Laptop '''Samsung NC10'''
tried to install direct FW update
synaptic - sensibility = max -1, scroll window under pointer
Update Samsung Update, but doesn't work (list 3 update, but installing them show the history window, without any other effect)
INSTALL - Nero 8 Essential - full install (keep all suggested defaults)


'''Wireless'''
souris -> disabled region of virtual scrolling (horizontal)
* Wireless card: Atheros Communications Inc. AR5001 Wireless Network Adapter
nero showtime --> proposed to download dolby digital demo for free... refused, but then can't hear ghost in the shell!!!
<source lang="bash">
lspci -s 02: -v
# 02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
# ...
# Kernel driver in use: ath5k
</source>
<source lang="bash">
sudo lshw -C network
# configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.25 firmware=N/A latency=0 link=no multicast=yes port=twisted pair
</source>
<source lang="bash">
modinfo iwlagn
# filename: /lib/modules/2.6.32-26-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
# version: 0.6.0 (EXPERIMENTAL)
</source>


== Miscellaneous Configuration Log ==
=== Log ===
{| class="install_log"
<!-- !!! space after Settings, Install, Uninstall... are unbreakable space !!! -->
|-
* [<tt>2009-09-01</tt>] <tt>'''Hardware'''  -</tt> '''Gyration Universal Remote'''.
* [<tt>2009-09-01</tt>] <tt>'''Install'''   -</tt> '''Gyration''' - Triple tap Windows 32bit patch.
|[2009-09-01]||'''Hardware'''||Installed '''USB DVDWriter SE-S084B'''
|-
|[2009-09-02]||'''Settings''' &mdash; DVDWriter||Changed region code to '''2''' (with DVD Decrypter).
|-
|[2009-09-02]||'''BIOS'''||'''MBR''' - Write protect MBR (to protect against virus and... GRUB!)
|-
|[2009-09-02]||'''BIOS'''||'''Boot sequence''' - USB CD, USB HDD, HDD.
|-
|[2010-08-10]||'''BIOS'''||'''Upgraded''' to version '''11CA''', using ''Windows'' tool from [http://www.samsungpc.com/08/products/nc10/firmware.html Samsung]. This solved issue of brightness keys not working under Linux.
|}


=== Partition ===
{| class="wikitable"
|-
!Device!!Label!!Size!!Type!!Mount!!Options!!uid!!gid!!permissions
|-
|<tt>/dev/sda1/</tt>||SYSTEM||align="right"|20003 MB||ntfs||Defaults||<tt>/windows</tt>||root||plugdev||<tt>drwxrwx---</tt>
|-
|<tt>/dev/sda2/</tt>||UBUNTU||align="right"|15002 MB||reiserfs||notail,noatime||<tt>/</tt>||root||root||<tt>drwxr.xr.x</tt>
|-
|<tt>/dev/sda3/</tt>||SWAP||align="right"|2048 MB||swap||Defaults||swap|| || ||
|-
|<tt>/dev/sda4/</tt>||DATA||align="right"|122984 MB||ext4||Defaults||<tt>/mnt/data</tt>||root||root||<tt>drwxrwxrwx</tt>
|}


== 1st Install ==
<!-- template lines
* 1st power-on: Windows completes its installation (&rarr; choosen ''disabled auto update'').
* [<tt>2009-xx-yy</tt>] <tt>'''Settings'''  -</tt> some text here.
* Windows boots, Samsung software installs itself
* [<tt>2009-xx-yy</tt>] <tt>'''Install'''   -</tt> some text here.
* Restart into ''Samsung Recovery Solution III'' - partitioned disk as follows:
* [<tt>2009-xx-yy</tt>] <tt>'''Uninstall''' -</tt> some text here.
** <tt>'''/dev/sda1''' </tt>'''6GB''' - RECOVERY partition (''hidden'')
-->
** <tt>'''/dev/sda2''' </tt>'''25GB''' - SYSTEM partition ('''C:''')
** <tt>'''/dev/sda3''' </tt>'''118GB''' - DATA partition ('''D:''')
* Created SRS III backup image on RECOVERY partition.
* Reboot into BIOS &rarr; disable HDD boot, enable USB boot.
* (Linux USB) &rarr; Backep-up the MBR and partitions:
<div style="padding-left:2em;"><source lang="bash">
sudo dd if=/dev/sda of=Minimoy-sda-20090909.mbr bs=512 count=63
sudo sfdisk -l -uS /dev/sda >sfdisk-l-20090909.txt
sudo ntfsclone --save-image -o - /dev/sda1 | gzip -c > Minimoy-sda1-20090909.img.gz
sudo ntfsclone --save-image -o - /dev/sda2 | gzip -c > Minimoy-sda2-20090927.img.gz
</source></div>
* (Linux USB) &rarr; Enable HDD boot, disable USB boot.
* [<tt>2009-09-27</tt>] <tt>'''Uninstall'''&nbsp;-</tt> McAfee Antivirus, with '''[http://service.mcafee.com/FAQDocument.aspx?id=TS100507 McAfee Removal Tool]''' (downloaded [http://download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe here], referenced [http://www.sammynetbook.com/plugins/forum/forum_viewtopic.php?2415.10#post_3436 here])
* [<tt>2009-09-27</tt>] <tt>'''Uninstall'''&nbsp;-</tt> Samsung Recovery Solution III (because prevent removal of hidden RECOVERY partition)
* Reboot to Linux USB, and changed partition type of <tt>/dev/sda1</tt> to 0x07 (NTFS).
* [<tt>2009-09-27</tt>] <tt>'''Settings'''&nbsp;-</tt> Deleted partition DATA (D:)
* [<tt>2009-09-27</tt>] <tt>'''Settings'''&nbsp;-</tt> Deleted partition RECOVERY (not mounted)
* (Linux USB) &rarr; With '''gparted''', moved partition SYSTEM (<tt>/dev/sda1</tt>) to beginning of disk.
* (Linux USB) &rarr; With '''sfdisk''', moved partition <tt>/dev/sda2</tt> to <tt>/dev/sda1</tt>.
* Installed '''[http://www.eeebuntu.org/ Eeebuntu NBR 3.01]''' (based on Ubuntu 9.04).

Latest revision as of 11:32, 26 April 2013

Installed Operating System

Current OS Log

Previous OS Log

System

Hardware

See also hardware page on this wiki.

  • Laptop Samsung NC10

Wireless

  • Wireless card: Atheros Communications Inc. AR5001 Wireless Network Adapter
lspci -s 02: -v 
# 02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
# ...
# Kernel driver in use: ath5k
sudo lshw -C network
# configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.25 firmware=N/A latency=0 link=no multicast=yes port=twisted pair
modinfo iwlagn
# filename:       /lib/modules/2.6.32-26-generic/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko
# version:        0.6.0 (EXPERIMENTAL)

Log

[2009-09-01] Hardware Installed USB DVDWriter SE-S084B
[2009-09-02] Settings — DVDWriter Changed region code to 2 (with DVD Decrypter).
[2009-09-02] BIOS MBR - Write protect MBR (to protect against virus and... GRUB!)
[2009-09-02] BIOS Boot sequence - USB CD, USB HDD, HDD.
[2010-08-10] BIOS Upgraded to version 11CA, using Windows tool from Samsung. This solved issue of brightness keys not working under Linux.

Partition

Device Label Size Type Mount Options uid gid permissions
/dev/sda1/ SYSTEM 20003 MB ntfs Defaults /windows root plugdev drwxrwx---
/dev/sda2/ UBUNTU 15002 MB reiserfs notail,noatime / root root drwxr.xr.x
/dev/sda3/ SWAP 2048 MB swap Defaults swap
/dev/sda4/ DATA 122984 MB ext4 Defaults /mnt/data root root drwxrwxrwx

1st Install

  • 1st power-on: Windows completes its installation (→ choosen disabled auto update).
  • Windows boots, Samsung software installs itself
  • Restart into Samsung Recovery Solution III - partitioned disk as follows:
    • /dev/sda1 6GB - RECOVERY partition (hidden)
    • /dev/sda2 25GB - SYSTEM partition (C:)
    • /dev/sda3 118GB - DATA partition (D:)
  • Created SRS III backup image on RECOVERY partition.
  • Reboot into BIOS → disable HDD boot, enable USB boot.
  • (Linux USB) → Backep-up the MBR and partitions:
sudo dd if=/dev/sda of=Minimoy-sda-20090909.mbr bs=512 count=63
sudo sfdisk -l -uS /dev/sda >sfdisk-l-20090909.txt
sudo ntfsclone --save-image -o - /dev/sda1 | gzip -c > Minimoy-sda1-20090909.img.gz
sudo ntfsclone --save-image -o - /dev/sda2 | gzip -c > Minimoy-sda2-20090927.img.gz
  • (Linux USB) → Enable HDD boot, disable USB boot.
  • [2009-09-27] Uninstall - McAfee Antivirus, with McAfee Removal Tool (downloaded here, referenced here)
  • [2009-09-27] Uninstall - Samsung Recovery Solution III (because prevent removal of hidden RECOVERY partition)
  • Reboot to Linux USB, and changed partition type of /dev/sda1 to 0x07 (NTFS).
  • [2009-09-27] Settings - Deleted partition DATA (D:)
  • [2009-09-27] Settings - Deleted partition RECOVERY (not mounted)
  • (Linux USB) → With gparted, moved partition SYSTEM (/dev/sda1) to beginning of disk.
  • (Linux USB) → With sfdisk, moved partition /dev/sda2 to /dev/sda1.
  • Installed Eeebuntu NBR 3.01 (based on Ubuntu 9.04).