This is an old revision of the document!


Debian "wheezy" on X200

Requirements

  • Debian 6.0 (squeeze) CD, burned from ISO image. You may use another methods.
  • Access to Debian “wheezy” repository. Local repository is recommended.
  • Basic GNU/Linux administration. ;-)

Installation

  • Install Debian “squeeze” into your X200, follow the steps.
  • Boot to your “squeeze”, login as root.
  • Edit /etc/apt/sources.list.
    # nano /etc/apt/sources.list

    Comment “squeeze” repository, and add this line. The URL depends on your access to your repository, in my case it is local repo in wheezy directory inside /media/repo/.

    deb file:/media/repo/wheezy/ wheezy main
  • Update your packages index.
    # apt-get update

Installed Programs

hdapsd, openssh-server, rsync, synaptic.

non-free: firmware-iwlwifi.

Configuration

Sudo

  • Add your username to sudo group.
    # nano /etc/group
    sudo:x:27:stwn

HDAPS

  • Install hdapsd and tp-smapi-dkms
    # apt-get install hdapsd tp-smapi-dkms
  • Edit /etc/modules, add tp_smapi.
    # echo "tp_smapi" >> /etc/modules
  • Download gnome-hdaps-osd archive, extract to your desired directory location, install python-pyinotify, libaosd2, and test it.
    # tar zxvf gnome-hdaps-osd_v0.2.tar.gz
    # cd gnome-hdaps-osd/
    # nano README
    # apt-get install python-pyinotify libaosd2
    # ./gnome-hdaps-osd.py

GRUB

  • Edit /etc/default/grub.
    # nano /etc/default/grub
    GRUB_TIMEOUT=0
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_DISABLE_RECOVERY="true"
  • Update GRUB.
    # update-grub2

SSH

  • Install openssh-server.
    # apt-get install openssh-server
  • Change the configuration to open SSH service to non-default port ;-) Use port above 1024.
    # nano /etc/ssh/sshd_config
    Port 22000
  • Restart SSH service.
    # service ssh restart
 
doc/x200.1366849305.txt.gz · Last modified: 2013/04/25 00:21 by stwn · [Old revisions]
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki