LinHES Forums http://forums.linhes.org/ |
|
UDEV Rules Help http://forums.linhes.org/viewtopic.php?f=21&t=21181 |
Page 1 of 1 |
Author: | davefor [ Thu Jul 01, 2010 7:04 am ] |
Post subject: | UDEV Rules Help |
New install R6.03 - PVR-350 and HDPVR I wrote udev rules for the above video devices and named them video-PVR-350 and video-HDPVR Saved file in the rules.d folder rebooted and checked /dev and now have video-PVR-350 and video-HDPVR listed as devices. When I try to change backend settings to point to the new devices /dev/video-PVR-350 and video-HDPVR it doesn't save the setting. I did notice that the default are listed as /dev/v4l/video1 etc. Do I need to make a symlink to the /dev/v4l folder ? If so how. Thanks |
Author: | davefor [ Fri Jul 02, 2010 7:17 am ] |
Post subject: | |
I have it working now. I will post my findings later. |
Author: | davefor [ Sat Jul 10, 2010 10:39 am ] |
Post subject: | UDEV RULES FIXED |
The following work for me. I have a PVR-350 and a HDPVR Made file called 99_zzz_my.rules Code: nano /etc/udev/rules.d/99_zzz_my.rules Added Code: KERNEL=="video?", ATTR{name}=="Hauppauge HD PVR", SYMLINK+="video-HDPVR"
KERNEL=="video?", ATTR{name}=="ivtv0 encoder MPG", SYMLINK+="video-PVR-350" Save & exit Reboot Alt x (to open termial) Type mythtv-setup (to run mythbackend setup) 2)Capture cards Delete all capture cards For HDPVR Card Type: = H.264 encoder card (HD-PVR) Video device: = /dev/video-HDPVR For PVR 350 Card Type: = IVTV MPEG-2 encoder card Video device: = /dev/video-PVR-350 Reboot |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |