在神舟F232S上完美安装Ubuntu8.04,9.04全过程

笔记本/便携移动设备,手机平板等软硬件
回复
头像
静意
帖子: 100
注册时间: 2007-03-07 14:02

在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#1

帖子 静意 » 2009-05-06 10:42

我用的本子是神舟F232S, 主板是SIS671MX,显卡是集成的SIS671,有线是SIS190,无线是rt8187,装Ubuntu都能全部驱动上,快捷键也没有问题。
曾零星在坛子里面发过一些安装要点,遇到不少朋友们发短信来询问,为了帮助大家都用上完美的Ubuntu,把我安装系统和驱动的步骤写下,希望对朋友们有一些帮助。

一.系统安装
因为我是懒人,所以都是用硬盘安装的,节省资源,呵呵
Ubuntu8.04 (有些步骤是后来 cserft 指点下修改过的)
当时还有Windows,我当时下载的是"Ubuntu 8.04私人強化版V2",先下载grub4dos,具体我就不说了,把menu.lst内容贴出来:

代码: 全选

title Ubuntu 8.04 install
root (hd0,6)
kernel /vmlinuz boot=casper iso-scan/filename=/myUbuntuV2.iso quiet splash ro idle=poll locale=zh_CN.UTF-8
initrd /initrd.gz
boot
接下来就根据步骤安装行了,安装重启后,记得在启动文件menu.lst中添加idle=poll哦,否则无法启动的。

二.显卡安装
进入系统后,SIS显卡没有驱动,只有800*600,效果很差哦,在坛子里搜索到了别人编译好的SIS驱动,把它解压放到/usr/lib/xorg/modules/drivers/,修改Xorg.conf配置文件就行了哦
下面是我的Xorg.conf内容

代码: 全选

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection


Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "Device"
        Identifier "Configured Video Device"
        Boardname "SiS"
        Busid "PCI:1:0:0"
        Driver "sis"
        Screen 0
        Vendorname "SiS"
        Option "EnableSiSCtrl" "yes"
        Option "XvDefaultAdaptor" "Blitter"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1280x800"
	Horizsync	31.5-50.0
	Vertrefresh	56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x800@60" 83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1280    800
		Modes	"1280x800@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
	Inputdevice	"Synaptics Touchpad"
EndSection
Section "Module"
	Load		"glx"
	Load		"GLcore"
	Load		"v4l"
EndSection
Section "ServerFlags"
EndSection
三.无线安装
在Ubuntu中要使用realtek 8187b无线网卡,首先请下载以下两个包

http://www.datanorth.net/~cuervo/rtl818 ... ist.tar.gz
http://www.datanorth.net/~cuervo/rtl8187b/2.6.24.patch

在终端执行以下命令,

代码: 全选

patch -Np1 < 2.6.24.patch
./makedrv
./wlan0up
把启动命令添加到启动选项/etc/rc.local中,注意好你软件包的路径哦。我是 "/usr/local/rt8187/wlan0up"
如果重启,请执行:

代码: 全选

/usr/local/rt8187/wlan0rmv
/usr/local/rt8187/wlan0down
/usr/local/rt8187/wlan0up
sis_vga_150508_ubuntu_8.04.tar.bz2
8.04的显卡驱动
(1.02 MiB) 已下载 92 次
上次由 静意 在 2009-05-11 10:51,总共编辑 2 次。
硬件: 神舟F232S: CPU-T2310,MEM-2G,DISK-100G,VIDEO-sis671,WLAN-rtl8187
系统: Ubuntu9.04: Kernel-2.6.30.1, Gnome-2.26.1,Firefox-3.0.11
虚拟: VirtualBox3.0.2: WinXP-sp2,CentOS-5.3,openSUSE-11.1
头像
静意
帖子: 100
注册时间: 2007-03-07 14:02

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#2

帖子 静意 » 2009-05-06 10:43

其实早就下载了9.04,但害怕像8.10一样和我的电脑不兼容,先在虚拟机中测试两天后,发现速度挺快的,忍不住EXT4的诱惑,昨天终于把8.04删除新装了9.04,发现真的不错哦。
一.系统安装
因为我已经有了grub引导,直接在menu.lst添加几行重启选择就行

代码: 全选

title Ubuntu 9.04 LiveCD
root (hd0,6)
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-9.04-desktop-i386.iso quiet splash ro idle=poll locale=zh_CN.UTF-8
initrd /initrd.gz
boot
进入live系统之后直接安装,有一点要注意的,9.04安装时候,必须卸载掉挂载的硬盘才能安装通过,我这点上装了三次才通过,呵呵

代码: 全选

sudo umount -l /isodevice
装完后,引导程序照样得添加 idle=poll 哦,这样就可以完美开关机,使用快捷键了。

二.显卡安装
从来没有遇到过这么简单的SIS显卡安装步骤,还有3D效果哦,虽然性能很差,glxgears不到200。 :em11
到这里下载 http://ncc-1701a.homelinux.net/~linux-s ... =Downloads
xorg-driver-sis671_0.9_i386.deb

代码: 全选

在ctrl+alt+f1终端下停止gdm
sudo /etc/init.d/gdm stop
然后用:
sudo dpkg -i xorg-driver-sis671_0.9_i386.deb 安装的,
再用
sudo /etc/init.d/gdm start
回到桌面,已经正确显示为1280X800的分辨率了

三.无线安装
其实9.04已经默认安装好了rt8187的驱动啦,很爽,直接能用。
不知道是不是人品问题,我在公司时候,连接D-link的无线AP非常容易,一点就链接上了。
回到家后,连接LinkSYS的无线AP死活就不行,都是通两三秒钟就断了,状态显示是链接上的。
没辙,用老办法升级内核看看吧,用kernelcheck下载最新的2.6.29.2编译安装,启动后,连接上了,真的不错哦。
自己编译kernel有一定的难度,如果怕麻烦,直接下载高手们编译好的吧
http://kernel.ubuntu.com/~kernel-ppa/mainline/
下载你需要的版本内核,linux-heads开头的两个文件和linux-image开头的一个文件,装上去就好了。
上次由 静意 在 2009-05-06 10:56,总共编辑 4 次。
硬件: 神舟F232S: CPU-T2310,MEM-2G,DISK-100G,VIDEO-sis671,WLAN-rtl8187
系统: Ubuntu9.04: Kernel-2.6.30.1, Gnome-2.26.1,Firefox-3.0.11
虚拟: VirtualBox3.0.2: WinXP-sp2,CentOS-5.3,openSUSE-11.1
头像
静意
帖子: 100
注册时间: 2007-03-07 14:02

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#3

帖子 静意 » 2009-05-06 10:46

对比两个系统,发现9.04的启动速度好快好快阿,性能也强了不少。
不过8.04毕竟是LTS版本,非常的稳定。9.04昨天装上后已经遇到两次GNOME崩溃了。
byl782233
帖子: 34
注册时间: 2008-12-10 16:18

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#4

帖子 byl782233 » 2009-05-13 22:29

这方法我试过成功了,不过normal,就是那个正常效果也开不了啊。
头像
hrgb
帖子: 11
注册时间: 2007-01-10 11:42

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#5

帖子 hrgb » 2009-07-17 23:15

好文章哦
freemansjl
帖子: 4
注册时间: 2008-12-28 12:28

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#6

帖子 freemansjl » 2010-04-03 16:43

9.10下载了 xorg-driver-sis671_0.9_i386.deb 我该如何安装呢?请高手指点。谢谢!
头像
fs20090130
帖子: 41
注册时间: 2009-07-30 13:06

Re: 在神舟F232S上完美安装Ubuntu8.04,9.04全过程

#7

帖子 fs20090130 » 2010-04-22 19:59

好贴,学习了
回复