Fedora :: Which Package Holds The Serial Terminal
Mar 14, 2011Which package holds the serial terminal cu or similar program?
View 2 RepliesWhich package holds the serial terminal cu or similar program?
View 2 RepliesI would like to report that at time of writing the package pan-0.134-x86_64-1.txz is shipped with -current 32 bit. It's not mislabeled, I think it's the actual x86_64 package:
Code: $ pan bash: /usr/bin/pan: cannot execute binary file
I have a problem with my Fedora system. Whilst I was messing around with my graphics drivers I managed to totally screw up the system, now my desktop won't start, leaving me with just the command prompt. In order to fix it I will need to get my wireless adapter connected to my home network, this is proving tricky. I understand that NetworkManager is responsible for bringing up the network but unfortunately without starting GNOME I don't have the settings available to me (through the nm-cli) or a way to configure it.
Is there a way to bring up whatever service holds the network settings without GNOME? In the meantime I am looking into alternative ways of configuring NM, perhaps through the DBUS interface? Even so, I suspect that I will still need a settings ervice at the end of it..
The /dev directory on my system shows the following entries:
/dev/tty
/dev/tty0
/dev/tty1
[code]....
I am using screen for serial terminal, but it seems to be lacking in that there is no scrollback. Is there any way to configure scrollback in screen or is there another terminal emulator that is full-featured and allows scrollback?
View 1 Replies View RelatedI would like to listen to a virtual serialport (dev/ttyACM0). I heard you can this with the terminal in Linux. But how? Does anyone know some commands?
View 2 Replies View RelatedHow do I get a serial device to simply send me the data without mucking it about. I mean, if I write a c prog in DOS or a C prog on an embedded system, I get the bytes that ar sent down the line. With linux I seem to get extra characters in it (0x1A crops up alot) and its very frustrating. I am using a virtual machine with WinXP in it, merely to monitor a 38400 baud 1 stop bit 8 data bits serial line. The linux terminall /dev/ttyUSB0, throws data at me nicely but about 10% of it is gonk. I want some magic command
like stty -F /dev/ttyUSB0 38400 -totallyraw
I'm using CentOS 5.5. I connected serial terminal using "cu". The command I had given was "cu -l /dev/ttyUSB0 -s 115200". It connects I'm seeing the target boards boot-up messages and log in screen. But I couldn't type anything on "cu" terminal window.
View 4 Replies View RelatedI am new to linux terminal programming and all but i want to set up a simple serial communication from my desktop through USB port. The actual idea to to write some data in the terminal and build a terminal program that sends the data to the usb port with a fixed baud rate. are there ready made terminal programs available for this simple communication?or atleast any Graphical tools which could help me build and design such a terminal in ubuntu 9.04?
View 8 Replies View RelatedI need to do some serial comms work and need an equivalent to hyper terminal on Debian. Does it exist?
View 3 Replies View RelatedI have to add a new interrupt framework to the kernel (INT 81h). To add the interface descriptor to INT 81h I have to write to the IDT entry 81h. There are some functions of the kernel that can do this task but they can not be used in a module. So I will now do a patch to the kernel and don't know where to start.
Where is INT 80h interface descriptor written to the IDT? - So I could write it maybe the same way in the same function. Which GTD entry is used to write to the IDT (1, 2, 3 or ...) ? - So I can do some debugging.
I am trying to get two way serial communications going between a Windows XP system and a Linux system (RHEL 5).I have /sbin/agetty -L 9600 ttyS0
in /etc/inittab. I am using a generic USB to serial adaptor on Windows (Unitek) and a null modem cable. I have putty configured for 9600 baud, 8 bits, no parity, one stop bit, no flow control.I get the login prompt from agetty in the putty window but input does not work; I see weird characters in the putty screen. I can echo output into the device from windows and see it, but
cat < /dev/ttyS0. just prints out weird characters from what I type.
On my CentOS 5.2 install I've installed a dual-port serial card based on the NetMOS 9835 chipset. I've followed the serial instructions, but everything they tell me to do is already done - see setserial outputs below. I've compared these values to the lspci output (below, NetMos card is at the bottom of the output) for the card and it appears right. Problem being, I can't use the serial ports. Oh and I did use search, and looked at every 9835-related article before posting this :)
[Code]....
I am designing a program called "Microcom", a VERY tiny terminal "emulator" (more like a serial console). I am making it specifically to work with uClibc to use as a serial console for my floppy disk distro.
Problem is, it works fine receiving data but it does not send any data.
I am stumped at why it does not send data!
Code:
I am hoping to be able to get an old serial-touchscreen to work with a usb/serial adapter. I had this touchscreen working some years ago on different hardware. I would like to hook it to the machine I am setting up as a multimedia host with mythtv among other things.
Following the instructions I left behind when I got this to work way back when does not work. See [URL] ....
This info is a work around to get the xserver to see the touchscreen. [URL] ....
I do know that the touchscreen works as I am able to get garbage on the screen as in the first part of my howto. But I have not had any success getting xorg to see it. I wish I had posted a copy of the xorg.conf at the time, but......
There is an issue with the current xserver in testing that I am hoping the next update (in unstable) will fix when it gets pushed to testing. That is that Code: Select all# X -configure fails with a segfault. So I am not able to generate the xorg.conf needed to get it to work. I was going to post a bugreport, that is when I found out there is an update in unstable, so I am waiting for it to get pushed at the moment.
Anyway I am hoping that I can link /dev/ttyUSB0 to /dev/tty0 and get it to work. I would like some kind of guess as to my chances of success before I go to all the work of getting the monitor hooked to the host.
I have a 250 GB Seagate Expansion Portable Drive that can't hold more than 239 MB. I'm trying to copy an 804 MB file, but I get a "no space left on device" error message after only 239 MB of it has been copied. In other words, the drive's capacity has mysteriously shrunk by over 99.9%.
View 2 Replies View RelatedWhat is the command to find out what CPU architecture the Linux Box holds out of following:
[Code]...
I have a bit of a dilemma. I'm attempting to use a microcontroller to send MIDI messages over a virtual serial port. I want to (eventually) read them with Mixxx. I'm using an FTDI chip, so I get a /dev/ttyUSB0. I've tried spikenzielabs' Serial-Midi program, but it doesn't see any serial ports. NOTEMIDI looks really old and won't compile on my 10.04 LTS machine.
View 2 Replies View RelatedWe have a new machine with RedHat enterprise 5 on it. I need to connect a serial cable to the serial port and talk to another system (old alpha system) instead of using a VT connected to the alpha.Does RedHat come with anything like Keaterm/hyperterm/etc etc?
View 3 Replies View RelatedDebian 5.04
Gnome desktop
Which directory/folder holds the wallpaper files?
what kernel file holds the functions for the hardware configuration. I'm interested in finding the hardware timer of the linux and the DMA configuration file. I assume there is a single file that holds configuration data for the platform.This probably is executed before the kernel is started. As is see it this must be some hardware abstraction layer file because the actual kernel code is not platform dependent.
View 1 Replies View RelatedWe are running SLES 10.3, I am running Novell's support advisor and it is reporting some old hardware that is failing on bootup, one being a QLogic card and another being flex net network adapter. I was looking around for where the file or directory is that holds the list of modules to be loaded when compiling the kernel but SLES does not seem to match other Linux distro's, at least from the other posts I read for where to find these.
View 3 Replies View RelatedI am pure newbie with Ubuntu, Good riddance from Windows 7. I am no way near to anything related to programming yet I wanted to see this world of freeware.
Uploaded with ImageShack.us
Please suggest good font package and how to install them and where to get them. Also please let me know where to find all the treasure to make my desktop more funky and how to install them using terminal or if there is easier way.
so after entering in a command to the terminal it will come up with a page that says package configuration on the top left hand corner. I can read through everything but I can't click on the <ok> thats at the bottom of the page.
View 3 Replies View RelatedI only have shell access to one of my boxes so I need to know how I can I stop a package from being upgraded from the terminal.
View 3 Replies View RelatedI am not able to update at all. Update manager returned an error reading
Preconfiguring packages ...
/usr/bin/dpkg: 1: Syntax error: ")" unexpected
E: Sub-process /usr/bin/dpkg returned an error code (2)
i get the same error if i update in a terminal or from Synaptic Package Manager.
OK I installed WINE but right now the installation is stuck at the package configuration TERMINAL. This is what the terminal says. TrueType core fonts for the Web EULA
[Code]...
I'm new to this and trying to install flashplugin to the terminal. I entered apt-get install flashplugin-nonfree, and it says package not found. What do i do. I can't install yahoo messenger without it or see any videos on ..... or any thing that requires adobe.
View 14 Replies View Relatedwhen I try to apt-get upgrade system or install a new package in synaptic or terminal, I see this:
Code:
dpkg: ../../../lib/dpkg/dump.c:250: w_status: Assertion `pigp->trigpend_head' failed.
E: Sub-process /usr/bin/dpkg exited unexpectedly
So, before I have a problem - Synaptic opened, told that /var/lib/dpkg/status don't exist, in the web I read that sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/
Can anyone one give me some pointers please, for talking to a serial port, if I use cutecom it always returns "could not open /dev /tty0 or 1 or 3 or 4, even tried ttys0 etc
View 7 Replies View Related