156a3
![]() |
|
|
|
|
|||||||
| Howtos & FAQs Would you like to share some of your solutions for certain problems? Tips or tricks? Post here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#26
|
|||
|
|||
|
OK, so now it works out of Skype, but still doesn't work in Skype.
|
|
#27
|
|||
|
|||
|
Hi everyone. So I've come across a strange problem. I'm using Freebsd 9 stable. I've followed the guide and installed the required packages. Here's the issue.
If I put: Code:
webcamd_enable="YES" IF I remove the line, and then manually enable webcamd, /dev/video0 IS generated, and I can set permissions and use pwcview/other webcam programs as normal. Any idea why it's doing this? The cam is a logitech C210. Last edited by DutchDaemon; January 23rd, 2012 at 01:51. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#28
|
|||
|
|||
|
Some extra info that might be useful:
when Code:
webcamd_enable="YES" Code:
Webcamd is already running for ugen3.2.0 ..yet no /dev/video0 Code:
ugen3.2: <product 0x0819 vendor 0x046d> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x00ef bDeviceSubClass = 0x0002 bDeviceProtocol = 0x0001 bMaxPacketSize0 = 0x0040 idVendor = 0x046d idProduct = 0x0819 bcdDevice = 0x0010 iManufacturer = 0x0000 <no string> iProduct = 0x0000 <no string> iSerialNumber = 0x0002 <D07EA700> bNumConfigurations = 0x0001 Last edited by DutchDaemon; January 23rd, 2012 at 01:50. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#29
|
|||
|
|||
|
Do you have
Code:
cuse4bsd_load="YES" Also to avoid manually setting permission for video0, edit your /etc/devfs.rules file. |
|
#30
|
|||
|
|||
|
Quote:
Code:
cuse4bsd_load="YES" As I said it works fine IF: 1. I do not use Code:
webcamd_enable="YES" and also 2. manually type Code:
webcamd -d ugen3.2 -i 0 -v 0 But if I enable webcamd in /etc/rc.conf, /dev/video0 is not created. Also, I already know about /etc/devfs.rules, but it cannot set permissions to /dev/video0 if /dev/video0 is not created/does not exist. |
|
#31
|
|||
|
|||
|
Right, sorry.
And if you explicitly add flags in /etc/rc.conf? Along the lines of: Code:
webcamd_flags="-d ugen3.2 -B" |
|
#32
|
|||
|
|||
|
ok, so.
tried it with Code:
webcmad_enable="YES" webcamd_flags="-d ugen3.2 -B" tried with Code:
webcamd_flags="-d ugen3.2 -B" tried via terminal manually: Code:
sudo webcamd Attached ugen3.2[0] to cuse unit 0 Creating /dev/video0 |
|
#33
|
|||
|
|||
|
Same problem using install from ports. Seems someone else is also having this exact problem:
http://freebsd.1045724.n5.nabble.com....html#a5398421 Last edited by DutchDaemon; January 25th, 2012 at 02:02. |
|
#34
|
||||
|
||||
|
Thanks for this helpful guide @Aleksey14.
Quote:
Code:
[system=10] add path 'video*' mode 0666 Quote:
Thanks again; it's nice to be able to see friends and family who live far away. |
|
#36
|
||||
|
||||
|
I haven't used my formerly working generic USB webcam in a few months, but when I plugged it in today and started pwcview I saw a green screen where the video normally would be and the system semi-froze. I say semi- because the colours were slowly changing and every once in awhile the mouse would move or a keystroke would register. But, after about 10 minutes I was forced to hard reboot. I don't think I've used the webcam since upgrading from 8.2 to 8.3, but searching for things like "FreeBSD 8.3 webcam" doesn't turn anything up.
When I plug the webcam in I see: Code:
Jun 7 19:06:24 met kernel: ugen3.2: <Image Processor> at usbus3 Jun 7 19:06:24 met root: /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd Jun 7 19:06:24 met root: Unknown USB device: vendor 0x090c product 0x937b bus uhub3 I do see /dev/video0 and I set the permissions to crw-rw-rw-. Am I missing something? Last edited by DutchDaemon; June 8th, 2012 at 00:21. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Support Adobe Flash (shell script) | soko1 | Howtos & FAQs | 9 | September 11th, 2012 15:50 |
| adding ext4fs support to 8.1 | hippo | General | 3 | January 16th, 2011 06:58 |
| How correctly to establish webcam on Skype (Freebsd8). | net888 | Multimedia | 1 | May 21st, 2010 17:10 |
| Freebsd 7.1 + adobe flash player 10 | xnl96 | Multimedia | 18 | December 4th, 2009 23:42 |
| UVC webcam support in freebsd 8 | venky80 | Peripheral Hardware | 1 | November 10th, 2009 13:58 |