Compaq Scsi


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Compaq Scsi
# 1  
Old 09-30-2002
Question Compaq Scsi

Howto make Debian GNU/Linux install boot on a Compaq DeskPro XL 590 with Compaq SCSI diskdrive?

The problem is that Compaq's Scsi controller sems to be odd.

help please Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

HP Compaq 6710 - Intel(R) PRO/Wireless 3945ABG/BG

Hi gurus, I am trying make wireless card working but I am stuck. Tried following: Hardware button for wifi is enabled (wifi led lights): # modprobe -r iwl3945 # modprobe iwl3945 # ifconfig wlan0 up SIOCSIFFLAGS: No such device # ifup wlan0 /sbin/ifup: configuration for wlan0 not... (2 Replies)
Discussion started by: wakatana
2 Replies

2. Hardware

HP Compaq 6710 - Strange network problems

Hi gurus, I am experiencing strange networks problems. I am trying to teather internet from HTC Desire S with Android. Basicly I followed those instructions: https://wiki.archlinux.org/index.php/Android_Tethering#Procedure 1.) Enable USB Debugging - Phone: Settings --> Applications -->... (0 Replies)
Discussion started by: wakatana
0 Replies

3. HP-UX

DST change on Compaq Tru64

Hello all, I hope someone can help me. We have Compaq Tru64 UNIX V5.1B (Rev. 2650). By latest Belarus government act Europe/Minsk timezone was changed to GMT+3 without DST (was GMT+2 with DST). Please advice how to do changes on our machine. Thank You in advance, md1982 (15 Replies)
Discussion started by: md1982
15 Replies

4. Windows & DOS: Issues & Discussions

compaq presario v3000 Notebook PC not booting

Hi all, Laptop compaq presario v3000 is not booting! It just gives 3 beeps and there is no display. All the green LEDs are glowing! I have "performed a hard reset" as per HP site Troubleshooting Black Screen Displays with No Error Messages During Startup or Boot Compaq Presario V3115AU... (7 Replies)
Discussion started by: ./hari.sh
7 Replies

5. Linux

OS for Compaq Presario 1685

Hi, Trying to install a small OS to run this old laptop. Compaq Presario 1685, circa '98 Processor: AMD K6-2 380 MHz Data Bus Speed: 66 MHz Ram Installed 32 MB moduled Hard Drive: 4.3 GB DVD-ROM Burned in a CD “PUPPY-4.3beta1-k2.6.25.16-v423-SCSI”, tried to boot with it several times BUT... (7 Replies)
Discussion started by: nichos
7 Replies

6. SuSE

cannot load linux on compaq tc1000

Any one try this. I am getting errors or it just hangs up. I have tried redhat, suse,ubuntu etc but nothing will load. When i try to boot the live cd they boot up OK but then just hang after a while and the cd rom stop spinning etc. Just wondering if anyone has use this hdw and what linux... (2 Replies)
Discussion started by: admaix
2 Replies

7. SCO

SCO 5.0.5 on compaq presariolaptop C773tu

i want to install sco unix 5.0.5 on compaq presario laptop c773tu dual boot with windos xp. the HDD is 160 GB RAM 2046 MB ddr2. I have created partitions and loaded Win XP While installing SCO Unix 5.0.5 i get the following problem 1)memory excessively fragmented. I get around it by sepcifying... (0 Replies)
Discussion started by: vikramviky
0 Replies

8. UNIX for Dummies Questions & Answers

Help In Compaq Tru64 UNix

Hi, I am new to UNIX. I need help in working with Compaq-UX TRU64 OS. How It work FTP Server? ANd MAil Server? and I have apach pprogram project and it work as HTTP Server. Also I need how can setup a new version of progrm on UNix like mozilla and adobe reader etc........... Thank... (3 Replies)
Discussion started by: svuad
3 Replies

9. SCO

compaq smart array 532

Trying to install Sco openserver on HP Proliant with this scsi controller but no scsi devices detected. Boot controller is set as the smart array 532 but SCSI diags do not detect any SCSI boot devices during boot sequence Any help appreciated (2 Replies)
Discussion started by: farmacy
2 Replies

10. Programming

HPUX and Compaq problem-urgent

Hi All Following is the lines of code which simply makes a structure of 1 bit member and 7 bit is unused.Then the structure is initialised with char pointer.The output on HPUX(BIG Endian) and Compaq(Little Endian) are different.On HPUX it gives zero and Compaq it gives 1. I never thought that the... (7 Replies)
Discussion started by: Shobhit
7 Replies
Login or Register to Ask a Question
IDA(4)							   BSD Kernel Interfaces Manual 						    IDA(4)

NAME
ida -- Compaq Intelligent Drive Array Controllers SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device ida Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ida_load="YES" DESCRIPTION
The Compaq Intelligent Drive Array (IDA) technology is used to distribute data across an array of hard drives. It unites these hard drives into one or more high-performance logical drives. The drive array is managed by an array controller. These controllers have the ability to provide fault tolerance for the connected drives and optionally provide write cache for the logical drives. It is also possible for an application to access the SCSI bus subsystem directly by using the pass-through interface. HARDWARE
The following controllers are supported by the ida driver: o Compaq SMART Array 221 o Compaq Integrated SMART Array Controller o Compaq SMART Array 4200 o Compaq SMART Array 4250ES o Compaq SMART 3200 Controller o Compaq SMART 3100ES Controller o Compaq SMART-2/DH Controller o Compaq SMART-2/SL Controller o Compaq SMART-2/P Controller o Compaq SMART-2/E Controller o Compaq SMART Controller IMPLEMENTATION NOTES
Extreme caution should be exercised when using the pass-through interface. It is possible to interfere with normal system I/O and cause hangs if pass-through is used to an active device. Pass-through should only be used to a device that is otherwise quiescent. SEE ALSO
cam(4), pass(4), xpt(4), camcontrol(8) AUTHORS
The ida driver was written by Jonathan Lemon <jlemon@FreeBSD.org> and Matthew N. Dodd <mdodd@FreeBSD.org>. This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BSD
August 8, 2004 BSD