SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I posted this to the networking forum, but I though somebody here might also be able to help me.
I have two Slackware workstations, each running 10.2 with the 2.6.10 kernel provided in testing. The systems share a local area network. They are on the 192.168.0.n subnet.
One of the workstations has my music and I want to mount the volume from the other workstation.
I can use SSH to connect to the other workstation. It is also configured as a samba server. I can connect in this fashion, but I cannot seem to connect using Juk or Amarok without crashing the apps.
I thought that perhaps I should mount the other volume using LiSA. I've configured it using the KDE control center. It asks me to start the daemon, which is where I get lost.
I cannot find the daemon on my computer in the normal places. The documentation I've found shows it in a couple of different places, but on mine the only one I can discover is under KDE which turns out to be a little graphics demo.
Can someone maybe give me an idea of a couple things to try? Even just a pointer to the right documentation would be most welcome.
You need to enter the following in /etc/rc.d/rc.local
if [ -x /opt/kde/bin/lisa ]; then
echo "Starting LISa"
/opt/kde/bin/lisa
fi
After entering that and then start Control Center
select Internet & Network
select Local Network Browsing
enter your stuff under Windows shares if you do that
under LISa Daemon go with the defaults in the guided setup.
Lisa is ok but found it's performance lacking too much. Sometimes it will find shares, sometimes it won't find jack.
I use smb4k now and it rocks. It's fast and finds everything plus you can mount and unmount shares right from in it(it just creates a smb4k directory in your home dir and mounts shares there).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.