View previous topic :: View next topic |
Author |
Message |
Robert S Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/373167949427dc8404d3a8.jpg)
Joined: 15 Aug 2004 Posts: 463 Location: Canberra Australia
|
Posted: Sat Mar 18, 2006 2:05 am Post subject: lisa won't browse network |
|
|
I've installed the lisa daemon as per the KDE control panel (accepted default settings).
The lisa daemon is running. I'm running kde 3.5.1.
When I try to browse my network with lan:/ in konq, the url bar goes to "lan://localhost/" and no other computers are visible in the window.
I've tried numberous different settings in my /etc/lisarc, but no luck.
Any suggestions?
My /etc/lisarc: Quote: | cat /etc/lisarc
SecondWait = -1
SearchUsingNmblookup = 0
DeliverUnnamedHosts = 0
FirstWait = 30
MaxPingsAtOnce = 256
UpdatePeriod = 300
PingAddresses = 192.168.1.20/255.255.255.0;
AllowedAddresses = 192.168.1.20/255.255.255.0;
BroadcastNetwork = 192.168.1.20/255.255.255.0;
PingNames =
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Ateo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 02 Jun 2003 Posts: 2022 Location: Vegas Baby!
|
Posted: Sat Mar 18, 2006 6:49 pm Post subject: Re: lisa won't browse network |
|
|
Robert S wrote: | PingAddresses = 192.168.1.20/255.255.255.0;
AllowedAddresses = 192.168.1.20/255.255.255.0;
BroadcastNetwork = 192.168.1.20/255.255.255.0;
|
Those should be networks, not individual computers.... ie: 192.168.1.0/255.255.255.0...
HTH |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Robert S Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/373167949427dc8404d3a8.jpg)
Joined: 15 Aug 2004 Posts: 463 Location: Canberra Australia
|
Posted: Sun Mar 19, 2006 11:20 am Post subject: |
|
|
Thanks. Looks as if it should work but it doesn't
From the lisa home page I've used Code: | SecondWait = 30
FirstWait = 20
UpdatePeriod = 300
PingAddresses = 192.168.1.0/255.255.255.0;
AllowedAddresses = 192.168.1.0/255.255.255.0;
BroadcastNetwork = 192.168.1.0/255.255.255.0;
|
This either results in a blank screen under lan:/ (or lan://localhost/) and sometimes I get Quote: | Internal error in server
Received unexpected data from localhost |
I'm running kde 3.5.1, but I had the same problem with 3.4.x. I've managed to get it working in other kde installations (including my amd64 box). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|