Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
missing driver in the AMD-64 version of AS3...

missing driver in the AMD-64 version of AS3...

2003-10-27       - By Jeffrey Lane

 Back
Reply:     1     2     3     4  

Yes... I found that out by looking through the source.. so it explains
why I couldnt install on the ServRAID cards...

SO, for those who want to know... this is what I did:

vi the ips.c in /usr/source/linux-2.4/drivers/scsi/ and I commented out
those lines that are shown below:

Xose Vazquez Perez wrote:

> #if !defined(__i386__) && !defined(__ia64__)
> #error "This driver has only been tested on the x86/ia64 platforms "
> #endif

BTW, you can comment them out by placing a // in front of each line, or
/* before the if line, and a */ after the endif line (for those who dont
know c all that well.)

next, I did the usual kernel compile steps:

make clean
make mrproper
cp configs/ <version >-x86_64.config .config
make menuconfig

turned on the IBM ServRAID support (set to M for module) then:

make dep && make SUBDIRS=drivers/scsi modules

after that ran, copied the newly created ips.o to
/lib/modules/ <version >/kernel/drivers/scsi/

and then insmodded the driver. it worked, saw both the cards and the
raid arrays that were connected to each card.

I am letting it test overnigth to check to see that it will at least
allow read/writes and such, but so far so good, so while YMMV, I dont
see any problem with this driver on an AMD 64.

> it looks like driver only works on i386 and ia64.

Officially, yes, but unofficially, no, it does work on an AMD 64.

Hope that helps someone out there...