Slackware 13.1 - Upgrade to kernel 3.7.2 ======================================== Public domain ******************************************************************************** ### Download cd /usr/src wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.7.2.tar.bz2 tar jxf linux-3.7.2.tar.bz2 ln -sfn linux-3.7.2 linux cd linux make mrproper cp /boot/config .config ******************************************************************************** ### make menuconfig Load an Alternate Configuration File .config Ok File systems < > GFS2 file system support ******************************************************************************** ### Compile & Install make all && make modules_install /bin/cp arch/i386/boot/bzImage /boot/vmlinuz-3.7.2 /bin/cp System.map /boot/System.map-3.7.2 /bin/cp .config /boot/config-3.7.2 ******************************************************************************** ### /etc/lilo.conf default = S131-3.7.2 image = /boot/vmlinuz-3.7.2 root = /dev/sda7 label = S131-3.7.2 read-only ******************************************************************************** ### Boot Loader lilo reboot ******************************************************************************** ### minimize lspci scanpci lsusb lsmod lsdev lshal lsscsi modinfo -d tulip dmidecode dmesg ls -lh /sys/class/net/ ******************************************************************************** ### Bookmarks [http://comments.gmane.org/gmane.linux.kernel/1301181](http://comments.gmane.org/gmane.linux.kernel/1301181) ******************************************************************************** _BY: Pejman Moghadam_ _TAG: kernel_ _DATE: 2013-01-15 13:53:36_