Koozali.org: home of the SME Server

No network - Gigabyte GA_G33M-DS2R SME 7.3

Offline lilkev

  • 3
  • +0/-0
No network - Gigabyte GA_G33M-DS2R SME 7.3
« on: July 17, 2008, 08:19:35 AM »
A Big lover of SME server. Have just brought a server for a client. Quad Core based on the above Motherboard GA_G33M-DS2R (Gonna use it as a VMWARE server base)

I have just done the install and the Ethernet card wont come up.

ifconfig lists the Loopback and for a while when I start it up I get another interface called bond0 but eth0 never comes up. If a do a "service Network Restart" the bond0 interface goes away

Now I re-built the box with Fedora and got the Eth0 up so I know the board is OK. I would imagine there is some Module Needed for the kernel or something.

Can anyone point me to how I can get this working? My Customer is looking to me to have it all running and I would rather run the box on sme

Many thanks

Kev

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #1 on: July 17, 2008, 08:30:48 AM »
A Big lover of SME server. Have just brought a server for a client. Quad Core based on the above Motherboard GA_G33M-DS2R (Gonna use it as a VMWARE server base)

I have just done the install and the Ethernet card wont come up.

ifconfig lists the Loopback and for a while when I start it up I get another interface called bond0 but eth0 never comes up. If a do a "service Network Restart" the bond0 interface goes away

Now I re-built the box with Fedora and got the Eth0 up so I know the board is OK. I would imagine there is some Module Needed for the kernel or something.

Can anyone point me to how I can get this working? My Customer is looking to me to have it all running and I would rather run the box on sme

Many thanks

Kev

Most likely you will have to compile you NIC yourself. Out-of-the-box support for NICs is minimal for SME Server (and Centos 4 on which it is based). Your best bet is to find linux drivers and try to compile them on CentOS 4.6, be aware every kernel upgrade the NIC drivers will have to be rebuild, as well as VMWare drivers needing a rebuild and reload (bringing all your VMWare servers done during the process), which does not make a very stable base. I would advice you to buy a supported NIC and build that into the server and disable the on-board NIC.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline lilkev

  • 3
  • +0/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #2 on: July 17, 2008, 08:37:26 AM »
Thanks For the reply. I had a feeling someone was going to say that.

I will investigate another Gigabit NIC. Is there a list of compatable ones anywhere? I'll begin a search.

Thanks for your help

Kev

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #3 on: July 17, 2008, 08:41:29 AM »
Thanks For the reply. I had a feeling someone was going to say that.

I will investigate another Gigabit NIC. Is there a list of compatable ones anywhere? I'll begin a search.

Thanks for your help

Kev

Have a look here, not sure if there is a Gbit NIC in the list for CentOS 4, if so than it will most likely be a Realtek one I guess.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline shoaib

  • *
  • 17
  • +0/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #4 on: July 17, 2008, 02:50:27 PM »
I get the same error. I tried to install SME 7.3 on a HP machine (DX2390 Midtower) with a realtek 8139/810 fast ethernet nic (one nic only) and I get this bond0 instead of eth0 in ifconfig. I don't have any experience in compiling software specially in a linux environment. Can anyone guide me where I can get realtek drivers, coz I can't find any on realtek site, as they claim that their drivers are built into the linux kernel ?!?!?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #5 on: July 17, 2008, 03:02:29 PM »
I get the same error. I tried to install SME 7.3 on a HP machine (DX2390 Midtower) with a realtek 8139/810 fast ethernet nic (one nic only) and I get this bond0 instead of eth0 in ifconfig. I don't have any experience in compiling software specially in a linux environment. Can anyone guide me where I can get realtek drivers, coz I can't find any on realtek site, as they claim that their drivers are built into the linux kernel ?!?!?

your problem could be different from lilkev's one

please post the result of
Code: [Select]
config show InternalInterface

Ciao
Stefano

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #6 on: July 17, 2008, 04:50:37 PM »
I get the same error. I tried to install SME 7.3 on a HP machine (DX2390 Midtower) with a realtek 8139/810 fast ethernet nic (one nic only) and I get this bond0 instead of eth0 in ifconfig.
I believe the Realtek 8139 cards should be supported by default. Perhaps this might shed some light on you particular problem, if it persits please raise a (new) bug for it in the bugtracker or reopen this one: http://bugs.contribs.org/show_bug.cgi?id=3838
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline shoaib

  • *
  • 17
  • +0/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #7 on: July 18, 2008, 05:28:03 AM »
your problem could be different from lilkev's one

please post the result of
Code: [Select]
config show InternalInterface

Ciao
Stefano

Sorry for a late response, I ran the command as you prescribed, and the result was nothing, after hitting return key the prompt came back, as if there is nothing to show. The I ran simple config show and the result was a long list of various parameters and stuff. No what should I do? Previously this machine was running WinXP and the nic was working just fine.

The odd thing is that while the booting process, it says brining up interface eth0       [ok]. So !!!???? I'm confused, as the system doesn't generate any error while bootup.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #8 on: July 18, 2008, 07:34:16 AM »
Sorry for a late response, I ran the command as you prescribed, and the result was nothing, after hitting return key the prompt came back, as if there is nothing to show. The I ran simple config show and the result was a long list of various parameters and stuff. No what should I do? Previously this machine was running WinXP and the nic was working just fine.

The odd thing is that while the booting process, it says brining up interface eth0       [ok]. So !!!???? I'm confused, as the system doesn't generate any error while bootup.
Please start a new thread for your question and do not hijack other thread(s). Be sure to specify the make of your ethernet card in that new thread, my guess is that it is a not suported type of card, stating that it works in Windows and not in Linux does not bring us much further.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #9 on: July 19, 2008, 03:27:19 AM »
Out-of-the-box support for NICs is minimal for SME Server (and Centos 4 on which it is based).

That just isn't true.There is support for many, many NICs, including the vast majority of NICs available in the marketplace. Support for a small number of recently introduced NICs is lacking, but that hardly counts as "minimal".

http://www.merriam-webster.com/dictionary/minimal
« Last Edit: July 19, 2008, 06:25:29 PM by CharlieBrady »

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #10 on: July 19, 2008, 10:00:02 AM »
That just isn't true.The is support for many, many NICs, including the vast majority of NICs available in the marketplace. Support for a small number of recently introduced NICs is lacking, but that hardly counts as "minimal".

http://www.merriam-webster.com/dictionary/minimal
Sorry, I should have formulated it a little less sharp...
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline shoaib

  • *
  • 17
  • +0/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #11 on: July 20, 2008, 02:53:57 PM »
Please start a new thread for your question and do not hijack other thread(s). Be sure to specify the make of your ethernet card in that new thread, my guess is that it is a not suported type of card, stating that it works in Windows and not in Linux does not bring us much further.

I had no intention of hijacking any thread, I was just adding more info to the already existing problem. I happen to face the same problem which is mentioned in the title, but with a different NIC!!!!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: No network - Gigabyte GA_G33M-DS2R SME 7.3
« Reply #12 on: July 21, 2008, 05:06:46 AM »
... but with a different NIC!!!!

So it's a different problem.