Sponsored Content
Full Discussion: SCO UNIX Won't Boot
Operating Systems SCO SCO UNIX Won't Boot Post 302370831 by jgt on Thursday 12th of November 2009 02:11:47 PM
Old 11-12-2009
Digi have Terminal Server options (a box that's ethernet one side and RS232 serial on the other, in 8/16 port configurations) They also have PCI multi port serial cards that use the EPCA driver.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Error during Sco Unix boot

Hi friends, i am getting the following error while booting my system which has SCo UNIX . ========================= H iinit PANIC: srmountfun-Error 22 mounting of rootdev hd(1/42) cannot dump 40863 pages to dempdev hd(1/41) : Space for only 0 pages. Dump not completed. safe to power off... (3 Replies)
Discussion started by: sveera
3 Replies

2. SCO

sco unix and xp boot loader needed?

hi, i m a newbie and installed sco unix on my machine. Also i installed win-xp. i tried to modify the boot.ini file but it does not give me a choice in the begining. please guide me on this. do we get a boot loader for unix like LILO or GRUB? :confused: (3 Replies)
Discussion started by: 187final
3 Replies

3. Solaris

cannot find boot device and won't boot off cdrom

I'm running solaris 2.5.1. My main development server is DEAD, i can't even boot off the cdrom, it powers up, acts like it is starting the boot process but then says cannot find boot device. I've done the search here on this site and saw the other posts, but at the ok prompt it won't even let me... (3 Replies)
Discussion started by: kymberm
3 Replies

4. SCO

sco unix v/386 boot disk

anyone know where I can download or get a boot disk for sco unix v/386? I have an old PC running sco unix v/386 3.2. I dont have an install or boot disk. I need to reset the root password. I have looked all over the internet and cannot find it anywhere. any help would be greatly appreciated.... (5 Replies)
Discussion started by: format
5 Replies

5. AIX

won't mount /usr...won't boot fully

Hello: NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies

6. Hardware

AT&T UNIX PC won't boot

Hello, I am new to the UNIX community, however I have a beginner's level understanding of a majority of the basic commands in UNIX. Today, my teacher gave me her old AT&T UNIX PC. I brought it home, turned it on, and got a completely green screen. I turned it off, and back on and it booted... (12 Replies)
Discussion started by: _dhoepp
12 Replies

7. UNIX for Dummies Questions & Answers

Error UNIX: UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot:cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/bootWhat to do? (2 Replies)
Discussion started by: Joaoalpande
2 Replies

8. SCO

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (1 Reply)
Discussion started by: Joaoalpande
1 Replies

9. UNIX for Advanced & Expert Users

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (5 Replies)
Discussion started by: Joaoalpande
5 Replies

10. SCO

Sco UNIX 5.0.6 not boot

hi i have image SCo Unix 5.0.6 and I want transfer on my HP ML350 G5 after Transfer show this message : boot not found cannot open stage 1 boot failure: error loading hd (40)/boot this hp server used smart array E200i and P400 and sco not recognized HDD tanks (7 Replies)
Discussion started by: moein.mojtaba
7 Replies
NTWOC(4)						   BSD Kernel Interfaces Manual 						  NTWOC(4)

NAME
ntwoc -- Riscom/N2, N2pci, WANic 400 synchronous serial interfaces SYNOPSIS
ntwoc* at pci? dev ? function ? flags 0 ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 DESCRIPTION
The ntwoc device driver supports bit-synchronous serial communication using Cisco HDLC framing. The cards are capable of being driven by the line clock or from an internal baud rate generator. The devices all use the Hitachi hd64570 serial chip. The hd64570 supports 2 asynchro- nous/byte-synchronous/bit-synchronous serial ports, and has a 4-channel DMA controller for loading the serial port FIFOs. The ISA Riscom/N2 card has a jumper block to set the IRQ and a DIP switch to set the port address the card will use. The values programmed into the card must be specified with the port and irq locators in the kernel configuration line. The iomem locator must be specified and must occur on a 16k boundary. The driver uses a 16k region of io memory. Bit 0 of the flags locator indicates if there is a second serial port available on the card. Currently clock source and speed information is specified with the flags locator in the kernel configuration file. The flags field has the following format. 3 2 1 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 +-------------+ +-----+ +-----+ + +---+ +-+ + +---+ +-+ + tmc tdiv rdiv e1 rxs1 ts1 e0 rxs0 txs0 np(*) tmc Defines the timer constant. The base clock frequency is divided by tmc to generate the main clock for receiving and sending. Further division is possible with the tdiv and rdiv divisor options. A value of 0 is treated as 256. tdiv Defines the transmit divisor as 2^(tdiv). The internal transmit clock frequency is determined by dividing the base clock fre- quency by tmc and then dividing by 2^(tdiv). rdiv Defines the receive divisor as 2^(rdiv). The internal receive clock frequency is determined by dividing the base clock frequency by tmc and then dividing by 2^(rdiv). e0 e1 If true the internal clock source is used to drive the line clock for port 0 or port 1 respectively. rxs0 rxs1 Specifies which clock source to use for receiving data on port 0 and port 1 respectively. The following values are accepted: 0 Line clock. 1 Line clock with noise suppression. 2 Internal clock. txs0 txs1 Specifies which clock source to use for transmitting data on port 0 and port 1 respectively. The following values are accepted: 0 Line clock. 1 Internal clock. 2 Receive clock. np (For the ISA card only) A value of 1 indicates there is a second serial port present on the card. This is auto-detected on the PCI card and need not be specified. HARDWARE
Cards supported by the ntwoc driver include: SDL Communications Riscom/N2 SDL Communications N2pci SDL Communications WANic 400 (untested) DIAGNOSTICS
ntwoc0: TXDMA underrun - fifo depth maxed Indicates that the serial port's FIFO is being drained faster than DMA can fill it. The driver automatically increases the low-water mark at which to begin DMA transfers when underruns occur. This diagnostic is issued when the low- water mark is maximized (i.e., 1 less than the depth of the FIFO). ntwoc0: RXDMA buffer overflow Indicates that a frame is being received by the card, but there are no free receive buffers. SEE ALSO
intro(4), isa(4), pci(4), ifconfig(8) HISTORY
The PCI driver first appeared in NetBSD 1.4. Much of the ISA driver was adapted from the FreeBSD sr driver and first appeared in NetBSD 1.5. BUGS
Use of the flags locator for setting the clock sources and speeds should be replaced with ioctl's and a control program. BSD
October 2, 1998 BSD
All times are GMT -4. The time now is 10:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy