General :: Unable To Reach The Internet - Light On Mobo Where The Ethernet Cable Is Plugged In Is Steady Yellow
Aug 2, 2011
I used my computer this morning, but when I returned this evening, I am unable to reach the internet. Also the light on the mobo where the ethernet cable is plugged in is steady yellow.
My limited experience would tell me it is a hardware failure, but it seems so strange with nothing happening during the day. How might I best diagnose the problem?
View 8 Replies
ADVERTISEMENT
Jan 27, 2011
When the ethernet cable is plugged in, it doesnt work. I have to unplug the cable, refresh the page and let it wait for the connection, after a second or two, i plug it back in, and it works. this works only for that page, which means only that page loads.. if i try to open another site or smthing else, it doesnt work and i have to repeat the exercise for the new site..i have to unplug, refresh and let it wait for connection and plug it back in.. The same thing happens if i try to download an application.. i have to first issue the command to download, and when it says "connecting to blah blah.." i plug the cable back in and it starts downloading, it doesnt work if the cable is already plugged it..!
View 9 Replies
View Related
Jul 9, 2011
I have a debian-powered NAS (Buffalo LinkStation) and I want to configure the following behaviour: When ethernet (eth0) is plugged in, connect and get a static ip address (ie. 192.168.0.11) When a wireless usb-adapter (wlan0) is plugged in, connect to a wireless router (ie. "Ankkanet") get another static ip address (192.168.0.12)
My /etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
[code]....
what could be causing wireless to disconnect when ethernet cable is unplugged?
View 3 Replies
View Related
Jul 15, 2011
Acer 5250-BZ475 laptop, fresh install of Ubuntu 11.04. Boots up beautifully as long as an ethernet cable is plugged in. Otherwise, I get to the login screen and have just enough time to start typing in my password before the entire system hangs hard - no mouse, no keyboard, can't even get to a terminal, nothing. Have to hard power off the machine.
It seems to be a problem with the wireless card trying to initialize, but there doesn't seem to be a bios option to disable wireless on this laptop, so I'm a bit at a loss as to how to fix this problem. By the way, wireless works fine if I boot up with a cable connected - I can see all the wireless access points in my area no problem. I just can't boot without a wired connection, which makes my laptop more or less useless when I'm away from home with it.
View 8 Replies
View Related
Mar 9, 2010
I just built my first pc, installed ubuntu 9.10 and tried connecting to the net through my ethernet cable and all that happens is it says cannot find server. Do I need to install network settings & if so what & where,or should it automatically detect them? As this is my first build I am a novice but am willing to listen & learn.
View 3 Replies
View Related
Jul 27, 2010
My WiFi can connect to internet without any problem, until I plug my ethernet cable ...then I lose internet.
So the question is : how do I configure my ip/dns and stuff to still have internet when I'm plugged by cable at the same time! it was working on windows ;-)
View 3 Replies
View Related
Jul 13, 2011
I am using Ubuntu Server version 10.4, and am trying to connect to the internet via an ethernet cable. This may and probably is incredibly simple, however, I could not find anything that pertains to it.
View 9 Replies
View Related
May 4, 2011
I am using a cable modem wired to my PC via ethernet. My ISP is Road Runner, through Time Warner Cable.
I entered my IP address, Netmask, and DNS Servers into the network, not using DHCP. This was how I was able to achieve a network connection.
I am connected to the modem, but I cannot get internet.
Here are my stats:
View 7 Replies
View Related
Apr 2, 2010
I have been using my laptop as a development machine for a few months now, developing php/mysql applications, and testing them offline via the same laptop by pointing the browser to url.
But a few days ago, my url stopped working and I discovered that it will now only work if I have an active internet connection plugged in. Why has this happened and how to I fix my test server so localhost works with or without an internet connection via an ethernet cable.
View 2 Replies
View Related
Mar 2, 2011
Just today I installed opensuse 11.3 on my Compaq CQ61. Even though I am able to connect to networks (both with an ethernet cable and wireless) I don't have internet access. I have used opensuse for a very brief period in the past and I had no such problem.
View 3 Replies
View Related
Apr 5, 2011
Guy Im having issues getting my NIC to work. I dont think the NIC is faulty because when I plug the network cable in I get the green and orange light and I get the below result when running lspci | grep net
Code:
:~$ lspci | grep net
02:08.0 Ethernet Controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (Rev 42)
[code]....
View 8 Replies
View Related
Apr 2, 2011
Is there a way to have linux connect to the network when the ethernet cable is plugged in? I'm using Gentoo Linux, and I haven't found the right setup for the conf/net that'll allow me to do that.
View 1 Replies
View Related
Oct 12, 2010
how I could file share, or make the whole Hard Drive (HDD) accessible to another computer. The two other computers I have are a Toshiba Laptop with Ethernet and USB, and a iMac Intel with Firewire, USB, and Ethernet. Putting these to use along with:
Three Ethernet Cables
Two Printer Peripheral USB Cables
The Two Computers
A 2GB Flash Drive
That is all I can think of right now. I do not want to use CDs. In a way, I would like to do a network boot. So, how do I get the whole HDD visible to the others computers (either/both) and be able to write to it? I want to put Xubuntu on it, and earse the rest of the Hard Drive. The computers getting this are the iMac G3s and the eMac G4. The eMac has 256MB RAM, 40GB HDD, and a 700MHz processor. Two iMacs have 128MB RAM, 40GB HDD, and a 600MHz Processor. The other iMac is the same as the rest but has a 500MHz processor.
View 8 Replies
View Related
Jun 20, 2010
i'm using redhat enterprise version, i'm facinh problem in wifi. i able to browse internet via ethernet but unable 2 connect via wifi and how to install applications.
View 2 Replies
View Related
Dec 23, 2009
I am working on h/w device having linux kernel version 2.6.27 with busybox installed. I observed below problems while working on jffs2 image is flashed on the board.
1)When the board is powered-up with n/w cable is connected, it doesn't get IP address automatically, I have to use "/etc/init.d/networking restart" in init script(/etc/init.d/rcS) to get the IP address.(I am using dynamic addressing)
2)When the board is powered-up with n/w cable is unplugged and plugging-in once the device is started, I get "link up" message from the system, but still the IP is missing in eth0 interface.
I have udhcpc(v1.14.1) installed. Giving below commands manually, get the IP for device:
Code:
ifdown eth0
/etc/init.d/networking restart
but It is not pretty solution for me !
What I want is, the device should get IP address automatically once the n/w cable is plugged-in. (as we get in desktop m/c's). Am I missing some scripts or configuration parameters?
View 1 Replies
View Related
Apr 28, 2011
I want to know how to conect to intrenet ubuntu 6.06 version via ethernet cable and wireless through modem THOMSON99BC4C on asus notebook.
View 3 Replies
View Related
Jan 22, 2011
is fully two times that I install ubuntu 9.10 and in no way is to approach the moon either with wifi internet nor cable
View 1 Replies
View Related
Dec 15, 2010
I have a kubuntu 10.04 box and it runs virtualbox with windows 2000. For the most part, the network cable will be plugged in and i should be able to rdp into my windows 2000 install just fine, however, for testing purposes and for backup server testing, I will not have the cable plugged in all of the time.How would I rdp into that windows 2k install on the same machine if no cable is plugged into the ethernet port?I have both the kubuntu install and the windows 2k install setup with static ip's, but it is not working.
View 13 Replies
View Related
Jun 23, 2011
I have a computer with grub installed, and nothing else. I'd like to install Debian on it without having to burn a CD. (and I don't have any flash disks.) It has a nice ethernet card, and I have another computer right next to it with an ethernet card. I also have an ethernet cable. However, I don't have any router free which I can mess with for these purposes. As I've looked up, apparently modern Ethernet cards don't need crossover cables, normal cables will work for this type of connection.
I've tried several different "tutorials" on how to set up a netboot server, but
None of them are complete. All of them assume that you understand how DHCP works, and that you can do things like set up a dnsmasq server. I don't understand the DHCP protocol, with submasks and whatnot (I know that it is the protocol for assigning computer network addresses, and that's it), and I don't think I should have to in order to simply connect two computers. All of the tutorials give you incomplete configuration files, and ask you to fill in things which I don't understand, and for me it doesn't make sense to customize these settings, as I just want to connect them and I really don't care what ip address the TFTP server has or whatnot. All of these assume that you are going through a router. I am not. When I try googling for ways to directly connect two linux computers with an ethernet cable, I can't even find instructions, just more references to "you need crossover cables".
So basically, I have two computers directly connected by ethernet cables. Tell me what packages I need to install, what the contents of my configuration files should look like, and what, if any, commands I need to run in order that when I turn on my second computer, and select network boot, it will start up a minimal debian system.
EDIT: Hmmm, it looks like I actually have a linux kernel installed too, but no root filesystem (so no other programs besides busybox).
View 1 Replies
View Related
Jan 13, 2011
I have installed fedora 14 minimum install and I have configured my machine for Static IP but now i cant reach any external sites or repository, in fact all i can do is ssh to the box. below is the configuration in my /etc/sysconfig/network-scripts/ifcfg-eth0 file:
DEVICE="eth0"
BOOTPROTO="static"
BROADCAST="10.27.18.255"
IPADDR="10.27.18.117"
NETMASK="255.255.255.0"
[Code]....
and my DNS is setup to point to my ISP's primary and secondary DNS servers. I have brought the interface down then up after each change but still cannot ping anything.
View 4 Replies
View Related
Oct 28, 2010
I am trying to get my tevii650 usb DVB-S2 tuner working. I seem to have installed all the correct drivers as far as I can tell.
When I scan for services and then use femon to look at the signal strength femon -H, I get a signal of around 83% with 0 SNR and BER. Then if I remove the feed the signal goes UP to 97% 0SNR and BER.
I am trying to monitor signal the signal level coming down from the satellite. I don't even want to be able to tune to any of the channels. Basically I want to use the PC as a glorified signal meter and datalogger.
View 1 Replies
View Related
May 5, 2010
I have been encountering this problem, not only on 10.4, but on older versions too: I use a wifi router to connect my laptop to the Internet, but sometimes I need to connect directly to another computer to move some files over GLAN. But Ubuntu's Network manager doesn't allow me to configure the eth0 interface without specifying a gateway (no gateway = grey submit button), but when a gateway is specified, it always rewrites the default gw specified already by the active wifi connection and returns back after unplugging the eth cable.
Of course this can be solved by a few route commands, but this is unacceptable since it is needed to establish the cable connection without any further assistance from within and as well without replacing the default gw and thus breaking the Internet connection. Is there, please, any possibility how to prevent Network Manager from replacing these routes?
View 2 Replies
View Related
Jan 19, 2010
For about the past month I have been having a very frustrating problem When I boot the system with the ethernet cable attached it acts as if the cable is unplugged even though the connection light is litWhen I boot the system with the ethernet cable disconnected and wait until it boots all the way to gnome and then plug in the cable everything works fine
View 1 Replies
View Related
Jun 5, 2011
I am using ubuntu (11.04) here, when i connect Bsnl broadband link(wired connection). Internet is connect automatically But unable to instal, upgrad and access Internet pages ..
View 1 Replies
View Related
Dec 26, 2010
I have a laptop connected to the the net thru an adsl modem, when I switch off the laptop network interface,(thru system-config-network) the light of the laptop network card plugged in the router stays on ( green) where as in my pc, when i do the same thing , the light of my pc network card goes off in the modem
View 5 Replies
View Related
Jun 1, 2011
I just purchased an HP Pavilion p6710f desktop with an ralink wireless n card, and 11.04 won't recognize it in 'Additional Drivers'. I can't get it to an ethernet cable, and then check for more additional drivers (did this on an old laptop), so what can I do??
View 4 Replies
View Related
Dec 5, 2010
I have just installed ubuntu 10.04 using the wubi installer to dual-boot my machine. Under ubuntu, I am not able to connect to the internet or my router. Everything works fine under windows. I have tried to find relevant information in the forums, but nothing seems to work for me. I have tried disabling ipv6, setting a static ip, but no go. ifconfig shows no IP, dhclient results in no DHCP offers and pinging my router's IP results in Network is Unreachable.
View 9 Replies
View Related
Apr 23, 2010
I have installed Mint 8 on my HP Presario lap top. When booted up using XP I can connect to the internet wirelessly with no problem. But, when I boot up with Mint 8 I receive a msg that there is no connection to the internet. I then tried by hooking up to the router with a cable and it still shows "not connected to the internet" msg. I tried rebooting while hooked up with the cable and same result.
View 20 Replies
View Related
Jul 14, 2011
I just installed Ubuntu Server, plugged in the ethernet cable, and there is no network connectivity.
View 2 Replies
View Related
Aug 31, 2011
I replaced my motherboard and processor but am keeping my old hard drive without reformatting it. Things work well except that I cannot connect to the internet. I am thinking that I just need to reconfigure the connection to see the new network hardware. I tried /etc/init.d/networking restart but that doesn't do anything. What am I missing? By the way it is a wired connection - not wireless.
View 6 Replies
View Related