* [gentoo-user] Found eth0, what's depreciated
@ 2007-01-05 19:43 ericzen
2007-01-05 20:00 ` Ryan Sims
2007-01-08 16:01 ` Dan
0 siblings, 2 replies; 3+ messages in thread
From: ericzen @ 2007-01-05 19:43 UTC (permalink / raw
To: gentoo-user
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii; format=flowed, Size: 673 bytes --]
Good call Karl; I had been thinking of an older system when I modprobed
what I thought was my card. It still didn't work after a modprobing, but
I compiled it straight in, and it worked just fine.
Thank you, Karl.
Just out of curiosity (to the list in general), to undepreciate my eth0,
is that just making the net.eth0 file, or am I missing something?
-Eric
- - - - - - - - - - - - - - - - - - - - - - -
This message was sent using EZ-Net's Webmail
EZ-Net Inc : Internet · Computers · Networks
920-846-8008
http://www.ez-net.com
sales@ez-net.com
- - - - - - - - - - - - - - - - - - - - - - -
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Found eth0, what's depreciated
2007-01-05 19:43 [gentoo-user] Found eth0, what's depreciated ericzen
@ 2007-01-05 20:00 ` Ryan Sims
2007-01-08 16:01 ` Dan
1 sibling, 0 replies; 3+ messages in thread
From: Ryan Sims @ 2007-01-05 20:00 UTC (permalink / raw
To: gentoo-user
On 1/5/07, ericzen@ez-net.com <ericzen@ez-net.com> wrote:
>
> Good call Karl; I had been thinking of an older system when I modprobed
> what I thought was my card. It still didn't work after a modprobing, but
> I compiled it straight in, and it worked just fine.
>
> Thank you, Karl.
>
> Just out of curiosity (to the list in general), to undepreciate my eth0,
> is that just making the net.eth0 file, or am I missing something?
>
> -Eric
I don't mean to be pedantic, but you mean "deprecate," I assume,
unless you're worried your network card isn't worth what it once was.
Could you post more info? I.e. specific error messages, so on. IIRC,
you need to link net.eth0 to net.lo, configure /etc/conf.d/net (as
explained in /etc/conf.d/net.example) and /etc/init.d/net.eth0 start.
If you get error messages, please post those, along with the relevant
part of /etc/conf.d/net
--
Ryan W Sims
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Found eth0, what's depreciated
2007-01-05 19:43 [gentoo-user] Found eth0, what's depreciated ericzen
2007-01-05 20:00 ` Ryan Sims
@ 2007-01-08 16:01 ` Dan
1 sibling, 0 replies; 3+ messages in thread
From: Dan @ 2007-01-08 16:01 UTC (permalink / raw
To: gentoo-user
On Fri, 5 Jan 2007 13:43:09 -0600 (CST)
ericzen@ez-net.com wrote:
>
> Good call Karl; I had been thinking of an older system when I
> modprobed what I thought was my card. It still didn't work after a
> modprobing, but I compiled it straight in, and it worked just fine.
>
> Thank you, Karl.
>
> Just out of curiosity (to the list in general), to undepreciate my
> eth0, is that just making the net.eth0 file, or am I missing
> something?
>
> -Eric
Eric,
your naming of the file is depreciated. It used to
be /etc/conf.d/net.eth0 that defined network configuration for
eth0, /etc/conf.d/net.eth1 that configured eth1, and so on. Now, all
are stored in /etc/conf.d/net. Here's how mine looks, if you want a
jumstart.
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "dhcp" )
dhcpcd_eth0="-t 10 -h pascal"
you can see therere that I set dhcp to configure the address,
resolv.conf, and the default route. I specify a 10 second timeout and
a hostname for dhcpcd.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-08 16:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-05 19:43 [gentoo-user] Found eth0, what's depreciated ericzen
2007-01-05 20:00 ` Ryan Sims
2007-01-08 16:01 ` Dan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox