View Full Version : [ubuntu] Wired connection not working
jacoblyles
July 14th, 2008, 03:29 PM
I spent some time trying to get my WUSB54G wireless USB adapter to work with encryption in Ubuntu. I finally gave up and decided to run a wire to the router, but now my wired network connection does not work either. I am not sure which steps I followed, but I know I installed a few kernel modules.
I know the hardware is good because I am dual booting into Windows XP and everything works fine.
Can anybody help? Being without my Ubuntu half is very frustrating. Thanks.
dca
July 14th, 2008, 03:42 PM
Go into your 'System -> Administration -> Network' settings and see if 'Roaming mode' is enabled. If it is, see if disabling that helps (but be sure to leave it set to DHCP if that's how your router is set)...
jacoblyles
July 14th, 2008, 04:01 PM
Go into your 'System -> Administration -> Network' settings and see if 'Roaming mode' is enabled. If it is, see if disabling that helps (but be sure to leave it set to DHCP if that's how your router is set)...
Tried roaming and DHCP, neither works.
freetree
July 14th, 2008, 04:05 PM
Can you ping your router? Try setup a static IP and try.
prshah
July 14th, 2008, 04:11 PM
I am dual booting into Windows XP and everything works fine.
Can you post more information about your network? Boot into Windows, then click Start-Run and give the command cmd, press enter, then give the command ipconfig /all and post back whatever it spits out.
Using this information, someone can easily guide you to setup the connection in Ubuntu.
jacoblyles
July 14th, 2008, 04:25 PM
Can you ping your router? Try setup a static IP and try.
Sorry, I don't know how to do this.
jacoblyles
July 14th, 2008, 04:32 PM
Can you post more information about your network? Boot into Windows, then click Start-Run and give the command cmd, press enter, then give the command ipconfig /all and post back whatever it spits out.
Using this information, someone can easily guide you to setup the connection in Ubuntu.
Here we go:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\User>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : user-b50709e9fb
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : RAWR
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : RAWR
Description . . . . . . . . . . . : Attansic L1 Gigabit Ethernet 10/100/
1000Base-T Controller
Physical Address. . . . . . . . . : 00-1B-FC-CA-68-43
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Lease Obtained. . . . . . . . . . : Monday, July 14, 2008 12:53:33 PM
Lease Expires . . . . . . . . . . : Tuesday, July 15, 2008 12:53:33 PM
C:\Documents and Settings\User>
jacoblyles
July 14th, 2008, 05:39 PM
Is it okay if I bump on this forum if my topic falls off the front page?
tastashkan
July 14th, 2008, 06:59 PM
i have a similare problem i have an acer extensa 5420 and it doesnt run internet wireless nor ethernet plz tell me if u are able to fix your internet problem thxs
jacoblyles
July 14th, 2008, 11:18 PM
I found out that I get an IP address in Ubuntu when I type "lshw -C network" at a terminal prompt, 198.162.1.107 I believe. However, I still get an "address not found" error every time I open up a browser and try to find a webpage. Can anyone help?
prshah
July 15th, 2008, 06:34 AM
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : RAWR
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.107
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
Fine, now, assuming your ethernet interface in ubuntu is eth0; post the output of the following commandssudo mii-tool eth0
sudo dhclient eth0
ping 192.168.1.1
ping www.google.com
ifconfig eth0
If you get no errors, try using Internet, otherwise please post back all the above output.
Remember to replace eth0 with the actual name of your interface; give the command ifconfig to list all interfaces, and then choose that which seems most obvious (_not_ lo, usually eth0)
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.