You are not logged in.
I installed arch last night without a hitch. Everything went well and once I was logged in to the system I tried to upgrade my system with pacman but wasn't able to connect to any servers. I checked ifconfig and found that only lo was running and not eth0. I tried to start eth0 but it said that the device could not be found.
When I was setting up my rc.conf file for interfaces I put
eth0 = "DHCP"
as the install guide suggested. This did not seem to work though.
I am using an ADSL connection but it is a home computer that is not attached to any network. I would like the internet to be connected on startup and not have to do the adsl start everytime I want to get on the net. What did I do wrong? Any suggestions?
Next question is that on start up the prompt stalls once and says:
pciehp failed
hw_random failed
Any ideas on this?
Thanks in advance.
Offline
the device could not be found because you don't have the module installed... when you probe the module, it creates an eth0 device for you.... do you know what module your card uses?
the failure stuff is from hotplug... i guess ignore it, or blacklist those devices...
Offline
No idea if it matters, but also try "dhcp" in lower caps.
Offline
No idea if it matters, but also try "dhcp" in lower caps.
I was gonna say that too, after getting the module up
Offline
Sorry about my posting, the "dhcp" was in lower case. I don't know what module my card uses. How do I find that out?
Offline
Sorry about my posting, the "dhcp" was in lower case. I don't know what module my card uses. How do I find that out?
what card is it? can you post the output of "lspci"?
Offline
I will have to get that info for you later. I am not at my arch computer at the moment (as you can tell, I am on the internet).
Thanks for your help though!
Offline
You might have to load a card module by hand to the module section of rc.conf, actually this is the case on my laptop.
Microshaft delenda est
Offline
My card is a Realtek RTL8139 Family PCI Fast Ethernet NIC. Is that enough information?
Offline
Yhm, am I blind or did you write you don't connect to net via LAN, but locally, via ADSL?
If that's the case, you shouldn't worry about eth0. You should just add 'adsl' to DAEMONS section of /etc/rc.conf to make it start on boot - granted that '/etc/rc.d/adsl start' puts your internet connection up.
Offline
My card is a Realtek RTL8139 Family PCI Fast Ethernet NIC. Is that enough information?
add 8139too to the modules array in rc.conf
Offline
Is that all I have to do? What is the next step, or is there one?
Offline
look at this wikipage
wiki->howto->network...->static ip and dhcp
that should get you on the net, hopefully
arch + gentoo + initng + python = enlisy
Offline
Right, the Wiki page. You will have to forgive me as I am coming from distros where the documentation is weak at best. Arch is very well documented and organized. Kudos!
Offline
yeah, the wiki has gotten pretty good,
when I started using arch there was no wiki at all and I was totally clueless(even more than now)
mrgreen helped me fix my network then,
arch + gentoo + initng + python = enlisy
Offline
I just wanted to post and say thanks for all the help. Everything is working now and life is good. I am upgraded and I have found the Wiki to get everything else all set up.
Thanks again for all of your help, I have never had issues resolved so fast on a forum before!
Offline
...I have never had issues resolved so fast on a forum before!
we work at Arch speed... 8)
Offline
El Guapo wrote:...I have never had issues resolved so fast on a forum before!
we work at Arch speed... 8)
Another happy customer. Gives me a warm, fuzzy feeling. Or maybe that's just my hat.
·¬»· i am shadowhand, powered by webfaction
Offline
z4ziggy wrote:El Guapo wrote:...I have never had issues resolved so fast on a forum before!
we work at Arch speed... 8)
Another happy customer. Gives me a warm, fuzzy feeling. Or maybe that's just my hat.
i vote hat
Offline