[SOLVED]Keyboard not working at installation (so, I can't install)

Hello,
When I execute the installation program (from a CD or USB), keyboard works when the GRUB shows up, but when I press enter to run archiso, after the kernel and module loading, I arrive to "archiso login:_" screen with a non-working keyboard, neither my PS2 nor USB keyboard, so I can't login in and, of course, install arch.
I've been trying to collect some rare data from the kernel loading screen in order to ease finding a solution:
(after archiso kernel module loaded) -> ohci_hcd 0000:00:04.0: Unlink after no-IRQ? Controller is probably using the wrong IRQ.
(after setting clock) -> select() to /dev/rtc to wait for clock tick timed out.
As I said, I tried from a CD and a USB with the same result. I've md5 the images I'd downloaded and they are correct.
Greetings
Last edited by Davigetto (2009-09-10 18:47:41)

Please, is there any workaround to this problem? I would wish to install arch on my PC.
Maybe installing an older version CD could work, but i am not sure if older versions of arch offer support for ext4...
EDIT: Ok I solved it, it was a very strange option in Bios, called "Installer OS Select", where the options to choose were Windows or Others, and I choose others and voilà!, Keyboard working.
Strange, right?
Last edited by Davigetto (2009-09-10 18:48:46)

Similar Messages

  • [solved] keyboard not working correctly on vc/1

    the behaviour is quite odd.
    when i hit ctrl-alt-f1, and switch to the first virtual console, trying to login, or even type doesnt work quite as it should.
    example, i try to login: this is what i get:
    lappy login: elragn
    password:
    when the user name should be eldragon, if i type each letter at a time, until i get it to work, i can type correctly, and its not always the same letters that dont work. of course, the password comes in blank, and sometimes, when i get it all right, i can login, and the effect contiues
    this is not a hardware issue, other virtual consoles work ok, and the keyboard works fine under Xorg.
    so, what could be wrong with this vc? anyone got a clue? ive searched the wiki, bug reports, google, and the forums (not in this order) for an answer but i came up empty.
    PD. if im posting in the wrong forum, please move it where it should go
    Last edited by eldragon (2009-03-22 18:08:54)

    Hi,
    Since the problem is in the vc's, and the keymap is loaded "pre Xorg", I'd start by doing some tests there.
    I'm still a learner myself, so this might not work, or it might, either way, you've got nothing to loose
    First of all check logs for errors, maybe something pops out.
    If no errors on logs, than here's what I would do if I were you:
    (backup /etc/rc.conf , /etc/inittab , /etc/locale.gen to some directory)
    1. Let's start by isolating the problem by not going to gdm->gnome automatically, so you can test vc's themselfs more efficiently and quicker.
    take out gdm from the DAEMONS line in /etc/rc.conf (something like this)
    DAEMONS=(syslog-ng network netfs crond alsa hal fam)
    2. let your /etc/inittab be like you have in this section (id:3)
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    id:3:initdefault:
    # Boot to X11
    #id:5:initdefault:
    and comment everything here:
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    3. do you use a non-us keyboard?
    check your rc.conf for the 1st lines, mainly your KEYMAP
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="your.timezone.here"
    KEYMAP="your.keymap.here"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    confirm that your keymap exists in /usr/share/kbd/keymaps and double confirm the name is right, example:
    for US keyboard the file is 'us.map.gz' so KEYMAP="us" (take out .map.gz); in case your keyboard is not US, check the name, as some have more letters than others
    (usually /usr/share/kbd/keymaps/i386/qwerty unless your pc is not i386 or qwerty ofc )
    4. reboot pc.
       You'll be in vc/1.   
       Now, instead of jumping in consoles with ctr-alt-Fx, try jumping just with Alt+Fx. (if it doesn't work, go ctrl+alt+fx ofc)
       Do Alt+F2 and start typing as normal, anything and manything at any speed and confirm is good. Don't press enter. Just testing keystrokes.
       Do Alt+F3, Alt+F4, Alt+F5 and test the same for each vc.
       Now for the final and problematic one, go Alt+F1 and test.
       If it's good, then probably your problem is on X/gdm/gnome or anything that is loading after vc, or if you changed your keymap, then that was the faulty thing.
       If it's not good, keep on reading
    5. don't enter in vc/1, rather jump to vc/2 or 3 or something and enter as root, let's edit your /etc/rc.conf again.
    copy to a piece of paper your 1st options in case they are different from below:
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="your.timezone.here"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    basicly is trying to put it to a default state. Put your options just like they are above, except TIMEZONE, you can put yours, I don't remember default one.
    Reboot and test again just like in step 4.
    If it doesn't work, you might give a look at /etc/locale.gen and just uncomment these 2 lines:
    #en_SG.UTF-8 UTF-8
    #en_SG ISO-8859-1
    en_US.UTF-8 UTF-8
    en_US ISO-8859-1
    #en_ZA.UTF-8 UTF-8
    #en_ZA ISO-8859-1
    leave every other line commented. in case you had some of your own uncommented, copy to a paper wich ones were, and comment them.
    write in console
    locale-gen
    let it end generating the locales, reboot, and step 4 again.
    6. Still not working, let's try to put things bad proposedly! Change your KEYMAP to another one, if qwerty, just choose another qwerty language, all letters should be on same place, except for punctuation ofc.
      Reboot and try again as step 4.
      Still not working? Change the LOCALE and keep your wrong qwerty keyboard. (LOCALE will probably change some words, like password to it's LOCALE language, etc).
      Reboot and try again as step 4.
      Still not working? ok, final attempt, change back your LOCALE and your KEYMAP to the values you had before, the correct ones.
      Reboot and try again as step 4.
    7. If still not working, well, for now I don't know much more. Take in consideration that the boot process goes through several steps, the error might be in one of those steps. One last thing you can try, altho I think it works just in DE/WM modes, I've read in some posts (here or not, can't remember) that by pressing Ctrl-Alt-K you can change your keyboard layout, assuming you have a second one, and use them for different things, I think the example I read on the post was something like, you wanna code in english but talk in irc in russian for example.
    I kinda doubt it works, but if it also activates in vc's mode, then you could have pressed it accidently (like when doing ctrl-alt-fx, your finger slipped ).
    press ctrl-alt-k, type a few letters, press ctrl-alt-k again, type more letters, and you'll see if it does something or not.
    Again, just try, you got nothing to loose
    One thing I noticed, is that when trying to put some characters on vc as username, it acts as delete, some even erase the all line in one go and some don't do nothing, some of the characters were # @ £ §.
    8. Since it didn't work, let's put everything as it was.
    8.1. go to /etc/inittab and put like this:
    (comment id:3, uncomment id:5 // uncomment x:5:...gdm...)
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    #id:3:initdefault:
    # Boot to X11
    id:5:initdefault:
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    x:5:respawn:/usr/sbin/gdm -nodaemon
    #x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >& /dev/null
    8.2. edit /etc/rc.conf and DON'T put back the gdm on daemons line.
      Alter the 1st lines ranging from LOCALE to USECOLOR to the ones you copied to a paper.
    8.3. comment/uncomment the locales on /etc/locale.gen as you have on paper and run in console
    locale-gen
    8.4. you're set, reboot and you're on gdm->gnome again. (still no vc/1 working tho )
    note: in your initial /etc/iniitab you had id:3 uncommented and gdm on daemons, so you would go automatically to gdm as you started your pc, but, what if something happens and you need to go to another mode before gdm runs? you couldn't do it easily with gdm on daemons.
    If you put it like I wrote above, when you turn on the pc, it's the same, you go automatically to the gdm, but, in case something happens, you can always go to another mode before gdm runs, by doing the following (read here on wiki or foruns, will put link when I find it)
    Pc reboots and you're on GRUB, press 'e', choose the kernel and press 'e' again, go to the end of the line where it says 'ro', and add a 3 to the end, to look like this 'ro 3', press 'b' (boot) and you're on mode 3 without going to gdm
      But ofc, this is just a choice, if you prefer to have as you had it, by all means, just put gdm on daemons line, and your /etc/inittab as initially, that's the beauty of Linux, it's to your fit
    Good Luck!

  • Trying to repair Bootcamp but keyboard not working at installation screen?

    Okay so I was a happy little camper, had windows 7 running on bootcamp perfectly and had yosemite installed recently.
    Bootcamp was running out of space so I created an exFat partition and that's when the past 24 hours of my life have turned into ****.
    Bootcamp would show in system preferences but when I restarted the computer and held alt, it would not show at start up neither directly restarting into bootcamp worked. Finally found a solution for that, did the whole fdisk stuff and fixed the MBPR etc etc. Now bootcamp is present at start up via alt option but once I start I only get a black screen with a blinking cursor. The solution to that I discovered is to repair bootcamp using a bootable usb/cd. Since I'm using a MBP retina 2014, I had to create a bootable usb via bootcamp. Now, when I go to the start up screen and select the win 7 bootable drive, I get to the installation screen to select language but my trackpad/mouse and keyboard are not responding!!! *takes a gun and shoots himself* How do I fix this ? I've been trying to find a solid solution but no luck! please someone help me out

    Please, is there any workaround to this problem? I would wish to install arch on my PC.
    Maybe installing an older version CD could work, but i am not sure if older versions of arch offer support for ext4...
    EDIT: Ok I solved it, it was a very strange option in Bios, called "Installer OS Select", where the options to choose were Windows or Others, and I choose others and voilà!, Keyboard working.
    Strange, right?
    Last edited by Davigetto (2009-09-10 18:48:46)

  • [Solved] Gambas3 not working after installation.

    When gambas3 was released i downloaded source and installed in my arch machine with out knowing that same package is available in arch repo. After install i could open and work in gambas3 with out an issue. However, When gambas3.1 was released i downloaded and installed latest package from arch repo. This time gambas3 did not even open. I also would like to inform that i have not uninstalled gambas3 (installed from source)  before installing gambas3.1. Any help is appreiciated...
    Last edited by sundar_ima (2012-04-14 02:39:36)

    Here is what i get if i run gambas3 from cli.
    ERROR: #2: Cannot load class 'Container': Cannot load parent class: Cannot load class 'Control': Unable to load class file
    Segmentation fault

  • Lenovo G550 Keyboard not Working.... Can't log in to the system...

    Hi, I am using Lenovo G550 Model. Yesterday, I started facing this problem. When I tried to login, none of the keys worked. When I pressed Backspace, it started typing something. I tried to use on screen keyboard, which did not help either. Same problem persists with on screen keyboard as well. I, even, tried using an USB external keyboard & the same problem is there too. Kindly help me!!!

    hi Avikiru,
    Welcome to Lenovo Community Forums!
    Can you try,
       Remove the AC and the Battery
           Hold the Power Button down for at least 15 sec.
                  Reconnect just the AC and see if that'll work
    If not You can contact a Lenovo Support Team or a Local Technician to have the Keyboard connection checked.
    Regards
    Solid Cruver 
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Keyboard not working, random short keys, and can't log into laptop.

    Some of my keys on my laptop aren't working, and when they do they turn into short keys. How do I fix that without being able to type my password to get into my computer. When the log in screen comes up some of the keys that arent working are needed for my password.

    Borrow a different keyboard and connect it to a USB port.

  • [SOLVED] Xorg and keyboard not working after upgrade.

    Hi guys,
    after a `# pacman -Syyu` I got Xorg not starting and keyboard not working: I am unable to do anything.
    I'm posting here pacman's log that I got by booting an Ubuntu Live CD: https://gist.github.com/anonymous/7517806
    Any hint?
    How do you recover a system once it's gone like this? Many thanks in advance.
    J
    Last edited by ifsixwasnine (2013-12-23 13:58:16)

    WonderWoofy wrote:
    I wouldn't necessarily call this [SOLVED].  At best I would probably mention that you found a workaround.  The addition of '(downgrade)' likely makes it fine, but just FYI for future threads.  There are two reasons for this.  One, others who find this thread are likely to dig into it thinking there is a real solution, and two, if you mark it as [Solved] it might generate less attention, lessening the chances of you actually being helped to a real solution.
    Just my 1.46¢
    You're right, problem wasn't actually solved. In fact, yesterday I upgraded the whole system again and the same problem showed up, but I got it fixed.
    Same scenario: after a boot (shorter than usual), what I had was a tty, but I noticed something that I hadn't noticed the last time: the prompt said "Arch Linux 3.11.[?]".
    The kernel version was supposed to be 3.12.[?] so I started investigating and after several attempts, this is how I got the system working again:
    1. Chrooted into the system
    2. Wiped /boot
    3. Re-installed grub
    4. Re-installed linux kernel
    5. Re-created grub.cfg
    6. ???
    7. Profit
    I'm pretty sure that what originated the problem wasn't a "kernel issue" as I pointed out in my previous post, but it was an incorrect installation of grub: in fact, the grub prompt never showed up before yesterday, the system used to boot straight, ignoring the 5 seconds timeout.

  • My MacBook Pro keyboard not working correctly after Win7 bootcamp installation. In OSx boot it keep Win keyboard. How can I have Mac keyboard in OS boot and Win keyboard in Win boot?

    My MacBook Pro keyboard not working correctly after Win7 bootcamp installation.
    Installation went well but when I boot either with OSx or Win it always keeps Windows keyboard.
    How can I have Mac keyboard in OS boot and Win keyboard in Win boot?

    Hi - I have the exact same model as your MacBook and had a few questions as mine is acting up. I upgraded the ram to 8gb (2x 4GB ram) and ever since then my computer has not been running as smoothly and the start up time is horrendous. Have you encountered this problem? And if so how did you fix? What would you advise me do?
    I was thinking of reverting back to the original factory 4GB then rebooting the entire computer. Any suggestions?
    Thanks in advance!
    Allen

  • Keyboard not working correctly after updating to 8.1 64bit pro.

    Keyboard not working correctly after updating to 8.1 64bit pro.
    After I updated, everything seemed ok and then all of the sudden I rebooted and only the f1 – f12 row would work. I resorted to resorted to unplugging and removing the battery and it would work for a short amount of time. This has been reported on other laptops as well, see here.
    http://answers.microsoft.com/en-us/windows/forum/w​indows8_1-hardware/windows-81-keyboard-problem-cou​...
    I think it can be solved with a driver update from hp or the keyboard builder but none is online.

    Hi,
    Please put the units product no. in the link and check if your PC is tested by HP with Windows 8.1
    http://www8.hp.com/us/en/ad/windows-8/upgrade.html
    Let me know if you need more help.
    I am an HP employee.
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on “Kudos” STAR to say thanks!***

  • HP Pavilion g6 Notebook PC - Keyboard not working

    HP Pavilion g6 Notebook PC - Keyboard not working
    My Windows 8 - 64 bit  laptop keyboard stopped working. I tried to uninstall and reinstall as explained in the support pages. but doesn't seem to work.  Is it dead?   what is the solution.  Please help
    Thank you

    Hi,
    While this could be a hardware issue, it's always worth trying the following.
    Open windows Control Panel, open Device Manager, expand Keyboards, right click the entry 'Standard PS/2 Keyboard' and select Uninstall.
    Shutdown the notebook.
    Then unplug the AC Adapter and then remove the battery.  Hold down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    Note:  If the keyboard doesn't work when trying to access or navigate the Bios Menu, then this is probably a hardware fault.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • 9800 Keyboard not working!

    I have a 9800 whos trackpad and tourchscreen is working but the keyboard is not working... i ve search through the net and done everything suggested and it seems to be the same.... Pls kindly help
    Thanks

    Hi and welcome to the forums!
    After a hard reset try the steps listed in the KB link below.
    Thanks,
    Bifocals
    KB02141 Reset a BlackBerry smartphone
    KB29640 Trackpad, trackball, or keyboard not working on a BlackBerry smartphone
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Z10 KeYbOaRd NoT woRkInG

    anyone else having issues with keyboard not working?
    i often need to switch my phone on and off again to make it work again.

    Hey Magnetic,
    Thanks for the question.
    What version of BlackBerry 10 software are you running?  Go to Settings>About to get this information.  Also is the keyboard not working in a certain application, like browser, email, text messages etc.  Also when did the issue start?
    I look forward to your reply.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • HP Pavilion 15-e092se Notebook PC keyboard not working

    HP Pavilion 15-e092se Notebook PC keyboard not working . win 8.1.

    Hi Nits007,
    Thank you for visiting the HP Support Forums and Welcome. I have read your thread on your HP Pavilion 15-e092se Notebook and keyboard issues. Here is a link to uninstall the keyboard. Restart the computer after uninstalling, it should reinstall automatically.
    Hope this helps you.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Crstal Report Server does not working on installation of Crystal Design

    Hi,
    I had installed Crystal Report Server 2008 on a machine, I was able to login and open the CMC console as well but on installation of Crystal Desing the CMC and inforview are not opening. its displaying some dll file is missing.
    Kindly inform whether Server does not work after installation of Design on the same machine.
    Thanks & Regards
    PNN  Murthy

    Questions related to ASP.NET should be posted in the ASP.NET forums (http://forums.asp.net ).

  • Installed Windows 8 on a late 2011 MacBook Air and was working fine now keyboard not working so cannot enter password? Caplocks key works but I am locked out on my own PC and cannot seem to get it to recognize built in keyboard,bluetooth,generic USB one.

    Installed Windows 8 on a late 2011 MacBook Air and was working fine now keyboard not working so cannot enter password? Caplocks key works but I am locked out on my own PC and cannot seem to get it to recognize built in keyboard,bluetooth,generic USB one.

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

Maybe you are looking for