Topic: Kernel 2.6.30-rc7 (generic *.deb packaging)
Today' effort (-09144, yyddd) is up at http://hp-umpc.com/ce1200v as:
NOTE: You have to type or cut&paste that link - it doesn't "click" - that is intentional.
2.6.30-rc7-ce1200v-09144lk.md5
2.6.30-rc7-ce1200v-09144.md5
config-2.6.30-rc7-ce1200v-09144
config-2.6.30-rc7-ce1200v-09144lk
linux-2.6.30-rc7-ce1200v-09144_2.6.30-rc7-ce1200v-09144-25_i386.deb
linux-2.6.30-rc7-ce1200v-09144lk_2.6.30-rc7-ce1200v-09144lk-26_i386.deb
linux-firmware-image_2.6.30-rc7-ce1200v-09144-25_all.deb
linux-firmware-image_2.6.30-rc7-ce1200v-09144lk-26_all.debThis is the identical configuration tested yesterday, only built against the 2.6.30-rc7 tagged code base.
Yesterday's testing of the -09143{,lk} pair described here:
http://forum.netbookuser.com/viewtopic.
6968#p6968
For anyone losing track or joining the party late. . .
My /etc/initramfs-tools/modules looks like:
# List of modules that you want to include in your initramfs.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
ehci_hcd
uhci_hcd
rtl8187That is required so the USB drivers get loaded in the correct order, before
the distribution scripting gets a chance to do it wrong. ![]()
My /etc/modules file looks like:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
#
hangcheck-timer hangcheck_reboot=1 hangcheck_dump_tasks=1 hangcheck_tick=20 hangcheck_margin=10You can also add: padlock-aes and padlock-sha (they seem to be safe but are modules anyway).
My /boot/grub/menu.lst looks like this (in relevant part):
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
title Linus-2.6.30 - kernel 2.6.30-rc7-ce1200v-09144lk
root (hd0,0)
kernel /boot/vmlinuz-2.6.30-rc7-ce1200v-09144lk root=/dev/sda1 resume=/dev/sda2 ro quiet splash
initrd /boot/initrd.img-2.6.30-rc7-ce1200v-09144lk
quiet
title Linux-2.6.30 - kernel 2.6.30-rc7-ce1200v-09144
root (hd0,0)
kernel /boot/vmlinuz-2.6.30-rc7-ce1200v-09144 root=/dev/sda1 resume=/dev/sda2 ro quiet splash
initrd /boot/initrd.img-2.6.30-rc7-ce1200v-09144
quiet
title Linux-2.6.30 - kernel 2.6.30-rc6-ce1200v-09143lk
root (hd0,0)
kernel /boot/vmlinuz-2.6.30-rc6-ce1200v-09143lk root=/dev/sda1 resume=/dev/sda2 ro quiet splash
initrd /boot/initrd.img-2.6.30-rc6-ce1200v-09143lk
quiet
### BEGIN AUTOMAGIC KERNELS LISTYesterday's -09143lk build has been promoted to my 'rescue' kernel - a known 'best to date' point.
Still using the Kbuild deb-pkg target and the packaging notes here:
http://forum.netbookuser.com/viewtopic.
6841#p6841
= = = =
Classic Rock today -
The machine has been up 45 minutes (-09144lk) while getting these posts organized.
That beats the -09143 uptime of yesterday.
Why music?
The wired NIC is on the other side of the PCI-to-PCI bridge -
The HD audio is on the other side of the PCI-to-PCIe bridge -
Playing music that my ear knows well does not distract me, while the ear will pick up
any changes in machine behavior without any special attention.
= = = =
Now back to my writing a commercial grade, kernel/printk.c
Edit
The -09144lk on Cloudbook (C7-M/CX700) how up 4 1/2 hours *with* USB working.
A new, double, record.
Edit 1:
A correction to the above - the ehci-hcd driver *is* into its re-try loop with message flood
mode - it just hasn't taken out the mouse, the kernel, or killed itself (yet).
Last edited by mikez (2009-05-24 1:27:49 pm)
