LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't connect to internet suddenly (https://www.linuxquestions.org/questions/linux-newbie-8/cant-connect-to-internet-suddenly-925336/)

mrmorrighan 01-23-2012 04:52 PM

Can't connect to internet suddenly
 
Using linux mint 11 installed on new Shuttle computer (one month). I was able to go online for 2-3 weeks, but now I cant. When I boot up or restart as either user (I have two set up) I get the message that there are wireless connections available and to go to the network menu.

however, when I go there and select network connections and go to the wireless tab no connections appear for me to select from. My modem is called 2WIRE006 and when I try to add the new connection it asks for info I'm ignorant about. Any help with adding a new connection? I would expect it to be a simple procedure.

I've had several glitchy things with this new computer. I'm wondering if the original installation was incomplete or something. I got Linux mainly because it is so stable and will install V12 as soon as soon i can. i might have to download V12 to this PC, burn it to DVD and install that way.

So,
1) does this sound like a software glitch? If so, how to fix.
2) If I need to download V 12 to DVD and install, will I encounter problems that you know about
3) Could this be hardware related? I'm fixing to call Shuttle

Thanks for your time and help.

Maggie Rose

mreff555 01-23-2012 08:13 PM

Maggie,

Start by looking for buttons on the computer itself. Sometimes there are switches to physically turn off the wireless adaptor. If ths is the case simply switching it on should do the trick

If this isn't the case, try this. Open your programs menu and look for an option called terminal, or gnome terminal, or xterm. If you can't find it try holding alt and pressing F2, this will probably bring up a run box, type in "xterm" no parenthesis"
That should bring up a command shell. Type "ifconfig"
This should bring up a list of confusing things that you don't understand. Just look on the left for something called "wlan0"

If not what do you see? If you don't see it try typing this "sudo ifconfig eth0 up"
and type in your password when it asks for it. Look for any error messages. Post them if there are any Then type "ifconfig" again and see if it's still not there.

I'm sure it's something small. Just try that first and if you still don't have a connection, let us know what happens. Remember, we need details :)

mrmorrighan 01-24-2012 07:07 AM

Thanks for the terminal command. I'm just learning how to use terminal and needed the command to input. I agree this may be a small fix.

So, when i went into "ifconfig" I saw the wlan0. This is what it said:

Link encap:Ethernet HWaddr e0:91:53:51:91:77
UP BROADCAST 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 Memory:f8610000-f8610100

Looks like all is okay. What now? Is there a terminal command that can list available links? The screen message when i boot up says wireless connections are available, but no possible connections listed in "network connections".

vickyk 01-24-2012 09:00 AM

Hi mrmorrighan,

Open the terminal as mreff555 told you. Try this

Quote:

/etc/init.d/networking restart
If the above doesn't work, then
Quote:

/etc/init.d/network restart
While executing the above command, open another terminal and check the output of
Quote:

tail -f /var/log/messages
You can give the output here.

Secondly,
you can check this link
http://www.wikihow.com/Set-up-a-Wire...twork-in-Linux

mreff555 01-24-2012 09:17 PM

Yes, it looks like your interface is up, so it is quite strange that you can't see any network connections. Try "iwlist scan"
This is basicly a command shell way of searching for networks.

mrmorrighan 01-24-2012 10:12 PM

hi, vickyk, Thanks for the info. Also, thanks to mreff555 for add'l info.


when i type in vicky's first suggested command line it says:

*Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
*Reconfiguring network interfaces
ifdown: failed to open statefile/var/run/network/ifstate: Permission denied
ifup: failed to open statefile/var/run/network/ifstate: Permission denied
[fail]

when i type in mreff555 command, i get:

lo Interface doesn't support scanning
eth0 Interface doesn't support scanning
wlan0 No scan results

Something here doesn't look right to me. This user has administrator rights, so don't understand "permission denied"

Any other suggestions? My wireless works great with two other computers, and used to work fine on the Shuttle. When I first got the machine I was asked to enter the WEP code several times when I booted or restarted. I thought that was strange, one of the glitchy things I ran into early on, but then it seemed to finally get the WEP code memorized and started connecting automatically. Then it quit for no apparent reason, nothing changed, I was still reading and getting informed on system, so something happened internally.

If you have more ideas let me know. Otherwise I can download Mint 12 to this PC and copy program to disk (I bot external DVD drive to use with Shuttle). Maybe that will clear up whatever issues are going on now.

Y'all are wonderful. Thanks so much for your time!

Maggie Rose

mrmorrighan 01-26-2012 01:21 PM

I'm renewing this thread for continued help solving problem. I've loaded mint 12, and am still having same problem.
Thanks

mreff555 01-26-2012 07:08 PM

Alright. If you are absolutely sure that you don't have a switch to turn on and off wifi, try this:

Type "iwconfig wlan0". you should see something like this:

wlan0 IEEE 802.11bgn ESSID:"Routy"
Mode:Managed Frequency:2.462 GHz Access Point: 00:1F:90:F3:A4:FC
Bit Rate=54 Mb/s Tx-Power=16 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=50/70 Signal level=-60 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:12 Invalid misc:6621 Missed beacon:0

The Essid blank will most likely be empty since you aren't connectedand I'm taking a wild guess that the Tx-Power is off, but let me know what it says.

