Hello Florin,

i'm working on mnf as Wifi-AccessPoint.
My Card is an Atheros-Based Wifi-Card.
I get the driver compiled, card is up and running,
but mnf doesen't regocnize the ath0-interface.

Now i do the following "bad" hack:
---------------------------

in ethernet-know-interface.pl (line 81):
from:
        print join (',',@known_interfaces)."\n";
to:
        print join (',',@known_interfaces).",ath0\n";

----------------------------

in the configuration-file i've added for the ath0-interface the same
vars as for eth0 and changed to the corresponding values of ath0.

------------------------------

All seams to work fine, but i think this is not the right way to do this
and im waiting for the first bug this hack produces :-)

My Question is now:
Is there a better way to get mnf use ath0 in the normal way?

And there seems to be a little bug in 
/usr/share/naat/template/etc/sysconfig/dhcpd (line 46)

there is a "," as separator for the Interfaces...
shouldn't it be " " if dhcpd listen on more than on interface?
after i modified the template dhcpd starts without errors.
------------------------------------------------
from:
        $interfaces .= $separator.$temp;
        $separator = ",";
to:
        $interfaces .= $separator.$temp;
        $separator = " ";

------------------------------------------------

I'm using mnf2-beta2

# rpm -qa | grep naat
naat-frontend-www-common-0.8-45mdk
naat-frontend-www-en-0.8-45mdk
httpd2-naat-0.8-11mdk
naat-backend-0.8-45mdk
naat-monitoring-0.8-8mdk

Greatz 
FrankB




____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to