level 3
我前几天安装debian 也遇到几个问题,总结如下,以做参考
安装时提示缺少两个非开源驱动:iwlwifi-6000g2b-5.ucode,iwlwifi-6000g2b-6.ucode.现在来到桌面,发现没有无线选项,只提示插入网线,没无线网卡驱动。。。直接在网上下载这两个文件放到主文件夹
打开终端
直接输入su 提示输入管理员密码
然后输入 cp iwlwifi-6000g2b-5.ucode /lib/firmware ,再输入cp iwlwifi-6000g2b-6.ucode /lib/firmware
重启计算机,就看见无线网已连接。。。
随后就是改源了: 输入su 方法同上
再输入 nano etc/apt/sources.list
在最后添加这几个源:
deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main non-free contrib
# deb http://mirrors.ustc.edu.cn/debian/ jessie-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian/ jessie-proposed-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
# deb http://mirrors.ustc.edu.cn/debian-multimedia/ testing non-free main
# deb-src http://mirrors.ustc.edu.cn/debian-multimedia/ testing non-free main
ctrl+x 保存退出
保存。。。
apt-get update
apt-get ugrade
然后去新立德软件管理工具下软件吧
然后上网时便发觉自带的小企鹅用不了。。。只能打abc.这种情况下不要先打开"fcitx配置",要先打开一个叫"输入法"的程序,把fcitx设为默认输入法,在打开fcitx配置一下 估计就能输入中文了,若还是不行就到新立德搜索fcitx,会搜到一列一fcitx开头的程序,看看需要在安装哪几个程序,然后重启生效
系统默认自带了Iceweasel,这个浏览器实际上就是firefox。对于firefox的flash,官方不再升级版本,永久停留在11.2,但是,官方说明,他们会一直给11.2版本的flash提供更新!!系统刚安装时,flash版本很低,所以需要手动升级。升级方法如下:
# apt-get install flashplugin-nonfree
# update-flashplugin-nonfree --install
2016年03月30日 15点03分