View previous topic :: View next topic |
Author |
Message |
CCC_037 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Dec 2012 Posts: 22
|
Posted: Wed Jul 29, 2020 10:09 am Post subject: [SOLVED] Can't reach CRTL-ALT-F2 terminal (or others) |
|
|
Hi, all.
So, I installed a nice fresh gentoo install on a laptop, started installing X... all seemed to be going well. Until I tried using crtl-alt-f2 to switch to a second terminal.
And it didn't work - I just got a tilde on my prompt instead, as it it was trying to represent a normally unprintable character.
Checking with ps -ax tells me that there are other tty's running, but I can't seem to switch over to them. I'm not sure where to start figuring this one out. It's a shiny new system, so it's quite possible that there's something strange going on in the setup somehow, but where do I even look? (There shouldn't be strangeness. It should be a pretty standard setup.) I googled for a similar issue and found a guy whose issue turned out to be that he's plugged in his keyboard over USB instead of ps2 (with an adapter); in my case, however, it's a laptop and the keyboard doesn't unplug.
Where do I look to try to find out what's going on?
Last edited by CCC_037 on Wed Jul 29, 2020 1:14 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
halcon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/488895685f0ccb058b6ff.jpg)
Joined: 15 Dec 2019 Posts: 649
|
Posted: Wed Jul 29, 2020 11:30 am Post subject: Re: Can't reach CRTL-ALT-F2 terminal (or others) |
|
|
Hi, CCC_037.
Hardly to happen in a pretty standard setup, but still...
Virtual Consoles switching can be disabled by xkb_symbols (while running X).
There is a utility x11-apps/setxkbmap. If you have it installed you can run
and check if there is some suspicious option in the output, like srvr_ctrl(no_srvr_keys).
EDIT: Or simply try to switch without X running. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CCC_037 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Dec 2012 Posts: 22
|
Posted: Wed Jul 29, 2020 11:55 am Post subject: |
|
|
Haven't quite got X running yet, mainly because I haven't downloaded (and installed) a window manager yet - but that's (probably) irrelevant to the immediate topic. So I'm unable to switch when X is not running. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
halcon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/488895685f0ccb058b6ff.jpg)
Joined: 15 Dec 2019 Posts: 649
|
Posted: Wed Jul 29, 2020 12:52 pm Post subject: |
|
|
CCC_037 wrote: | So I'm unable to switch when X is not running. |
Then, I would check the correct buttons mapping with acpi_listen... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CCC_037 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 14 Dec 2012 Posts: 22
|
Posted: Wed Jul 29, 2020 1:14 pm Post subject: |
|
|
Ah, I believe you have solved it, thank you!
When I use acpi_listen, I find that hitting F2 (with or without the CTRL-ALT) sends a "button/volumedown" instead - and, sure enough, there's a volume-down image printed on my F2 button. It seems I need to first hold down the fn button, then hit CTRL-ALT, and finally hit F2 - and then it works!
Thanks for pointing me in the right direction! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
halcon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/488895685f0ccb058b6ff.jpg)
Joined: 15 Dec 2019 Posts: 649
|
Posted: Wed Jul 29, 2020 1:44 pm Post subject: |
|
|
You're welcome!
EDIT: I think that buttons behaviour could be changed in BIOS. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|