ChinaUnix.net
相关文章推荐:

usbcore registered new interface driver rtl8192cu

经过两天的修改调试,终于修改出能在3.11.x内核上使用的rtl8192驱动。 官方驱动在ubuntu12.04较新的内核上不能用的原因,主要是一些结构体发生了一些改变。

by saint_fang - 驱动开发 - 2014-08-24 11:55:52 阅读(1168) 回复(0)

相关讨论

Realtek_rtl8192cuS USB网卡驱动程序如何安装到CDLinux系统中,USB网卡驱动程序是源代码的方式提供的。需要进行编译。

by lidaiyu324 - 驱动开发 - 2014-08-26 18:19:26 阅读(11955) 回复(6)

一台IBM x3650,更换了主板后,原系统Debian5启动正常。 在我重新安装Debian7后,开机后提示:Debian: driver 'pcspkr' is already registered, aborting 然后显示器就黑屏了,按键盘没有任何反应,但在过了一会儿后,能ping通这台机器,说明机器已经正常启动了,但显示器始终无法点亮,用KVM切换到其它机器,显示器正常,这是怎么回事? 系统已经重装几次了,同一张盘,在虚拟机上安装启动正常。 如果启动时选择单机模式,也是启...

by 73年生人 - Linux系统管理 - 2013-06-07 09:47:28 阅读(7017) 回复(28)

重新安装的Debian7,开机后提示:Debian: driver 'pcspkr' is already registered, aborting 然后显示器就黑屏了,按键盘没有任何反应 但ping这台机器能ping通,这是怎么回事?

by 73年生人 - Linux系统管理 - 2013-06-04 10:48:09 阅读(1158) 回复(0)

重新安装的系统,开机后提示:Debian: driver 'pcspkr' is already registered, aborting 然后显示器就黑屏了,按键盘没有任何反应 但ping这台机器能ping通,这是怎么回事?

by 73年生人 - 服务器及硬件技术 - 2013-06-09 23:17:32 阅读(1837) 回复(2)

hello, if anyone wants to rebuild your RPM with a openvox a1200 new patch, you can do it in this way: 1) download the zaptel-1.4.XXX.src.rpm 2) install src.rpm 3) download the patch from(http://bbs.openvox.cn/viewthread.php?tid=714&extra=page%3D1&frombbs=1) 3) cp the patch to /usr/src/readhat/SOURCES (I am using centos-5) 4) cd /usr/src/redhat/SPEC 5) edit the SPEC file and change the patch6 to:...

by zhulizhong - VoIP开发技术 - 2009-03-03 18:01:24 阅读(2676) 回复(0)

Hi all, I found a newer vmware video driver for Solaris. I installed the packages and now my Solaris is running in 1280x1024 with 16bit color mode. Many thanks to the developer. I'm not sure if it works with the other VMware workstation version, but it works for mine (version 4.0.5 build 6030). You may want to give it a try. Here's the link to the download site: http://www.camberwind.com/s...

by genfree - 虚拟化与云服务 - 2003-11-14 09:30:54 阅读(1179) 回复(6)

Hi all, I found a newer vmware video driver for Solaris. I installed the packages and now my Solaris is running in 1280x1024 with 16bit color mode. Many thanks to the developer. I\'m not sure if it works with the other VMware workstation version, but it works for mine (version 4.0.5 build 6030). You may want to give it a try. Here\'s the link to the download site: http://www.camberwind.com...

by genfree - 虚拟化技术交流 - 2003-11-14 06:14:35 阅读(2818) 回复(1)

SCO UNIX 5.X Introduction: ------------- This document describes the procedure to install the SCO UNIX driver for REALTEK rtl8139 PCI ethernet adapter. Location of driver: \SCO\5.X\8139.VOL Installing driver procedure on SCO UNIX : ----------------------------------------- Before you start with the installation process, make sure that the SCO UNIX sy...

by Jalen1130 - 其他UNIX - 2005-01-14 15:40:50 阅读(2086) 回复(1)

本帖最后由 yshihyu 于 2012-07-21 01:28 编辑 [code]public static interface IRequest { public void execute(); } [/code][code]public interface IRequest { public void execute(); } [/code]请问 inferface 有无加上 static 差异在哪? 谢谢

by yshihyu - Java - 2012-07-22 21:18:14 阅读(1005) 回复(2)