All of lore.kernel.org
 help / color / mirror / Atom feed
* no output on console when using 2.6.39 as dom0-kernel
@ 2011-05-29 23:52 Ronny Hegewald
  2011-05-31 14:50 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: Ronny Hegewald @ 2011-05-29 23:52 UTC (permalink / raw)
  To: xen-devel

This topic was brought up before for the 2.6.38 kernel one month ago 

http://lists.xensource.com/archives/html/xen-devel/2011-04/msg01345.html

It wasnt mentioned there that upstream has some missing functionality for the 
console, so i assume that it should work.

First my config: xen 4.1, 2.6.39 upstream linux-kernel, both 32-bit

As soon the dom0-kernel is booting all output is cleared and the screen stays 
black, but the kernel is booting fine and i can login and start programs etc.

When i start X the output on the screen works normally. As soon i finish X, 
the screen turns black again.

I added the following patch to the 2.6.39-er kernel, and the output on the 
console works fine for me on 32 and 64 bit dom0 kernel (the following patches 
are from Jeremys xen repository). 


	commit 09e5e7caf4eac83c010ec3d209cc3dfbe1444ae0 
	Date:   Mon Feb 9 12:05:54 2009 -0800          
    	xen: allow enable use of VGA console on dom0


There was another patch to make the vga-console work with 32-bit-kernel. But 
for me it worked without it.


	commit adec49def29110b1748a861c8a2cee785a0d1052
	Date:   Mon Apr 27 13:03:13 2009 -0700                      
    	xen/i386: make sure initial VGA/ISA mappings are not overridden


Or ss the console suppossed to work without this patches?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: no output on console when using 2.6.39 as dom0-kernel
  2011-05-29 23:52 no output on console when using 2.6.39 as dom0-kernel Ronny Hegewald
@ 2011-05-31 14:50 ` Konrad Rzeszutek Wilk
  2011-06-01 19:37   ` Ronny Hegewald
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-31 14:50 UTC (permalink / raw)
  To: Ronny Hegewald; +Cc: xen-devel

On Sun, May 29, 2011 at 11:52:46PM +0000, Ronny Hegewald wrote:
> This topic was brought up before for the 2.6.38 kernel one month ago 
> 
> http://lists.xensource.com/archives/html/xen-devel/2011-04/msg01345.html
> 
> It wasnt mentioned there that upstream has some missing functionality for the 
> console, so i assume that it should work.
> 
> First my config: xen 4.1, 2.6.39 upstream linux-kernel, both 32-bit
> 
> As soon the dom0-kernel is booting all output is cleared and the screen stays 
> black, but the kernel is booting fine and i can login and start programs etc.

Nice!
> 
> When i start X the output on the screen works normally. As soon i finish X, 
> the screen turns black again.

When you switch consoles do you go to text mode?
> 
> I added the following patch to the 2.6.39-er kernel, and the output on the 
> console works fine for me on 32 and 64 bit dom0 kernel (the following patches 
> are from Jeremys xen repository). 
> 
> 
> 	commit 09e5e7caf4eac83c010ec3d209cc3dfbe1444ae0 

Thank you for finding that commit. Let me stick on the queue.


> 	Date:   Mon Feb 9 12:05:54 2009 -0800          
>     	xen: allow enable use of VGA console on dom0
> 
> 
> There was another patch to make the vga-console work with 32-bit-kernel. But 
> for me it worked without it.
> 
> 
> 	commit adec49def29110b1748a861c8a2cee785a0d1052
> 	Date:   Mon Apr 27 13:03:13 2009 -0700                      
>     	xen/i386: make sure initial VGA/ISA mappings are not overridden
> 
> 
> Or ss the console suppossed to work without this patches?
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: no output on console when using 2.6.39 as dom0-kernel
  2011-05-31 14:50 ` Konrad Rzeszutek Wilk
@ 2011-06-01 19:37   ` Ronny Hegewald
  0 siblings, 0 replies; 6+ messages in thread
From: Ronny Hegewald @ 2011-06-01 19:37 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel

On Tuesday 31 May 2011, you wrote:
> On Sun, May 29, 2011 at 11:52:46PM +0000, Ronny Hegewald wrote:
> > This topic was brought up before for the 2.6.38 kernel one month ago
> >
> > http://lists.xensource.com/archives/html/xen-devel/2011-04/msg01345.html
> >
> > It wasnt mentioned there that upstream has some missing functionality for
> > the console, so i assume that it should work.
> >
> > First my config: xen 4.1, 2.6.39 upstream linux-kernel, both 32-bit
> >
> > As soon the dom0-kernel is booting all output is cleared and the screen
> > stays black, but the kernel is booting fine and i can login and start
> > programs etc.
>
> Nice!
>
> > When i start X the output on the screen works normally. As soon i finish
> > X, the screen turns black again.
>
> When you switch consoles do you go to text mode?

