You are not logged in.
Hi All.
I just recently bought a new pc (Gateway DX4860). I have recently download the latest archlinux iso (with the new install method). I have the partitions setup, but I can't seem to get my dsl working at all. My setup is simple just an Ethernet cable from PC to modem (no router), so I should just be able to do a pppoe-setup and be on my way. Setup works, but I get no connectivity. What am I missing?. I also have a ralink wireless card in this PC if that means anything.
Quicken2k
Last edited by Quicken2k (2012-09-26 20:30:43)
Offline
I would start with ip link to see if the system (a) sees your card and instantiates an network device for it, and to see if it thinks there is a cable attached.
(BTW, there is a cable attached, right? --- I cannot tell you how often that is the problem )
Check that the link lights are on at the computer and the modem.
Are you sure your modem uses PPPoE? Any chance it is mini-router providing NAT translation and running its own little DHCP server? Have you just tried using dhcpcd ? Can't hurt.
Last edited by ewaller (2012-09-25 04:36:47)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Did you type "server" ? Does it say "Connected!" ? Can you ping Google ?
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Nope just a standard modem suipra 2400. There are times when it says connected and there are times when it says. connect > NULL. If I try ping -c 3 www.Google.com if says can't find host. If I ping 8.8.8.8. it works but no still no internet.dhcpd refers to ipv6. I'm sure mine doesn't use that. What else can I do.
Offline
If I ping 8.8.8.8. it works but no still no internet
Did I read that right? If you can ping ip addresses then you most certainly do have internect connectivity. You just may not have a proper DNS.
Also, while I'm well outside my expertise (and ewaller can correct or clarify) dhcp is not just for ipv6 (is it??). AFAIK dhdcpcd or dhclient will get DNS info and put it in /etc/resolve.conf which is needed. That is a bit 'handwavy' as if some magic happens, which is basically is to me, but I know that those are the relevant players and the roles they play. So, I'd say check your resolve.conf, and try out dhcpcd.
Last edited by Trilby (2012-09-26 01:39:31)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
If you have an IP, but the nameserver is missing, just put "nameserver 8.8.8.8" in your resolv.conf.
Last edited by progandy (2012-09-26 02:49:15)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
If you have an IP, but the nameserver is missing, just put "nameserver 8.8.8.8" in your resolv.conf.
Exactly. Like it says in the Beginners' Guide:
https://wiki.archlinux.org/index.php/Be … em_or_ISDN
And because most ISPs have moved to IPv6, you may need to adjust your resolv.conf:
# echo nameserver 8.8.8.8 > /etc/resolv.conf
PS: Don't forget to mark it as solved (by editing the first post).
Last edited by DSpider (2012-09-26 08:32:12)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Got it thanks.
Offline