Re: AF9015 (A-Link DTU(m)) test results

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Dienstag 13 November 2007 schrieb Peter Parkkali:
> Hi all,
>
> I tried to run the af9015 driver from http://jusst.de/hg/af901x/ on the
> A-Link "DTU (m)" dongle (USB ID 15a4:9016).  The firmware seems to load
> fine, but there are a few errors from mt2060, after which the driver
> apparently tries to reload the firmware. Running dvbscan with the
> fi-Espoo scan file (which apparently applies for Helsinki too(?)) seems
> to get stuck without any results.
>
> The driver version is 40fc9491ff06, from Sun, 11 Nov 2007 00:47:17
> +0400), with http://jusst.de/manu/fw/AFA/dvb-usb-af9015.fw_a-link saved
> to /lib/firmware/2.6.22-14-server/dvb-usb-af9015.fw .
>
> The kernel is 2.6.22-14-server from Ubuntu, version 2.6.22-14.46
>
> The complete kernel log is at http://pfp.iki.fi/af9015_results_20071112.txt

think it is also an (non fatal) error in the sequence check

Nov 12 23:55:26 crm-114 kernel: [  180.550000] af9015_biu_read: Sequence 
error! Seq RD=0xff, Expect=0x00
Nov 12 23:55:26 crm-114 kernel: [  180.550000] af9015_biu_read: Read Error

in case ucSN = 0 (ucSN - 1) is 0xffffffff and not 0xff (as buf[0])

if (buf[0] != (ucSN - 1)) should be if (buf[0] != (u8)(ucSN - 1))


zsolt

_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux