Results 1 to 10 of 41
Well, I dumped my other OS (no need to mention who it is...but you know) leaving it on one hard drive and Linux on my other.
I succesfuly installed Xubuntu ...
- 06-02-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
NEED Xubuntu internet connection help
Well, I dumped my other OS (no need to mention who it is...but you know) leaving it on one hard drive and Linux on my other.
I succesfuly installed Xubuntu on the hard drive and ran all the diagnostics, it read 0 errors, so I assume it installed fine.
The problem is, no matter what I do, I can't get to the net! The INTERNETZ!
I can't ping my router even, yet at the top right corner there there is the two computers icon that represents the network status..hmm..
I need help very badly, I don't know if it's even detecting my card, yet when I type the "lspci" (something like that) code it lists my Realtek RTL8139...does that mean it's communicating correctly?
On a side note, I had the same problem with Ubuntu. After I installed it I tried each desktop (Gnome, Xclient, Failsafe Gnome...) and I can't remember how, but I got the internetz to work, but only for ONE session, never to connect again.
ANY help will be appreciated, I'm seconds away from hiring someone to rob me by the hour just to get online.
Thanks.
- 06-02-2008 #2
Hi there!
Can you open a terminal and fire up the following command:
Copy the results and post them here.Code:ifconfig
Also, do you have a static or a dynamic Internet connection?Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 06-02-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
Well, how can I copy and paste if I can't connect to the net? If I could do that I wouldn't be asking for help here. XD
(typed out by hand)
eth0 Link encap:Ethernet HWaddr 00:13:d4:d9:73:44
inet6 addr: fe80::213:d4ff:fed9:7344/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17 Base address:0xdc00
eth0:avahi Link encap:Ethernet HWaddr 00:13:d4:d9:73:44
inet addr:169.254.7.103 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:17 Base address:0xdc00
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:192 errors:0 dropped:0 overruns:0 frame:0
TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:14416 (14.0 KB) TX bytes:14416 (14.0 KB)
- 06-03-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
*sigh*
I went into Windows and used the Device Manager and set my card's option "Wake-on-LAN" something something and clicked enable, no difference.
To answer your question I has a DHCP setting but again, I can't even ping my router or reach 192.168.1.1/.0.1 in my browser.
- 06-03-2008 #5
Can you post the contents of /etc/network/interfaces
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 06-03-2008 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
it says Permission Denied, when I try sudo /etc/network/interfaces it says command not found.
- 06-03-2008 #7
Sorry, I should have been more specific,
run the following command to list the contents to a terminal window
Code:sudo cat /etc/networking/interfaces
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 06-03-2008 #8Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
cat: /etc/networking/interfaces: No such file or directory
- 06-03-2008 #9
DOH!
It's networking when restarting!!Code:sudo cat /etc/network/interfaces
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 06-03-2008 #10Just Joined!
- Join Date
- Jun 2008
- Posts
- 20
THANK YOU!
auto lo
iface lo inet loopback
iface eth0 inet dhcp
address 192.168.1.102
netmask 255.255.255.0
gateway 192.168.1.1
auto eth0


Reply With Quote