まずwheezyをCDからブートして最小限でインスコ
こん時は有線LANで接続
起動したらまずaptのsources.listにbackportsを追加
# vi /etc/apt/sources.list
して最下行に
http://ftp.jp.debian.org/debian wheezy-backports main
を追加
# aptitude update
して以下をインスコ
# aptitude install xorg lightdm
# aptitude -t wheezy-backports install mate-desktop-environment
# aptitude install network-manager network-manager-gnome
# aptitude install laptop-mode-tools
ログインして無線LANをセットアップ
まずリポジトリにcontribとnon-freeを追加
http://ftp.jp.debian.org/debian wheezy main contrib non-free
したら
# aptitude update
# aptitude install b43-fwcutter
次にファームウェアを取って来て展開
$ wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
S tar lxvf broadcom-wl-5.100.138.tar.bz2
んでファームウェアを取り出して配置
$ sudo b43-fwcutter -w /lib/firmware/ broadcom-wl-5.100.138/linux/wl_apsta.o
リブートしたら無線LANが有効になるんでログインしたらnetwork-managerで設定しる
あとは適当にインスコ
# aptitude install iceweasel synaptic
# aptitude install hugin gimp inkscape audacity lftp curl rsync rdesktop brasero cups-pdf pdftk leafpad vlc ffmpeg guayadeque
# aptitude install r-base texlive gnuplot pyxplot
# aptitude install iceweasel synaptic
# aptitude install hugin gimp inkscape audacity lftp curl rsync rdesktop brasero cups-pdf pdftk leafpad vlc ffmpeg guayadeque
# aptitude install r-base texlive gnuplot pyxplot
日本語周りは後日