Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Debian GNU/Linux Reference Guide
Prev Home Next

7.1.2 Klassische Methode

Laden Sie den "reinen" Quellcode von

herunter oder verwenden Sie einen �quivalenten Quellcode in Debian und f�hren Sie folgende Schritte aus:

     # cd /usr/src
     # tar xfvz linux-Version.tar.gz
     # rm -rf linux
     # ln -s linux-Version linux
     # tar xfvz pcmcia-cs-Version.tar.gz
     # ln -s pcmcia-cs-Version pcmcia
     # cd linux
     # make menuconfig
     ... den Anforderungen entsprechend konfigurieren ...
     # make dep
     # make bzImage
     ... Konfiguration von lilo / grub ...
     ... kopieren von /usr/src/linux/arch/i386/boot/bzImage nach /boot ...
     ... /sbin/lilo oder grub ausf�hren
     # make modules; make modules_install
     # cd ../pcmcia
     # make config
     # make all
     # make install
     ... Hinzuf�gen von ben�tigten Modulen zu /etc/modules
     # shutdown -r now
     ... nun den neuen Kernel booten ...

Debian GNU/Linux Reference Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire