ljalves / linux_media

TBS linux open source drivers
https://github.com/ljalves/linux_media/wiki
Other
89 stars 150 forks source link

Driver Issue during/after resume from Wakeup #172

Open jpg73 opened 5 years ago

jpg73 commented 5 years ago

Dears, Using kernel 4.16.3 with latest TBSdriver on TBS6590 + legal CI Card testcase is : my server is running well, but if I 1/sudo systemctl suspend 2/wakeup by WOL or keyboard 3/seems drivers isn't loaded properly ( see dmesg line 820 of http://paste.ubuntu.com/p/JQxj4MjWFr/)

Ive tried sudo modprobe -v -r tbsecp3 sudo modprobe -v -r si2157 sudo modprobe -v -r si2183 sudo modprobe -v -r av201x in a shell in /usr/lib/pm-utils/sleep.d/ But I got segmentation fault...

Could you indicate me which module I ve to unload / load during the suspend/wakeup process ? or maybe it's a driver bug ? Thanks in advance JP