Page 1 of 1

Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 4:30 pm
by maagaard
I use Linux Mint 9 Isadora for a KIOSK computer.
I am using WICD.

Suddenly it has begun to lose the internet connection in Chromium.
I Restart the computer and the connection is working again.

halvor@halvor-laptop ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
-------------------------
* I. scanning WIFI PCI devices...
-- RaLink RT3090 Wireless 802.11n 1T/1R PCIe
==> PCI ID = 1814:3090
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 Ralink STA ESSID:"24g" Nickname:"RT2860STA"
Mode:Managed Frequency=2.462 GHz Access Point: E0:46:9A:4E:80:B4
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:33D1-56FD-D87A-5747-257D-9C9B-45F9-4640
Link Quality=62/100 Signal level:-59 dBm Noise level:-83 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

-------------------------
* IV. querying ifconfig...
eth0 Link encap:Ethernet HWaddr 00:01:c0:06:18:9e
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:16 Base address:0x8000

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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

wlan0 Link encap:Ethernet HWaddr 00:0d:f0:73:b2:96
inet addr:192.168.1.128 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20d:f0ff:fe73:b296/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16780 errors:0 dropped:0 overruns:0 frame:0
TX packets:6485 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4328053 (4.3 MB) TX bytes:4467824 (4.4 MB)
Interrupt:17

-------------------------
* V. querying DHCP...
There is already a pid file /var/run/dhclient.pid with pid 3997
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:01:c0:06:18:9e
Sending on LPF/eth0/00:01:c0:06:18:9e
Listening on LPF/wlan0/00:0d:f0:73:b2:96
Sending on LPF/wlan0/00:0d:f0:73:b2:96
Sending on Socket/fallback
DHCPREQUEST of 192.168.1.128 on wlan0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.128 from 192.168.1.1
bound to 192.168.1.128 -- renewal in 42667 seconds.
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached
--------------------------------------------------------------------------------------------------

Hope you can help.

Regards Soren

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 6:18 pm
by jungle_boy
Wicd has some problems and wont turn off out of nowhere, I would advise using the default LM network-manager.

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 6:37 pm
by maagaard
It is a problem with both.
I have installed wicd trying to troubleshoot.

..
Soren

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 7:17 pm
by jungle_boy
In terminal;

Code: Select all

inxi -N
And post here the output.

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 7:23 pm
by maagaard
halvor@halvor-laptop ~ $ inxi -N
Network: Card-1 Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver r8169
Card-2 RaLink RT3090 Wireless 802.11n 1T/1R PCIe driver rt2860
halvor@halvor-laptop ~ $

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Wed Jan 23, 2013 8:15 pm
by jungle_boy
Is hardness a ralink card to work!

Try this link:

http://ubuntuforums.org/showthread.php?t=1925655

Pay attention in #8 post

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Thu Jan 24, 2013 2:26 am
by maagaard
But my internet connection is working.

I'm trying to show a specific webpage 24-7.
After a while it seems like the internet connection drops and I get
http://www.flickr.com/photos/23374316@N05/8409474266/

If I go to the machine and reload(or restart) it will show me the page again.

Thankf for your help :-)

Soren

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Thu Jan 24, 2013 8:27 am
by jungle_boy
I find another solution, system load two drivers but only use on of them; it is necessary put the second drive on a blacklist, because system is jumping from one to another and so it drops the connection.

It is in Brazilian Portuguese and I will make a translate/resume and post here tonight.

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Thu Jan 24, 2013 3:35 pm
by maagaard
Please help 8)
How do I do that?

Re: Linux Mint 9 (Isadora) loses internet connection

Posted: Thu Jan 24, 2013 10:07 pm
by jungle_boy
Open a terminal and:

Code: Select all

lspci -vvv
Search kernel driver in use, and kernel modules, like the example;

Image

Post here the output