ChinaUnix.net
相关文章推荐:

kernel usb host cdc acm 配置

一、代码修改 主要是按照这个贴来做: http://www.hfrk.net/S3C2410/kaifa/063152202483252_37.htm 我也看过其它不同版本的内核关于usb驱动的移植,移植方法几乎一样,只是修改的文件不同而已。上面的贴子有不少头文件没有例出来,以下是我按照以上贴子添加的代码(好像在很多论坛上包括头文件部分都显示不出来,在这里把include前面的#给删了,希望有帮助): /*add by lfc*/ include include include include /*end add*/ ...

by peijieking - Linux文档专区 - 2009-01-12 11:52:18 阅读(1147) 回复(0)

相关讨论

目的:使用SecureCRT来对虚拟机中的Solaris进行管理。 背景: 1.虚拟机:VMWare 6 Workstation 2.host系统:Windows XP 3.Guest系统:Solaris 10 X86 步骤: 1.配置VMWARE的VMnet1 Edit --> Virtaul Network Settings --> host Virtual Network Mapping --> 点VMnet1后面的“>”,设置IP为192.168.0.0,掩码为255.255.255.0。如图1所示。 图1 VMWare的VMnet1配置 2.配置相关的IP信息 2.1配置虚拟机中Solaris的IP等信息 在Solaris中...

by qgqceo - Solaris文档中心 - 2009-12-17 11:14:33 阅读(3253) 回复(0)

CX 500存储,在linux主机上安装emc agent ,但是在存储端storage group配置的时候出现host agent not reachable,编辑过hosts以及agent.config文件,系统也都重启过,但主机还是认不到磁盘。 网上查了下,有人windows平台有碰到过,解决方法如下: 1. 先确认服务器可以Ping通存储的管理ip 2. Windows host Agent请打开通讯端口6389 3. 重起host Agent服务 这里想问个问题,我的linux主机除了连接光纤到存储外,网口的地址岂不是也要...

by shmily7782 - 存储备份 - 2008-10-17 09:35:07 阅读(2981) 回复(1)

CX 500存储,在linux主机上安装emc agent ,但是在存储端storage group配置的时候出现host agent not reachable,编辑过hosts以及agent.config文件,系统也都重启过,但主机还是认不到磁盘。\r\n网上查了下,有人windows平台有碰到过,解决方法如下:\r\n1. 先确认服务器可以Ping通存储的管理ip\r\n2. Windows host Agent请打开通讯端口6389\r\n3. 重起host Agent服务\r\n\r\n这里想问个问题,我的linux主机除了连接光纤到存储外,网...

by shmily7782 - 存储备份 - 2008-10-17 09:35:07 阅读(4986) 回复(1)

(以下讨论基于kernel 2.6.11,ARM9 s3c2410,arm-linux-gcc 3.4.1 ) ================================================= 2.6在s3c2410上usb host不工作的直接结果就是提示110错误: usb 1-1: device descriptor read/64, error -110 追踪错误代码,我们来看看能不能找到导致这个错误的线索。 include/asm-generic/errno.h #define EPROTO 71 /* Protocol error */ #define EILSEQ 84 /* Illegal byte sequence */ #define...

by hwa_super - Linux文档专区 - 2009-07-02 22:44:09 阅读(1101) 回复(0)

(以下讨论基于kernel 2.6.11,ARM9 s3c2410,arm-linux-gcc 3.4.1 ) ================================================= 2.6在s3c2410上usb host不工作的直接结果就是提示110错误: [color="purple"]usb 1-1: device descriptor read/64, error -110 追踪错误代码,我们来看看能不能找到导致这个错误的线索。 include/asm-generic/errno.h #define EPROTO 71 /* Protocol error */ #define EILSEQ 84 /* Illegal byte se...

by shengfeng73 - Linux文档专区 - 2008-07-02 10:19:36 阅读(933) 回复(0)

(以下讨论基于kernel 2.6.11,ARM9 s3c2410,arm-linux-gcc 3.4.1 ) ================================================= 2.6在s3c2410上usb host不工作的直接结果就是提示110错误: usb 1-1: device descriptor read/64, error -110 追踪错误代码,我们来看看能不能找到导致这个错误的线索。 include/asm-generic/errno.h #define EPROTO 71 /* Protocol error */ #define EILSEQ 84 /* Illegal byte sequence */ #define...

by savior1987 - Linux文档专区 - 2007-10-05 15:21:01 阅读(644) 回复(0)

(以下讨论基于kernel 2.6.11,ARM9 s3c2410,arm-linux-gcc 3.4.1 ) ================================================= 2.6在s3c2410上usb host不工作的直接结果就是提示110错误: usb 1-1: device descriptor read/64, error -110 追踪错误代码,我们来看看能不能找到导致这个错误的线索。 include/asm-generic/errno.h #define EPROTO 71 /* Protocol error */ #define EILSEQ 84 /* Illegal byte sequence */ ...

by Send_linux - 嵌入式开发 - 2007-03-06 17:33:06 阅读(2060) 回复(0)

虚拟串口设备,怎么让cdc-acm.ko模块去认它呢? 有一个虚拟串口的设备,插到pc上,可以在/proc/bus/usb/device里看到这个设备的信息,也确认是普通的虚拟串口设备,但驱动显示是none,也就是没有关联上cdc-acm.ko lsmod这个模块是加载了的。各位大牛说下,怎么让他们关联呢,菜鸟不懂啊

by dzmcs - 驱动开发 - 2011-07-14 13:39:38 阅读(5786) 回复(4)

http://kernel.xc.net/ 该网站的作用为内核编译的辅助工具。并且具有比较内核版本差异,分析内核新特性的功能。推荐 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11758/showart_85307.html

by showrun - Linux文档专区 - 2006-03-14 20:48:48 阅读(757) 回复(0)

一. 在内核中配置usb启用它们: 1. Device Drivers --à SCSI device support --à SCSI device support legacy /proc/scsi/ support SCSI disk support 2. Device Drivers --à usb support--à support for host-side usb usb device filesystem OHCI HCD support usb Mass Storge support 3. Device Drivers --à HID Dev...

by chenkuizhong - Linux文档专区 - 2009-03-20 14:44:01 阅读(842) 回复(0)