Mailing List archive

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

[linux-dvb] Re: Avermedia DVB-T oops



> i2c_adapter i2c-0: sendbytes: error - bailout.
> sp887x_initial_setup: firmware upload... <1>Unable to handle kernel
> paging request at virtual address d0b7d040

> EIP is at sp887x_initial_setup+0xbe/0x260 [sp887x]

> I did some debugging and the problem is the access to the sp887x_firm
> variable on this line
> memcpy(&buf[2], &sp887x_firm[i], c);

Well this isn't my code but it strikes me that in the lines just above
        u8 buf [BLOCKSIZE];
should be
        u8 buf [BLOCKSIZE+2];

could you try this, let us know if it works?

Jamie


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index