[SOLVED] Another wireless connection problem with Nadia.

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
ftella

[SOLVED] Another wireless connection problem with Nadia.

Post by ftella »

Hi,

I've just upgraded my Mint 13 XFCE to Nadia and I'm experiencing some exotic problem with wireless conection:

-Before upgrade it worked flawlessly and it works from other windows PC I have around.
-Firefox cannot find any website, Pidgin doesn't have conection, neither weather app, but amule can connect without problems (even with hi ID)
-I'm using manual settings for the wireless conection (the same ip and DNSs as before which should work)

-While searching for a solution in other threads I found some commands that may give you some useful information:

Code: Select all

nm-tool
It seems to be everything ok. Wireless connected. Default = yes.

Code: Select all

cat /etc/network/interfaces
Gives just this:
auto lo
iface lo inet loopback
Does it mean something to you?

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.
ftella

Re: Another wireless connection problem with Nadia.

Post by ftella »

Searching a bit about interfaces file it seems to me that my file is a bit empty, isn't it?

What should be inside for a static ip wireless USB conection? Something like this?

Code: Select all

auto lo
iface lo inet loopback  
    
auto wlan0
iface wlan0 inet static  
address 192.168.1.59  
netmask 255.255.255.0  
gateway 192.168.1.1    
hwaddress ether 00:19:5b:fd:89:ad

Shouldn't it change automatically when I edit my connections?
ftella

Re: Another wireless connection problem with Nadia.

Post by ftella »

Any idea anyone? I'm a bit stuck with this.

Thanks!
suku_patel_22

Re: Another wireless connection problem with Nadia.

Post by suku_patel_22 »

Same issue for me
.

Tapatalked from Desire S running Andromadus
suku_patel_22

Re: Another wireless connection problem with Nadia.

Post by suku_patel_22 »

This fixed it for me.

sudo dpkg-reconfigure resolvconf

Tapatalked from Desire S running Andromadus
ftella

Re: Another wireless connection problem with Nadia.

Post by ftella »

It worked for me too. Thanks a lot. :D
Locked

Return to “Networking”