Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
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.
Redhat-install-list Digest, Vol 23, Issue 25

Redhat-install-list Digest, Vol 23, Issue 25

2006-01-26       - By Dick Fearon

 Back


-- --Original Message-- --
From: redhat-install-list-bounces@(protected)
[mailto:redhat-install-list-bounces@(protected)] On Behalf Of
redhat-install-list-request@(protected)
Sent: Thursday, January 26, 2006 12:01 PM
To: redhat-install-list@(protected)
Subject: Redhat-install-list Digest, Vol 23, Issue 25

Send Redhat-install-list mailing list submissions to
  redhat-install-list@(protected)

To subscribe or unsubscribe via the World Wide Web, visit
  https://www.redhat.com/mailman/listinfo/redhat-install-list
or, via email, send a message with subject or body 'help' to
  redhat-install-list-request@(protected)

You can reach the person managing the list at
  redhat-install-list-owner@(protected)

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Redhat-install-list digest..."


Today's Topics:

  1. Updating RAID driver when upgrading from kernel 2.6.9-5 to
     2.6.9-11   on rh4 ES (Maxim Vexler)
  2. Re: Updating RAID driver when upgrading from kernel 2.6.9-5
     to   2.6.9-11 on rh4 ES (Rick Stevens)
  3. Word To The Wise... (karlp@(protected))


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --

Message: 1
Date: Wed, 25 Jan 2006 19:56:15 +0200
From: Maxim Vexler <hq4ever@(protected)>
Subject: Updating RAID driver when upgrading from kernel 2.6.9-5 to
  2.6.9-11   on rh4 ES
To: redhat-install-list@(protected)
Cc: support@(protected)
Message-ID:
  <b400c69a0601250956p2d5d18d9x10684cbe2f079ef4@(protected)>
Content-Type: text/plain; charset=UTF-8

Hello,

I used the driver supplied by the vendor [1] to add aditional drivers
for the setup of redhat on  intel SE7230nh1 server board.

Now, we need to update to the updated kernel. Luckly the vendor does
provide a driver to the RH4-ES-U1 kerenl but only in a img file format.
i.e. sutible only for fresh install.

I would like to use the driver provided by this image, which I
downloaded and mounted by:
<<<
mount -o loop /tmp/dud-rh40-u1-x86_64-megaide-v5.08u-generic-1.img
/media/fd0/
>>>
on my working system.

Using rhn I have downloaded the new rpm kernel package and it's
installed in the grub boot menu but when trying to boot the kernel I get
kernel panic stating that no drives were found.

Thank you for helping.


[1]
http://downloadfinder.intel.com/scripts-df-external/filter_results.aspx?
strTypes=all&ProductID=2162&OSFullName=Red+Hat*+Enterprise+Linux+Desktop
+4+Update+1&lang=eng&strOSs=117&submit=Go%21
--
Cheers,
Maxim Vexler (hq4ever).

Do u GNU ?



-- ---- ---- ---- ---- ---- --

Message: 2
Date: Wed, 25 Jan 2006 12:20:10 -0800
From: Rick Stevens <rstevens@(protected)>
Subject: Re: Updating RAID driver when upgrading from kernel 2.6.9-5
  to   2.6.9-11 on rh4 ES
To: Getting started with Red Hat Linux
  <redhat-install-list@(protected)>
Message-ID: <1138220410.16107.67.camel@(protected)>
Content-Type: text/plain

On Wed, 2006-01-25 at 19:56 +0200, Maxim Vexler wrote:
> Hello,
>
> I used the driver supplied by the vendor [1] to add aditional drivers
> for the setup of redhat on  intel SE7230nh1 server board.
>
> Now, we need to update to the updated kernel. Luckly the vendor does
> provide a driver to the RH4-ES-U1 kerenl but only in a img file
> format. i.e. sutible only for fresh install.
>
> I would like to use the driver provided by this image, which I
> downloaded and mounted by:
> <<<
> mount -o loop /tmp/dud-rh40-u1-x86_64-megaide-v5.08u-generic-1.img
> /media/fd0/
> >>>
> on my working system.
>
> Using rhn I have downloaded the new rpm kernel package and it's
> installed in the grub boot menu but when trying to boot the kernel I
> get kernel panic stating that no drives were found.

You need to get into that /media/fd0 directory and find the driver
itself.  It'll have ".ko" after the name, e.g. "driver.ko".  That will
have to be put into the

  /lib/modules/(updated-kernel-version)/kernel/drivers/scsi

directory, and you will then need to rebuild the initrd image for the
new kernel.  I can give you the commands, but I'll need a few things
from you:

  1. I need you to mount that image again and post the output of
  "find /media/fd0 -print" (run as the root user)

  2. I need the kernel version number of the new kernel you
  installed.  Or post the content of the /boot/grub/grub.conf
  file.

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
- Rick Stevens, Senior Systems Engineer     rstevens@(protected) -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-     Have you noticed that "human readable" configuration file      -
-          directives are beginning to resemble COBOL code?          -
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --



-- ---- ---- ---- ---- ---- --

Message: 3
Date: Wed, 25 Jan 2006 18:51:24 -0700 (MST)
From: karlp@(protected)
Subject: Word To The Wise...
To: redhat-install-list@(protected)
Message-ID:
 
<29743.198.60.114.90.1138240284.squirrel@(protected)>
Content-Type: text/plain;charset=iso-8859-1

I use VNC a lot. With Fedora Core 4, I was pleasantly surprized to see
that I can share my desktop with some different options. The time came
this past weekend when my wife (Windows XP Pro) needed to see something
on my screen and so I VNCed to her PC and (you see what's coming don't
you...) VNCed back to mine through that VNC window.

You know the affect you get when you stand in a room with mirrors on
both walls? You see yourself, looking at yourself, looking at you
looking at yourself and so on and so on and so on...

Do you know how hard it is to close a VNC window when it's regenerating
one every few micro-seconds? Now you don't have to. I did it for you.

ARRRRRRRRRRGGGGGGGGGHHH!

HTH (someone).  And I didn't want to get up and walk the 18 feet to
where she has her PC. Laziness is its own punishment, someone wiser than
I once said.

Karl



-- ---- ---- ---- ---- ---- --

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list

End of Redhat-install-list Digest, Vol 23, Issue 25
***************************************************

__ ____ ____ ____ ____ ____ ____ ____ ____ ____
Redhat-install-list mailing list
Redhat-install-list@(protected)
https://www.redhat.com/mailman/listinfo/redhat-install-list
To Unsubscribe Go To ABOVE URL or send a message to:
redhat-install-list-request@(protected)
Subject: unsubscribe

Earn $52 per hosting referral at Lunarpages.