LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wy50 terminal settings (https://www.linuxquestions.org/questions/linux-software-2/wy50-terminal-settings-52191/)

ddpicard 03-28-2003 11:14 AM

wy50 terminal settings
 
Well, it has been a while since I have had to ask a question. But, I have found something that I can't seem to find an answer for. After doing the usual googleing and searching the sight I am no closer. So, here goes. I'm sure someone out there will know.

Here at work I have an IBM Risc with IBM AIX Version 4.3.3 that I need to telnet into. The software that we use needs for me to connect using wy50 settings. The programs that I use under windoze I can tell it to emulate wy50 when telneting. I can't seem to emulate it with any shell. Settings like vt100 just does not work. The program we use wants wy50 or the menus are all messed up and you can't work.

How do I do that from say Telnet or any other shell.

Thanks for any help y'all might have.

Dave

bahamat 03-28-2003 11:19 AM

Try this:

export TERM=wy50

ddpicard 03-28-2003 11:21 AM

Oh, one more thing I forgot.

Under Unix I would change the tty to wy50 using:

chdev -l tty# -1 term=wy50

and my speed by:

chdev -l tty# -a speed=9600

My problem is I don't know what I would use under Linux.

Dave

ddpicard 03-28-2003 11:24 AM

Oops, typing at the same time.

Ok, tried it but did not work. When I do an export alone it does show that TERM="wy50". But when I telnet in it still does the same thing.


Dave

ddpicard 03-28-2003 11:29 AM

Here is what I get when I export:

declare -x COLORTERM=""
declare -x DISPLAY=":0.0"
declare -x GS_LIB="/home/knoppix/.kde/share/fonts"
declare -x GTK_RC_FILES="/etc/gtk/gtkrc:/home/knoppix/.gtkrc:/home/knoppix/.gtkrc-kde"
declare -x HOME="/home/knoppix"
declare -x KDE_MULTIHEAD="false"
declare -x KONSOLE_DCOP="DCOPRef(konsole-740,konsole)"
declare -x KONSOLE_DCOP_SESSION="DCOPRef(konsole-740,session-1)"
declare -x LANG="C"
declare -x LANGUAGE="us"
declare -x LOGNAME="knoppix"
declare -x OLDPWD
declare -x PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games"
declare -x PWD="/home/knoppix"
declare -x SESSION_MANAGER="local/box:/tmp/.ICE-unix/389"
declare -x SHELL="/bin/bash"
declare -x SHLVL="2"
declare -x SSH_AGENT_PID="346"
declare -x SSH_AUTH_SOCK="/tmp/ssh-XXhkx4EN/agent.321"
declare -x TERM="wy50"
declare -x USER="knoppix"
declare -x XDM_MANAGED="/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched"

Dave

ddpicard 03-28-2003 11:31 AM

Man, been a while since I posted. Sorry about not suppling enough info. Here at work I installed Knoppix 3.2 to the harddrive. That way y'all know what Distro I'm working with.

Dave

bahamat 03-28-2003 11:56 AM

Ok, I've never done this but it looks like it'll work:

check the telnet man page under the section environ.
It explains there how to mark your ENV variables for export to remote systems. By default only DISPLAY and PRINTER are sent, that's why it's not picking up your term.

Alternatively, is ssh an option?

ddpicard 04-02-2003 01:07 PM

Ok, wanted to give an update.

I tried changing the ENV settings but still had no luck.

I did some more googleing with wy60 since I have used that also and I found this webiste with the wy60 Terminal Emulator:

http://www.gutschke.com/wy60/

Compiled and installed it and it works great.

Just had to change my default font to Linux and now it works as well as my Power Term on my Windoze partition.

Thanks for all the help. I did not find much here about wy50 emulation so hopefully this will help the next person that is trying to telnet using wy50.

Dave


All times are GMT -5. The time now is 03:36 PM.