Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Trouble Setting Up Sun Ultra 10 - Displaying Garbage Post 302560794 by frhan2u on Saturday 1st of October 2011 08:21:21 AM
Old 10-01-2011
Thank you guys!

It didn't initially work with a null modem cable.. until I bought a DB25 to DB9 adapter..

Afterwards, I connected the null modem cable into the DB9 end of that adapter and connected to my USB to serial cable and it worked!

thanks ever so much!
 

9 More Discussions You Might Find Interesting

1. UNIX Benchmarks

Sun Ultra 2 Solaris 8

Sparc Ultra2: Notes prtdiag: System Configuration: Sun Microsystems sun4u Sun Ultra 2 UPA/SBus (2 X UltraSPARC-II 296MHz) System clock frequency: 99 MHz Memory size: 768 Megabytes ========================= CPUs ========================= Run Ecache CPU CPU... (0 Replies)
Discussion started by: tnorth
0 Replies

2. Solaris

sun ultra or sun sparkstation

am wonder wich sun computer is better, a sun ultra or sun sparkstation, and what is the difference (7 Replies)
Discussion started by: nobody
7 Replies

3. Solaris

sun ultra

Hi Guys, I have a 2nd hand Sun ultra-5, I wanted to know how to be able to run it as a normal window. I do not have any experience whatsoever with solaris/unix. Does anyone can give me a clue where to start. When I switch it goes to: unix console login: pa$$word: #UNIX sendmail : enable to... (0 Replies)
Discussion started by: lingosa
0 Replies

4. UNIX for Dummies Questions & Answers

Trouble getting serial output from Ultra 10

Hi, Iam trying to get make a serial connection to an Ultra 10 from my laptop. I've set the output to goto ttya in the nvram parameters. Iam using a db9 converter at the laptop end and a db25 converter at the ultra 10 end-I know the adapters are fine and so is the cable. Iam just not able to get it... (3 Replies)
Discussion started by: pulse77
3 Replies

5. Solaris

sun ultra 10 monitor

hi all, it seem hard to see on a regular monitor the ultra 10 converter to rgb so that it can go to a pc monitor. do u know how can i fix the monitor properly? it's not easy to see on the monitor there's so many lines. thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

6. Solaris

LOM on SUN ultra 10

Hi experts is it possible to install lom on sun ultra 10 box? can you guys help me in undertanding lom as i tried goggling , couldn't get good stuff. Please :) (6 Replies)
Discussion started by: kumarmani
6 Replies

7. Shell Programming and Scripting

setting and displaying variables

Hello, I need a little help. 1. Edit /etc/profile so that all users are greeted upon login. 2. For the root account, set the prompt to something like "Danger!! root is doing stuff in \w", preferably in a bright color such as red or pink or in reverse video mode. Thanks for help. (4 Replies)
Discussion started by: zhshqzyc
4 Replies

8. Red Hat

dhcp not setting dns and changing to garbage

I have 2 problems. Dhcp is not setting dns and after I manually set my dns it changes to garbage. I literally just used command to set dns which is a good copy of resolv.conf: sudo cp /home/bob/Desktop/scripts_9-12-2011/resolv.conf /etc/resolv.confHere is a copy of my resolv.conf. #... (5 Replies)
Discussion started by: cokedude
5 Replies

9. UNIX for Dummies Questions & Answers

Trouble displaying parameters passed into a for loop

#!/bin/bash function check_num_args() { if ; then echo "Please provide a file name" else treat_as_file $* fi } function treat_as_file() { numFiles=$# for((i=1;i<=$numFiles;i++));do echo $i ... (3 Replies)
Discussion started by: kikilahooch
3 Replies
ESP(4)							   BSD Kernel Interfaces Manual 						    ESP(4)

NAME
esp -- Qlogic FEPS and FAS366 SCSI driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device esp HARDWARE
The esp driver provides support for the Qlogic FAS216 and FAS408 SCSI controller chips found in a wide variety of systems and peripheral boards. This includes the Qlogic SCSI cards found in most Sun Ultra 1e and Ultra 2 machines. For Qlogic PCI SCSI host adapters, the isp(4) driver should be used in place of the esp driver. IMPLEMENTATION NOTES
During the boot sequence, the esp driver searches the linked list for LUN info by LUN ID. At this point the driver will attach on that instance, and then attempt to attach every sub-device. There are at least 4 variations of the configuration 3 register. A second config register must be loaded to inquire the chip revision, oth- erwise the ncr53c9x_reset() function will not set the defaults correctly. The drive attach routine attempts to set the appropriate bit to put the chip into Fast SCSI mode so that it does not have to be figured out each time. This will then be stored in the NCR registers for later use. The esp driver makes use of the LSI 64854 DMA engine which contains three independent channels designed to interface with an NCR539X SCSI controller; an AM7990 Ethernet controller; and certain types of parallel port hardware. As such this driver may eventually replace the amd(4) driver for network hardware. DIAGNOSTICS
The following driver specific error messages may be reported: esp: cannot map %d segments The device was unable to map segments while mapping the SCSI devices in DMA mode. unknown variant %d, devices not attached An unknown version of the card was found and devices will not be attached. Unhandled function code %d The device returned a function code which the driver is unable to handle, most likely during negotiation. esp:%d:%d: selection failed %d left in FIFO The target left the command phase prematurely. If a command did not reach the device then it will be reported as shown above. invalid state: %d The device has reached an invalid state. SEE ALSO
amd(4), isp(4), scbus(4), camcontrol(8) http://www.qlc.com/ http://www.sun.com/ HISTORY
The esp driver was written for NetBSD by Eric S. Hvozda. The esp driver was then ported to FreeBSD 5.3 by Scott Long <scottl@FreeBSD.org>. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org> instead of porting the original from NetBSD. BUGS
The esp driver includes the sbus front-end but lacks the PCI front-end. Thus it can only support the FEPS/FAS366 SCSI found in Sun Ultra 1e and Ultra 2 machines at this time. This driver should eventually replace the amd(4) driver, but that requires porting the PCI front-end mentioned above. BSD
September 18, 2005 BSD
All times are GMT -4. The time now is 06:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy