Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam.
Chciałbym uruchomić kamerę w moim laptopie, niestety do tej pory nie udało mi tego dokonać.
dmesg | grep EasyCamera [ 8.870953] usb 2-1.6: Product: Lenovo EasyCamera
Po uruchomieniu programu [i]cheese [/i]otrzymuję komunikat: [i]no device found[/i]
Ma ktoś jakiś pomysł jak zmusić tą kamerę do działania??
Offline
podaj
ls /dev | grep video
Offline
785
Ostatnio edytowany przez uzytkownikubunt (2016-12-01 00:52:28)
Offline
ls /dev | grep video
Nic nie wypisuje.
dmesg | grep -B2 -A6 -e 'usb 2-1.6'
[ 8.698685] usb 1-1.4: Manufacturer: Generic [ 8.698687] usb 1-1.4: SerialNumber: 20100201396000000 [ 8.769964] usb 2-1.6: new high-speed USB device number 3 using ehci-pci [ 8.870943] usb 2-1.6: New USB device found, idVendor=5986, idProduct=0295 [ 8.870949] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 8.870953] usb 2-1.6: Product: Lenovo EasyCamera [ 8.870955] usb 2-1.6: Manufacturer: Vimicro corp. [ 10.007726] systemd-udevd[280]: starting version 204 [ 11.040136] ACPI Warning: SystemIO range 0x0000000000003040-0x000000000000305f conflicts with OpRegion 0x0000000000003040-0x000000000000304f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258) [ 11.040147] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 11.079094] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2 [ 11.079105] ACPI: Power Button [PWRB] [ 11.079222] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input3 -- [66395.613127] ata3.00: configured for UDMA/100 [66395.643710] usb 1-1.4: reset high-speed USB device number 4 using ehci-pci [66395.807666] usb 2-1.6: reset high-speed USB device number 3 using ehci-pci [66397.097073] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off [66397.116683] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [66397.332285] ata1.00: configured for UDMA/133 [66397.332384] sd 0:0:0:0: [sda] Starting disk [66397.371621] PM: resume of devices complete after 2102.436 msecs [66397.371896] PM: Finishing wakeup.
lsusb | grep -i easycam
lsmod | grep uvcvideo
Nic nie wypisuje.
Offline
Powiedz jeszcze co za wersja Debiana i jaki kernel?
btw czystszy strzał, ale spróbuj wpisać w terminalu
su -c 'modprobe uvcvideo'
a potem uruchomić cheese i powiedz, czy jest obraz
Offline
modprobe uvcvideo modprobe: FATAL: Module uvcvideo not found.
uname -a Linux debian 3.14.3 #4 SMP Thu May 22 01:07:11 CEST 2014 x86_64 GNU/Linux
cat /etc/debian_version jessie/sid
Ostatnio edytowany przez paw4el (2014-05-24 22:51:58)
Offline
Masz niewkompilowany sterownik.
W jądrze aptosida jest
grep CONFIG_USB_VIDEO_CLASS /boot/config-`uname -r` CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
uname -a Linux debian 3.14-3.slh.2-aptosid-amd64 #1 SMP PREEMPT Sun May 11 22:10:11 UTC 2014 x86_64 GNU/Linux
Offline
W Debianowych też jest:
tomek@buka:~$ grep CONFIG_USB_VIDEO_CLASS /boot/config-`uname -r` CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y tomek@buka:~$ uname -a Linux buka 3.13-1-amd64 #1 SMP Debian 3.13.10-1 (2014-04-15) x86_64 GNU/Linux tomek@buka:~$
Offline
O samodzielnie kompilowanych lub niestandardowych kernelach [b]należy[/b] pisać na samym początku.
Offline
Time (s) | Query |
---|---|
0.00011 | SET CHARSET latin2 |
0.00007 | SET NAMES latin2 |
0.00156 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.139.98.10' WHERE u.id=1 |
0.00063 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.139.98.10', 1732365015) |
0.00057 | SELECT * FROM punbb_online WHERE logged<1732364715 |
0.00066 | DELETE FROM punbb_online WHERE ident='18.218.38.67' |
0.00060 | DELETE FROM punbb_online WHERE ident='185.191.171.6' |
0.00090 | DELETE FROM punbb_online WHERE ident='3.137.181.69' |
0.00081 | DELETE FROM punbb_online WHERE ident='3.141.21.199' |
0.00091 | DELETE FROM punbb_online WHERE ident='3.145.75.238' |
0.00045 | SELECT topic_id FROM punbb_posts WHERE id=268035 |
0.00016 | SELECT id FROM punbb_posts WHERE topic_id=25879 ORDER BY posted |
0.00068 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=25879 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00138 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=25879 ORDER BY p.id LIMIT 0,25 |
0.00072 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=25879 |
Total query time: 0.01026 s |