2007/10/16, l4-hackers-request@os.inf.tu-dresden.de <l4-hackers-request@os.inf.tu-dresden.de >:
Send l4-hackers mailing list submissions to
         l4-hackers@os.inf.tu-dresden.de

To subscribe or unsubscribe via the World Wide Web, visit
        http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
or, via email, send a message with subject or body 'help' to
        l4-hackers-request@os.inf.tu-dresden.de

You can reach the person managing the list at
        l4-hackers-owner@os.inf.tu-dresden.de

When replying, please edit your Subject line so it is more specific
than "Re: Contents of l4-hackers digest..."


Today's Topics:

   1. Re: The keyboard problems (Adam Lackorzynski)
   2. Re: L4Linux and weird newlines (Adam Lackorzynski)


----------------------------------------------------------------------

Message: 1
Date: Tue, 16 Oct 2007 00:30:30 +0200
From: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Subject: Re: The keyboard problems
To: l4-hackers@os.inf.tu-dresden.de
Message-ID: <20071015223030.GR19315@os.inf.tu-dresden.de>
Content-Type: text/plain; charset=iso-8859-1


On Mon Oct 15, 2007 at 12:18:37 +0800, ???? wrote:
> My keyboard is the normal ps/2 AT keyboard and I have enabled the all kind
> of keyboard drivers in l4linux,but the things again,the state is that I have
> logged in the l4linux and the prompt have appeared,but the  cursor is
> flashing in the head of the prompt,not in the back of the #.And I have try
> the init=/bin/sh option in my command line ,but the keyboard isn't working
> as before.The attachment is my l4linux's configuration file.Thanks a lot for
> you help!

So, looking at the config file, you neither have VGA_CONSOLE switched on
nor L4_FB_DRIVER. So how does your setup look like? I guess that's why
you're actually not seeing anything really useful on the screen. So how
about enabling VGA_CONSOLE?


Adam
--
Adam                 adam@os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/

    I hava enabled the VGA_CONSOLE,and could saw some chang when starting,just like some words's color turned  normal,but the keyboard didn't working sitll.Then I enable the L4_FB_DRIVER,but it can't compile right,the error message like this:
arch/l4/kernel/main.c:80:5: warning: #warning WARNING: L4FB enabled and also CONFIG_SERIO_I8042 or CONFIG_SERIO_LIBPS2 or CONFIG_VGA_CONSOLE
arch/l4/kernel/main.c:81:5: error: #error WARNING: This is usually not wanted.
make[1]: *** [arch/l4/kernel/main.o] error 1
make: *** [arch/l4/kernel] error 2
and I used ubuntu-6.06  with gcc version gcc-4.0.3 .
There seems some problem in my configuration,but I can't  solve it. Could you show me with your l4linux config file?

Best Regards!
ding


 

------------------------------

Message: 2
Date: Tue, 16 Oct 2007 00:32:50 +0200
From: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Subject: Re: L4Linux and weird newlines
To: l4-hackers@os.inf.tu-dresden.de
Message-ID: <20071015223250.GS19315@os.inf.tu-dresden.de>
Content-Type: text/plain; charset=iso-8859-1

Hi,

On Mon Oct 15, 2007 at 09:38:35 +0200, Stefan Scheler wrote:
> I'm getting lots of weird newlines in L4Linux. Where do they come from
> and how do I turn them of? Here's a simple example which shows the problem:
>
> localhost ~ # dd if=/dev/urandom of=/dev/null count=100
> 100+0 records in
> 100+0 records out
> 51200 bytes (51 kB) copied, 0.0262116 s, 2.0 MB/s
> localhost ~ # dd if=/dev/urandom of=/dev/null count=1000
>
>
> 1000+0 records in
> 1000+0 records out
> 512000  bytes (512 kB) copied, 0.274718 s, 1.9 MB/s
> localhost ~ # dd if=/dev/urandom of=/dev/null count=2000
>
>
>
> 2000+0 records in
> 2000+0 records out
>
> 1024000  bytes (1.0 MB) copied, 0.580115 s, 1.8 MB/s
> localhost ~ #
>
> The higher the count value is, the more new lines I get. It's often
> impossible to see any actual output messages.

I'm occasionally seeing this with slow hosts on Fiasco-UX. What's your
setup?



Adam
--
Adam                 adam@os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/



------------------------------

_______________________________________________
l4-hackers mailing list
l4-hackers@os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers


End of l4-hackers Digest, Vol 54, Issue 9
*****************************************