linux USB摄像头不停掉线问题

1.T507板子上面接了一个usb接口的RGB摄像头,发现RGB摄像头有时候一开机就掉线了,或者跑一会掉线,dmesg看到的现象如下

复制代码
    sunxi-ehci 5101000.ehci0-controller: ehci_irq: highspeed device disconnect

    sunxi-ehci 5101000.ehci0-controller: ehci irq: highspeed device connect

    usb 1-1: USB disconnect, device number 2

    uvcvideo: Failed to resubmit video URB (-19).
   
    uvcvideo: Failed to resubmit video URB (-19).
	
	uvcvideo: Failed to resubmit video URB (-19).
	
	uvcvideo: Failed to resubmit video URB (-19).
	
	uvcvideo: Failed to resubmit video URB (-19).
    
    sunxi-ehci 5101000.ehci0-controller: ehci_irq: highspeed device connect

    usb 1-1: new high-speed USB device number 3 using sunxi-ehci
    
    usb 1-1: device descriptor read/64, error -71
    
    usb 1-1: device descriptor read/64, error -71

    usb 1-1: new high-speed USB device number 4 using sunxi-ehci
	
    usb 1-1: device descriptor read/64, error -71

    uvcvideo: Found UVC 1.00 device DECXIN CAMERA (1bcf:2cd1)
 
    uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized!

    uvcvideo 1-1:1.0: Entity type for entity Extension 3 was not initialized!
   
    uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not initialized!
    uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
	
	input: DECXIN CAMERA as /devices/platform/soc/5101000.ehci0-controller/usb1/1-1/1-1:1.0/input/input6

2.后面观察到,usb会不停的掉线,上线

3.应用层是通过固定的设备节点/dev/video4去读取RGB图像的,RGB一掉线,出图节点就变成了/dev/video5,导致应用层读取不到RGB图像了。

4.解决办法,查询了AI,禁用 USB 电源管理(排除 autosuspend)就没出现这个问题了。

复制代码
# 一次性禁用所有 USB 设备的 suspend
for f in /sys/bus/usb/devices/*/power/control; do
    echo 'on' > "$f"
done
相关推荐
云计算磊哥@1 分钟前
运维开发宝典059-大型网站nginx服务器管理全集5
服务器·nginx·运维开发
黑白园4 分钟前
个人台式机VMware 15及Ubuntu 16.04.5卸载以及VMware 16.2.3及Ubuntu 24.04.4安装
linux·ubuntu
Inhand陈工11 分钟前
路由器专题二:有线为主,蜂窝备份——映翰通路由器链路备份功能详解
运维·网络·物联网·智能路由器·系统安全
腾科IT教育8 小时前
Oracle认证怎么选?2026年OCP/OCM报考指南
linux·运维·华为认证·hcie·开闭原则·datacom
幸福指北9 小时前
🚀 开源了,一个人 + AI 肝出一个 AI 终端 | AShell 技术分享
运维·人工智能·ai·终端
肥胖小羊10 小时前
微信社群自动化管理与防骚扰系统的设计与实现
运维·自动化
AI办公探索者11 小时前
仓储物流AI任务执行的技术拆解:从WMS自动化到多设备协同的落地路径
运维·人工智能·ai·自动化
longerxin202012 小时前
nano编辑器插入、编辑完整操作教程(Linux日志/配置专用)
linux·运维·编辑器
cesium vue13 小时前
nginx 流媒体配置
运维·nginx
木心术113 小时前
GitHub Actions自动化运维实战:从CI/CD到全链路DevOps
运维·自动化·github