IRQ conflict between USB and NIC SCO 5.0.7


 
Thread Tools Search this Thread
Operating Systems SCO IRQ conflict between USB and NIC SCO 5.0.7
# 1  
Old 09-13-2008
IRQ conflict between USB and NIC SCO 5.0.7

I have a SCO 5.0.7 server.As there is no parellel port ,printing is done via USB port.
After loading the Network Card driver ,during booting the server gets hanged and the NIC driver is not loaded.If the USB ports are disabled the NIC driver gets loaded.
As both USB and NIC driver are essential for our system please provide a solution in this regards.
I have loaded the maintainence pack -5 CD in the server.
The BIOS doenot have settings for setting the IRQ's.
Thanks

Last edited by vikramviky; 09-18-2008 at 12:16 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Usb Flash in SCO UNIX 5.0.6

hi How can I use my USB Flash memory in Sco 5.0.6 tanks (1 Reply)
Discussion started by: moein.mojtaba
1 Replies

2. SCO

USB Printing for SCO UNIX OpenServer 5.0.7

Years ago I set up USB printing for SCO UNIX OpenServer 5.0.7 for a client--but I've misplaced my notes on how to do this! Maintenance Pack 5 is installed. I need step-by-step instructions to proceed. I've searched the SCO Knowledge Base site and found nothing there or elsewhere on the Web. (3 Replies)
Discussion started by: Transpower
3 Replies

3. SCO

Install NIC on SCO openserver 5.0.2

Hi I am trying to install NIC FastNic 10/100 PCI Ethernet driver into PCI# 3 of the GA-SIML Rev 1.0 Motherboard on 1GB Hard-disk driveI have following the instruction on the CD-Disk and when I added NIC by netconfig and I do not know what is the following question: PCI BUS# DEVICE#... (3 Replies)
Discussion started by: TinhNhi
3 Replies

4. SCO

SCO 6 + Virtualbox 2 == no NIC

Has anyone installed SCO 6 in Virtualbox? I was quite successful with 5.0.6 but then when I tried SCO 6, it will not report any nic (I am using resmgr to see who is there). The available cards under virtualbox are pcnet-pci II and II, and a few intel/pro 1000s. I have installed the maintenance pack... (1 Reply)
Discussion started by: dalek
1 Replies

5. UNIX for Dummies Questions & Answers

SCO 5.0.5 & USB flash drive

Can someone help me with instructions on how to access a USB flash drive in SCO Unix 5.0.5? I need to copy ASCII text files that have been zipped onto the USB drive for transfer to a Windows computer. (0 Replies)
Discussion started by: jlodata
0 Replies

6. Programming

ncurses and usb library conflict

Hi I am writing a piece of code using gcc-3.4.4 which uses usb library (-lusb) to interact with a small robot, getting inputs from sensors and sending commands back to motors. Now my problem is that when I use ncurses library in my code to get use of keyboard functionalities, the usb inputs do... (1 Reply)
Discussion started by: omoallemi
1 Replies

7. SCO

an usb falsh disk under sco?

is it possible to access an usb flash disk under sco unixware 7.11? and how to do? any help is apreciated (0 Replies)
Discussion started by: nabil_boussetta
0 Replies

8. SCO

in sco unix 5.0.6 ,can i use the USB?

I have a USB,can i use it in the sco unix 5.0.6? (1 Reply)
Discussion started by: fresh
1 Replies

9. UNIX for Dummies Questions & Answers

usb - deleting (irq)

FreeBSD 4.5 i installed my sound drivers (which are onboard) with the following lines in my kernel device pcm options PNPBIOS then cd /dev sh MAKEDEV snd0 output from cat /dev/sndstat show the devicedriver (correct one) ok this works nice untill i enter my kde and want to play a... (1 Reply)
Discussion started by: termiEEE
1 Replies

10. UNIX for Dummies Questions & Answers

Installing nic on sco 5.0.5

How do I install an intel nic on sco 5.0.5 it did not detect when i installed the program:confused: (2 Replies)
Discussion started by: recono1
2 Replies
Login or Register to Ask a Question
UDAV(4) 						   BSD Kernel Interfaces Manual 						   UDAV(4)

NAME
udav -- Davicom DM9601 USB Ethernet driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device miibus device udav Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_udav_load="YES" HARDWARE
The udav driver supports the following adapters: o Corega FEther USB-TXC o ShanTou ST268 USB NIC DESCRIPTION
The udav driver provides support for USB Ethernet adapters based on the Davicom DM9601 chipset. For more information on configuring this device, see ifconfig(8). SEE ALSO
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), usb(4), ifconfig(8) Davicom DM9601 data sheet, http://ptm2.cc.utu.fi/ftp/network/cards/DM9601/From_NET/DM9601-DS-P01-930914.pdf. HISTORY
The udav device driver first appeared in NetBSD 2.0. AUTHORS
The udav driver was written by Shingo WATANABE <nabe@nabechan.org>. BSD
July 16, 2005 BSD