Author Topic: Network card installation problems  (Read 2643 times)

DIMonS

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Network card installation problems
« on: February 01, 2008, 02:03:59 pm »
I am trying to install an Intel Pro/1000 GT Desktop Nic that was not picked on installation as a second LAN card.

I have tried following the Linux Instructions that came with it and cannot compile with make or make install as ebox reports "-bash: make: comand not found."

My limited *nix knowledge quickly ran out.  Grateful if you someone could point me in the right direction on how to get a compiler installed .....

DIMonS



Javier Amor Garcia

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1225
  • Karma: +12/-0
    • View Profile
Re: Network card installation problems
« Reply #1 on: February 04, 2008, 09:22:23 am »
Hello,
  the make utility is not installed in the base eBox installation because  development tools usually aren't needed in servers.

Before compiling your driver be sure that is not already shipped (you can use the command 'modinfo <module name>' for this).
If yo uare sure you need to build the driver you will need to install the make program, the gcc compiler and some more packages.


sixstone

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1417
  • Karma: +26/-0
    • View Profile
    • Sixstone's blog
Re: Network card installation problems
« Reply #2 on: February 04, 2008, 10:01:29 pm »
In addition to the above info, you may add the following line to "/etc/apt/sources.list":

Code: [Select]
deb http://ftp.de.debian.org/debian sarge main contrib non-free

Save the file and then prompt these commands:

Code: [Select]
$ apt-get update
$ apt-get install make gcc

My secret is my silence...

DIMonS

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Network card installation problems
« Reply #3 on: February 06, 2008, 12:51:10 pm »
 :)  All sorted.  Everything works so much better when the card is seated correctly  :P :P :P

Thankyou all for the replies.

DIMonS

samba

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Network card installation problems
« Reply #4 on: March 09, 2008, 01:07:56 pm »
It's not working
Realtek RTL8111C-GR second LAN card.

I tried

deb http://ftp.de.debian.org/debian sarge main contrib non-free
Save the file and then prompt these commands:
$ apt-get update
$ apt-get install make gcc

but its not work Lan card.

Help me pls...

Javier Amor Garcia

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1225
  • Karma: +12/-0
    • View Profile
Re: Network card installation problems
« Reply #5 on: March 12, 2008, 05:25:31 pm »
make and gcc are software development tools and were requested here to try to compile a module . By themselves they don't  make any hardware work.

And for the problem itself, let me quote the other Javier in this board:
Quote
eBox doesn't do anything weird to the interfaces. If ifconfig doesnt list an interface eBox won't see it.

Most of the eBox packages have been ported to the next ubuntu version: 8.10 hardy. You should experience fewer hardware issues with that system. Although it's not stable yet.