ps.不推荐初学者使用这个方法。
1.解压
2.打开终端进入解压之后的文件夹
3.sudo apt-get install build-essentials
4.make
5.make install
6.重启
卸载的时候还是进入这个文件夹,执行sudo make uninstall重启。
原文:
========================================================================================
II. Compile & Installation & uninstall
========================================================================================
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:
1. Change to Super User
sudo su
2. Compile driver from the source code
make
3. Install the driver to the kernel
make install
reboot
4. uninstall driver
make uninstall
Reply Like 0 View the author
hawyy
deepin
2012-01-12 02:21
#4
按照版主的方法安装build essential,报错:
ldconfig deferred processing now taking place
在处理时有错误发生:
eio
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 732 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
Total disk space freed by localepurge: 732 KiB
E: Sub-process /usr/bin/dpkg returned an error code (1)
看提示似乎是永中office所致,一头雾水!
Reply Like 0 View the author
hawyy
deepin
2012-01-12 02:46
#5
看来永中在安装过程中真的出了问题。
我在卸载opera时最后又弹出一段提示:
正在设置 eio (6.0.1011.101ZH-1deepin4) ...
/var/lib/dpkg/info/eio.postinst: 35: gtk-update-icon-cache: not found
dpkg:处理 eio (--configure)时出错:
子进程 已安装 post-installation 脚本 返回了错误号 127
正在处理用于 libc-bin 的触发器...
ldconfig deferred processing now taking place
在处理时有错误发生:
eio
E: Sub-process /usr/bin/dpkg returned an error code (1)
我的电脑是Thinkpad E40 0578MDC,无线网卡在lspci给出的信息是:
官方使用的是rtl8192se驱动。
在11.06时代,用系统内置驱动是不能上网,能检测到无线信号,能不断提示输入密码,就是连不上。后来装了官方驱动好了。
11.12据说内核已经有包括rtl8192se驱动,但依然不断提示输入密码不能上网。装了官方驱动,只能偶尔联网成功(即使成功联网,不出3小时必断网)。
之前发了帖子,也许说不清楚,反正没人理。
逼的不断google,看了各种相关wiki,arch的、zenwalk的、slackware的、gentoo的、ubuntu的,还有各种讨论说rtl8192se驱动是不太靠谱,3.0内核内置的驱动也联网不太正常经常丢包、断线。
加上11.12其他一些小问题,烦的准备离开LD,所以周末在家测试其他系统。
不经意又来到realtek官方的驱动下载页面,发现居然有新版的驱动。赶快下来替换了旧版本。
新驱动到目前为止,无线上网没有遇到任何问题。