Kuidas installida Linux Mint 20 all HDMi kaardi draiverid?
lspci -vvvnn
[code]
05:00.0 Multimedia controller [0480]: Philips Semiconductors SAA7160 [1131:7160] (rev 03)
Subsystem: Philips Semiconductors SAA7160 [1131:0002]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at f7c00000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
[/code]
--edit--
Vahepeal sai pusitud.
https://bitbucket.org/powARman/v4l-dvb-saa716x/src/master/
Git clone ja sudo make lõppes veaga:
[code]
make[2]: Leaving directory '/home/user/Downloads/v4l-dvb-saa716x/v4l/firmware'
Kernel build directory is /lib/modules/5.4.0-48-generic/build
make -C /lib/modules/5.4.0-48-generic/build SUBDIRS=/home/user/Downloads/v4l-dvb-saa716x/v4l CFLAGS="-I../linux/include -D__KERNEL__ -I/include -DEXPORT_SYMTAB" modules
make[2]: Entering directory '/usr/src/linux-headers-5.4.0-48-generic'
make[3]: *** No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'. Stop.
make[2]: *** [arch/x86/Makefile:232: archscripts] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-5.4.0-48-generic'
make[1]: *** [Makefile:44: default] Error 2
make[1]: Leaving directory '/home/user/Downloads/v4l-dvb-saa716x/v4l'
make: *** [Makefile:27: all] Error 2
[/code]