[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Immer wieder Alsa



Hi,
Thorsten Haude hat gesagt: // Thorsten Haude wrote:

> Moin,
> 
> * Elimar Riesebieter <elimar.riesebieter@t-online.de> [02-10-05 14:10]:
> >$ apt-get install alsa-source
> >
> >wird entpackt nach /usr/src/modules
> 
> Ok, also kein einfacher Weg.
> 
> Die Konfiguration erfolgt dann während der apt-getterei?

Die Konfiguration von ALSA findet eigentlich nach der Installation der
Module statt. Wenn du unter /etc/modutils/alsa schon eine
Module-Konfiguration hast, dann brauchst du nichts mehr zu ändern. 

> >Wenn Du einen neuen Kernel nach Debian Art baust
> >
> >$ make-kpkg --initrd --revision=DEINEIDEE.1.0 kernel_image \
> >  modules_image
> >
> >wird alles was sich in /usr/src/modules befindet mit übersetzt.
> 
> Ach, das kannte ich noch garnicht. Schon wieder eine Manpage, die ich
> noch lesen muß. Oder gibt's eine bessere Dokumentation?

Man braucht aus /usr/share/doc/kernel-package/README.gz nur das
folgende zu wissen: 

 For the Brave and the impatient:
Phase ONE: Getting and configuring the kernel
 1% cd <kernel source tree>
 2% make config   # or make menuconfig or make xconfig and configure
Phase TWO: Create a portable kernel image .deb file
 3% make-kpkg clean
 4% $Get_Root make-kpkg --revision=custom.1.0 kernel_image 
      (Get_Root is whatever you need to become root -- fakeroot or
      sudo are examples that come to mind).
Phase THREE: Install the kernel image on one or more machines
 5# dpkg -i ../kernel-image-X.XXX_1.0_<arch>.deb
 6# shutdown -r now # If and only if LILO worked or you have a means of
                    # booting the new kernel. YOU HAVE BEEN WARNED!!

Nach dem Reboot dann noch ein 
 
 7# make-kpkg modules_image
 8# dpkg -i ../alsa-modules-XXX.deb

Fertig.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__



Reply to: