unable to switch TTY in arch linux











up vote
5
down vote

favorite












So I'm moving away from Ubuntu into the realm of Arch Linux.



In Ubuntu I was able to switch TTYs with ctrl+alt+F1/F2... and etc.



In Arch when I attempt this, I'm merely dumped to a black screen with a flashing underscore (the resolution looks to be non-native as well).



I followed the beginners guide at here but to no avail.



I'm using a Thinkpad X220, with the xf86-video-intel driver (for my 2nd generation i7) and running i3 as my window manager.










share|improve this question




















  • 2




    Can you edit and add your /etc/inittab?
    – Paul
    May 28 '12 at 2:19










  • @Paul No inittab in Arch Linux anymore.
    – MariusMatutiae
    Jun 16 '15 at 8:43















up vote
5
down vote

favorite












So I'm moving away from Ubuntu into the realm of Arch Linux.



In Ubuntu I was able to switch TTYs with ctrl+alt+F1/F2... and etc.



In Arch when I attempt this, I'm merely dumped to a black screen with a flashing underscore (the resolution looks to be non-native as well).



I followed the beginners guide at here but to no avail.



I'm using a Thinkpad X220, with the xf86-video-intel driver (for my 2nd generation i7) and running i3 as my window manager.










share|improve this question




















  • 2




    Can you edit and add your /etc/inittab?
    – Paul
    May 28 '12 at 2:19










  • @Paul No inittab in Arch Linux anymore.
    – MariusMatutiae
    Jun 16 '15 at 8:43













up vote
5
down vote

favorite









up vote
5
down vote

favorite











So I'm moving away from Ubuntu into the realm of Arch Linux.



In Ubuntu I was able to switch TTYs with ctrl+alt+F1/F2... and etc.



In Arch when I attempt this, I'm merely dumped to a black screen with a flashing underscore (the resolution looks to be non-native as well).



I followed the beginners guide at here but to no avail.



I'm using a Thinkpad X220, with the xf86-video-intel driver (for my 2nd generation i7) and running i3 as my window manager.










share|improve this question















So I'm moving away from Ubuntu into the realm of Arch Linux.



In Ubuntu I was able to switch TTYs with ctrl+alt+F1/F2... and etc.



In Arch when I attempt this, I'm merely dumped to a black screen with a flashing underscore (the resolution looks to be non-native as well).



I followed the beginners guide at here but to no avail.



I'm using a Thinkpad X220, with the xf86-video-intel driver (for my 2nd generation i7) and running i3 as my window manager.







arch-linux tty






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 4 '13 at 2:51









Journeyman Geek

112k43216365




112k43216365










asked May 28 '12 at 1:14









adam

35339




35339








  • 2




    Can you edit and add your /etc/inittab?
    – Paul
    May 28 '12 at 2:19










  • @Paul No inittab in Arch Linux anymore.
    – MariusMatutiae
    Jun 16 '15 at 8:43














  • 2




    Can you edit and add your /etc/inittab?
    – Paul
    May 28 '12 at 2:19










  • @Paul No inittab in Arch Linux anymore.
    – MariusMatutiae
    Jun 16 '15 at 8:43








2




2




Can you edit and add your /etc/inittab?
– Paul
May 28 '12 at 2:19




Can you edit and add your /etc/inittab?
– Paul
May 28 '12 at 2:19












@Paul No inittab in Arch Linux anymore.
– MariusMatutiae
Jun 16 '15 at 8:43




@Paul No inittab in Arch Linux anymore.
– MariusMatutiae
Jun 16 '15 at 8:43










2 Answers
2






active

oldest

votes

















up vote
0
down vote













I guess rc.multi never ends, because one of daemons in the DAEMONS array is failing. Fire up a text editor on /etc/inittab and edit this line from:



rm:2345:wait:/etc/rc.multi


to:



rm:2345:once:/etc/rc.multi


If it works now, it confirms my guess, so you need to find which daemon is failing and fix it.






share|improve this answer

















  • 2




    actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
    – adam
    Jun 6 '12 at 2:46












  • Arch doesn't use inittab anymore, since they switched to systemd.
    – Chris
    Apr 9 '15 at 4:26






  • 5




    @adam then best practise is to write the answer yourself and then mark it selected.
    – larkey
    Jul 18 '15 at 9:38


















up vote
0
down vote













This is based on the OP's comment that should be an answer.



To switch TTYs I was using Right Alt which on my Thinkpad corresponds to TTY13-24 (which aren't configured). Simply by using Left Alt everything works as expected.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f429511%2funable-to-switch-tty-in-arch-linux%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I guess rc.multi never ends, because one of daemons in the DAEMONS array is failing. Fire up a text editor on /etc/inittab and edit this line from:



    rm:2345:wait:/etc/rc.multi


    to:



    rm:2345:once:/etc/rc.multi


    If it works now, it confirms my guess, so you need to find which daemon is failing and fix it.






    share|improve this answer

















    • 2




      actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
      – adam
      Jun 6 '12 at 2:46












    • Arch doesn't use inittab anymore, since they switched to systemd.
      – Chris
      Apr 9 '15 at 4:26






    • 5




      @adam then best practise is to write the answer yourself and then mark it selected.
      – larkey
      Jul 18 '15 at 9:38















    up vote
    0
    down vote













    I guess rc.multi never ends, because one of daemons in the DAEMONS array is failing. Fire up a text editor on /etc/inittab and edit this line from:



    rm:2345:wait:/etc/rc.multi


    to:



    rm:2345:once:/etc/rc.multi


    If it works now, it confirms my guess, so you need to find which daemon is failing and fix it.






    share|improve this answer

















    • 2




      actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
      – adam
      Jun 6 '12 at 2:46












    • Arch doesn't use inittab anymore, since they switched to systemd.
      – Chris
      Apr 9 '15 at 4:26






    • 5




      @adam then best practise is to write the answer yourself and then mark it selected.
      – larkey
      Jul 18 '15 at 9:38













    up vote
    0
    down vote










    up vote
    0
    down vote









    I guess rc.multi never ends, because one of daemons in the DAEMONS array is failing. Fire up a text editor on /etc/inittab and edit this line from:



    rm:2345:wait:/etc/rc.multi


    to:



    rm:2345:once:/etc/rc.multi


    If it works now, it confirms my guess, so you need to find which daemon is failing and fix it.






    share|improve this answer












    I guess rc.multi never ends, because one of daemons in the DAEMONS array is failing. Fire up a text editor on /etc/inittab and edit this line from:



    rm:2345:wait:/etc/rc.multi


    to:



    rm:2345:once:/etc/rc.multi


    If it works now, it confirms my guess, so you need to find which daemon is failing and fix it.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered May 28 '12 at 6:55









    guido

    623718




    623718








    • 2




      actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
      – adam
      Jun 6 '12 at 2:46












    • Arch doesn't use inittab anymore, since they switched to systemd.
      – Chris
      Apr 9 '15 at 4:26






    • 5




      @adam then best practise is to write the answer yourself and then mark it selected.
      – larkey
      Jul 18 '15 at 9:38














    • 2




      actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
      – adam
      Jun 6 '12 at 2:46












    • Arch doesn't use inittab anymore, since they switched to systemd.
      – Chris
      Apr 9 '15 at 4:26






    • 5




      @adam then best practise is to write the answer yourself and then mark it selected.
      – larkey
      Jul 18 '15 at 9:38








    2




    2




    actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
    – adam
    Jun 6 '12 at 2:46






    actrually, ive figured it out -- as dumb as it sounds, i was using R_alt to switch TTYs, which on my thinkpad, correspond to TTY13-24 (which arent configured) simply by using L_alt, everything works as expected.
    – adam
    Jun 6 '12 at 2:46














    Arch doesn't use inittab anymore, since they switched to systemd.
    – Chris
    Apr 9 '15 at 4:26




    Arch doesn't use inittab anymore, since they switched to systemd.
    – Chris
    Apr 9 '15 at 4:26




    5




    5




    @adam then best practise is to write the answer yourself and then mark it selected.
    – larkey
    Jul 18 '15 at 9:38




    @adam then best practise is to write the answer yourself and then mark it selected.
    – larkey
    Jul 18 '15 at 9:38












    up vote
    0
    down vote













    This is based on the OP's comment that should be an answer.



    To switch TTYs I was using Right Alt which on my Thinkpad corresponds to TTY13-24 (which aren't configured). Simply by using Left Alt everything works as expected.






    share|improve this answer



























      up vote
      0
      down vote













      This is based on the OP's comment that should be an answer.



      To switch TTYs I was using Right Alt which on my Thinkpad corresponds to TTY13-24 (which aren't configured). Simply by using Left Alt everything works as expected.






      share|improve this answer

























        up vote
        0
        down vote










        up vote
        0
        down vote









        This is based on the OP's comment that should be an answer.



        To switch TTYs I was using Right Alt which on my Thinkpad corresponds to TTY13-24 (which aren't configured). Simply by using Left Alt everything works as expected.






        share|improve this answer














        This is based on the OP's comment that should be an answer.



        To switch TTYs I was using Right Alt which on my Thinkpad corresponds to TTY13-24 (which aren't configured). Simply by using Left Alt everything works as expected.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        answered Aug 26 at 5:26


























        community wiki





        Kamil Maciorowski































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f429511%2funable-to-switch-tty-in-arch-linux%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Paul Cézanne

            UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

            Angular material date-picker (MatDatepicker) auto completes the date on focus out