[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280774316.5098.36.camel@falcon.homelinux.org>
Date: Mon, 02 Aug 2010 14:38:36 -0400
From: Donald Parsons <dparsons@...ghtdsl.net>
To: Bjorn Helgaas <bjorn.helgaas@...com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: Linux 2.6.35
On Mon, 2010-08-02 at 07:48 -0600, Bjorn Helgaas wrote:
> Netconsole has special kernel support that doesn't require the normal
> networking stack to be configured, so it works quite early. You
> would want to build your networking driver into the kernel for the
> most benefit.
I compiled network module sky2 and netconsole into kernel 2.6.35.
Inserted into kernel line:
"debug netconsole=192.168.1.10/eth0,192.168.1.5/00:11:25:aa:79:f7"
and ran on a laptop the cmd: "nc -l -u 6666"
using all default ports if I read documentation correctly.
This failed to show any output at all.
> If that doesn't work, you could try capturing the log on VGA with a
> digital camera or video camera, possibly with "boot_delay=" to
> slow things down.
What or how much do you want shot with my digital camera? I see
maybe 3 or 4 screens fulls go by to where boot fails.
I added "boot_delay=15" for next boot.
> > Should I try building sata driver into kernel?
I think it is already in kernel, since no sata modules load
in a booting kernel (assuming sata is part of module name).
> I doubt that will make a difference. It seems like the problem
> is that we don't find your root filesystem, probably because there's
> something wrong with the HBA leading to that device. For example,
> maybe the PCI core mistakenly moved or disabled the adapter, or
> there's some problem with its interrupt.
I only see one sata compiled into kernel: CONFIG_SATA_PMP=y
and I also see no sata's loaded with lsmod in a working
kernel (2.6.34.1).
I am going to rebuild again with CONFIG_SATA_AHCI=y
instead of =m as it is Fedora's config (do not know how
it got changed). These modules are loaded in 2.6.34.1:
#lsmod | egrep "ata|ahci"
ata_generic 3427 0
pata_acpi 3227 0
pata_jmicron 2547 0
ahci 35887 4
libata 157450 4 ata_generic,pata_acpi,pata_jmicron,ahci
scsi_mod 147895 5 sg,sr_mod,usb_storage,sd_mod,libata
Thanks,
Don
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists