位置: 编程技术 - 正文
推荐整理分享qq2440启动linux后插入u盘出现usb 1-1: device descriptor read/64, error -110,usb 1,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
上位机:ubuntu. bit
下位机:qq
交叉编译器:arm-linux-gcc 3.4.1
下位机使用的linux内核版本:kernel2.6.
1.插入u盘时错误信息如下:
[root@FriendlyARM /home]# usb 1-1: new full speed USB device using s3c-ohci and address 6usb 1-1: device descriptor read/, error -usb 1-1: device descriptor read/, error -usb 1-1: new full speed USB device using s3c-ohci and address 7usb 1-1: device descriptor read/, error -usb 1-1: device descriptor read/, error -usb 1-1: new full speed USB device using s3c-ohci and address 8usb 1-1: device not accepting address 8, error -usb 1-1: new full speed USB device using s3c-ohci and address 9usb 1-1: device not accepting address 9, error -
2.解决方案如下:
2.1修改drivers/usb/host/ohci-s3c.c文件,添加以下内容:
a.先添加头文件#include <mach/regs-clock.h>
b.在s3c_start_hc函数中添加以下内容:
bash/shell Code复制内容到剪贴板 unsigned long upllvalue = (0x << ) | (0x << 4) | (0x); while (upllvalue != __raw_readl(S3C_UPLLCON)) { __raw_writel(upllvalue, S3C_UPLLCON); mdelay(1); }添加后的s3c_start_hc函数如下:
bash/shell Code复制内容到剪贴板 static void s3c_start_hc(struct platform_device *dev, struct usb_hcd *hcd) { struct s3c_hcd_info *info = dev->dev.platform_data; dev_dbg(&dev->dev, "s3c_start_hc:n"); clk_enable(clk); if (info != NULL) { info->hcd = hcd; info->report_oc = s3c_hcd_oc; if (info->enable_oc != NULL) { (info->enable_oc)(info, 1); } } unsigned long upllvalue = (0x << ) | (0x << 4) | (0x); while (upllvalue != __raw_readl(S3C_UPLLCON)) { __raw_writel(upllvalue, S3C_UPLLCON); mdelay(1); } }2.2总结:以上修改的函数功能是启动主机控制器,因为usb时钟设置有问题,因而在开启主机控制器时修改时钟,修改后的S3C_UPLLCON的值为0xF;
3.注意:本版本内核没有头文件regs-clock.h,因而我从其他内核中复制过来的,命令如下:
jello@jello-Inspiron-N:~/Downloads/qq/linux/kernel-2.6.$ cp /tftpboot/kernel-2.6..7/arch/arm/mach-s3c/include/mach/regs-clock.h ./
linux(阿里云ECS)使用Xshell连接服务器 Linux系统挂载数据盘适用系统:Linux(Redhat,CentOS,Debian,Ubuntu)*Linux的云服务器数据盘未做分区和格式化,可以根据以下步骤进行分区以及格式化操作。
linux下.run文件的安装与卸载方法 .run文件的安装很简单,只需要为该文件增加可执行属性,即可执行安装以virtualbox的安装文件virtualbox-3.1.6--Linux_x.run为例,只需要输入命令:chmod+xvi
ubuntu 更换阿里源实例 网上应该可以找到很多关于ubuntu源的设置方法,但是如果不搞清楚就随便设置的话,不仅不能起到应有的效果,还会由于一些问题导致apt不可用。最正
标签: qq2440启动linux后插入u盘出现usb 1-1: device descriptor read/64, error -110,usb 1
本文链接地址:https://www.jiuchutong.com/biancheng/360531.html 转载请保留说明!友情链接: 武汉网站建设