ljalves / linux_media

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

tbsecp3 not working on Ubuntu 18.04 LTS running 4.15.0-30-generic kernel #170

Closed anttito1 closed 5 years ago

anttito1 commented 5 years ago

Just updated my system from Ubuntu 16.04 LTS to 18.04 LTS, which is now running 4.15.0-30-generic kernel.

Tried to install this open source driver for my TBS6281SE DVB card. Build finishes without errors, but while loading the module tbsecp3 I get

$ sudo modprobe tbsecp3 modprobe: ERROR: could not insert 'tbsecp3': Unknown symbol in module, or unknown parameter (see dmesg)

$ dmesg | tail -3 [121793.067595] tas2101: Unknown symbol i2c_mux_alloc (err 0) [121793.067623] tas2101: Unknown symbol i2c_mux_del_adapters (err 0) [121793.067647] tas2101: Unknown symbol i2c_mux_add_adapter (err 0)

Has this Ubuntu kernel been compiled without i2c mux support? What are the options?

Tried with e109755c5c93e43b7482e123acaea799d540e3de, which is the current master.

anttito1 commented 5 years ago

Ment to open this issue at tbsdtv fork. Moved there. Closing this.