Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Trouble Setting Up Sun Ultra 10 - Displaying Garbage Post 302558730 by DukeNuke2 on Sunday 25th of September 2011 05:22:08 AM
Old 09-25-2011
if i remember right you will need a "null modem" connection.

https://secure.wikimedia.org/wikiped...iki/Null_modem
 

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
PCIIDE(4)						   BSD Kernel Interfaces Manual 						 PCIIDE(4)

NAME
pciide -- PCI IDE disk controllers driver SYNOPSIS
pciide* at pci? dev ? function ? flags 0x0000 pciide* at pnpbios? index ? DESCRIPTION
The pciide driver supports the PCI IDE controllers as specified in the "PCI IDE controller specification, revision 1.0" draft, and provides the interface with the hardware for the ata driver. Please use the chip-specific drivers for the following controllers for enhanced and DMA support: - Acard ATP850 (Ultra/33) and ATP860 (Ultra/66) IDE Controllers: acardide(4) - Acer labs M5229 IDE Controller: aceride(4) - Advanced Micro Devices AMD-756, 766, and 768 IDE Controllers: viaide(4) - Advanced Micro Devices Geode IDE Controllers: geodeide(4) - CMD Tech PCI0643, PCI0646, PCI0648, and PCI0649 IDE Controllers: cmdide(4) - Contaq Microsystems/Cypress CY82C693 IDE Controller: cypide(4) - HighPoint HPT366 Ultra/66, HPT370 Ultra/100, HPT372, and HPT374 Ultra/133 IDE controller: hptide(4) - Intel PIIX, PIIX3, and PIIX4 IDE Controllers: piixide(4) - Intel i31244 Serial ATA controller: artsata(4) - Intel 82801 (ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6) IDE Controllers: piixide(4) - Intel SCH IDE Controllers: schide(4) - NVIDIA nForce/nForce2 IDE Controllers: viaide(4) - OPTi 82c621 (plus a few of its derivatives) IDE Controllers: optiide(4) - Promise PDC20246 (Ultra/33), PDC20262 (Ultra/66), PDC20265/PDC20267 (Ultra100), PDC20268 (Ultra/100TX2 and Ultra/100TX2v2), Ultra/133, Ultra/133TX2 and Ultra/133TX2v2 PCI IDE controllers: pdcide(4) - Serverworks K2 SATA controllers: svwsata(4) - Silicon Image 0680 IDE controller: cmdide(4) - Silicon Image SATALink 3112 Serial ATA controller: satalink(4) - Silicon Image SteelVine 3124/3132/3531 Serial ATA II controller: siisata(4) - Silicon Integrated System 5597/5598 IDE controller: siside(4) - Symphony Labs 82C105 and Winbond W83C553F IDE controller: slide(4) - VIA Technologies VT82C586, VT82C586A, VT82C596A, VT82C686A, VT8233A, and VT8235 IDE Controllers: viaide(4) The 0x0001 flag forces the pciide driver to use DMA when there is no explicit DMA mode setting support for the controller but DMA is present. If the BIOS didn't set up the controller properly, this can cause a machine hang. The 0x0002 flag forces the pciide driver to disable DMA on chipsets for which DMA would normally be enabled. This can be used as a debugging aid, or to work around problems where the IDE controller is wired up to the system incorrectly. SEE ALSO
acardide(4), aceride(4), artsata(4), ata(4), atapi(4), cmdide(4), cypide(4), geodeide(4), hptide(4), intro(4), optiide(4), pci(4), pdcide(4), piixide(4), pnpbios(4), satalink(4), schide(4), siisata(4), siside(4), slide(4), viaide(4), wd(4), wdc(4) BSD
November 7, 2010 BSD
All times are GMT -4. The time now is 07:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy