笔记本 meego xp 双系统,U盘安装Meego,XP ,Meego 无线上网
作者:edwar12345 日期:2010-07-28 01:23:52
按步骤来:
1, U盘装XP, U盘装Meego (我在xp系统里装的,linux没有装)
XP:http://blog.zol.com.cn/874/article_873852.html
Meego: Win32DiskImager下载后,下载Meego的 笔记本版,然后用Win32DiskImager弄进U盘,即可。
2,meego xp 双系统
经验来自牛人:http://meego.info/bbs/viewthread.php?tid=54&page=1&extra=#pid145
在meego里打开终端,
输入:sudo vi /boot/extlinux/extlinux.conf
在打开的文件里, 把 label other 里的 改成如下:
label Other
menu label Windows
kernel chain.c32
append boot 1
menu default
就OK 了, 直接照做, 不用像某些瞎猜的人,用啥 boot 等。。见:
http://www.houqp.com/multi-boot-with-meego/
3, meego 无线上网
首先,你必须先能在meego有线上网,然后,见下面文章
HP Mini 安装meego后没有无线驱动的解决办法
linux学习 2010-05-29 23:35:32 阅读0 评论0 字号:大中小
今天在自己的上网本上安装了meego,但装好后没有无线驱动,无线用不了,虽然有线网卡是正常的。
因为meego刚发布,中文相关资料还很少,要先上官网去找找看。结果发现meego.com上不去,软件包更新也提示连接不上。
打开/etc/resolv.conf 一看,发现默认的 nameserver 是 127.0.0.1.于是设置了DNS服务器(因为我是用路由器上网).meego.com终于可以打开了。
官方论坛上反映没有无线驱动的贴子挺多,参照 这个贴子meego 1.0 wifi
内容部分转贴在下面,很简单,我就不翻译了,照着做就搞定了。
1. 1)Activate the MeeGo toolbar and select the applications icon
2. 2)Choose the Accessories section and select Terminal (or type terminal in the search box)
3. 3)Install the various tools you’ll need
sudo yum install rpmdevtools
4. 4)Install the compilers and other tools,
sudo yum groupinstall "Development Tools"
5. 5)Install the kernel-netbook-devel package.
sudo yum install kernel-netbook-devel
6. 6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works
wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm
(This build will download the broadcom driver archive directly from their site)
rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
7. 7)Install the resulting rpm,
sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm
重启,无线网络可以用了。
其实主要是DNS问题之前没注意,中文网站能上去,但官网上不去,找了半天才找到问题。往往是小纰漏浪费大时间呀!
1, U盘装XP, U盘装Meego (我在xp系统里装的,linux没有装)
XP:http://blog.zol.com.cn/874/article_873852.html
Meego: Win32DiskImager下载后,下载Meego的 笔记本版,然后用Win32DiskImager弄进U盘,即可。
2,meego xp 双系统
经验来自牛人:http://meego.info/bbs/viewthread.php?tid=54&page=1&extra=#pid145
在meego里打开终端,
输入:sudo vi /boot/extlinux/extlinux.conf
在打开的文件里, 把 label other 里的 改成如下:
label Other
menu label Windows
kernel chain.c32
append boot 1
menu default
就OK 了, 直接照做, 不用像某些瞎猜的人,用啥 boot 等。。见:
http://www.houqp.com/multi-boot-with-meego/
3, meego 无线上网
首先,你必须先能在meego有线上网,然后,见下面文章
HP Mini 安装meego后没有无线驱动的解决办法
linux学习 2010-05-29 23:35:32 阅读0 评论0 字号:大中小
今天在自己的上网本上安装了meego,但装好后没有无线驱动,无线用不了,虽然有线网卡是正常的。
因为meego刚发布,中文相关资料还很少,要先上官网去找找看。结果发现meego.com上不去,软件包更新也提示连接不上。
打开/etc/resolv.conf 一看,发现默认的 nameserver 是 127.0.0.1.于是设置了DNS服务器(因为我是用路由器上网).meego.com终于可以打开了。
官方论坛上反映没有无线驱动的贴子挺多,参照 这个贴子meego 1.0 wifi
内容部分转贴在下面,很简单,我就不翻译了,照着做就搞定了。
1. 1)Activate the MeeGo toolbar and select the applications icon
2. 2)Choose the Accessories section and select Terminal (or type terminal in the search box)
3. 3)Install the various tools you’ll need
sudo yum install rpmdevtools
4. 4)Install the compilers and other tools,
sudo yum groupinstall "Development Tools"
5. 5)Install the kernel-netbook-devel package.
sudo yum install kernel-netbook-devel
6. 6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works
wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm
(This build will download the broadcom driver archive directly from their site)
rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
7. 7)Install the resulting rpm,
sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm
重启,无线网络可以用了。
其实主要是DNS问题之前没注意,中文网站能上去,但官网上不去,找了半天才找到问题。往往是小纰漏浪费大时间呀!
平均得分
(0 次评分)
评论: 0 | 查看次数: 173
发表评论
订阅
上一篇
|

文章来自:
标签: 




