dfigus / addon-tvheadend

TVHeadend - Home Assistant Add-on
MIT License
3 stars 0 forks source link

Add dvb linux firmwares #143

Closed dfigus closed 3 months ago

dfigus commented 3 months ago

Proposed Changes

Add additional linux firmwares via Alpine package linux-firmware-other. This package also includes the DVB firmware dvb-fe-xc5000-1.6.114.fw mentioned in #109.

Proper solution would be to include this in HA OS which seems to be possible via buildroot config BR2_PACKAGE_LINUX_FIRMWARE_XCx000, see buildroot config here and linux firmware repo here. This would require a PR to HA OS.

Related Issues

This might fix/mitigate #109.