LM 19 cant find network |solved|

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

LM 19 cant find network |solved|

Post by LennartL »

Why cant LinuxMint 19 Mate find "network" when I am in Caja??
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11444
Joined: Tue Feb 03, 2009 10:27 am

Re: LM 19 cant find network

Post by altair4 »

You are going to have to explain that one.

Can't find network as in you cannot connect to your router type of network?

Or can't find network as in "Browse Network" results in an empty page?

It it's the latter edit /etc/samba/smb.conf and right under the workgroup = WORKGROUP line add this one:

Code: Select all

client max protocol = NT1
This will set it back to where it was in Mint18. But there are consequences to this: Mint 19 and Samba File Sharing Changes
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

Re: LM 19 cant find network

Post by LennartL »

It is the same problem I had ones before in LM 17.
As you said" Or can't find network as in "Browse Network" results in an empty page?"
Not exactly. But I get a sign that says that "Caja cant find Network" " Caja can not handle "Network Places."
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

Re: LM 19 cant find network

Post by LennartL »

I can see My computer from my wife,s computer and the maps I have shared.
altair4
Level 20
Level 20
Posts: 11444
Joined: Tue Feb 03, 2009 10:27 am

Re: LM 19 cant find network

Post by altair4 »

Caja can not handle "Network Places."
Sounds like a missing package:

Code: Select all

sudo apt install gvfs-backends
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

Re: LM 19 cant find network

Post by LennartL »

Thanks!
Now i can see the network.
BUT I cant see my wifes computer. :oops:
But she can see my computer.
altair4
Level 20
Level 20
Posts: 11444
Joined: Tue Feb 03, 2009 10:27 am

Re: LM 19 cant find network

Post by altair4 »

What operating system is on the wife's machine? And if it's Mint what version?
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

Re: LM 19 cant find network

Post by LennartL »

It is LinuxMint 18.2 Mate Sonya
altair4
Level 20
Level 20
Posts: 11444
Joined: Tue Feb 03, 2009 10:27 am

Re: LM 19 cant find network

Post by altair4 »

On your wife's Mint 18 computer:

** Create a file:

Code: Select all

gksu gedit /etc/avahi/services/samba.service
** Add this to it:

Code: Select all

<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
   <name replace-wildcards="yes">%h SMB</name> ## Display Name
   <service>
       <type>_smb._tcp</type>
       <port>445</port>
   </service>
</service-group>
** Save the file.
** Not really necessary but just in case restart avahi:

Code: Select all

sudo service avahi-daemon restart
From your Mint19 machine it will show up as hostname SMB where hostname is the host name of your wife's machine.

Note: Using a different method but still using avahi your Mint 19 machine does this samba.service thing ( but without the SMB suffix ) by default thanks to Ubuntu.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
LennartL
Level 3
Level 3
Posts: 139
Joined: Fri Mar 15, 2013 5:04 pm

Re: LM 19 cant find network

Post by LennartL »

Thank,s you are an angel!
Now its working
:D
joyang90

Re: LM 19 cant find network |solved|

Post by joyang90 »

Oh there's a solution! Thanks I thought I'm the only who experience this.
User avatar
n0body_special
Level 3
Level 3
Posts: 130
Joined: Sat May 16, 2009 3:00 pm

Re: LM 19 cant find network |solved|

Post by n0body_special »

nope for me.
"Failed to retrieve share list from server: Connection refused."
Checked a thousand threads all over the net, most of them badly outdated, not relevant, or referring to SAMBA problems - which I have completely uninstalled from my system after 10 days of frustration using sudo apt purge samba*, deciding to try the native to linux avahi solution.

Can't freakin figure out what is going on with Mint 19, and why networking in linux has to be so damn complicated.

Any ideas for this "connection refused" problem? Ufw is always disabled in my system since forever
Windows is the world's biggest virus.
UEFI is a Microsoft sponsored boot sector hijacker.
Android is the world's biggest spyware.
But most importantly: Google. Is. Skynet
Locked

Return to “Other topics”