Intelligent Dynamic wrote:
> 
> I'm using netatalk to do Mac file sharing and printing, and I'm noticing the
> netatalk module isn't loaded automatically at startup.

You need to modify /etc/modules.conf so that when the "atalkd"
network daemon starts and tries to send an AppleTalk packet
the "appletalk" kernel network module gets pulled into memory.

Add the following line to /etc/modules.conf
    alias alias net-pf-5 appletalk
and run
    depmod -a
to install the change.

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to