Chen Qi wrote: > Hi all, > > I've followed all instructions in the LFS stable 7.3 book, and made a > USB containing my LFS system. > > As I don't know exactly which drivers and modules should be compiled > into my LFS kernel to make it work on my DELL laptop, I made a > 'allyesconfig' and compiled the kernel. > > I thought 'make allyesconfig' would make the kernel work. > However, when it started up, the kernel was loaded but hung at 'TCP > established hash table entries'.
I don't really know. On one system I have: TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP: reno registered > A previous message that might appear to be an error was 'ACPI png driver > unregistered'. Probably irrelevant. The screen may be going blank because it's trying to enter a framebuffer mode, but that's just a guess. You can try disabling CONFIG_FB in the kernel. Also try with 'make defconfig'. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
