On Thursday 10 March 2005 00:35, Johannes Stezenbach wrote: > Kenneth Aafl?y wrote: > > > Can you "cat /sys/class/dvb/dvb4.frontend0/dev"? > > > > I did in my previous mail: > > But /sys/class/dvb/dvb4.frontend0/dev contains 212:259 > > > > And I checked what number udev was operating with internally by naming the > > dvb devices with the minor number, and it was wrong..still poking.. > > Can you run "udevtest /sys/class/dvb/dvb4.frontend0"? Original: version 054 looking at '/class/dvb/dvb4.frontend0' opened class_dev->name='dvb4.frontend0' configured rule in '/etc/udev/rules.d/udev.rules[55]' applied, 'dvb4.frontend0' becomes '%c' creating device node '/dev/dvb/adapter4/frontend0', major = '213', minor = '3', mode = '0660', uid = '0', gid = '44' This is with a recompiled udev after I changed the macros in /usr/include/sys/sysmacros.h. version 054 looking at '/class/dvb/dvb4.frontend0' opened class_dev->name='dvb4.frontend0' configured rule in '/etc/udev/rules.d/udev.rules[55]' applied, 'dvb4.frontend0' becomes '%c' creating device node '/dev/dvb/adapter4/frontend0', major = '212', minor = '259', mode = '0660', uid = '0', gid = '44' But even after recompiling dvb-utils (szap), it can't find the device. ls lists the devices on adapter 4 as 212:0..8 though. I think a recompile of glibc is needed to completly fix this, but I do not plan on doing this, since I only have two cards :) Kenneth