Wie prüfe ich das ob die Firmwares installiert sind?
Kern.log
https://paste.ubuntu.com/23983673/
Posts by florian86
-
-
Habe diesen Treiber herruntergeladen und folgendes ausgeführt.
nach dem Neustart versuchte ich ein.
Zeigte mir nichts annach einem erneuten
zeigte er mirQuote
saa7164 131072 0
tveeprom 24576 1 saa7164
dvb_core 122880 1 saa7164
v4l2_common 16384 1 saa7164
videodev 172032 2 saa7164,v4l2_commonallerdings ein
zeigt nichts an -
Hat noch jemand anderes Lubuntu 16.04 mit dem Kernel 4.4.0-62 und das hinbekommen?
Was könnte mir noch fehlen ?
Installiert habe ichlinux-source
build-essential
kernel-package
libssl-dev
libproc-processtable-perl
libncurses5-dev
linux-headers-generic
mercurial
kodi
Proc-ProzessTable-0.53
dvb-appsund bin nach dieser Anleitung vorgegangen
Code
Display Morehg clone http://linuxtv.org/hg/~endriss/media_build_experimental cd media_build_experimental make download make untar make menuconfig
Bei make menuconfig musste ich zwangsweise auffhören. Da er das nichtmehr Richtig beendet.
-
-
Ich habe jetzt schon viel Probiert aber er will mir einfach den Treiber nicht installieren.
Bin nach dieser Anleitung vorgegangen.ProcessTable ging wunderbar. Aber bei dem Treiber hängt es.
01:00.0 Multimedia controller: Philips Semiconductors SAA7160 (rev 03)
Subsystem: Device 1ae4:0700
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 3
Region 0: Memory at b3400000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>make -C /home/kodig/Downloads/media_build_experimental/v4l menuconfig
make[1]: Verzeichnis „/home/kodig/Downloads/media_build_experimental/v4l“ wird betreten
No version yet, using 4.4.0-62-generic
Updating/Creating .config
make[2]: Entering directory '/home/kodig/Downloads/media_build_experimental/linux'
Patches for 4.4.0-62-generic already applied.
make[2]: Leaving directory '/home/kodig/Downloads/media_build_experimental/linux'
Preparing to compile for kernel version 4.4.0***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install installPlease see your distro's web site for instructions to build a new kernel.
WARNING: This is the V4L/DVB backport tree, with experimental drivers
backported to run on legacy kernels from the development tree at:
http://git.linuxtv.org/media-tree.git.
It is generally safe to use it for testing a new driver or
feature, but its usage on production environments is risky.
Don't use it in production. You've been warned.
Created default (all yes) .config file
make[2]: Entering directory '/home/kodig/Downloads/media_build_experimental/linux'
Patches for 4.4.0-62-generic already applied.
make[2]: Leaving directory '/home/kodig/Downloads/media_build_experimental/linux'
./scripts/make_kconfig.pl /lib/modules/4.4.0-62-generic/build /lib/modules/4.4.0-62-generic/build
Preparing to compile for kernel version 4.4.0***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install installPlease see your distro's web site for instructions to build a new kernel.
WARNING: This is the V4L/DVB backport tree, with experimental drivers
backported to run on legacy kernels from the development tree at:
http://git.linuxtv.org/media-tree.git.
It is generally safe to use it for testing a new driver or
feature, but its usage on production environments is risky.
Don't use it in production. You've been warned.
../experimental/update_kconfig.pl
/lib/modules/4.4.0-62-generic/build/scripts/kconfig/mconf ./Kconfig
Makefile:372: die Regel für Ziel „menuconfig“ scheiterte
make[1]: Verzeichnis „/home/kodig/Downloads/media_build_experimental/v4l“ wird verlassen
Makefile:28: die Regel für Ziel „menuconfig“ scheiterte4.4.0-62-generic
Mit der Fehlermeldung "Makefile:28: die Regel für Ziel „menuconfig“ scheiterte"
Ich weis nicht mehr weiter.
Was könnt ich Falsch gemacht haben?