へんてこのブログ

日々気づいたことや、最近やっていることを書いています

MeeGo1.2をDELL mini 9に入れてみた

ちょっと遅いですけどMeeGo1.2をDELL mini 9に入れてみました。

wifiが最初っからきかなかったりしますが、そのほかはubuntuよりか使いやすいかもです。

設定を忘れないうちに書いときます。

DELL mini 9のwifiを有効にする

1)Activate the MeeGo toolbar and select the applications icon
2)Choose the Accessories section and select Terminal (or type terminal in the search box)
3)Install the various tools you’ll need
sudo zypper install rpmdevtools
4)Install the compilers and other tools,
sudo zypper install pattern:meego-development-tools
5)Install the kernel-netbook-devel package.
sudo zypper install kernel-devel
6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works
wget http://slaine.org/meego/releases/1.2/ia32/source/wl-kmod-5.100.82.38-1.src.rpm
(This build will download the broadcom driver archive directly from their site)
rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm
7)Install the resulting rpm,
sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.100.82.38-1.i586.rpm
8)Loading the module,
sudo modprobe -a wl
9)You should be able to now connect to a network.

丸パクリ参考:http://slaine.org/_slaine/Meego_1.2_Wifi.html



標準では入っていないyumのinstall

# zypper install yum
# zypper lr -e meego
# cp meego.repo /etc/yum.repos.d/




Dropboxのinstall

http://www.dropbox.com/downloadingここより、コンパイル版をダウンロードする
# tar xjf nautilus-dropbox-0.6.7.tar.bz2
# cd nautilus-dropbox-0.6.7
# sudo zypper install nautilus-devel
# sudo zypper install python-docutils
# ./configure
# make
# sudo make install

READMEを読んでなくて、./configureがわからなくmakeが実行出来なかった。
教訓:READMEは読みましょう!!

漢字入力について
ここ参照:http://www.meego-users.jp/node/102

WebアカウントにTwitter追加
https://build.opensuse.org/package/f...ANetbook%3A1.1ここからTwitterのをダウンロード
rootで/usr/share/libsocialweb/keys/へコピー

f:id:henteko07:20110603230946p:image