Debian :: Unable To Use Keyboard In Console Application
Jul 26, 2011
I tried to use NDN [URL] which is fork of famous DN . It's more advanced then Midnight Commander and I would like to use it to better understand Debian FS and do console works there. However, I have a problem and it seems that their support forum does not work, so I thought to ask for general help here, in case it's something that can be set in Debian. Problem is that when I run this manager I can't use arrow keys or 'num pad' or PgUp/PgDn/.... pad but only 'central part' of keyboard - regular keys and Fx buttons. So I was wondering if there could be some problem between terminal emulation and this application that can cause such behaviour which is unacceptable for normal usage, obviously.
after an upgrade i got an american keyboard-layout in the login-terminal. i ran dpkg-reconfigure console-data: its said keyboard layout would be german. i ran dpkg-reconfigure keyboard-layout: same thing. i checked the bugs for console-data and keyboard-layout: [URL] and the best i could find is this (console unusable after upgrade): [URL] but it doesnt seem to be exactly the same problem. its since about a week.main problem is the password, else its a little annoyance, not more.
I have console only on my machine and I have two problems with it:
1) I can't find how to enable programmer dvorak keyboard layout.
2) All the console settings don't stay after reboot, I have to do dpkg-reconfigure console-setup again. But after I do that I loose russian layout that I normally can switch to with Alt+Shift.
I know there are many threads regarding this topic.I probably read most of them. At installation time I told Debian to use German keyboard layout (since I am from Germany). Now I want to switch it to American keyboard layout. In X this was no problem. But in the tty consoles I cant get it changed. It does not matter to me if it is system wide or user wide because I am the only user. (system wide would be a little bit more preferrable because it would affect the super user too, I think).I tried dpkg-reconfigure console-data and selecting my desired layout. This changes the Layout to American until reboot
I just installed Debian 6 and need to change the console keyboard layout (I am not running any sort of gui).I installed 'console-data' and ran:# dpkg-reconfigure console-dataThis assigns my Apple keyboard keys perfectly but it won't survive a reboot, which is really important for entering passwords
I'm getting a weird charset problem in a chroot'ed system that I kexec'ed into. It is especially noticeable in ncurses programs like aptitude, but it also noticeable in vim. [URL] My locales are configured to en_US.UTF-8, I have choosen my keyboard layout with kbd-config while in the chroot before kexec'ing into it, I've passed the bootkbd= parameter to the kexec'ed kernel, and my TERM variable is set to "linux". I can't try xterm because this chroot system doesn't has X.
EDIT: I just noticed that the keyboard layout I selected is not working properly. All keys work fine except the ones that are specific to my country. Instead of ç I get a weird symbol.
I want to write an application with an interface similar to those used in non-GUI linux installation programs. It is not really a pseudo-graphic. Does anybody knows an appropriate library?
I'm trying to write a simple, console based application in linux, in c++. I know how to start in Eclipse and I have some experience in c++ from Windoze. I would like to ask, if there is some tutorial available on writing console apps. I mean, I know from using linux that there are two conventions on using parameters in command line (-v and --version for example).
I am looking for a good and practical console application. I use midnight commander a lot, and I find it frustrating every time I press the F10 key it displays the drop menu items using the terminal. On occasions I make invisible the menu bar, by disabling in the view menu.
So I am looking for a good console application that when I use midnight commander if I press the function key buttons it doesn't display the drop down menu options.
I have a logitech wireless keyboard/mouse, but just lost the tiny usb wireless receiver.
I want to use my laptop as the keyboard for the other machine (Ubuntu 10.10) until I replace the keyboard and mouse.
Is it possible to control the console session's keyboard over ssh? I only want keyboard control, I don't want to use something like VNC because the video is too slow.
EDIT: I'd like to be clear that I want to be able to control gui applications running on the console session, so something like unix screen won't
I am logging into an Ubuntu 8.04 machine using ssh, so I use a console. The keyboard layout is US-standard, obvioulsy. However, I would like to use french-canadian keyboard layout. And I don't know at all how to switch it in console. Give me Gnome or KDE, and we're done. But this is console only. I guess it has to do with the loadkeys command. Ok. I retrieved from the web a file cf.map.gz. Maybe ubuntu requires a different kind of file? Using "locate cf.map" I get nothing, except the file I have downloaded. Any package I should demand to be installed? (if yes, what do I do once they are in?) I tried using both the .gz and uncompressed files.
Code:
loadkeys cf.map.gz Couldnt get a file descriptor referring to the console
Code:
loadkeys -u cf.map.gz Couldnt get a file descriptor referring to the console Loading cf.map.gz
[code]....
They tell us about some program, console-data, using root privileges. Intriguing, but I am only a user, and do not have any root privileges. The system admin. has never used another keyboard layout, and knows even less than I on this matter. I tried similar stuff on my openSUSE at home, on a newly created experimental account, and I am equally unable to change within the console the keyboard layout (similar error messages).
I have a need to start an application on bootup on the linux console and I do not have a need for any type of login or security. I do not need any ALT-F1,F2,etc virtual consoles but I would like to allow SSH access via the network port for debugging, loading, etc.
The application is a SDL graphics program running with fbcon as the SDL_VIDEODRIVER if that matters. I'm currently using Fedora 10 and 12 but any distro that supports SDL using the fbcon framebuffer would be acceptable.
How system call internals could be known ? I mean for example if i take the example of write system call of linux kernel, where i can find out the code of write() system call in the kernel source tree ? The problem is write() system call directly write on console.If we want to write the data on some web page then write() system call will not do that ? How to redirect out data from console to application like html/web page?
I use Slackware 13.1. So far I chose during the installation of the system lat2a-16.psfu.gz font and my applications worked well in console mode. Now the same applications with the same font display gridded rectangles instead of some diacritical characters. In /etc/rc.d/rc.font I have standard setfont -v lat2a-16.psfu.gz command:
/etc/rc.d/rc.font:
Code:
setfont -v lat2a-16.psfu.gz
In /etc/rc.d/rc.keymap I have standard loadkeys pl2.map command:
/etc/rc.d/rc.keymap:
Code:
if [ -x /usr/bin/loadkeys ]; then /usr/bin/loadkeys pl2.map; fi
Standard setfont -v lat2a-16.psfu.gz command reports for some reason loading of the Unicode mapping table:
# setfont -v lat2a-16.psfu.gz
Code:
Loading 256-char 8x16 font from file /usr/share/kbd/consolefonts/lat2a-16.psfu.gz Loading Unicode mapping table...
[code]....
I examined /etc/rc.d directory but I didn�t find the setting switching the console to the Unicode mode. The same with env and set commands outputs. I tried to overwrite Slackware 13.1 /usr/share/kbd/consolefonts/lat2a-16.psfu.gz with lat2a-16.psfu.gz file provided in kbd packages from Slackware 12.2 and 11.0 but the results were the same. I suppose the problem is caused by improper handling of the system settings by the kernel but I�m not sure.how can I get rid of Unicode console font and keyboard layout and come back to ISO-8859-2 font and keyboard?
I have a platform independent compiler. so, i created the common api's and platform api's using my complier. so i have this library files named cmn_api.a & platform_api.a in my auto/linjtag/lib.(they will be created when we run the makefile of the compiler).
The problem is when i'm trying to run the console application of my compiler. i have a menu.c from which i choose different modes and i operated on that.
When i tried to open one of the executable i'm getting this error:
I'm guessing the answer to my question is in manipulating the kernel command line. But with what arguments? (and does the kernel have it's own fonts to be used on a FB device?)
The host is a ARM9 based embedded system with a 1-bit LCD screen.
This is a prelude question to: Naming a Frame buffer Device
Any of you ever heard of OS/2 WARP? My dad is a longtime user, as was I until I got my Mac (and now my netbook with Ubuntu). In any case, the OS is a tad...obsolete and my dad at some point wishes to try Ubuntu. In his current setup, he has a "Window List" that can be activated using a keyboard shortcut. It's a popup (not in a menu bar or "panel") that can be moved around and resized. From that you can use your keyboard to navigate to the program or window that you want. For instance, if I want to get to Firefox, I press Ctrl+Escape (to activate the Window List) and then I hit "F" as many times as needed to highlight "Firefox". Then I just hit "Enter" and I'm there. Anything similar out there for Ubuntu (it is preferable if the solution has text as well as icons or else can have the icons removed leaving only the text)
In addition, both him and I would be interested in some program for launching/switching to programs using keyboard shortcuts. On the Mac, I use Quicksilver for this, where it actually Launches the program if it's not open, and switches to it if it is. However, Gnome Do unfortunately lacks this functionality and I have no way to do it off the top of my head.
I use ctrl + shift + s to launch synaptic in KDE. That works wonderful and it is standardized on all my systems. I want to define the same in gnome, so that it does not matter if I'm in gnome or KDE.Where can I do this?Now before you start mentioning, I am familiar with keyboard launchers like launchy or gnome do (but have to admit that I don't know that much what gnome do does in all extents), so I am not looking for a program that launches an app after typing a few letters. I want exactly that keyboard combination, everything else will not do it.
I just mention that, because it happens all the time that I see in my posts that I ask: How can I do B with Y? I don't want to use Z. (specifically asking the question) and then hear as an answer: you can do B with Z!And I am always tempted to answer: That is not what I asked, I asked something specific and got an answer that does not concern it.
I am running Ubuntu 11.04 on a DELL Latitude E6510 (bios A07). I am experiencing an annoying problem: It has this weird keyboard issue where whenever I am typing in an application, the cursor will jump up and over a few lines. The problem also happened under Ubuntu 10.04 and 10.10 and under bios A03.
when I call a windows application with wine I cannot type anything when the application asks for it. The typed keys are displayed in the terminal instead. I use a ubuntu-based distro.
I'm having difficulty switching from GUI to console mode. I use ctrl-alt-f1 and the screen goes blank and I see a flashing cursor but I'm unable to do anything. I can switch back into GUI mode using ctrl-alt-f7. Also at times I see the word Ubuntu with 4 dots and 2 of them are orange if that's of any use. Like the initial boot loading screen.
I've tried going back to the default display drivers and that hasn't solved it. I'm using a CRT that's connected up to my display card via a VGA > DVI converter. *I've just checked and I can't get into recovery mode either
I'm currently having trouble getting a desktop to run Ubuntu.Booting up the Ubuntu Live disk delivers the error (There was an unresolvable error.Dropping you into a live environment).After the Live CD boots I'm able to partition/install from within Gnome.I proceeded to install 10.04 and update the system.After updating everything and the kernel I lose the ability to boot the system as it will totally freeze just as it auto-logs in.I'm unable to drop into a virtual console.
I tried the alternative CD thinking it would help and every install/test option besides MemTest86+ displays the crypic: Floppy Unknown Error(233)I don't use a floppy and this error doesn't show up anywhere, but in a dapper bug report.The bios is configured correctly.The HD (I've tried two) and memory are in good condition.
I am loving the server, except for in the last couple of days the server has completely froze and I am unable to log in at the console nor am I able to connect toit via SSH. Once I force a shut down and restart the server, everything is fine. Where could I look to see what happen to the server? Is there a tool I can use?
I am using a virtual pc software called VMWare workstation ver 7.1. platform win 7. I installed a redhat linux 5 in vmware. I am able to access graphical mode but unable to access the console mode (ctrl+alt+f1....f6).
I had successfully installed centOS,i am able to login as root.I created local users.But unable to login via console and FTP.As per the logs there were some LDAP issue,so i disabled LDAP and disabled PAM config as well.Now i am able to login to the FTP with the local users created.unable to login to the centOS console with the local user.