Hello Andrew,
> [Bugme-new] [Bug 4992] New: Power off stops
> http://bugzilla.kernel.org/show_bug.cgi?id=4992
Works for me now. I've tested with 2.6.13-rc6 a few hours again.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Hello Ben, Andrew,
This patch helps me if I disconnect all USB peripherals before shutting
down notebook. With connected peripherals (USB mouse, PL2303
USB<->serial converter/port) - powering off process stops right after
unmounting filesystems but before hda power off ...
There is a bug report
On Thu, 2005-08-04 at 17:20 +0200, Benjamin Herrenschmidt wrote:
> On Thu, 2005-08-04 at 15:16 +0300, Zilvinas Valinskas wrote:
> > Hello Ben, Andrew,
> >
> > This patch helps me if I disconnect all USB peripherals before shutting
> > down notebook. With connected per
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips : 1697.38
Any ideas ?
--
Zilvinas Valinskas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message
kely
to trash your hard drives or experience random lock ups with KT133a chipset
especially if you use off-board ide controller ... As to why it happens is
beyond me to explain ...
(maybe even this doesn't apply for case).
--
Zilvinas Valinskas
-
To unsubscribe from this list: send the line &q
t; To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
Zilvinas Valinskas
-
To unsubscr
Hello lkml,
Linux kernel v2.6.23-rc3 booted ok and so far everything is fine. I have
HP Compaq nx9420 laptop (Dual Core).
Just a few things that I found interesting:
1. /sys/devices/system/clocksource/clocksource0/*
$ sudo grep . *
available_clocksource:hpet hpet acpi_pm jiffies tsc
d 6:0:0:0: [sdb] Attached SCSI removable disk
sd 6:0:0:0: Attached scsi generic sg2 type 0
On Mon, 2007-08-13 at 15:23 +0300, Zilvinas Valinskas wrote:
> Hello lkml,
>
> Linux kernel v2.6.23-rc3 booted ok and so far everything is fine. I have
> HP Compaq nx9420 laptop (Dual Core).
&g
Hi Zilvinas,
>
> On 13/08/07, Zilvinas Valinskas <[EMAIL PROTECTED]> wrote:
> > Hello lkml,
> >
> > Linux kernel v2.6.23-rc3 booted ok and so far everything is fine. I have
> > HP Compaq nx9420 laptop (Dual Core).
> >
> > Just a few things that I f
Hello,
In short, on shutdown my laptop is always freezing now. I was able to
capture the 'sysrq-P' (hit that several times), sysrq-T outputs. Please
see .config and log messages at http://barclay.balt.net/~zilvinas/oops/
Kernel version I had built according git is :
[EMAIL PROTECTED]:/projects
Hello Oleg, Andrew,
Sure no problem Oleg, compiling now, reboot will follow with results.
Thank you both !
On Thu, 2007-05-17 at 02:55 +0400, Oleg Nesterov wrote:
> Zilvinas, could you try the patch below?
>
> It is a shot in the dark. I hope I'll suggest somethimg better tomorrow.
>
> Oleg.
>
[ 623.639871] RIP [] __kfree_skb+0x9f/0x150
[ 623.639878] RSP
[ 623.639881] CR2:
Hmm, I've got something different now :( -
On Thu, 2007-05-17 at 02:55 +0400, Oleg Nesterov wrote:
> On Wed, 16 May 2007 21:00:41 +0300
> Zilvinas Valinskas <[EMAIL PROTECTED]>
17 11:37:39 zv kernel: [ 689.012881] Emergency Sync complete
May 17 11:37:39 zv kernel: [ 689.575176] SysRq : Emergency Remount R/O
May 17 11:37:40 zv kernel: [ 690.296747] SysRq : Emergency Remount R/O
On Thu, 2007-05-17 at 11:21 +0300, Zilvinas Valinskas wrote:
> Hello Oleg,
>
> Pa
Hello Oleg,
On Thu, 2007-05-17 at 22:45 +0400, Oleg Nesterov wrote:
> Hello Zilvinas,
>
> On 05/17, Zilvinas Valinskas wrote:
> >
> > Patch seems to help and it seems kernel doesn't free anymore. I've
> > booted new kernel and did :
>
> OK, thank you
, 16 May 2007 21:00:41 +0300
> Zilvinas Valinskas <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> >
> > In short, on shutdown my laptop is always freezing now. I was able to
> > capture the 'sysrq-P' (hit that several times), sysrq-T outputs. Please
>
Hello lkml,
Booting ixp4xx/ARM/BE with lockdep enabled to test my code, I got a
lockdep warning (see below). Does it mean that soft-lockup detector is
started too early ? Any advice how to approach and fix the problem are
appreciated very much. If CONFIG_DETECT_SOFTLOCKUP=n, lockdep does not
co
NFIG_RT_MUTEXES
plist_head_init(&p->pi_waiters, &p->pi_lock);
p->pi_blocked_on = NULL;
#endif
On Fri, 2007-03-16 at 16:55 +0200, Zilvinas Valinskas wrote:
> Hello lkml,
>
> Booting ixp4xx/ARM/BE with lockdep enabled to test my code, I got a
> lockdep warnin
Hello,
Before 2.6.21-rc4 (vanilla) serial was oopsing if I pull usb-serial
cable while minicom was running. Now it doesn't matter if minicom is
running or minicom closed, pulling serial cable results in such oops.
(gdb) l *pl2303_shutdown+0x45
0x1f95 is in pl2303_shutdown (include/linux/device.
Hello Adrian,
reverting d9a7ecacac5f8274d2afce09aadcf37bdb42b93a does help.
thanks !
On Mon, 2007-03-19 at 17:34 +0100, Adrian Bunk wrote:
> On Mon, Mar 19, 2007 at 05:27:58PM +0200, Zilvinas Valinskas wrote:
> > Hello,
> >
> > Before 2.6.21-rc4 (vanilla) serial was
Hello lkml,
A moment ago I've got this beauty below. Kernel is tainted due to
fglrx.ko feel free to ignore.
ATI drivers 8.40.4 and for some reason iwl3945(F). What does it mean (F)
- forced insmod ? :\ iwl3945 driver is from git repository. I am running
2.6.23-rc3, 2GB of RAM, dual Core, HP nx94
Esteban,
Alternatively, read Documentation/networking/netconsole.txt. Might help
or might not. It depends when system is crashing.
On Mon, 2007-08-27 at 13:53 +0200, Hans-Jürgen Koch wrote:
> Am Montag 27 August 2007 13:21 schrieb Esteban Fernandez:
> > How do you pause the kernel boot messages ?
21 matches
Mail list logo