我在打印机的配置中,总是无法选中“共享连接到这个系统上的公共打印机”
报错如下:
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 476, in maySelectItem
err = self.apply()
File "/usr/shar ......
我使用 pca9564芯片挂在地址数据线上实现i2c功能。目前正在写驱动程序,使用到了内核提供的 i2c-pca-platform。
我看到资料说,在注册驱动之前必须实例化一个设备。使用类似 i2c_register_board_info(), platform_add_devices()的函数。
我因该在驱动的哪部份写这些函数呢? 这些函数又是如何与i2c-pca-p ......
我使用 pca9564芯片挂在地址数据线上实现i2c功能。目前正在写驱动程序,使用到了内核提供的 i2c-pca-platform。
我看到资料说,在注册驱动之前必须实例化一个设备。使用类似 i2c_register_board_info(), platform_add_devices()的函数。
我应该在驱动的哪部份写这些函数呢? 这些函数又是如何与i2c-pca-p ......
代码如下:
#include <stdio.h>
#include <pthread.h>
void* do_loop(int j)
{
int k;
for (k=j; k <3; k++) ......
我使用 pca9564芯片挂在地址数据线上实现i2c功能。目前正在写驱动程序,使用到了内核提供的 i2c-pca-platform。
我看到资料说,在注册驱动之前必须实例化一个设备。使用类似 i2c_register_board_info(), platform_add_devices()的函数。
我应该在驱动的哪部份写这些函数呢? 这些函数又是如何与i2c-pca-p ......
我想在服务器上安装tomcat,我在SecureCRT下输入 #tar zxvf apache-tomcat-6.0.20.tar.gz,提示:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
求解??{{ ......