isa serial port adapter card no longer detectedworking


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers isa serial port adapter card no longer detectedworking
# 1  
Old 06-19-2007
isa serial port adapter card no longer detectedworking

hi all,

i've got an old PC with unix (SCO System V/386 rel. 3.2) on it.

Pentium I; 128mb; ISA 2-port RS232 serial adapter card for an oki dot-matrix printer. (no usb, no CD)

i've been running an old cobol program to do some invoicing and print reports.
some time back i changed the internal battery and since then i can no longer print to the oki printer.

i think it is unlikely that the isa adapter card has gone bad....
more likely, maybe some setting was lost in CMOS when i changed the battery...

any ideas, anyone......

PS:
i'm a relative newbie.

the guy who installed the unix is nowhere to be found and i do not have the installation disks. it is likely many programs had not been installed.

i have not been able to find another working isa serial adapter even for testing.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A

I'm looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A for Solaris. It used to be on sun-solve, but I fail to find it on the Oracle site. Any help would be very appreciated! (1 Reply)
Discussion started by: Ira28
1 Replies

2. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

3. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

4. AIX

NPIV with 8Gb PCI Express Dual Port FC Adapter

All I am at a loss with a VIO server running ios 2.2.0.10-FP-24 SP-01. The VIO server is fitted with two 8Gb PCI Express Dual Port FC Adapters. However when I run the lsnports command only two of the adapter ports show as capable: $ lsnports name physloc ... (4 Replies)
Discussion started by: johnf
4 Replies

5. Shell Programming and Scripting

Need help with serial port

Hi, I have a external board connected to my serial port. I need to execute "shutdown -r now" command when system boot up. When system boots up it requires a username ans password. Then I need to run my command. I can use rc script but that is rebooting system before it asks for username and... (0 Replies)
Discussion started by: charlie.arya
0 Replies

6. Solaris

Solaris 10. fcinfo hba-port shows adapter not Found

I understand that fcinfo hba-port should show information(WWN, HBA vendor, etc..) but my result show "No adapter found". If I used grep -i 'version' /var/adm/messages* then I see my installed HBA (QLogic FCode at 2.00.09).. I am wondering why and what I had failed to install? Thanks in advance.... (23 Replies)
Discussion started by: Y4Net
23 Replies

7. Solaris

USB to Serial Adapter connection

Hi Community, I'm working on Sun Server V490 with my PC (with OS Vista). I'm using a USB to Serial Adapter to connect to Server directly. I've this problem, I'm connecting to Server with Putty client with this settings: boud rate 9600, 8 bit, 0 parity, 0 flow control, but after to have typed... (4 Replies)
Discussion started by: Sunb3
4 Replies

8. UNIX for Advanced & Expert Users

Communicating with Serial Port

I am using system running on red hat linux 4. I had connected health measuring machine to the serial port and configured it stty -F /dev/ttyS0 9600 -parenb cs8 -cstopb this machine requires a command to be passed to it for giving output. I am unable to pass command hexa format(0x68) to the... (4 Replies)
Discussion started by: netsavant
4 Replies

9. UNIX for Dummies Questions & Answers

Unix sco 5.0.6 Serial card

Hi guys how r you doing. I have a ISI 4608 is a serial card from multi-tech system, i'm installing it on sco 5.0.6. The driver version that i'm using is VER 3.01. the reason i'm doing this is because i have a APC power supply that works with unix. Ones i do the firts install of the... (1 Reply)
Discussion started by: josramon
1 Replies

10. UNIX for Advanced & Expert Users

serial card in SCO Unix

Does anyone know how to configure a generic serial card within SCO Unix ???? Any specific driver ? Any help will be greatly appreciated CHRIS (7 Replies)
Discussion started by: germiphene
7 Replies
Login or Register to Ask a Question
UBSA(4) 						   BSD Kernel Interfaces Manual 						   UBSA(4)

NAME
ubsa -- USB support for Belkin serial adapters SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device usb device ucom device ubsa Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ubsa_load="YES" DESCRIPTION
The ubsa driver provides support for the USB-to-RS232 Bridge chip used by a variety of serial adapters from Belkin and other vendors. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The ubsa driver supports the following adapters: o AnyData ADU-500A EV-DO modem o AnyData ADU-E100A (no EV-DO mode support) o Belkin F5U103 o Belkin F5U120 o e-Tek Labs Kwik232 o GoHubs GoCOM232 o Peracom single port serial adapter SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The ubsa driver appeared in FreeBSD 5.0. The uplcom(4) manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002 and modified for the ubsa driver by Alexander Kabaev <kan@FreeBSD.org> in October 2002. AUTHORS
The ubsa driver was written by Alexander Kabaev <kan@FreeBSD.org>. BSD
November 20, 2011 BSD