if it is off, try this.
"sudo iwconfig txpower auto"
I would then try rebooting and see if that makes a difference.

btw. I'm not familiar with these shuttle systems but assuming you are running a standard version of linux let me briefly explain something about administrator rights. I apologize if I'm explaining things you already know. Unlike Windows where administrator access is a little more transparent and default. Generally, in linux when a user had "administrator access" it means they have access to "sudo". In linux there are three ways to get "root" access in linux, which is the equivalent of administrator linux.
1. You can log in directly with the username "root" and a password which you may or may not know. I'll explain in a second. By the way, this isn't recommended. Logging in to a graphical environment at root is dangerout because many commands are being executed in the background and if the x server has root access, there is the possibility to do damage.

2. You can log in as yourself and type "su" in the command prompt, and then enter the root password. This will convert this shell only to root. You can then freely access commands with root access. This is the second safest method.

3. The best method, if you only need to run one command as root is the sudo command. It requires your username being in a file called "/etc/sudoers", this is generally what is refered to as administrative access for a user in linux. If you need to run a command which requires root access, such as adjusting the power to your wireless card. The command is "sudo" followed by the commands eg "sudo iwconfig wlan0 txpower auto". It will ask you for a password, but it is looking for your password, not the root password. Many systems, Ubuntu included don't make actual root easily accessable for safety reasons.

Hopefully that clears up some confusion. Sorry if I'm explaining things you already know.

mrmorrighan 01-26-2012 09:38 PM

mreff555--

There is a "antenna" symbol on the front of the machine which has a green light, so i assume the wireless is on. Can't find switch but I know what you're talking about and I don't think I have one.

And, please don't apologize for telling me stuff I might already know. I am a Real New Newbie. i know windows, but not this, and especially not terminal.

typing "iwconfig wlan0":wla0 802.11bgn Nickname: "rtl8191seva1"
mode: managed Frequency=2.417 GHz Access Point: not-Associated
Bit Rate:135 mb/s
Retry: on RTS thr:off Fragment thr:off
power Management:off
Link Quality=10/100 Signal level=dBm Noise level=-100 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

Then I entered "sudo iwconfig wlan0 txpower auto", and entered password when prompted"

Error for wireless re

mrmorrighan 01-26-2012 09:50 PM

mreff555, hi again. Don't think i have a switch, the little wireless antenna icon on the front of the machine is green though, so looks on to me.

And please dont apologize for stuff I might already know. If you haven't figured it out already, I'm a Real New Newbie. Windows for years, don't know terminal at all.

Typing iwconfig wlan0:
wlan0 802.11bgn Nickname:"rtl8191SEVA1"
Mode:Managed Frequency=2.417 GHz Access Point; Not-Associated
Bit Rate:135Mb/s
Retry:on RTS thr:off Fragment thr:off
Power Management:off
Link Quality=10/100 Signal level=0 dBm Noise level=-100 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 invalid misc:0 Missed beacon:0

Typing "wudo iwconfig wlan0 txpower auto" and entering password when prompted:

Error for wireless request "Set Tx Power" (8826) :
Set failed on device wlan0 ' Operation not supported

Any clues here? Reminder, when I boot or restart i get the message on screen that "Wireless networks Available" and to go to network menu which has nothing listed for me to choose.

taylorkh 01-27-2012 07:08 AM

Good morning Maggie Rose,

In response to your post in the other thread...

When adding a new wireless network:

SSID is the router/network name - 2WIRE006 is likely correct in your case
Infrastructure is probably the correct mode
The only other settings you should have to enter would relate to security. What sort of security and what is the password.

That said, we probably need to verify the information about your network. A couple of ideas...

You said you have a Dell PC which you used to download Mint 12. I guess it is connected to the network. Is it wireless? If so we can find some of the settings by looking at its configuration.

If the Dell PC is wired to the network - please tell me what make and model the modem/router. You will need to access the modem/router (usually by using a web browser) to lookup the information.

Please let me know how you want to proceed.

Ken

p.s. I agree that the green antenna symbol says the hardware is working. The results of iwconfig support this. If we get the correct setup information for your network (as described above) I am sure we can get things connected.

mrmorrighan 01-27-2012 12:17 PM

Hi, Ken

Don't know why i didn't think to check my Dell connections. Duh....

IT'S WORKING!!!!!

Once I knew what SSID was and that I could ignore the rest, and set up the right WEP, ir connected! Such a simple fix for all the hard work and time from you guys. I really appreciate all your help, Ken and mredd555.

Don't know what happened, but now I know how to fix if it happens again.

The only other thing I have to do before switching to the Shuttle/Linux full time is to load a Windows bridge game (Jack 5.0), but i'll start another thread if i continue to have problems. I've got wine so maybe I can do this on my own.

Y'all are wonderful!!

Maggie Rose

taylorkh 01-27-2012 01:34 PM

Glad you got it working!!!


WEP security on your wireless network is better than nothing - but not much better. It has been cracked for a long time so if someone wants to tap you signal they can do so without too much effort. Not to break things again but if you want to upgrade to WPA2 some day for better security start another thread and I am sure folks here will assist you in doing so.

Ken

TroN-0074 01-27-2012 01:59 PM

Good to hear mrmorrighan fixed that wireless problem. I was following this threat and glad to know its happy ending!


All times are GMT -5. The time now is 12:35 AM.