TTY does not load and <F2> goes to tty1

Discussion in general that pertains to Sabayon Linux - Must Pertain to Sabayon Linux

Moderator: Moderators

TTY does not load and <F2> goes to tty1

Postby deusr » Sat Sep 29, 2012 20:02

I'm having a little trouble boring. When my system loads the X, the tty is not loading up for <ctrl+alt+f1> <ctrl+alt+f6> and when tightening <F2> to rename a file, I'm thrown to tty1. See images...


The first relates to the tty0 zoomed in for the second and third tty1 tty2 referring to the tty5.

http://imgur.com/a/29sjf
deusr
Simple Hen
 
Posts: 83
Joined: Mon Feb 23, 2009 7:23

Re: TTY does not load and <F2> goes to tty1

Postby Fitzcarraldo » Sun Sep 30, 2012 20:58

What does the following command, issued as root user in a Konsole/Terminal window, return?:

Code: Select all
rc-update show | grep keymaps

If you're using KDE, have you checked in system Settings > Input Devices > Keyboard > Hardware what keyboard you have got selected, and tried some of the other choices?

Also, are you by any chance using an Apple keyboard? I ask because I recall an SL user some years ago who was using an Apple keyboard with a PC, and he was having a similar problem.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TTY does not load and <F2> goes to tty1

Postby deusr » Wed Oct 03, 2012 0:56

Code: Select all
neit ~ # rc-update show | grep keymaps
              keymaps | boot


I'm using Gnome-shell. And I DO NOT have the Apple keyboard, I use my Acer S3 Ultrabook
Last edited by deusr on Wed Oct 03, 2012 5:48, edited 1 time in total.
deusr
Simple Hen
 
Posts: 83
Joined: Mon Feb 23, 2009 7:23

Re: TTY does not load and <F2> goes to tty1

Postby Fitzcarraldo » Wed Oct 03, 2012 5:28

I suspected you were using an Apple keyboard. See HOWTO: Make The Function Keys Work On An Apple Keyboard.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TTY does not load and <F2> goes to tty1

Postby deusr » Wed Oct 03, 2012 5:49

Sorry, I saw that I had answered wrong, I use notebook and not use apple keyboard.
deusr
Simple Hen
 
Posts: 83
Joined: Mon Feb 23, 2009 7:23

Re: TTY does not load and <F2> goes to tty1

Postby Fitzcarraldo » Wed Oct 03, 2012 6:46

Please paste the contents here of the file /etc/inittab

Something else to try: Edit the file /boot/grub/grub.cfg and add the parameter nomodeset to the kernel boot line.
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TTY does not load and <F2> goes to tty1

Postby deusr » Wed Oct 03, 2012 17:31

Code: Select all
tales@neit ~/Distro $ cat /etc/inittab
#
# /etc/inittab:  This file describes how the INIT process should set up
#                the system in a certain run-level.
#
# Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by:  Daniel Robbins, <drobbins@gentoo.org>
# Modified by:  Martin Schlemmer, <azarah@gentoo.org>
# Modified by:  Mike Frysinger, <vapier@gentoo.org>
# Modified by:  Robin H. Johnson, <robbat2@gentoo.org>
#
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown
l0s:0:wait:/sbin/halt -dhp
l1:1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
l6r:6:wait:/sbin/reboot -dk
#z6:6:respawn:/sbin/sulogin

# new-style single-user
su0:S:wait:/sbin/rc single
su1:S:wait:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux

# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 115200 ttyS1 vt100

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh
deusr
Simple Hen
 
Posts: 83
Joined: Mon Feb 23, 2009 7:23

Re: TTY does not load and <F2> goes to tty1

Postby Fitzcarraldo » Wed Oct 03, 2012 20:25

Your inittab file looks OK. What was the result of adding nomodeset to your kernel boot line?
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: TTY does not load and <F2> goes to tty1

Postby deusr » Thu Oct 04, 2012 2:32

I tested inserting the direct line of the boot and the system will not even finished loading, I had to restart forcing.
deusr
Simple Hen
 
Posts: 83
Joined: Mon Feb 23, 2009 7:23

Re: TTY does not load and <F2> goes to tty1

Postby Fitzcarraldo » Thu Oct 04, 2012 7:03

I just want to make sure I understand your problem. When you wrote:

deusr wrote:I'm having a little trouble boring. When my system loads the X, the tty is not loading up for <ctrl+alt+f1> <ctrl+alt+f6> and when tightening <F2> to rename a file, I'm thrown to tty1. See images...


The first relates to the tty0 zoomed in for the second and third tty1 tty2 referring to the tty5.

http://imgur.com/a/29sjf

Do you actually mean the following?:

I'm having a little trouble booting. When my system loads X Windows, the tty is not being displayed if I type <ctrl+alt+f1> to <ctrl+alt+f6>, and tty1 is displayed if I type <F2> to rename a file. See images... The first shows tty1 zoomed in. The second and third show tty2 and tty3 displaying tty6.

You wrote "tty0". There is no tty0:

Code: Select all
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Next

Return to Sabayon Linux General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests