Sponsored Content
Full Discussion: Solaris drivers
Operating Systems Solaris Solaris drivers Post 302134183 by DukeNuke2 on Wednesday 29th of August 2007 11:49:58 AM
Old 08-29-2007
maybe try this package.... rename sol26.zip to sol26.tar.gz !!!

Last edited by DukeNuke2; 01-08-2008 at 01:40 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

video drivers for solaris (intel) 5.7

i am looking for video drivers for a hercules stingray 128/3d card running on an HP vectra with solaris i386 version 7. can anyone point me to a download? (1 Reply)
Discussion started by: thomasaowens
1 Replies

2. UNIX for Dummies Questions & Answers

Install drivers Solaris 10 x86

I am trying to figure out a way to install drivers for a network card. I have a 3C905C-TXM 3Com card that appeared to check out on Solaris's Web Site. I found what I thought was a driver, although that may not be the case, because the instructions asked me to copy-and-paste the contents into a... (1 Reply)
Discussion started by: Jody
1 Replies

3. UNIX for Advanced & Expert Users

Solaris 10 x86_64 - Emulex Fibrechannel drivers

Hello! I'm having problems to install Emulex fibrechannel card drivers to a HP DL580 G5 running Solaris 10 x86_64. Any of you guys had this problem or knows the answer? =) cfgadm gives me the following info, which seems to say that it is ok? But the card has'nt logged into the switch... (0 Replies)
Discussion started by: Esaia
0 Replies

4. Solaris

Solaris Printer drivers.

Hi, I have a solaris 10 server that I have set up a number of printers on which are working fine. I have set these up from the print manager and used the default list of printers available within print manager to set them up. There is two or three printers I need to set up which... (1 Reply)
Discussion started by: gwhelan
1 Replies

5. Solaris

Solaris 10 and Broadcom drivers

Hi to all, I've installed Solaris 10 on my workstation but I've some networks problems.My NIC,a Broadcom integrated chipset don't work with solaris.Whit the prtconf command I'm unable to identify the correct chipset's model.And I'm searching hovewer for some drivers but I'm fear that Broadcom... (2 Replies)
Discussion started by: bgf0
2 Replies

6. Solaris

Network card drivers for solaris?

Hi all, i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig . during installation i was not requested for ip adddress even i plugged network cable. am i need to install any network card... (2 Replies)
Discussion started by: srikanthg
2 Replies

7. Solaris

is it possible to get drivers for solaris express developers edition

hi friends i have installed solaris express developers edition (1/08) i was unable to connect to net because my system dont have installed drivers come up with solaris and can any one tell me where can i get drivers for ethernet &wifi and how to install Drivers: RTL8101E RTL.co fast ethernet... (2 Replies)
Discussion started by: srinivas2828
2 Replies

8. Solaris

NIC drivers+solaris 10

Installed solaris 10 and now i want to connect to internet,to make work this i need to NIC drivers can some body tell me is it possible to get drivers and how to install. I am dying to get rid of this problem..please help me (1 Reply)
Discussion started by: srinivas2828
1 Replies

9. Solaris

Looking for Solaris 10 10/09 Drivers for these Devices

Could anyone tell me where I can obtain Solaris 10 10/09 drivers for these divices listed below. I have looked in the OpenSolaris forums but I have not had any luck. Device Vendor Device Name Network Atheros AR928X Wireless Network Adapter (PCI-Express) Storage Intel 82801 SATA... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

10. Solaris

Is there an automatic method for adding drivers to Solaris

Is there an automatic method for adding drivers to Solaris 10? I know there is add_drv, (0 Replies)
Discussion started by: trinityforce
0 Replies
GPG-ZIP(1)						      General Commands Manual							GPG-ZIP(1)

NAME
gpg-zip - encrypt or sign files into an archive SYNOPSIS
gpg-zip [OPTIONS] filename1 [filename2, ...] directory1 [directory2, ...] DESCRIPTION
This manual page documents briefly the gpg-zip command. gpg-zip encrypts or signs files into an archive. It is an gpg-ized tar using the same format as PGP's PGP Zip. OPTIONS
-e, --encrypt Encrypt data. This option may be combined with --symmetric (for output that may be decrypted via a secret key or a passphrase). -d, --decrypt Decrypt data. -c, --symmetric Encrypt with a symmetric cipher using a passphrase. The default symmetric cipher used is CAST5, but may be chosen with the --cipher-algo option to gpg(1). -s, --sign Make a signature. See gpg(1). -r, --recipient USER Encrypt for user id USER. See gpg(1). -u, --local-user USER Use USER as the key to sign with. See gpg(1). --list-archive List the contents of the specified archive. -o, --output FILE" Write output to specified file FILE. --gpg GPG Use the specified command instead of gpg. --gpg-args ARGS Pass the specified options to gpg(1). --tar TAR Use the specified command instead of tar. --tar-args ARGS Pass the specified options to tar(1). -h, --help Output a short usage information. --version Output the program version. DIAGNOSTICS
The program returns 0 if everything was fine, 1 otherwise. EXAMPLES
Encrypt the contents of directory mydocs for user Bob to file test1: gpg-zip --encrypt --output test1 --gpg-args -r Bob"" mydocs List the contents of archive test1: gpg-zip --list-archive test1 SEE ALSO
gpg(1), tar(1) AUTHOR
Copyright (C) 2005 Free Software Foundation, Inc. Please report bugs to <bug-gnupg@gnu.org>. This manpage was written by Colin Tuckley <colin@tuckley.org> and Daniel Leidert <daniel.leidert@wgdd.de> for the Debian distribution (but may be used by others). November 2006 GPG-ZIP(1)
All times are GMT -4. The time now is 03:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy