红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

Debian安装手记(主机:ASUS A8)

发布时间:2008-06-30 00:35:22来源:红联作者:jovde
1.ATI显卡驱动

从官方下载驱动文件,检查安装以下文件:
linux-headers-'uname -r'
build-essential
debhelper
modutils
kernel-package
libncurses5-dev
fakeroot
kernel

运行驱动安装程序,安装完成运行aticonfig --initial,重启。

2.网卡r8168 系统安装的r8169模块,在以上文件安装过后正常使用。是否modutils最重要。

3. debian的源文件放在/etc/apt/sources.list中,用VIM编辑器打开它, 添加上

deb http://debian.cn99.com/debian-security/ etch/updates main contrib
deb-src http://debian.cn99.com/debian-security/ etch/updates main contrib

deb http://security.debian.org/ sarge/updates main contrib non-free
deb http://debian.ustc.edu.cn/debian proposed-updates main contrib non-free
deb http://debian.ustc.edu.cn/debian-security stable/updates main

然后按ESC键,输入:wq

Debian 第一组

deb http://debian.cn99.com/debian/ etch main contrib non-free
deb-src http://debian.cn99.com/debian/ etch main contrib non-free

怎样做本地源?

先把下载的三张DVD光盘挂载到三个目录下

mount -o loop /debian-dvd/i386/etch/**-dvd-1.iso /root/apt-source/i386/etch/dvd1
mount -o loop /debian-dvd/i386/etch/-dvd-2.iso /root/apt-source/i386/etch/dvd2
mount -o loop /debian-dvd/i386/etch/**-dvd-3.iso /root/apt-source/i386/etch/dvd3

再修改 /etc/apt/sources.list

deb file:/root/apt-source/i386/etch/dvd1 etch main contrib
deb file:/root/apt-source/i386/etch/dvd2 etch main contrib
deb file:///root/apt-source/i386/etch/dvd3 etch main contrib

而对于局域网内有一个机器做服务器的情况,应该这样添加:
deb http://192.168.1.43/mipsel-etch/dvd1 etch main contrib
deb http://192.168.1.43/mipsel-etch/dvd2 etch main contrib
deb http://192.168.1.43/mipsel-etch/dvd3 etch main contrib

deb http://192.168.1.43/mipsel-etch/dvd1 etch main contrib
deb http://192.168.1.43/mipsel-etch/dvd2 etch main contrib
deb http://192.168.1.43/mipsel-etch/dvd3 etch main contrib

执行apt-get update就可以了。

4.NTFS支持
http://www.ntfs-3g.org/
文章评论

共有 0 条评论