View previous topic :: View next topic |
Author |
Message |
Ast0r Guru
Joined: 11 Apr 2006 Posts: 404 Location: Dallas, Tx - USA
|
Posted: Fri Sep 22, 2006 10:33 pm Post subject: Konsole/xterm problems (connecting to SunOS 5 box) |
|
|
At school we have a few Sun OS 5.9 (and one is 5.10) machines which provide terminal access to all students. Back when I first took the Unix class offered at school, I was mostly using Windows, so I used Putty to get my work done. There were some eccentricities in the term-type behavior, but I learned to deal with it. At the very least I came to expect at least a limited degree of terminal functionality (home, end, delete keys, etc).
However, now that I'm mostly using Linux (and I've enrolled after a 1 1/2 year abscense) I mostly use konsole (as I only boot Windows for games now) to connect to the Sun servers. My problem is that the following keys either produce no result, or product an undesirable resultl: Code: | home
end
page up
page down
arrow keys
delete |
As you can imagine, this makes it very painful to work (especially in Vi and pico ... yes I resorted to pico once I got frustrated in Vi).
Does anyone know how to fix this? I really would like to be able to connect through konsole.
Last edited by Ast0r on Sat Sep 23, 2006 9:12 pm; edited 4 times in total |
|
Back to top |
|
|
Janne Pikkarainen Veteran
Joined: 29 Jul 2003 Posts: 1143 Location: Helsinki, Finland
|
Posted: Sat Sep 23, 2006 1:59 pm Post subject: |
|
|
Have you tried to change the terminal type? Try some of these in those Sun boxes:
Code: | export TERM=vt220
export TERM=vt100
export TERM=linux |
Though I don't have any idea if those works for you or not. _________________ Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.". |
|
Back to top |
|
|
Ast0r Guru
Joined: 11 Apr 2006 Posts: 404 Location: Dallas, Tx - USA
|
Posted: Sat Sep 23, 2006 9:05 pm Post subject: |
|
|
Nope. None of those works.
EDIT: Oh, I forgot, I'm actually using konsole, not xterm. I think that is part of the problem. The Sun box is detecting the term type as follows: Code: | Querying terminal...
Terminal recognized as vt100 (Xterm or ANSI/VT100 Clone)
|
... but I need to compensate for the differences in konsole I think. Perhaps now that I've defined the problem more clearly the answer is more obvious?
EDIT2: Actually, it looks like I have the same problems when I load xterm and connect with it, so it's not just a konsole issue. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|