Quantum Firware Flash


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Quantum Firware Flash
# 1  
Old 04-30-2004
Quantum Firware Flash

Tried to use some 18gb Quantum Atlas III's (TD18J011) in my RS/6000's but resulted in horribly slow bootup times. These were Auspex pulls. Anyone know availability of firmware updates for these? No luck searching so far.

Not sure if this would help with original problem, but worth the shot. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Quantum tape drive

Hi, Using Redhat 5.7. I have Quantum tape drive connected to the server. I am trying to install the Netbackup software. Just wondering how can I see the Quantum is connected to the server. is any command I run to see the tape drive is connected? I used to work on Solaris, I used to do... (1 Reply)
Discussion started by: samnyc
1 Replies

2. UNIX for Dummies Questions & Answers

SLURM script for quantum espresso

Hello everyone. I am trying to submit a job on quantum espresso program on a SLURM environment (parallel computing); of course SBATCH is used. I am a UNIX dummy and not sure if my script is right but i keep getting the error: sbatch: error: Batch job submission failed: job has invalid account. The... (0 Replies)
Discussion started by: lebphys78
0 Replies

3. AIX

P-Series (7029-6C3) firware recovery?

I have a 7029-6C3 that was running AIX 5.2; I tried to update to 5.2.10.5, rebooted, and the box went south. Upon further digging through the h/w logs, I found the error "Service Processor Firmware Failure" I can't get the machine to boot - not even to CD. How can I recover from this? Or can... (10 Replies)
Discussion started by: thomn8r
10 Replies

4. UNIX for Dummies Questions & Answers

Quantum/Unix

I was wondering if anyone has any information if UNIX/LINUX will be viable with quantum computing. I have very limited knowledge of quantum physics vs. Quantum computing and the correlation to UNIX/LINUX? (6 Replies)
Discussion started by: globix
6 Replies

5. UNIX for Dummies Questions & Answers

Anyone have experience with Quantum DLT8000

I know this is off subject, but I have been having fits with a Quantum M1500 library with DTL8000 drives, and figured that some of you have had some experience with them. Thanks, Chuck (1 Reply)
Discussion started by: 98_1LE
1 Replies
Login or Register to Ask a Question
IWNFW(4)						   BSD Kernel Interfaces Manual 						  IWNFW(4)

NAME
iwnfw -- Firmware Module for Intel Wireless driver SYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file: device iwnfw This will include firmware images for all iwn(4) devices inside the kernel. If you want to pick only the firmware image for your network adapter choose one of the following: device iwn1000fw device iwn100fw device iwn105fw device iwn135fw device iwn2000fw device iwn2030fw device iwn4965fw device iwn5000fw device iwn5150fw device iwn6000fw device iwn6000g2afw device iwn6000g2bfw device iwn6050fw Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): iwn1000fw_load="YES" iwn100fw_load="YES" iwn105fw_load="YES" iwn135fw_load="YES" iwn2000fw_load="YES" iwn2030fw_load="YES" iwn4965fw_load="YES" iwn5000fw_load="YES" iwn5150fw_load="YES" iwn6000fw_load="YES" iwn6000g2afw_load="YES" iwn6000g2bfw_load="YES" iwn6050fw_load="YES" DESCRIPTION
This module provides access to firmware sets for the Intel Wireless WiFi Link 100, 105, 135, 1000, 2000, 2030, 4965, 5000 and 6000 series of IEEE 802.11n adapters. It may be statically linked into the kernel, or loaded as a module. SEE ALSO
iwn(4), firmware(9) BSD
August 30, 2014 BSD