[SOLVED] Maya Mate Internet becomes disabled

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
y-man
Level 1
Level 1
Posts: 24
Joined: Thu Nov 19, 2009 10:01 am

[SOLVED] Maya Mate Internet becomes disabled

Post by y-man »

I did use internet both --wired and wIreless-- on this system in the past.
One day I wanted to add another wireless connection. I was not successful,
and since then I cannot use or set up any connection.

Here are the symptoms:

Right clicking on Network Connections icon on the panel, I got only "Edit
Connections" choice alive. Clicking that, then "Wireless" tab, then
"+Add" button I arrive a data entry window, but all its contents are
grayed out.

Selecting Main menu -> Administration -> Network, then gaining root
access, selecting "Wireless connection" then clicking "Properties"
button, I could enter, and then edit seemingly succesfully. But this
new connection is never activated, nor it becomes visible from Network
Connections icon on the panel.

The output of mintWifi.py:
================= start output
* I. scanning WIFI PCI devices...
-- Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
==> PCI ID = 168c:002a (rev 01)-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
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

eth0 no wireless extensions.
-------------------------
* IV. querying ifconfig...
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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28

errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1920 (1.9 KB) TX bytes:1920 (1.9 KB)
-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached
============= end output

Any suggestion will be much appreciated. I did search this forum and
internet in general to no avail.

I hope I will get some help here and be saved from having to
reinstall.

Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
snison

Re: Maya Mate Internet becomes disabled

Post by snison »

You can't use any internet on that system or just can't use wireless?
Try

Code: Select all

sudo aptitude reinstall network-manager
make sure /etc/network/interfaces has only two line

Code: Select all

auto lo
iface lo inet loopback
leviticus8908

Re: Maya Mate Internet becomes disabled

Post by leviticus8908 »

snison wrote:You can't use any internet on that system or just can't use wireless?
Try

Code: Select all

sudo aptitude reinstall network-manager
make sure /etc/network/interfaces has only two line

Code: Select all

auto lo
iface lo inet loopback
I am having a similar problem. I posted my original problem in the wrong category here: http://forums.linuxmint.com/viewtopic.php?f=90&t=123775

I have no internet access through my laptop because it is through my school so I have no ethernet to use.

When I ran the "sudo aptitude..." command, the final result said "E: Internal Error, No file name for network-manager."
y-man
Level 1
Level 1
Posts: 24
Joined: Thu Nov 19, 2009 10:01 am

Re: Maya Mate Internet becomes disabled

Post by y-man »

snison wrote:You can't use any internet on that system or just can't use wireless?
Try

Code: Select all

sudo aptitude reinstall network-manager
make sure /etc/network/interfaces has only two line

Code: Select all

auto lo
iface lo inet loopback
i was unable to use any networking at all. I tried with just doing the mod to /etc/network/interfaces, that you suggested, and it was enough to get me connected (so far I tried only wireless).

Thanks a lot for advice.

Marked SOLVED.
Locked

Return to “Networking”