Author Topic: Internet connection went down, others can connect again but not me  (Read 1606 times)

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #15 on: October 23, 2010, 09:25:26 PM »
its some wireless g router. been turning it off and on, and resetting it. nothing changes.

[root@localhost jeremy]# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
[root@localhost jeremy]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  Mode:Managed  Access Point: Not-Associated  
          Tx-Power=off  
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
[root@localhost jeremy]#

is there a code to check the router/ip or something?

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #16 on: October 23, 2010, 09:29:58 PM »
[root@localhost jeremy]# rfkill list
0: hp-wifi: Wireless LAN
        Soft blocked: yes
        Hard blocked: yes
1: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: no
[root@localhost jeremy]#

sorry, just not sure what version this is. mandriva has year.0 or year.1, opensuse uses 10.0 or 10.1, this version i got from pclinux was whatever was available in July of this year.
« Last Edit: October 23, 2010, 09:32:04 PM by Jeremy.Bailey »

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #17 on: October 23, 2010, 09:36:20 PM »
Did you say got connected to your network using a wired connection? can you find out the ip address if this computer?

you can get this info from typing "ifconfig" on that computer.

If restarting the router doesnt fix it, then you may need to manually change its settings. You should be able to enter the router and change its settings and it should have a setting for giving computers ip addresses, this option may have "dhcp" word in its name.

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #18 on: October 23, 2010, 09:38:33 PM »
yeah, i have the computer connected to an Ethernet cable now

[root@localhost jeremy]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1F:16:76:53:F1 
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:16ff:fe76:53f1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:19727 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11858 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:26704798 (25.4 MiB)  TX bytes:1154980 (1.1 MiB)
          Interrupt:28 Base address:0xc000

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:62 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3264 (3.1 KiB)  TX bytes:3264 (3.1 KiB)

[root@localhost jeremy]#

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #19 on: October 23, 2010, 09:50:15 PM »

go to pcc and reconfigure the wireless network and then choose "manual configuration" instead of "automatic ip" at one of configuration stages then use this numbers "192.168.1.100" for an ip address and then finish up and see if you will be able to go online using this static ip address.

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #20 on: October 23, 2010, 09:55:28 PM »
dang. no change.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #21 on: October 23, 2010, 10:06:52 PM »
i though using a static ip address would allow you to go online since you will be joining the network with your own address bypassing dhcp on the router(dhcp server is the part of the router that gives ip addresses, this is the part that isnt responding for some reason).

You may need to go into the configuration page of your router and poke around and see if there is a setting or two that need to be turned on or off. The problem is not on your computer and nothing can be done on that end.

Why did the net go down in the first place? maybe somebody was playing around with the router's settings and changed something
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #22 on: October 23, 2010, 10:12:23 PM »
we were all gone looking at some house. no one was messing with anything. door is closed, so no cat or dog could have done anything.
Im losing my ethernet connection. someone needs to get to bed and im occupying it. i can still use the droid, but copying and pasting would be a nightmare.
i guess from what you said, it's not a pc issue.
do you suppose the router is bad?

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #23 on: October 23, 2010, 10:29:23 PM »

well, wired part of it works, the wireless part doesnt and the fact that all three wireless computers can not go online wireless strongly suggests a problem with the wireless part of the router.

Wireless routers are known to be susceptible to interference, maybe a neighbor powered up a wireless device and the interference is kicking you out of your network or maybe its broken, i just dont see how a wireless part of a router can get broken all by itself.

Most routers have an administrative page you can access to change its settings, you can look up on yours and see if you can change a thing or two. You may start by trying to use a difference channel. Wireless routers operate in difference channels from channel one to twelve. Try another one and see if it will work.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #24 on: October 23, 2010, 11:34:34 PM »
If this makes sense, I solved the problem. If not, then, I don't know what to say.

Something dawned on me, I use the PS3 gaming system to on occasion, connect to the internet. How? simple. wirelessly.
It connected with no hesitation whatsoever. I then copied off the IP address, etc etc...
I went to the control center again, and erased the old network configuartion, then added a new one, this time with the info off the PS3.
It said "failed" when trying to connected. But within a few seconds, it showed it connected wirelessly.
Strange, but I am now typing to you from the PC that couldn't connect to the internet for a good day.

i appreciate everything you have done. Been very helpful, and I have learned some things because of you. Thanks.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #25 on: October 24, 2010, 06:50:05 AM »
did you have to do the same on all wireless computers?

can you run this command as root on the computer you use ps3 settings on?

cat /etc/sysconfig/network-scripts/ifcfg-wlan0
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #26 on: October 24, 2010, 09:36:49 AM »
I went under the network info on the PS3 and used that on the computer. I did remove the connection first, then added it.
it showed it failed, but after a few seconds, it connected to the internet. Did the same on the other PC.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6239
Re: Internet connection went down, others can connect again but not me
« Reply #27 on: October 24, 2010, 09:50:47 AM »

can talk a little bit about what network options u used from your ps3 and if there are any difference you noticed compared to network settings on your computers that used to work but stopped. This happened to you and it will most likely happen to somebody else one day and you will do the forum a great favor if you look into this and document what you will find.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Jeremy.Bailey

  • Guest
Re: Internet connection went down, others can connect again but not me
« Reply #28 on: October 24, 2010, 10:06:56 AM »
all I did was go to the network settings, and checked what IP address, SSID, etc that the PS3 was using. I redid the configuration in the control center, selected manual instead of automatic.
It connected even though it said it failed.
But now, as I boot up to the PC, it showed it was not connected :(

I guess it's not as solved as I thought it was.