Koozali.org: home of the SME Server

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« on: October 08, 2005, 06:31:16 AM »
Running up a SME 6.5 iso on this new Intel 875P MB with a gigbit ethernet lan adapter built in..  Doesn't recognise lan adapter and none of the Intel Gigabit drivers load..

If I run 7beta4 and it does recognise it - can you restore a 6.5 backup onto it ?

(ie New Hardware to replace existing server with Mambo etc)

Dave


DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #2 on: October 08, 2005, 08:10:40 AM »
Thanks for the link..  urr  newbie question..  how do I install that rpm when I have no lan..  Can 6.5 mount a USB drive ?   Do I need to build another iso (how..)

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #3 on: October 08, 2005, 01:15:10 PM »
Dave,

Read this
... for more a newbie may want to have a look atSearchSite with network card driveron the upper right here... :-D
As to the medium you could burn yourself a CDRW or use a floppy with the rpm ... :-D

Happy installing!

Regards
Reinhold
............

Offline kruhm

  • *
  • 680
  • +0/-0
Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #4 on: October 08, 2005, 04:55:18 PM »
-download it on a windows machine
-burn to cd
-mount cd
-copy to /
-rpm -Uvh
-reboot

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #5 on: October 09, 2005, 09:38:55 AM »
Mounted floppy ok.

None of the e100 or e1000 drivers load through console selector.  :-(

any ideas ?

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #6 on: October 09, 2005, 09:49:18 AM »
Mounted floppy ok.

None of the e100 or e1000 drivers load through console selector.  :-(

any ideas ?

DaveTas

Help ! Gigabit LAN Drivers still no go
« Reply #7 on: October 11, 2005, 11:05:49 AM »
I have tried the e1000 rpm of gigabit drivers but no luck with SME 6.5 & Intel LAN.

SME 7.0 recognises it ok -

Its a Intel 875P chipset with the ICH5-5 bridge set

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #8 on: October 11, 2005, 12:53:00 PM »
Dave,

I just saw that you are still trying..

Please note here that your 875 & ICH-5 (Intel communication hub) itself/alone do not contain the e1000 functionality you have been trying to install!

Look:

- PHY is still needed. ...(Thus & fwiw it may not even be "INTEL" .-)

Check what SME7 identifies at boot and install a driver for that!

Regards
Reinhold
............

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #9 on: October 13, 2005, 02:25:57 PM »
Hi Reinhold,  Thanks for your help.

I have loaded 7beta4 back onto the box, and LAN is running.

Where do I find the driver it selected ?

Sorry - I have searched & haven't found the location of config..

Have found other references to the 875P-ICH5 having a Broadcom / BCom 5788, but have found no drivers referenced for Redhat or SME anywhere..   the BCom drivers listed in 6.5RC1 console don't load..


Dave

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #10 on: October 13, 2005, 07:38:43 PM »
Dave,

For information on hardware found&used by linux you can always check in the dmesg log
This log is accessible via SME-server-manager  / Administration viewlogfiles / choose a log file to view - dmesg / ...
or (much easier via ssh)  /var/log/dmesg

(use mc to go there and F3 or nano /var/log/dmesg)

Note: Scroll down ... Ethernet comes after harddisk/raid and floppy
...it will say something like:
Quote from: "example"
r8169 Gigabit Ethernet driver 1.2 loaded
ACPI: PCI interrupt 0000:01:08.0[A] -> GSI 5 (level, low) -> IRQ 5
r8169: NAPI enabled
divert: allocating divert_blk for eth1
eth1: Identified chip type is 'RTL8169s/8110s'.
eth1: RTL8169 at 0xce870000, 00:00:ff:cc:bb:22, IRQ 5


..so the above example pc does have a r8169 chipset on irq5
and the driver is r8169 Gigabit Ethernet driver 1.2
That info and a fast Google search for an rpm should get you up and running...

Regards
Reinhold
(unfortuntely I am 'on the road' with no real access to a SME7.0 setup now - but the above is valid for all linux setups ) 8-)
............

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #11 on: October 14, 2005, 04:52:45 PM »
Hi again,

7beta4 log said Tigon3 5705

I dl'd the 57xx series src rpm from Broadcom

I reloaded SME 6.5

I did
rpm -ivh bcm5700-8.2.18.src.rpm
then
cd /usr/src/redhat
BUT when I did the next step in their instructions;
rpm -bb SPECS/bcm5700.spec

It complains of not finding gcc !

Does SME not have gcc ?

The gcc package won't fit on a floppy to transfer across..  <sigh>

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #12 on: October 14, 2005, 08:57:29 PM »
Quote from: "DaveTas"

I have loaded 7beta4 back onto the box, and LAN is running.


If the LAN is running, then your troubles are over, right?

Quote

Where do I find the driver it selected ?


config show EthernetDriver1

DaveTas

Help! Intel875P MB with Gigabit LAN - SME 6.5 iso says Unkno
« Reply #13 on: October 15, 2005, 12:13:45 AM »
Thanks for the 'config show' lead.

I am transferring a 6.5 install to a new box.  Hope to minimise work by restoring a 6.5 backup from old box onto new box. (Yet to work out what work is left after that)  

Still trying to get this gigabit running on 6.5!  :-(