My colleague and I got
aic79xx to work.
We had
to build a 2.4.20 kernel with aic79xx-2.0.2-source.tar and any
other driver we wanted (like ext3, and eepro100) built in.
Below are my other notes. If you want, I can
email you our files.
Mjk.
# upack brians own
embedded linux tarball;
mkdir /tmp/foo
cd /tmp/foo
tar -zxvf
/home/mjk/oscar/boel_binaries.tar.gz
# the library links are
wrong. fix them;
sum
/tmp/foo/lib/libc-2.2.93.so /lib/libc-2.2.93.so
rm /tmp/foo/libc*
cd /tmp/foo/lib
cp /lib/libc-2.2.93.so .
ln -s libc-2.2.93.so
libc.so.6
rm ld-*
cp /lib/ld-2.2.93.so .
ln -s ld-2.2.93.so ld-linux.so.2
# upgrade his modules;
rm -rf
/tmp/foo/lib/modules/2.4.20-boel/
cd /tmp/foo/lib/modules
mkdir 2.4.20
cd /usr/src/linux-2.4.20
make modules_install
cd /lib/modules/2.4.20
tar cf - . | (cd
/tmp/foo/lib/modules/2.4.20; tar xfBp -)
# put the tarball back;
cd /tmp/foo
tar cf
/tmp/boel_binaries.tar .
422 cd /tmp
423 gzip
boel_binaries.tar
424 cp
boel_binaries.tar.gz /usr/share/systemimager/boot/i386/standard
# copy in the kernel;
cp /boot/vmxxx /usr/share/systemimager/boot/i386/standard/kernel
-----Original Message-----
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of DD
Sent: Wednesday,
December 10, 2003 7:57 AM
To: [EMAIL PROTECTED]
Cc:
[EMAIL PROTECTED]
Subject: Re: [Oscar-users] Need
driver: aix79xx.o
So what I have to do now is to convert all of my
worker nodes to IDE? SCSI will not work?
Frank Crawford
<[EMAIL PROTECTED]> wrote:
On Wed, 2003-12-10 at 09:21, DD wrote:
> Oh, one more thing - I was able to mount the initrd.img file using
> the -o loop mount option. The new filesystem is mounted as readonly
> and I cannot change anything. Is there some option I was missing when
> I issue that "mount" command?
No, you can't change anything on it. It is a CRAMFS filesystem, which
is compressed. The only way I have found to do anything about it was to
mount it, copy everything to another (writable) file system, make the
changes and then create a new CRAMFS filesystem. It is good that it
makes very small filesystems, but bad in that it is readonly once
created.
Frank
> DD <[EMAIL PROTECTED]>wrote:
> Hello OSCAR users,
> I tried to setup OSCAR 2.3.1 but could not get the SCSI module
> to install in the worker nodes.! Is there a! nyone out there with
> a modified kernel to include the aic79xx driver? I downloaded
> the latest driver from Adaptec, but don't know how to
> incorporate this into the boot floppy. Because of this, I was
> only able to get as far as the worker nodes to download the
> boel binaries and then display the error about no disk
> partition available (?).... Please help!
>
> Many thanks in advance.
>
>
>
> ______________________________________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing
>
> ______________________________________________________________________
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing
--
ac3
Suite G16, Bay 7, Locomotive Workshop Phone: 02 9209 4600
Australian Technology Park Fax: 02 9209 4611
Eveleigh NSW 1430
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users
Do you Yahoo!?
New
Yahoo! Photos - easier uploading and sharing