Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2312579
  • 博文数量: 141
  • 博客积分: 3552
  • 博客等级: 中校
  • 技术积分: 4148
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-15 14:39
个人简介

熟悉Linux下程序设计及各种应用程序 熟悉C Language 熟悉Glusterfs、FFmpeg、CDN 系统设计,计算机图形系统设计、分布式程序设计 目前主要研究方向:流媒体

文章分类

全部博文(141)

分类: LINUX

2009-11-10 15:39:42

1758 CONFIG_USB_GSPCA_SONIXB=y
1759 CONFIG_USB_GSPCA_SONIXJ=y

在.config里把上面的内容添加上就可以了
我的usb摄像头的信息


lsusb


[root@localhost linux-2.6]# lsusb
Bus 002 Device 004: ID 05ca:1880 Ricoh Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 006 Device 002: ID 06a2:0033 Topro Technology, Inc. USB Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0c45:62c0 Microdia Sonix USB 2.0 Camera

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root@localhost linux-2.6]#


关键是红色那句


[root@localhost linux-2.6]# cat /proc/kmsg


<7>[ 4020.883267] usb usb1: usb resume
<7>[ 4020.883278] ehci_hcd 0000:00:1a.7: resume root hub
<7>[ 4021.004243] hub 1-0:1.0: state 7 ports 6 chg 0002 evt 0000
<7>[ 4021.004321] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
<6>[ 4021.106273] usb 1-1: new high speed USB device using ehci_hcd and address 5
<7>[ 4021.338727] usb 1-1: skipped 1 descriptor after configuration
<7>[ 4021.338737] usb 1-1: skipped 6 descriptors after interface
<7>[ 4021.338762] usb 1-1: skipped 1 descriptor after endpoint
<7>[ 4021.338769] usb 1-1: skipped 9 descriptors after interface
<7>[ 4021.348799] usb 1-1:1.0: uevent
<6>[ 4021.358579] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input11
<7>[ 4021.368547] drivers/usb/core/inode.c: creating file '005'
<7>[ 4021.455075] usb 1-1: unlink qh4-0001/e8ce4cb0 start 0 [1/0 us]


阅读(3749) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~