Diskussion:Debian - mit 2.6.9er / 2.6.10er Kernel für VDR aufsetzen

Aus VDR Wiki
Wechseln zu: Navigation, Suche

@ Anonymous:

Verstehst du, warum nach meiner letzten Änderung diese Seite hier wieder mal komplett leer war? Ich hab von meinem Rechner aus kontrolliert, ob die Änderungen korrekt übernommen wurden. Ja, ich konnte die Seite im geänderten Zustand auch abrufen.. Und heute sehe ich, dass du die Seite wiederherstellen musstest, weil wiedermal alles auf einer Seite weg war. :-(( Irgendwie nervt diese Macke der wikipedia Software.

--wirbel 10:14, 29. Jan 2005 (CET)


Für Lirc habt Ihr doch hier schon was?

Setzt einen Link, muß ja nicht alles doppelt sein?

http://www.vdr-wiki.de/wiki/index.php/Debian_LIRC_Installation

Debian - LIRC Installation

Module unter Kernel 2.6

Ohne die Anleitung umgesetzt zu haben (ich habe sie nur überflogen): die ganzen Verweise auf /etc/modutils/, /etc/modules.conf und update-modules erscheinen mir fragwürdig, da dieser Mechanismus nur für Kernel 2.4, aber nicht mehr für Kernel 2.6 gilt. Die Kernel der 2.6er-Reihe verwenden /etc/modprobe.d/ und /etc/modprobe.conf. --Kleinesg 22:44, 31. Jul 2005 (CEST)

kernel-source-xxxx heissen jetzt linux-source-xxxx

Die Kernelsourcen findet man ab Kernel 2.6.12 jetzt als linux-source. s. u. apt-cache search Befehl

vdr3:/usr/src# apt-cache search linux-source-2.6
linux-patch-debian-2.6.12 - Debian patches to version 2.6.12 of the Linux kernel
linux-source-2.6.12 - Linux kernel source for version 2.6.12 with Debian patches
pwc-modules-2.6.12-1-386 - pwc modules for Linux (linux-source-2.6.12-1-386)
pwc-modules-2.6.12-1-686 - pwc modules for Linux (linux-source-2.6.12-1-686)
pwc-modules-2.6.12-1-686-smp - pwc modules for Linux (linux-source-2.6.12-1-686-smp)
pwc-modules-2.6.12-1-k7 - pwc modules for Linux (linux-source-2.6.12-1-k7)
pwc-modules-2.6.12-1-k7-smp - pwc modules for Linux (linux-source-2.6.12-1-k7-smp)


bzw. um die Richtigen sourcen einzubinden habe ich folgenden Befehl eingegeben ich verwende dazu den "Modul Assistenten"

apt-get install module-assistant
m-a prepare

die anschliessenden "Warnungen" jeweils mit <Verlassen> übergehen. Daraufhin wird alles nötige an Kernel-Sources nachgeladen und /usr/src/linux entsprechend gesetzt.
Das Ergebnis sieht dann so aus (nach update von Kernel 2.6.8 auf 2.6.12 - Athlon System K7)

vdr3:/usr/src# ls -al 
insgesamt 239988
drwxrwsr-x  10 root src       4096 2005-10-21 10:59 .
drwxr-xr-x  13 root root      4096 2005-10-20 22:51 ..
-rw-r--r--   1 root root   2095285 2005-08-01 22:13 alsa-driver.tar.bz2
-rw-r--r--   1 root root    280920 2005-03-25 15:15 dvb-driver.tar.bz2
drwxr-xr-x  16 root root      4096 2005-10-07 22:08 kernel-headers-2.6.8-2
drwxr-xr-x   3 root root      4096 2005-10-07 22:08 kernel-headers-2.6.8-2-k7
drwxr-xr-x   3 root root      4096 2005-10-07 22:08 kernel-kbuild-2.6-3
drwxr-xr-x   6 root root      4096 2005-10-21 09:30 kernel-patches
-rw-r--r--   1 root root  34867542 2005-05-19 12:53 kernel-source-2.6.8.tar.bz2
lrwxrwxrwx   1 root src         25 2005-10-21 10:59 linux -> linux-headers-2.6.12-1-k7
drwxr-xr-x  16 root root      4096 2005-10-21 10:59 linux-headers-2.6.12-1
drwxr-xr-x   5 root root      4096 2005-10-21 10:59 linux-headers-2.6.12-1-k7
lrwxrwxrwx   1 root src         19 2005-10-21 10:27 linux-OLDVERSION.1129885177 -> linux-source-2.6.12
drwxr-xr-x  18 root root      4096 2005-09-27 05:38 linux-source-2.6.12
-rw-r--r--   1 root root 206786560 2005-09-27 06:57 linux-source-2.6.12.tar
drwxr-xr-x   2 root root      4096 2005-03-25 15:15 modules
-rw-r--r--   1 root root   1408845 2005-07-18 23:32 nvidia-kernel-source.tar.gz

Funktioniert hier bestens. fraban 2005/10/21