X3650的AS4上安裝ORACLE 10G關於網路卡驅動問題

anycall2010發表於2009-03-07

   前幾天在X3650上安裝LINUX AS4.0作業系統,發現預設的網路卡沒有驅動。也許現在硬體比較新的緣故,只能去找相應的網路卡驅動。

  我在隨機帶的安裝盤中找到了針對LIUNX的安裝驅動。找到bnx2-1.4.51b.tar(我找的tar包做的)。

1. Create a directory and extract the files:

   tar xvzf bnx2-.tar.gz

2. Build the driver bnx2.o (or bnx2.ko) as a loadable module for the
running kernel:

   cd src
   make

The driver will be compiled for the running kernel by default. To build
the driver for a kernel different than the running one, specify the
kernel by defining it in KVER:

  make KVER=

where in the form. of 2.x.y-z is the version of another
kernel that is installed on the system.

3. Test the driver by loading it:

   insmod bnx2.o
or
   insmod bnx2.ko (on 2.6.x kernels)
or
   insmod bnx2

4. Install the driver and man page:

   make install

我印象著第2步沒有做成功。但是最後需要在網路裡面手動新增一下網路卡,就解決了。

看來在新的X3650上最好還是用AS5.0。去年12月份,我用AS5.0安裝到X3650上,就沒有問題。但是安裝到X3850M2上,竟然問題多多。不過,最後還是找到相對應的驅動。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8334342/viewspace-563180/,如需轉載,請註明出處,否則將追究法律責任。

相關文章