[linux-dvb] Datasheet zl10353

2007-12-13 Thread Rob Browne
Hi, The datasheet for the zl10353 is freely available on the Intel support site. Intel now call it a CE6353, the datasheet is D55752.pdf. It seems to include everything, pin allocation etc. Can this be used to improve our zl10353 driver ? Rob ___ linux

Re: [linux-dvb] Error v4l-dvb-test

2007-08-09 Thread Rob Browne
On 8/10/07, Michael Krufky <[EMAIL PROTECTED]> wrote: > > > This experimental repository was from six months ago -- it will not work > against recent kernels, because certain structures have been changed, > and this repository has not been updated to reflect those changes. > > For best results, use

[linux-dvb] Error v4l-dvb-test

2007-08-09 Thread Rob Browne
Hi, Using custom 2.6.22. Get error compiling ~pascoe/v4l-dvb-test. Downloaded it yesterday, so should be the latest version. The option to compile items not in the kernel, has not been selected. In dvb_net.c, error struct sk_buff has no member named 'mac'. IPX 802.3 802.2 are not selected in my

Re: [linux-dvb] Divco lirc

2007-06-15 Thread Rob Browne
are very likely to have other HID devices on the system (ie - keyboards, etc). Also, udev does not guarantee unique device names, so you may have to write a udev rule to ensure you get a consistent device, or use the /by-id/ paths in /dev. Rob Browne wrote: > Changed to kernel 2.6.21 now Di

[linux-dvb] Divco lirc

2007-06-12 Thread Rob Browne
Changed to kernel 2.6.21 now Divco remote will not work. Worked in 2.6.20. Lirc log - error reading hiddev0 So it found the device, but is having trouble reading it. Rob. ___ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/ma

[linux-dvb] Offset calc

2007-06-05 Thread Rob Browne
Hi, In dvb-pll.c freq = (div * stepsize) - offset From debug get these values freq = 19167 div = 1367 So i calculated offset using ( 1367 * 16) - 19167 = 26165755 What am i doing wrong, offsets are in the range of 125000. Cheers Rob. _