Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Network

Need help with peripherals or devices?
Post Reply
Message
Author
mark
Posts: 37
Joined: 2004-02-15 22:28

Network

#1 Post by mark »

I have to config my eth0 every time i boot my system. How can I save the the configuration?

I do it like this:

Code: Select all

$ su
password:

#modprobe 8139too

#ifconfig eth0 up

#pump -i eth0
My /etc/network/interfaces looks like this:
  • auto lo eh0
    iface lo inet loopback
    iface eth0 inet dhcp

thewolfro
Posts: 18
Joined: 2004-03-20 07:52
Location: Romania
Contact:

#2 Post by thewolfro »

try to write in /etc/modules

8139too

Guest

#3 Post by Guest »

See chapter 10 of the Debian Reference.

Devastator
Posts: 9
Joined: 2004-09-20 12:20
Location: /dev/tty1

#4 Post by Devastator »

You could also compile the driver into your kernel instead of
using it as a module

Post Reply