by bconley on Fri Jun 01, 2012 12:10 am
I've found a way to get it to work. If I run: sudo rmmod uvcvideo && sudo modprobe uvcvideo two or three times then it works. I guess my question now is how do I make it work all the time without having to run the commands? It's not the end of the world but it would be helpful. Thank you!
BTW, these were run AFTER the command that I use to make it run. Hope that doesn't mess you up.
Here's what I get for lspci:
00:00.0 Host bridge: Intel Corporation 82Q963/Q965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82Q963/Q965 PCI Express Root Port (rev 02)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA Controller [IDE mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) 2 port SATA Controller [IDE mode] (rev 02)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV516 [Radeon X1300/X1550 Series]
01:00.1 Display controller: Advanced Micro Devices [AMD] nee ATI RV516 [Radeon X1300 Pro] (Secondary)
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express (rev 02)
lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 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 001 Device 003: ID 0424:2512 Standard Microsystems Corp. USB 2.0 Hub
Bus 002 Device 002: ID 04fc:0c25 Sunplus Technology Co., Ltd SATALink SPIF225A
Bus 003 Device 002: ID 0557:7000 ATEN International Co., Ltd Hub
Bus 001 Device 004: ID 05a9:2643 OmniVision Technologies, Inc. Monitor Webcam
Bus 001 Device 005: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 003 Device 003: ID 413c:2011 Dell Computer Corp. Multimedia Pro Keyboard
Bus 003 Device 004: ID 046d:c404 Logitech, Inc. TrackMan Wheel
Bus 001 Device 006: ID 05ac:1292 Apple, Inc. iPhone 3G
lsmod:
Module Size Used by
uvcvideo 72627 0
ipheth 13526 0
arc4 12529 0
ppp_mppe 13077 0
ppp_async 17539 0
crc_ccitt 12667 1 ppp_async
btrfs 652957 0
zlib_deflate 27139 1 btrfs
libcrc32c 12644 1 btrfs
ufs 75303 0
qnx4 17677 0
hfsplus 84867 0
hfs 54782 0
minix 36288 0
ntfs 101885 0
vfat 17585 0
msdos 17332 0
fat 61512 2 vfat,msdos
jfs 186647 0
xfs 836544 0
reiserfs 244805 0
ext2 73795 0
pci_stub 12622 1
vboxpci 23200 0
vboxnetadp 25670 0
vboxnetflt 23441 0
vboxdrv 287082 3 vboxpci,vboxnetadp,vboxnetflt
snd_hda_codec_analog 97987 1
snd_hda_intel 33773 2
snd_usb_audio 122982 1
snd_hda_codec 127706 2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep 13668 2 snd_usb_audio,snd_hda_codec
snd_usbmidi_lib 25395 1 snd_usb_audio
snd_pcm 97188 3 snd_hda_intel,snd_usb_audio,snd_hda_codec
snd_seq_midi 13324 0
snd_rawmidi 30748 2 snd_usbmidi_lib,snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
snd_timer 29990 2 snd_pcm,snd_seq
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
radeon 804372 2
ttm 76949 1 radeon
bnep 18281 2
joydev 17693 0
snd 78855 17 snd_hda_codec_analog,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hwdep,snd_usbmidi_lib,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
drm_kms_helper 46978 1 radeon
drm 242038 4 radeon,ttm,drm_kms_helper
videodev 98259 1 uvcvideo
rfcomm 47604 0
bluetooth 180104 10 bnep,rfcomm
lp 17799 0
binfmt_misc 17540 1
usbhid 47199 0
hid 99559 1 usbhid
soundcore 15091 1 snd
v4l2_compat_ioctl32 17128 1 videodev
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
mac_hid 13253 0
dcdbas 14490 0
ppdev 17113 0
i2c_algo_bit 13423 1 radeon
parport_pc 32866 1
psmouse 87692 0
serio_raw 13211 0
parport 46562 3 lp,ppdev,parport_pc
floppy 70365 0
usb_storage 49198 1
tg3 152032 0