View previous topic :: View next topic |
Author |
Message |
wkethman n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Jul 2005 Posts: 71
|
Posted: Wed Jul 06, 2005 1:49 pm Post subject: help asap please: netmount, no eth0 |
|
|
I have been lookig on the forums and I believe that there might be a few reasons why I dont see the internet anymore.
I started a download of KDE it was installing and mid-install it messed up and said couldnt download so I ran ifconfig and determined that my eth0 was not running anymore. I think I might have forgot to copy over dns information and in this case how do I go back after I have chrooted the environment and another problem that could be causing this problem is that when my system boots I get an error:
Error: Problem starting needed services "netmount" was not started.
How do I fix this and get it back and running. Now that I have started installing KDE but it cancelled once i get my network up and running will i just be able to emerge KDE again?
I just want to get my internet back. It worked with the cd but no long does.
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wkethman n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Jul 2005 Posts: 71
|
Posted: Wed Jul 06, 2005 4:44 pm Post subject: |
|
|
bump, please help someone |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Wed Jul 06, 2005 10:14 pm Post subject: |
|
|
I'm having the same exact problem. I just installed Gentoo, got the kernel to stop panicking on reboot, and now I get the message
Error: Problem starting needed services; Netmount was not started
So, I don't have any connection and I can't continue with my install until I get it back.
Any help would be appreciated.
I plan on scouring the forums and will post here if I find anything out.
Thanks
Ok, so I looked in /var/log/messages and found this line right before I had a problem with netmount:
dhcpStart: ioctl SIOCGIFHWADDR: No such device
About the netmount thing; I read that it depends on the connection being started, so that would explain why netmount doesn't start. Please correct me if I'm wrong about that.
That's all for the moment... _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stickboy2642 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24417754941375a80f1759.gif)
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Wed Jul 06, 2005 10:44 pm Post subject: |
|
|
It sounds to me like you need to load the module for your ethernet card. The kernel is not finding the hardware
If you know what ethernet module you need, type the following and see if it is in the list:
You should see a list of modules that are currently loaded. If you don't see the module for your ethernet card listed, you can try loading it manually (this will only work if you compiled it as a kernel module when you built your kernel)
Code: | modprobe <module_name> |
If you were able to load the module this way, then edit your /etc/modules.autoload.d/kernel<version> file and add the name of your module to that file:
Code: |
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# For example:
# 3c59x
3c59x
|
If you can't load the module this way, you should double check your kernel configuration and make sure that the correct module got added for your card.
Hope this helps. _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Wed Jul 06, 2005 11:04 pm Post subject: |
|
|
Thanks for the help. However, I'm still stuck.
My board is a Biostar M7NCD Ultra with an nVidia nForce2 LAN
I checked all this from the livecd using lspci -v
I did lsmod from the livecd to see what it loads (I have a connection from the livecd) and the only one that looks like it could be an ethernet module is forcedeth.
I tried find that after rebooting and didn't see it with lsmod, nor could I modprobe it by doing modprobe forcedeth.
So, I'm still stuck. I guess I just really don't know what to enable in my kernel. I built it from stage2 and had some trouble getting the hard drive recognized. I got that working, and now I'm stuck here.
....Later on
I found where someone else with the same board used the forcedeth module for his nic, so I am pretty sure that's what I need. I can't find it anywhere in the kernel config menu. Any help on that? If I can get the module in there I think I will have it fixed.
Thanks _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't.
Last edited by gnat79 on Wed Jul 06, 2005 11:14 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ThePsychotic2k n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Jun 2004 Posts: 56 Location: Bristol
|
Posted: Wed Jul 06, 2005 11:13 pm Post subject: |
|
|
Hi,
I also use the forcedeth module for my on board LAN, its under Device Drivers->Networking Support->Ethernet (10 or 100Mbit)->Reverse Engineered nForce Ethernet support (EXPERIMENTAL)
I have it compiled as a module and therefore have "forcedeth" in /etc/modules.autoload.d/kernel-2.6 but I don't know of any reason you can't have it actually compiled into your kernel if you want to.
After that is loaded look at your dmesg to see if you get a eth0 device.
Dan. _________________ #387403 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Wed Jul 06, 2005 11:15 pm Post subject: |
|
|
You are awesome! I'm going to compile it in right now...... _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Wed Jul 06, 2005 11:29 pm Post subject: |
|
|
After compiling it into the kernel, installing and module installing, reboot gives the same message as posted above.
Is there any reason why I can't compile it in? Do I have to have it as a module?
Is there any way to check to see if it's actually using forcedeth, if it's compiled in the kernel?
Are there any other drivers this device might rely on?
Thanks again for the help. Maybe I'll get this thing working sometime... ![Sad :-(](images/smiles/icon_sad.gif) _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ThePsychotic2k n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Jun 2004 Posts: 56 Location: Bristol
|
Posted: Wed Jul 06, 2005 11:42 pm Post subject: |
|
|
This is one reason I like to compile things I can as a module, so I can use lsmod to see if its loaded correctly.
remember if it compiled as a module you either have to type
everytime you boot or add it to your autoload file, an easy way of doing this is by typing
Code: | echo forcedeth >> /etc/modules.autoload.d/kernel-2.6 |
to check that you have a network interface you can type
which should show a eth0 interface (remember lo is just a internal interace). Also
should show you some more info _________________ #387403 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Thu Jul 07, 2005 1:55 am Post subject: |
|
|
Ok, I still have the same problem. I've checked everything. I guess I'll recompile it as a module and then I can do some lsmod stuff.
That will only take a few minutes, I hope. _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Thu Jul 07, 2005 2:10 am Post subject: |
|
|
Ok, I recompiled and there is no module called forcedeth to be found with modprobe... do I have to give it a path name or can I just do
as root, in any directory?
I am also working on my laptop and I notice that I have the same exact problem. I have a Realtek NIC in that one, I believe. However, I had it working a couple days ago and now it won't work. I have wireless cards in both computers (wpc11 in the laptop and a dwl-g520 in this one). Can there be a conflict with wlan_supplicant or something?
Grrr.... I wish I knew more about this junk. ![Sad :(](images/smiles/icon_sad.gif) _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stickboy2642 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24417754941375a80f1759.gif)
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Thu Jul 07, 2005 4:36 pm Post subject: |
|
|
You should be able to just type modprobe forcedeth to get it to work.
Just to be sure, after you recompiled your kernel, you mounted your /boot directory and copied all of the files over, and then re-ran grub (or lilo)? If not, then you will still be running on the old kernel, although you should still be able to modprobe the module. Also, if you have more than one kernel image on the machine, make sure you are booting into the one that you just built.
What output do you get when you type ifconfig -a? What interfaces does it show? Do you see any other interfaces in there besides lo?
Code: |
# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.0.0.100 Bcast:172.20.3.255 Mask:255.255.252.0
inet6 addr: fe80::206:5bff:feaf:73fe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4015231 errors:0 dropped:0 overruns:1 frame:0
TX packets:1326975 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1542067776 (1.4 GiB) TX bytes:246910385 (235.4 MiB)
Interrupt:177 Base address:0xdc80
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1813 errors:0 dropped:0 overruns:0 frame:0
TX packets:1813 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:162488 (158.6 KiB) TX bytes:162488 (158.6 KiB)
|
_________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Thu Jul 07, 2005 9:05 pm Post subject: |
|
|
I can't check right now, I'm at work. I'll get it in a few hours, so check back please! Thanks! _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Sat Jul 09, 2005 7:25 pm Post subject: |
|
|
ifconfig - a just shows lo
I'm pretty sure that I'm using the right kernel and all. I ran
Code: | make modules_install |
then I checked the boot directory and made sure that the correct names were there. It changed the existing kernel to *.old and put the new one in its place.
I'm gonna be messing around with it more, of course. I have to get it working. I might just have missed something in the kernel. Dunno.
Thanks, as always, for your help. _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Sun Jul 10, 2005 5:08 am Post subject: |
|
|
Well, I'm all messed up now. I have redone a lot of stuff, and it's all messed up. Somehow I have two grub.conf files now.. I think I can get my bro to help me straighten some of this out; I think the problem is somehow I'm not compiling/installing correctly. So, if that's all it is, then I hope he will know what I'm doing or will be able to look at it and see.
I'll post back WHEN I have a solution. _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Sun Jul 10, 2005 2:54 pm Post subject: |
|
|
Ok, so in the process of "fixing" my kernel, I was messing around when I hadn't mounted the boot partition; I ended up with a bunch of stuff in the boot directory which confused me. I believe I fixed that by cleaning out the boot directory, mounting the partition and checking to see that everything there looks right. It does, so I rebooted.
The forcedeth modulue doesn't autoload yet, so I loaded it with
and then did
.
Only lo shows up, but when I do
eth0 shows up. So, I ran
Code: | /etc/init.d/net.eth0 start |
and it says
Code: | Bringing eth0 up via DHCP ... [!!!] |
So, I've got the module loading, but I've still got a problem with something. Hmmmmmm.... What other dependencies are there?
Now, I checked the output of /var/log/messages and got
Code: | dhcpStart: ioctl SIOCGIFHWADDR: No such device |
I'm a little better off now because I've got the device to show up, but I still need some help getting it to work.
Just to get it to auto load I did
Code: | echo forcedeth >> /etc/modules.autoload.d/kernel-2.6 |
I'll check that now to see if it works.... Yes! It works.
My next step is to boot the livecd and do
and post that list here so someone can look at it and see if there is something I'm missing. A lot of stuff that is loading on the livecd is compiled into my kernel, such as support for the hard drive.
Code: | lsmod
Module
floppy
rtc
evdev
forcedeth
parport_pc
parport
ahci
sata_qstor
sata_uli
sata_sis
sata_sx4
sata_nv
sata_via
sata_svw
sata_sil
sata_promise
libata
dm_mirror
dm_mod
sbp2
ohci1394
ieee1394
sl811
ohci_hcd
uhci_hcd
usb_storage
usb_hid
ehci_hcd
usbcore
|
Ok, I learned something that had not sunk into my thick skull until just now: Linux doesn't mount the boot partition; you have to do that before you do "make install" or it will install stuff into the boot directory, not the partition. Haha! Well, after fixing all the errors that had caused, it still won't work. _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stickboy2642 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24417754941375a80f1759.gif)
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Mon Jul 11, 2005 3:32 pm Post subject: |
|
|
Well, you are very close now. Eth0 is coming up like it should and is looking for a dhcp server to automatically give it an IP address. It is erroring out because it can't find a DHCP server that will give it an address. If you don't have one, or for some reason it can't be found by your install, then it is going to fail. In this case, you can specify an IP address manually in /etc/conf.d/net and then restart eth0. This should bring up the interface.
Code: |
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.0.2 broadcast 192.168.0.32 netmask 255.255.255.224"
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."
# For setting the default gateway
#
gateway="eth0/192.168.0.1"
|
Note that in the above example, all entries relating to dhcp are commented out. Enter your IP address, your broadcast address, and netmask. Also remember to set the gateway to the ip address of the machine (or your modem) that is directly connected to the internet.
Once you have the interface up and running, the next step would be to try and connect to another machine or to the internet. Try pinging www.google.com and see if you get return traffic. If so, then congratulations, you have a working network. _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Mon Jul 11, 2005 5:35 pm Post subject: |
|
|
When it looks for the "DHCP" server, do you mean that it is looking for something like dhcpcd on my machine which will give it the IP address, or does it look at the connection through the router for the IP address? I have a Linksys 10/100, 8 port workgroup switch hooked to a sprint DSL box. Last time I configured it I thought that dhcpcd worked. Maybe I've messed that up in all the stuff that I've done. I'm not sure how to find the IP address to specify in /etc/conf.d/net.
Thanks ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
stickboy2642 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/24417754941375a80f1759.gif)
Joined: 21 Jan 2004 Posts: 129 Location: MT, USA
|
Posted: Mon Jul 11, 2005 5:45 pm Post subject: |
|
|
Well, in most cases, it would try and talk to the sprint DSL modem to get the IP address. It should not have a problem finding this through your switch. Some things to check though... First off, make sure that your ethernet cable is plugged in on both ends and that the cable is good. When you plug the cable into the switch, you should see a light come on. This means that there is a link between your network card and the switch. If you do not see this, try changing cables and see if that fixes the problem.
Do you have any other machines connected to your switch? If so, what OS do they have installed? How are they configured to connect to the network? _________________ <?PHP
if ($desireToSolveProblem > 0){
solve($problem);
}else{
drink($beer);
} ?> |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Mon Jul 11, 2005 6:09 pm Post subject: |
|
|
We have several work computers hooked up; they all have Windows XP on them.
I pulled up the details on this connection for my work computer and this is what it says:
IP Address: 192.168.1.34
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.1.1
DHCP Server: 192.168.1.1
DNS Server: 192.168.1.1
Maybe it should be something like this in my /etc/conf.d/net file:
Code: |
# /etc/conf.d/net:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $
# Global config file for net.* rc-scripts
# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.1.?? broadcast 192.168.1.?? netmask 255.255.255.0"
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."
# For setting the default gateway
#
gateway="eth0/192.168.1.1"
|
I'm not sure how to handle the parts whith "??" on the end, I understand that will change periodically?
I checked the cable; there is a little green light on next to the plug.
I tried with no luck (a suggestion from my brother). _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ausmusj1 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/15783486604080a7a5cf998.jpg)
Joined: 02 Jan 2004 Posts: 121
|
Posted: Mon Jul 11, 2005 7:31 pm Post subject: |
|
|
gnat79 wrote: |
...
Code: | Bringing eth0 up via DHCP ... [!!!] |
So, I've got the module loading, but I've still got a problem with something. Hmmmmmm.... What other dependencies are there?
...
|
Just to make sure - did you emerge dhcpcd or another equivalent DHCP client package?
-James |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Mon Jul 11, 2005 7:31 pm Post subject: |
|
|
It seems that
does the trick.
Why doesn't it work automatically?
Well, now I have a connection. Great! Awesome!
I just need to be able to get it to do that every time I start the computer.
Hmmmmmmm ![Very Happy :D](images/smiles/icon_biggrin.gif) _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bps7j Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Terminator/movie_the_terminator_t-800.gif)
Joined: 20 Dec 2002 Posts: 83 Location: Charlottesville, VA, USA
|
Posted: Mon Jul 11, 2005 7:35 pm Post subject: |
|
|
Try running
If that works, then all you need is to tell it to start automatically. I think your /etc/conf.d/net file should say
Code: | # [snipped some lines]
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
iface_eth0="dhcp"
#dhcpcd_eth0="..." |
I don't think you need to set any of the other options, as dhcpcd will automatically take care of that (provided dhcpcd eth0 works). _________________ There are only 10 kinds of people:
those who understand binary and those who don't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnat79 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/36479934343f78a5e4a727.jpg)
Joined: 20 Jan 2004 Posts: 111 Location: Richmond Virginia, USA
|
Posted: Mon Jul 11, 2005 7:41 pm Post subject: |
|
|
Ok, so all I had to change in my /etc/conf.d/net file was:
Code: |
dhcpcd_eth0="nodns"
|
I commented it out. I'm not sure why I had that in the file, but it's borked it up.
I'd appreciate any comments on why that is.
Thanks all for the help.
![Laughing :lol:](images/smiles/icon_lol.gif) _________________ There are 11 kinds of people in the world:
those who can count in binary and those who can't. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|