Sponsored Content
Full Discussion: how do u set IRQs?
Top Forums UNIX for Dummies Questions & Answers how do u set IRQs? Post 11263 by zorro on Friday 30th of November 2001 07:52:15 PM
Old 11-30-2001
Question how do u set IRQs?

I discovered that my NIC card is not properly set to the right IRQ setting.

#dmesg
eth0: RealTek RTL8139 Fast Ethernet at 0x240, IRQ 0, 00:52:ca:32:a0:fe


How do you set the IRQ to 10, where it is supposed to be? Do I edit the file in /etc/conf.modules? Do I have to disable PnP in the BIOS first?
Thanks in advance
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unsetting (set -C) and set -o noclobber

I use a lot of text edditing on my laptop, and about a year and half ago I read my first unix bootk which gave the noclobber command and how to unset it.. now that my files are some what overflowing I need to use noclobber or the set -C option... I know the >| to override the no overwite command... (2 Replies)
Discussion started by: moxxx68
2 Replies

2. Shell Programming and Scripting

set -o vi giving set: Syntax error

when trying : set -o vi getting error like- : set: Syntax error help me Double post (of sorts). Continue here. (0 Replies)
Discussion started by: RahulJoshi
0 Replies

3. UNIX for Dummies Questions & Answers

How to set server's ip address, router, network mask and set if it is an internal or external ip?

Hello, I need to write a program which sets server's ip address, router, network mask. Program also should set if it is an internal or external ip. Maybe someone can help me ? Any information from u is very useful :b: I stopped at .. :( #!/bin/sh A=`hostname -i` echo "server ip address is $A"... (4 Replies)
Discussion started by: zagaruika
4 Replies

4. HP-UX

What is the use of command set -- and set - variable?

Hi, I am using hp unix i want to know the use of the following commands set -- set - variable thanks (4 Replies)
Discussion started by: gomathi
4 Replies

5. Shell Programming and Scripting

set Net:SSH:Expect timeout and set it again.

SSHing into a machine can take a few seconds, but after I'm in, the commands return quickly. I was wondering if the timeout setting can be changed once I'm logged into the machine. Does anyone know if this can be set on the fly? The problem here is, if I have to set timeout = 10, it'll take 10... (1 Reply)
Discussion started by: mrwatkin
1 Replies

6. Solaris

LC_ALL & LANG are set OK, but others couldn't set locale correctly.

Hi, I have a Solaris (SunOS 5.10) installed, by default with the en_AU.UTF-8 locale. I want to change it to en_US.UTF-8 With AU, I have no issues whatsoever, so I installed the language package and now locale -a shows "en_US.UTF-8". Problem is even with LC_ALL set in etc/default/init, the... (2 Replies)
Discussion started by: asdfg
2 Replies

7. UNIX for Dummies Questions & Answers

One set of executables but multiple set of configuration

i don't know where to put this question hence it is here. Presently, i have X unix machines which each of them running a set of executables with various unique configurations. i would like to have run multiple set of machines the same set of executeables but each running different... (0 Replies)
Discussion started by: lchunleo
0 Replies

8. Shell Programming and Scripting

Help needed with shell script to search and replace a set of strings among the set of files

Hi, I am looking for a shell script which serves the below purpose. Please find below the algorithm for the same and any help on this would be highly appreciated. 1)set of strings need to be replaced among set of files(directory may contain different types of files) 2)It should search for... (10 Replies)
Discussion started by: Amulya
10 Replies
pcic(7D)																  pcic(7D)

NAME
pcic - Intel i82365SL PC Card Interface Controller The Intel i82365SL PC Card interface controller provides one or more PCMCIA PC card sockets. The pcic driver implements a PCMCIA bus nexus driver. The driver provides basic support for the Intel 82365SL and compatible chips. The chips that have been tested are: o Intel 82365SL o Cirrus Logic PD6710/PD6720/PD6722 o Vadem VG365/VG465/VG468/VG469 o Toshiba PCIC and ToPIC o Ricoh RF5C366 o Texas Instruments PCI1130/PCI1131/PCI1031 While most systems using one of the above chips will work, some systems will not be supported due to hardware designs options that may not be software detectable. Note that systems with CardBus interfaces are only supported in the non-legacy mode. Systems that only initialize the bridge to legacy mode and do not configure the PCI memory will not be supported. Direct access to the PCMCIA hardware is not supported. All device access must be through the Card Services interface of the DDI. PRECONFIGURE
o Install your add-in PC Card adapter prior to the Solaris installation. o Some systems have their built-in PC Card adapter disabled by default. Enable it prior to Solaris installation. o Requirements for a system depend on the combination of devices to be used. A typical two-socket system needs at least 8 Kbytes of address space, 16 bytes of I/O space, and three free IRQs. Following are general guidelines: +--------------+------------------------------------------------+ |Address space | At least 8 Kbytes are required with 4 Kbytes | | | per socket in the 640K-1MB range (not neces- | | | sarily contiguous); if there are three sock- | | | ets, at least 12 Kbytes are needed. | +--------------+------------------------------------------------+ |I/O space | At least 8 and preferably 16 bytes per socket. | +--------------+------------------------------------------------+ |IRQs | One per socket, plus an IRQ for the pcic | | | device driver itself. | +--------------+------------------------------------------------+ CONFIGURATION
There is one driver configuration property defined in the pcic.conf file. interrupt-priorities=11; This property must be defined and must not be modified from the default value. Initial Installation and Configuration To perform initial installation and configuration, do the following steps: 1. Consult the Configuration Assistant for address space, I/O space, and IRQs already used by system devices. 2. Insert the PC Card adapter. 3. Install the Solaris software. 4. Reboot the system. Adding PC Card Support to a Previously Installed System To add PC card support to a previously installed system, do the following: 1. Become root. 2. Do a reconfiguration reboot to reallocate resources: # touch /reconfigure # reboot 3. Insert the PC Card adapter and turn on the machine. 4. Boot the system so that the PC Card device driver begins running with the new resources allocated. Allocating IRQs To allocate the IRQs, do the following: 1. Boot with the Configuration Assistant so you can review the resource usage. 2. Select View/Edit Devices from the Device Tasks menu, and review the list of devices to see how many IRQs are being used. (There are 16 IRQs, from 0-15. Several IRQs are already assigned. For example, IRQ 3 is reserved for the second serial port, COM2, and IRQ 7 is reserved for the parallel port.) 3. If your system has an unused COM2 or parallel port, delete the device to free the IRQ resource for a PC Card. To do this, select the serial port device using IRQ 3 or the parallel port using IRQ 7, and choose Delete Device. Next, choose Continue to return to the Device Tasks menu, then save the configuration. 4. Boot the Solaris software. /kernel/drv/pcic pcic driver /kernel/drv/pcic.conf pcic configuration file pcmcia(7D), stp4020(7D) 20 Oct 2000 pcic(7D)
All times are GMT -4. The time now is 04:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy