|
russell.eberhardt
|
 |
« on: January 25, 2012, 11:49:46 AM » |
|
Trying to get one of these dongles working to copy VHS to DVD before my VHS machine packs up. The driver for this dongle refered to here http://www.pclinuxos.com/forum/index.php/topic,85718.0.html has been withdrawn by Sourceforge as a suitable driver is included in the latest kernels. Can anyone tell me if it is in the 2.6.38.8-pclos3.bfs kernel I'm using? If so how do I get VLC to recognise it? Russell.
|
|
|
|
|
Logged
|
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD, Laptop: Dell Inspiron 1501, 1GB ram, AMD Sempron Proc 3500+, ATI Radeon Xpress 200M, Broadcom BCM4311 wifi
|
|
|
|
russell.eberhardt
|
 |
« Reply #1 on: January 25, 2012, 12:26:14 PM » |
|
Update: Sourceforge states that the driver is included and enabled in another distro alot. Tried running that in Virtualbox and get the same result with VLC so I guess the problem is that I don't know how to use VLC  Back to PCLinuxOS; Found this window in VLC and guess I need to know the Video device name and the Audio device name. Any ideas as to where I can find these?  Thanks. Russell.
|
|
|
|
|
Logged
|
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD, Laptop: Dell Inspiron 1501, 1GB ram, AMD Sempron Proc 3500+, ATI Radeon Xpress 200M, Broadcom BCM4311 wifi
|
|
|
|
djohnston
|
 |
« Reply #2 on: January 25, 2012, 01:28:54 PM » |
|
What does dmesg say about the device? Clear the buffer first, then plug the USB device in. Everything in dmesg after that should refer to the capture device.
dmesg -c (comment - clear the buffer, then insert video dongle) dmesg (comment - all output should refer to the device)
|
|
|
|
|
Logged
|
Bare metal VBox AMD Athlon 7750 Dual-Core Single core 4GiB RAM 1GiB RAM nVidia GeForce FX 5200 64MB video LXDE 32bit KDE 64bit
Registered Linux User #416378
|
|
|
|
russell.eberhardt
|
 |
« Reply #3 on: January 25, 2012, 03:29:18 PM » |
|
dmesg output:
[root@localhost ~]# dmesg usb 7-1: new high speed USB device using ehci_hcd and address 5 usb 7-1: New USB device found, idVendor=05e1, idProduct=0408 usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 7-1: Product: USB 2.0 Video Capture Controller usb 7-1: Manufacturer: Syntek Semiconductor easycap::0easycap_usb_probe: allocated 0xD9120000=peasycap easycap::0easycap_usb_probe: where 0xD9120014=&peasycap->video_device easycap::0easycap_usb_probe: and 0xD91201C0=&peasycap->v4l2_device easycap::0adjust_standard: selected standard: PAL_BGHIN easycap::0adjust_format: sought: 640x480,UYVY(0x59565955),1=field,0x00=std mask easycap::0adjust_format: sought: V4L2_FIELD_NONE easycap::0adjust_format: actioning: 640x480 PAL_BGHIN_AT_640x480_FMT_UYVY-n easycap::0adjust_brightness: adjusting brightness to 0x7F easycap::0adjust_contrast: adjusting contrast to 0x3F easycap::0adjust_saturation: adjusting saturation to 0x2F easycap::0adjust_hue: adjusting hue to 0x00 easycap 7-1:1.0: Non-NULL drvdata on register easycap::0easycap_usb_probe: registered with videodev: 0=minor easycap::0easycap_usb_probe: hardware is FOUR-CVBS easycap::0easycap_usb_probe: easysnd attached to minor #0 easycap:: easycap_open: ==========OPEN========= easycap::0adjust_standard: selected standard: PAL_BGHIN easycap::0adjust_format: sought: 640x480,UYVY(0x59565955),1=field,0x00=std mask easycap::0adjust_format: sought: V4L2_FIELD_NONE easycap::0adjust_format: actioning: 640x480 PAL_BGHIN_AT_640x480_FMT_UYVY-n easycap::0adjust_brightness: adjusting brightness to 0x7F easycap::0adjust_contrast: adjusting contrast to 0x3F easycap::0adjust_saturation: adjusting saturation to 0x2F easycap::0adjust_hue: adjusting hue to 0x00 [root@localhost ~]#
It looks as if the driver's working OK but no indication of a name to give VLC.
Russell.
|
|
|
|
|
Logged
|
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD, Laptop: Dell Inspiron 1501, 1GB ram, AMD Sempron Proc 3500+, ATI Radeon Xpress 200M, Broadcom BCM4311 wifi
|
|
|
|
Just18
|
 |
« Reply #4 on: January 25, 2012, 07:03:38 PM » |
|
I am not seeing a driver ..... like this output ......Oops ..... the driver is called easycap  Use ls /dev/vid* to get a list of the attached video devices. If you have only one then it will be /dev/video0 Try .... Capture Mode PVR Video Device /dev/video0 If you need to track errors then Tools - Messages ... at the bottom of page change Verbosity to 2 and leave it open
|
|
|
|
|
Logged
|
MLUs rule the roost!
Linux XPS 3.2.17-pclos1.pae.bfs 32 bit Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz 4 GB RAM MCP51 High Def Audio GeForce GTX 550 Ti PHILIPS DVD+-RW DVD8701 Logitech BT Mini-Receiver Afatech DVB-T 2 USB DTT
|
|
|
AS
Global Moderator
Hero Member
   
Offline
Posts: 4111
Have a nice ... night!
|
 |
« Reply #5 on: January 25, 2012, 07:18:04 PM » |
|
The "device".... should be called /dev/easycap0 ...
|
|
|
|
|
Logged
|
|
|
|
|
Just18
|
 |
« Reply #6 on: January 25, 2012, 07:25:33 PM » |
|
Also you need to determine which actual device you have - if not already done .... so you know you have the correct driver. http://easycap.blogspot.com/p/devices.html
|
|
|
|
|
Logged
|
MLUs rule the roost!
Linux XPS 3.2.17-pclos1.pae.bfs 32 bit Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz 4 GB RAM MCP51 High Def Audio GeForce GTX 550 Ti PHILIPS DVD+-RW DVD8701 Logitech BT Mini-Receiver Afatech DVB-T 2 USB DTT
|
|
|
AS
Global Moderator
Hero Member
   
Offline
Posts: 4111
Have a nice ... night!
|
 |
« Reply #7 on: January 25, 2012, 07:44:52 PM » |
|
from post #3 usb 7-1: New USB device found, idVendor=05e1, idProduct=0408
|
|
|
|
|
Logged
|
|
|
|
|
Just18
|
 |
« Reply #8 on: January 25, 2012, 09:36:16 PM » |
|
from post #3 usb 7-1: New USB device found, idVendor=05e1, idProduct=0408 1. Three different devices do have the same device ID: ID 05e1:0408 Syntek Semiconductor Co., Ltd with different capabilities it seems ......
|
|
|
|
|
Logged
|
MLUs rule the roost!
Linux XPS 3.2.17-pclos1.pae.bfs 32 bit Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz 4 GB RAM MCP51 High Def Audio GeForce GTX 550 Ti PHILIPS DVD+-RW DVD8701 Logitech BT Mini-Receiver Afatech DVB-T 2 USB DTT
|
|
|
|
djohnston
|
 |
« Reply #9 on: January 25, 2012, 10:07:42 PM » |
|
Back to the Open Media window, Capture Device tab: what devices do you see in the pull down menu when you click the Capture mode button?
|
|
|
|
|
Logged
|
Bare metal VBox AMD Athlon 7750 Dual-Core Single core 4GiB RAM 1GiB RAM nVidia GeForce FX 5200 64MB video LXDE 32bit KDE 64bit
Registered Linux User #416378
|
|
|
|
russell.eberhardt
|
 |
« Reply #10 on: January 26, 2012, 05:15:03 AM » |
|
Thanks for all the advice guys.
ls /dev/vid* gives /dev/video0 ls /dev/easy* gives /dev/easysnd1
So this is what I've tried: Open VLC Media>Streaming>Capture device Left capture mode set to Video for Linux 2 Set Video device name to /dev/video0 Set Audio device name to /dev/easysnd1 Clicked "Stream" - it shows source as v4l2:///dev/video0 Set destination to both display locally and go to a file Clicked "Stream" Status bar at the bottom of VLC window displays "Streaming"
Result: No video display Small file is created of 44 B only.
Tried again using PVR instead of Video for Linux 2 Same result.
Any ideas?
Russell.
|
|
|
|
|
Logged
|
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD, Laptop: Dell Inspiron 1501, 1GB ram, AMD Sempron Proc 3500+, ATI Radeon Xpress 200M, Broadcom BCM4311 wifi
|
|
|
|
Just18
|
 |
« Reply #11 on: January 26, 2012, 05:43:25 AM » |
|
IIRC, when I last used my unit, the audio had to be a completely separate stream.
Concentrate on getting video displayed ...... the more useful things can be addressed afterwards.
|
|
|
|
|
Logged
|
MLUs rule the roost!
Linux XPS 3.2.17-pclos1.pae.bfs 32 bit Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz 4 GB RAM MCP51 High Def Audio GeForce GTX 550 Ti PHILIPS DVD+-RW DVD8701 Logitech BT Mini-Receiver Afatech DVB-T 2 USB DTT
|
|
|
@@light hose@@
New Friend
Offline
Posts: 1
I am a nobody. Nobody is perfect. Therefore, I am
|
 |
« Reply #12 on: February 04, 2012, 01:10:44 AM » |
|
Tried running that in Virtualbox and get the same result with VLC so I guess the problem is that I don't know how to use VLC.
|
|
|
|
|
Logged
|
Selects high quality material to produce qualiy die spotting machineto bring users good taste and decorative life.
|
|
|
|
russell.eberhardt
|
 |
« Reply #13 on: February 06, 2012, 08:48:11 AM » |
|
Given up on this for now. I have it working under Windoze but the video quality is appalling so I've ordered a (hopefully) better device. Thanks for everyones help and advice.
Russell.
|
|
|
|
|
Logged
|
Desktop: Gigabyte GA-MA770T-UD3 motherboard, NVIDIA GeForce 8400GS, AMD Phenom II Quad Core Processor 3GHz, 4GB ram, 250GB + 500GB SATA HD, Laptop: Dell Inspiron 1501, 1GB ram, AMD Sempron Proc 3500+, ATI Radeon Xpress 200M, Broadcom BCM4311 wifi
|
|
|
|