On 11/06/2010 12:40 AM, Denis Prost wrote:
>
I did, but I also installed wicd. I DID NOT remove networkmanager.
I did
stop it, started wicd, still no joy.
--
Paul Cartwright
I don't know if this is related, but I noticed a bug in
/etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from
starting :
DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or
trinity/sbin/lisa
so what is the fix, link it?
from where to where?
--
Paul Cartwright
Just edit as root /etc/init.d/lisa-trinity (for debian) or
/etc/init.d/lisa-kde3 (for ubuntu) and replace in it :
DAEMON=/usr/sbin/lisa
by
DAEMON=/opt/trinity/sbin/lisa (for debian)
DAEMON=/opt/kde3/sbin/lisa (for ubuntu)
then run :
service lisa-trinity start (for debian)
service lisa-kde3 start (for ubuntu)
that should at least let you browse the network with konqueror but I
don't know if that fixes your problem.
Denis