http://bugzilla.kernel.org/show_bug.cgi?id=10448





------- Comment #20 from [EMAIL PROTECTED]  2008-04-29 13:31 -------
I'll test the DSDT tomorrow, I don't have the time right now, sorry...

Alex, I use the following script for netconsole (after booting with
init=/bin/bash), you should be able to adapt it easily:

On the receiving end I run:
nc -l -p 6666 -u | tee kernel.log

On the sending end:
---------
#!/bin/bash

mount -o remount,rw /
mount -t sysfs /sys /sys
mount -t proc none /proc
sysctl -w kernel.printk="7 4 1 7"

# Load network driver
modprobe sky2
sleep 1
ifconfig eth0 192.168.2.101
# Let the interface come up...
sleep 2

# enable netconsole
# [EMAIL PROTECTED] is source [EMAIL PROTECTED]/interface, [EMAIL PROTECTED] is 
destination
# [EMAIL PROTECTED]/mac-address
modprobe netconsole
[EMAIL PROTECTED]/eth0,[EMAIL PROTECTED]/00:13:8F:D3:45:B2

# enable ACPI debugging (but not too much :)
echo 0x0077FF5F > /sys/module/acpi/parameters/debug_level
-----

BTW, I didn't know that 14ST exists, I did an upgrade at most a month ago, and
I'm at 12ST... Will check for new versions tomorrow...


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to