RPi3 and TNT Avermedia Green HD Problem

Hi !
I’m a new user with a raspberry pi 3b and I’ve a problem with my tnt usb stick. It’s an Avermedia Volar Green HD
lsusb says :
Bus 001 Device 004: ID 07ca:3835 AVerMedia Technologies, Inc. AVerTV Volar Green HD (A835B)
I’ve downloaded the driver for this (https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw)
And put it in the /lib/firmware.
On each reboot unfortunately, the driver failed to load :
dvb_usb_af9035: probe of 1-1.5:1.0 failed with error -110
if i unplug and plug the stick, the key is recognized. But i need to restart tvheadend to see it and unfortunately again it detect no service.

I’ve tried the same thing on a raspbian, and all is working perfectly at boot :
[ 5.700762] usb 1-1.5: dvb_usb_af9035: prechip_version=83 chip_version=02 chip_type=9135
[ 5.701112] usb 1-1.5: dvb_usb_v2: found a ‘Avermedia A835B(3835)’ in cold state
[ 5.702773] usb 1-1.5: dvb_usb_v2: downloading firmware from file ‘dvb-usb-it9135-02.fw’
[ 5.793597] usb 1-1.5: dvb_usb_af9035: firmware version=3.40.1.0
[ 5.793626] usb 1-1.5: dvb_usb_v2: found a ‘Avermedia A835B(3835)’ in warm state
[ 5.794824] usb 1-1.5: dvb_usb_af9035: [0] overriding tuner from 38 to 60
[ 5.796438] usb 1-1.5: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 5.860108] usb 1-1.5: dvb_usb_v2: schedule remote query interval to 500 msecs
[ 5.860128] usb 1-1.5: dvb_usb_v2: ‘Avermedia A835B(3835)’ successfully initialized and connected
[ 5.860229] usbcore: registered new interface driver dvb_usb_af9035
and tvheadend detect all the tv channels.

Any idea ?? thx