VDR4Arch / vdr4arch

VDR PKGBUILDs for Arch Linux
34 stars 22 forks source link

Could you provide saa716x support for arch? #97

Closed zofiel closed 9 years ago

zofiel commented 9 years ago

Saa716x driver: https://github.com/ljalves/linux_media/tree/latest/drivers/media/pci/saa716x

Could you include it in your driver repository?

Thanks in advance

CReimer commented 9 years ago

This driver is already part of media_build_experimental-dkms

I know that this dkms package is broken at the moment. But that's a problem which Oliver Endriss has to fix (maintainer of media_build_experimental). I'm still waiting for him to fix this.

Where did you find Luis Alves' the repository? What's his ultimate goal?

Nevertheless I don't think it's right to just randomly add more driver packages. These drivers have to end in an upstream kernel anytime soon.

CReimer commented 9 years ago

I asked him to add the Digital Devices drivers. If he does so or accepts a pull request, his repo could become a suitable replacement for media_build_experimental.

https://github.com/ljalves/linux_media/issues/92

zofiel commented 9 years ago

I found It in the v4l wiki: http://www.linuxtv.org/wiki/index.php/NXP_SAA716x

"As of (2014-06-07), a fork from https://bitbucket.org/powARman/v4l-dvb-saa716x/ is available at https://github.com/ljalves/linux_media/tree/latest/drivers/media/pci/saa716x. In this fork, you have the previously suppport for the cards : Twinhan/Azurewave VP-3071 (DVB-T x2), Twinhan/Azurewave VP-1028 (DVB-S), Twinhan/Azurewave VP-6002 (DVB-S),KNC One Dual S2, TECHNISAT SKYSTAR2 EXPRESS HD and the new cards TURBOSIGHT (TBS6284, TBS6280, TBS6220, TBS6922, TBS6925, TBS6982, TBS6984, TBS6985), TECHNOTREND TT4100. Devices list supported in the drivers/media/pci/saa716x/saa716x_budget.h file."

thanks for all Creimer.