2008-01-28 22:01:16

by Gerardo Exequiel Pozzi

[permalink] [raw]
Subject: chars > 0xa0 not displayed in console since 2.6.24

Hello,

Chars are displayed OK in kernels < 2.6.24 (2.6.22.16, 2.6.23.14) with
the same config.
I booted clean with init=/bin/bash to discard distro (slackware-current)
problem/incompat, but the problem persist.

This is a know problem?

The dmesg and config are attached.


2008-01-28 22:20:20

by Pascal Terjan

[permalink] [raw]
Subject: Re: chars > 0xa0 not displayed in console since 2.6.24

On Jan 28, 2008 11:00 PM, Gerardo Exequiel Pozzi <[email protected]> wrote:
> Hello,
Hello,

> Chars are displayed OK in kernels < 2.6.24 (2.6.22.16, 2.6.23.14) with
> the same config.
> I booted clean with init=/bin/bash to discard distro (slackware-current)
> problem/incompat, but the problem persist.
>
> This is a know problem?

I think this is because the console is now by default in UTF-8 mode.

> The dmesg and config are attached.

hmm no :)

2008-01-28 22:22:23

by Pascal Terjan

[permalink] [raw]
Subject: Re: chars > 0xa0 not displayed in console since 2.6.24

On Jan 28, 2008 11:12 PM, Pascal Terjan <[email protected]> wrote:
> On Jan 28, 2008 11:00 PM, Gerardo Exequiel Pozzi <[email protected]> wrote:
> > Hello,
> Hello,
>
> > Chars are displayed OK in kernels < 2.6.24 (2.6.22.16, 2.6.23.14) with
> > the same config.
> > I booted clean with init=/bin/bash to discard distro (slackware-current)
> > problem/incompat, but the problem persist.
> >
> > This is a know problem?
>
> I think this is because the console is now by default in UTF-8 mode.

You can try with vt.default_utf8=0

> > The dmesg and config are attached.
>
> hmm no :)
>

2008-01-28 22:23:00

by Måns Rullgård

[permalink] [raw]
Subject: Re: chars > 0xa0 not displayed in console since 2.6.24

Gerardo Exequiel Pozzi <[email protected]> writes:

> Hello,
>
> Chars are displayed OK in kernels < 2.6.24 (2.6.22.16, 2.6.23.14) with
> the same config.
> I booted clean with init=/bin/bash to discard distro
> (slackware-current) problem/incompat, but the problem persist.
>
> This is a know problem?

Probably something to do with this commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ecb77fa96ceda9cae88015bfe3293ffe19006159

--
M?ns Rullg?rd
[email protected]

2008-01-29 20:07:44

by Jan Engelhardt

[permalink] [raw]
Subject: Re: chars > 0xa0 not displayed in console since 2.6.24


On Jan 28 2008 20:00, Gerardo Exequiel Pozzi wrote:
>
> Chars are displayed OK in kernels < 2.6.24 (2.6.22.16, 2.6.23.14) with the same
> config.
> I booted clean with init=/bin/bash to discard distro (slackware-current)
> problem/incompat, but the problem persist.
>
> This is a know problem?

Yes, it is a "known" (at least in kernel land, not sure about slack)
"problem" with slackware which does not explicitly set 8-bit mode
during bootup.