Sponsored Content
Full Discussion: Drivers for HP xw6000
Operating Systems Solaris Drivers for HP xw6000 Post 302093452 by S0laris_B0y on Thursday 19th of October 2006 01:59:59 PM
Old 10-19-2006
Drivers for HP xw6000

Hi,

I was trying to dual boot a HP xw6000 box with windows and Solaris 10 but with no avail. Now what I'm trying to do is to have Solaris wholey on the HP box. Can someone point me in the right direction for getting the drivers for the ethernet card becuause I cant get the card to work after installation of the OS.

Any help is greatly apprectiated.

Everett.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Hardware and drivers

Dear All Can somebody help me how H/W and H/W drivers will affect the application? When I port my application from HP-UX to Solaris should I take care this area? What are the application touch point in H/W or H/W drivers on these two O.S.? (1 Reply)
Discussion started by: charlcy
1 Replies

2. Linux

wirelesslan Drivers

Can any body help me out, to setting up Wlan Drivers in Redhat 9 Thanks kranthi (1 Reply)
Discussion started by: kumar_d
1 Replies

3. Solaris

Drivers

Hi guys, Im totally new to solaris 10, I've just installed it & it works fine However, I get no sound when playing cds. Am wondering where I get the solaris 10 drivers for my soundblaster live from and how to install them? Thx in advance. Frizz (0 Replies)
Discussion started by: Frizz
0 Replies

4. AIX

Drivers

I seem to be having a driver issue installing a PCI SCSI card. Any ideas where I can track these down.. I can't seem to find them on the OS install disk. I'm using AIX 5.3. cfgmgr: 0514-621 WARNING: The following device packages are required for device support but are not currently... (7 Replies)
Discussion started by: eth0
7 Replies

5. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

6. Solaris

Rhine3 drivers out there?

Hi all, I have problems finding out a network driver for solaris... I am using D-link DFE-520TX Ethernet card and apparently that does not seem to have any support with solaris After having googled it up, i found out that it belongs to Rhine3 family.. So can anyone of you please help me... (0 Replies)
Discussion started by: wrapster
0 Replies

7. UNIX for Dummies Questions & Answers

Mach drivers

hello everyone, can anyone tell me what drivers the Mach kernel works with. I'm thinking about experimenting with the Mach kernel, and yes I know there are other kernels that are easier to work with but I just want to use the Mach kernel. So with that being said, can the Mach kernel work with... (11 Replies)
Discussion started by: neur0n
11 Replies

8. UNIX for Dummies Questions & Answers

Microkernel drivers

If microkernels do not load drivers into the kernel, does mean that the drivers are daemons that run in user space, or are there some other provision for drivers? I know it may sound a bit elementary but I'm not certain and I want to clear it up. Thanks in advance. (3 Replies)
Discussion started by: neur0n
3 Replies

9. AIX

DS8K drivers

Hi, We have all our servers connected to IBM DS8k via SVC. Some servers have SDD drivers and some have SDDPCM drivers. Now we have 2 servers one is physical other is IVM server, which dosen't have these drivers installed on them. They bothe are in production. Now we need to installe these... (6 Replies)
Discussion started by: vjm
6 Replies
csx_ResetFunction(9F)					   Kernel Functions for Drivers 				     csx_ResetFunction(9F)

NAME
csx_ResetFunction - reset a function on a PC card SYNOPSIS
#include <sys/pccard.h> int32_t csx_ResetFunction(client_handle_t ch, reset_function_t *rf); INTERFACE LEVEL
Solaris DDI Specific (Solaris DDI) PARAMETERS
ch Client handle returned from csx_RegisterClient(9F). rf Pointer to a reset_function_t structure. DESCRIPTION
csx_ResetFunction() requests that the specified function on the PC card initiate a reset operation. STRUCTURE MEMBERS
The structure members of reset_function_t are: uint32_t Socket; /* socket number */ uint32_t Attributes; /* reset attributes */ The fields are defined as follows: Socket Not used in Solaris, but for portability with other Card Services implementations, it should be set to the logical socket number. Attributes Must be 0. RETURN VALUES
CS_SUCCESS Card Services has noted the reset request. CS_IN_USE This Card Services implementation does not permit configured cards to be reset. CS_BAD_HANDLE Client handle is invalid. CS_NO_CARD No PC card in socket. CS_BAD_SOCKET Specified socket or function number is invalid. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed. CONTEXT
This function may be called from user or kernel context. SEE ALSO
csx_event_handler(9E), csx_RegisterClient(9F) PC Card 95 Standard, PCMCIA/JEIDA NOTES
csx_ResetFunction() has not been implemented in this release and always returns CS_IN_USE. SunOS 5.10 19 Jul 1996 csx_ResetFunction(9F)
All times are GMT -4. The time now is 01:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy