From: Aivils S. <ai...@un...> - 2005-08-30 11:04:12
|
On Otrdiena, 30. Augusts 2005 13:21, Hugo Vanwoerkom wrote: > --- Aivils Stoss <ai...@un...> wrote: > > Hi , All! > > > > Don't like patched kernel. Ok try out vanilla! > > In trying this out on vanilla 2.6.11 the installs went > more or less OK given some differences between linux > versions. > > But the start of faketty gives no messages. Those > ftty[0-9] have to be allocated because they don't > exist. Seems i should add some message. i forgot . > > In Debian you use a script for that. What is their > major, minor, owner, group, mode? major is INPUT_MAJOR == 13 minor is FTTY_MINOR_BASE == 128 crw-rw---- 1 root root 13, 128 aug 30 13:54 /dev/ftty0 owner, group, mode depends from hobbyhorse of system operator i use udev . In this case turn up /dev/ftty0 instead /dev/input/ftty0 under devfs. > I tried 4, 50, root, tty, 0600 but I think that may > the reason for my problem. > > Result is that either VT50 is shown on monitor1 OR > VT51 on monitor2 but not both. > Hijacled gave a message: hijacled ON, so must be OK. at load it is ON. at remove it is OFF. it is removable. Aivils Stoss |