Intel 965 motherboard series


 
Thread Tools Search this Thread
Operating Systems Linux Intel 965 motherboard series
# 1  
Old 06-16-2008
Intel 965 motherboard series

Can anybody help me about 965 motherboard? I have one, and i want visual console on it in RHEL5. If anyone has the module any any form plz send it for me.

I will very thankful to U.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Change motherboard

Hello, I am fairly new to Solaris ... You can change the motherboard of a computer with solaris 10? Exist a tutorial for this or can you tell me how to do this? Thanks in advance (3 Replies)
Discussion started by: sedos
3 Replies

2. Solaris

corrupted motherboard

hi i have a sun server V890 and i added two cpu/memory modules to it but it caused the motherboard to become corrupted could you please help me find what causes this problem and how to avoid it because i changed the corrupted motherboard and i want to do the expansion and I'm scared that ... (2 Replies)
Discussion started by: bahjatm
2 Replies

3. UNIX for Dummies Questions & Answers

Replacing Motherboard

My UNIX (SCO) crashed. I replaced the MB and tried reconfiguring all the devices etc...the system detects the NIC ok, but the following are not working properly a) keyboard/credit card swipe which connects to PS/2 port not working b) unable to connect to another PC in the small network c)... (0 Replies)
Discussion started by: maakus
0 Replies

4. Windows & DOS: Issues & Discussions

Need BIOS drivers for motherboard

Does anyone know a good driver site. If you've heard of driverguide.com or driversearch.com please do not reccomend them because I already know them. I need to know where to get Motherboard drivers for a homemade computer. If there is any info that you need to know feel free to make a reply. :) (5 Replies)
Discussion started by: computek
5 Replies

5. Filesystems, Disks and Memory

Motherboard Compatibility

Hi there,, I URGENTLY need to know if the Gigabyte GA 8IDML Motherboard is compatible with the Unix BSD. We need to know if we should buy new boards before we can use the product. Thanking you Hannelie Bosch:confused: :confused: (1 Reply)
Discussion started by: hbosch
1 Replies

6. UNIX for Dummies Questions & Answers

Which motherboard???

Hello All I'm looking to buy a new motherboard because my current one (ABIT BE6-II v1.1) doesn't support the installation of Unix. I'd like to keep my CPU (Genuine Intel PIII 800 Mhz) and memory (512 Meg) to use on the new motherboard. My CPU is one of those cartridge types which is mounted... (5 Replies)
Discussion started by: purloiner
5 Replies
Login or Register to Ask a Question
IXGBE(4)						   BSD Kernel Interfaces Manual 						  IXGBE(4)

NAME
ixgbe -- Intel(R) 10Gb Ethernet driver for the FreeBSD operating system SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ixgbe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ixgbe_load="YES" DESCRIPTION
The ixgbe driver provides support for PCI 10Gb Ethernet adapters based on the Intel 82598EB Intel(R) Network Connections. The driver sup- ports Jumbo Frames, MSIX, TSO, and RSS. For questions related to hardware requirements, refer to the documentation supplied with your Intel 10GbE adapter. All hardware requirements listed apply to use with FreeBSD. Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 16114. This driver version supports VLANs. For information on enabling VLANs, see ifconfig(8). HARDWARE
The ixgbe driver supports the following cards: o Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter o Intel(R) 10 Gigabit XF SR/LR Server Adapter o Intel(R) 82598EB 10 Gigabit AF Network Connection o Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection DIAGNOSTICS
ixgbe%d: Unable to allocate bus resource: memory A fatal initialization error has occurred. ixgbe%d: Unable to allocate bus resource: interrupt A fatal initialization error has occurred. ixgbe%d: watchdog timeout -- resetting The device has stopped responding to the network, or there is a problem with the network connection (cable). SUPPORT
For general information and support, go to the Intel support website at: http://support.intel.com. If an issue is identified with the released source code on the supported kernel with a supported adapter, email the specific information related to the issue to <freebsd@intel.com>. SEE ALSO
altq(4), arp(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8) HISTORY
The ixgbe device driver first appeared in FreeBSD 7.0. AUTHORS
The ixgbe driver was written by Intel Corporation <freebsd@intel.com>. BSD
December 19, 2010 BSD