One problem was that cards were jumpin adapterX to other, permanent 
stabilization follows,
 now hauppauge is at adapter100 which is used as MythTV,... and when someone 
helps Twinham at 101 !!!

see: http://www.mythtv.org/wiki/Device_Filenames_and_udev  for detail's

# /etc/udev/rules.d/10-local.rules
# 
# To Ientify serial nos etc for a Device call
# udevadm info -a -p $(udevadm info -q path -n /dev/dvb/adapter0/frontend0)
# 
# Create a symlink /dev/dvb/adapter100 pointing to HVR-1300 with bus ID 
0000:01:09.2
SUBSYSTEM=="dvb", ATTRS{vendor}=="0x14f1", KERNELS=="0000:01:09.2", 
PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; printf dvb/adapter100/%%s $${K#*.}'", 
SYMLINK+="%c"

# Create a symlink /dev/dvb/adapter101 pointing to Twinham with bus ID 
0000:01:07.0
SUBSYSTEM=="dvb", ATTRS{vendor}=="0x1822", KERNELS=="0000:01:07.0", 
PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; printf dvb/adapter101/%%s $${K#*.}'", 
SYMLINK+="%c"

You get KERNELS and ATRS info by command:

joni@kurrola:~$ udevadm info -a -p $(udevadm info -q path -n
/dev/dvb/adapter0/dvr0)

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device 
'/devices/pci0000:00/0000:00:08.0/0000:01:07.0/dvb/dvb0.dvr0':
    KERNEL=="dvb0.dvr0"
    SUBSYSTEM=="dvb"
    DRIVER==""

  looking at parent device '/devices/pci0000:00/0000:00:08.0/0000:01:07.0':
    KERNELS=="0000:01:07.0"
    SUBSYSTEMS=="pci"
    DRIVERS=="Mantis"
    ATTRS{vendor}=="0x1822"
    ATTRS{device}=="0x4e35"
    ATTRS{subsystem_vendor}=="0x1822"
    ATTRS{subsystem_device}=="0x0014"
    ATTRS{class}=="0x048000"
    ATTRS{irq}=="17"
    
ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{numa_node}=="0"
    ATTRS{dma_mask_bits}=="32"
    ATTRS{consistent_dma_mask_bits}=="32"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}==""

  looking at parent device '/devices/pci0000:00/0000:00:08.0':
    KERNELS=="0000:00:08.0"
    SUBSYSTEMS=="pci"
    DRIVERS==""
    ATTRS{vendor}=="0x10de"
    ATTRS{device}=="0x075a"
    ATTRS{subsystem_vendor}=="0x1849"
    ATTRS{subsystem_device}=="0x075a"
    ATTRS{class}=="0x060401"
    ATTRS{irq}=="0"
    
ATTRS{local_cpus}=="00000000,00000000,00000000,00000000,00000000,00000000,00000000,0000000f"
    ATTRS{local_cpulist}=="0-3"
    ATTRS{numa_node}=="0"
    ATTRS{dma_mask_bits}=="32"
    ATTRS{consistent_dma_mask_bits}=="32"
    ATTRS{broken_parity_status}=="0"
    ATTRS{msi_bus}=="1"

  looking at parent device '/devices/pci0000:00':
    KERNELS=="pci0000:00"
    SUBSYSTEMS==""
    DRIVERS==""

joni@kurrola:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/923464

Title:
  Twinham 1034 hangs , dose not install completely - Terra Tec dose not
  install, Haupage NOVA-S2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/923464/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to