Yes, simple 80x25 text-mode.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: no output on console when using 2.6.39 as dom0-kernel
  2011-05-31 13:59 ` Ian Campbell
@ 2011-05-31 15:12   ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-05-31 15:12 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Ronny Hegewald, xen-devel, Konrad

> > I added the following patch to the 2.6.39-er kernel, and the output on the 
> > console works fine for me on 32 and 64 bit dom0 kernel (the following patches 
> > are from Jeremys xen repository). 
> > 
> > 
> > 	commit 09e5e7caf4eac83c010ec3d209cc3dfbe1444ae0 
> > 	Date:   Mon Feb 9 12:05:54 2009 -0800          
> >     	xen: allow enable use of VGA console on dom0
> 
> It certainly seems likely that this would be required, thanks for
> tracking it down.
> 
> Konrad, will you pick this one up?
> 

Yup.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: no output on console when using 2.6.39 as dom0-kernel
  2011-05-30 19:18 Ronny Hegewald
@ 2011-05-31 13:59 ` Ian Campbell
  2011-05-31 15:12   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2011-05-31 13:59 UTC (permalink / raw)
  To: Ronny Hegewald; +Cc: xen-devel, Rzeszutek Wilk, Konrad

On Mon, 2011-05-30 at 20:18 +0100, Ronny Hegewald wrote:
> This topic was brought up before for the 2.6.38 kernel one month ago 
> 
> http://lists.xensource.com/archives/html/xen-devel/2011-04/msg01345.html
> 
> In this thread it wasn't mentioned that upstream has some missing 
> functionality for vga-console support (as far i have seen), so i assume that 
> it should work.
> 
> First my config: xen 4.1, 2.6.39 upstream linux-kernel, both 32-bit
> 
> As soon the dom0-kernel is booting all output is cleared and the screen stays 
> black, but the kernel is booting fine and i can login and start programs etc.
> 
> When i start X in the dom0 the output on the screen appears normally. As soon 
> i finish X, the screen turns black again.
> 
> I added the following patch to the 2.6.39-er kernel, and the output on the 
> console works fine for me on 32 and 64 bit dom0 kernel (the following patches 
> are from Jeremys xen repository). 
> 
> 
> 	commit 09e5e7caf4eac83c010ec3d209cc3dfbe1444ae0 
> 	Date:   Mon Feb 9 12:05:54 2009 -0800          
>     	xen: allow enable use of VGA console on dom0

It certainly seems likely that this would be required, thanks for
tracking it down.

Konrad, will you pick this one up?

> There was another patch to make the vga-console work with 32-bit-kernel. But 
> for me it worked without it.
> 
> 
> 	commit adec49def29110b1748a861c8a2cee785a0d1052
> 	Date:   Mon Apr 27 13:03:13 2009 -0700                      
>     	xen/i386: make sure initial VGA/ISA mappings are not overridden
> 
> 
> Or ss the console suppossed to work without this patches?

Konrad has been reworking the handling of _PAGE_IO recently, it's quite
possible this one is no longer relevant.

Ian.

> 
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* no output on console when using 2.6.39 as dom0-kernel
@ 2011-05-30 19:18 Ronny Hegewald
  2011-05-31 13:59 ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: Ronny Hegewald @ 2011-05-30 19:18 UTC (permalink / raw)
  To: xen-devel

This topic was brought up before for the 2.6.38 kernel one month ago 

http://lists.xensource.com/archives/html/xen-devel/2011-04/msg01345.html

In this thread it wasn't mentioned that upstream has some missing 
functionality for vga-console support (as far i have seen), so i assume that 
it should work.

First my config: xen 4.1, 2.6.39 upstream linux-kernel, both 32-bit

As soon the dom0-kernel is booting all output is cleared and the screen stays 
black, but the kernel is booting fine and i can login and start programs etc.

When i start X in the dom0 the output on the screen appears normally. As soon 
i finish X, the screen turns black again.

I added the following patch to the 2.6.39-er kernel, and the output on the 
console works fine for me on 32 and 64 bit dom0 kernel (the following patches 
are from Jeremys xen repository). 


	commit 09e5e7caf4eac83c010ec3d209cc3dfbe1444ae0 
	Date:   Mon Feb 9 12:05:54 2009 -0800          
    	xen: allow enable use of VGA console on dom0


There was another patch to make the vga-console work with 32-bit-kernel. But 
for me it worked without it.


	commit adec49def29110b1748a861c8a2cee785a0d1052
	Date:   Mon Apr 27 13:03:13 2009 -0700                      
    	xen/i386: make sure initial VGA/ISA mappings are not overridden


Or ss the console suppossed to work without this patches?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-01 19:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-29 23:52 no output on console when using 2.6.39 as dom0-kernel Ronny Hegewald
2011-05-31 14:50 ` Konrad Rzeszutek Wilk
2011-06-01 19:37   ` Ronny Hegewald
2011-05-30 19:18 Ronny Hegewald
2011-05-31 13:59 ` Ian Campbell
2011-05-31 15:12   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.