All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Svetoslav Slavtchev" <svetljo@gmx.de>
To: Ralf Ackermann <rac@KOM.tu-darmstadt.de>
Cc: linuxconsole-dev@lists.sourceforge.net,
	linux-mips@linux-mips.org, rac@KOM.tu-darmstadt.de
Subject: Re: Q: problems with missing /dev/tty0 on X startup in MIPS system
Date: Thu, 12 Aug 2004 21:11:33 +0200 (MEST)	[thread overview]
Message-ID: <15387.1092337893@www3.gmx.net> (raw)
In-Reply-To: Pine.LNX.4.58.0408121954270.14123@shofar.kom.e-technik.tu-darmstadt.de

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1475 bytes --]

> Hello,
> 
> I'm trying to get VGA output on a MIPSel system (MeshCube 
> http://www.meshcube.org) to work. 
> The system uses a miniPCI ATI Rage VGA card (=> problem does not get 
> initialized due to lack of system BIOS => hopefully initialized by int10 
> XFree86 x86 emulator code).
> 
> I've attached an USB mouse and keyboard but fail to start X due to
> 
> Fatal server error:
> xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
> 
> My questions to those working with MIPS boards / on the Ruby/Linux console
> project are:
>  - 1. How to test the USB input functionality?
> 	(I could test the mouse by doing: cat < /dev/input/mice
> 	=> any hints on doing something similar for the keyboard?)

not a guru here, but i hope this will help you
-----------------------
modprobe evdev
cat /proc/bus/input/devices
: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120003
B: KEY=4 2000000 2b803878 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: LED=7
<snip>
cat /dev/input/event0
------
should give you some characters on typing to
the corresponding keyboard

>  - 2. Any hints on the missing /dev/tty0 stuff? (this is maybe
> 	related to the console / keyboard stuff?)
> 
> Any hints are welcome, best regards
>  Ralf

best,

svetljo

-- 
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl

WARNING: multiple messages have this Message-ID (diff)
From: "Svetoslav Slavtchev" <svetljo@gmx.de>
To: Ralf Ackermann <rac@KOM.tu-darmstadt.de>
Cc: linuxconsole-dev@lists.sourceforge.net, linux-mips@linux-mips.org
Subject: Re: Q: problems with missing /dev/tty0 on X startup in MIPS system
Date: Thu, 12 Aug 2004 21:11:33 +0200 (MEST)	[thread overview]
Message-ID: <15387.1092337893@www3.gmx.net> (raw)
Message-ID: <20040812191133.DphBnHPtCTBn9XvK-buHJw1IY7hSw3OWZ_G05_NLAIo@z> (raw)
In-Reply-To: Pine.LNX.4.58.0408121954270.14123@shofar.kom.e-technik.tu-darmstadt.de

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1475 bytes --]

> Hello,
> 
> I'm trying to get VGA output on a MIPSel system (MeshCube 
> http://www.meshcube.org) to work. 
> The system uses a miniPCI ATI Rage VGA card (=> problem does not get 
> initialized due to lack of system BIOS => hopefully initialized by int10 
> XFree86 x86 emulator code).
> 
> I've attached an USB mouse and keyboard but fail to start X due to
> 
> Fatal server error:
> xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
> 
> My questions to those working with MIPS boards / on the Ruby/Linux console
> project are:
>  - 1. How to test the USB input functionality?
> 	(I could test the mouse by doing: cat < /dev/input/mice
> 	=> any hints on doing something similar for the keyboard?)

not a guru here, but i hope this will help you
-----------------------
modprobe evdev
cat /proc/bus/input/devices
: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event0
B: EV=120003
B: KEY=4 2000000 2b803878 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: LED=7
<snip>
cat /dev/input/event0
------
should give you some characters on typing to
the corresponding keyboard

>  - 2. Any hints on the missing /dev/tty0 stuff? (this is maybe
> 	related to the console / keyboard stuff?)
> 
> Any hints are welcome, best regards
>  Ralf

best,

svetljo

-- 
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl

  parent reply	other threads:[~2004-08-12 19:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-12 18:02 Q: problems with missing /dev/tty0 on X startup in MIPS system Ralf Ackermann
2004-08-12 19:04 ` Geert Uytterhoeven
2004-08-12 22:15   ` Ralf Ackermann
2004-08-12 22:28     ` Pete Popov
2004-08-12 19:11 ` Svetoslav Slavtchev [this message]
2004-08-12 19:11   ` Svetoslav Slavtchev
2004-08-12 20:06 ` Goswin von Brederlow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15387.1092337893@www3.gmx.net \
    --to=svetljo@gmx.de \
    --cc=linux-mips@linux-mips.org \
    --cc=linuxconsole-dev@lists.sourceforge.net \
    --cc=rac@KOM.tu-darmstadt.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.