[mythtv-commits] Ticket #4752: Add R5000 STB Support to MythTV

MythTV mythtv at cvs.mythtv.org
Thu Nov 6 16:38:52 UTC 2008


#4752: Add R5000 STB Support to MythTV
----------------------------------+-----------------------------------------
 Reporter:  alannisota at gmail.com  |        Owner:  danielk 
     Type:  enhancement           |       Status:  assigned
 Priority:  minor                 |    Milestone:  unknown 
Component:  mythtv                |      Version:  head    
 Severity:  medium                |   Resolution:          
  Mlocked:  0                     |  
----------------------------------+-----------------------------------------

Comment(by Bill Southwell <chimera_god at yahoo.com>):

 Trying to automatically set permissions on a USB plugin of the R5000, but
 it doesn't work.

 Edited /etc/udev.rules.d/40-permissions.rules and added the lines:
 KERNEL=="Cypress*",  GROUP="mythtv"
 KERNEL=="Anchor*",  GROUP="mythtv"

 ... but it does not work on plug event, for some reason.  If it worked, it
 could even be set to automatically load the R5000 firmware when plugged.
 (if it senses Cypress*)

 What does work is editing /etc/udev.rules.d/40-basic-permissions.rules and
 changing
 SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
 SUBSYSTEM=="usb_device",                MODE="0664"
 ... to
 SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664", GROUP="mythtv"
 SUBSYSTEM=="usb_device",                MODE="0664", GROUP="mythtv"

 But this means that any USB device plugged in will have a group of mythtv.
 May be too indiscriminate.

 Still stuck on no R5000 serial number.  Tried editing the database with
 mysql-admin, but in the capture-card table there is no 'serial number'.  I
 guess it's mapped from another name, but I couldn't guess what.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4752#comment:37>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list