<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Also, list interface should be follwed
      by the UCI interface name so make sure your interface name in
      /etc/config/network is wlan0 and wlan1<br>
      <br>
      Exemple, if in /etc/config/network, you configure it like this:<br>
      <br>
      config 'interface' 'mywirelesslink'<br>
          option 'ifname' 'wlan0'<br>
      <br>
      then your interface name in /etc/config/olsrd will be<br>
      list interface 'mywirelesslink'<br>
      <br>
      Michel<br>
      <br>
      Le 2012-12-19 11:57, Michel Blais a écrit :<br>
    </div>
    <blockquote cite="mid:50D1F207.1010005@targointernet.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">OpenWRT will generate the olsrd.conf
        under /tmp/etc/olsrd.conf<br>
        <br>
        The option :<br>
        <br>
        config Interface<br>
        list interface 'wlan0-1'<br>
        <br>
        is wrong, it will generate olsrd.conf as :<br>
        <br>
        Interface "wlan0-1"<br>
        {<br>
        }<br>
        <br>
        It should be :<br>
        list interface 'wlan0 wlan1'<br>
        <br>
        Michel<br>
        <br>
        Le 2012-12-19 11:50, Erdem Ulusoy a écrit :<br>
      </div>
      <blockquote
cite="mid:CADJufwp4hgPo01r9ebuzFN4oQDTuNy4Nk_0AX_XeVroCZV2gXA@mail.gmail.com"
        type="cite">Also there is one more point, I want to ask. I can't
        add the interface that I am using Olsr to the lan bridge with
        the brctl command. Is it sth normal or will I be able to add
        that interface to the bridge when Olsr works?
        <div> <br>
        </div>
        <div>Thanks</div>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote">On Wed, Dec 19, 2012 at 6:26 PM,
            Henning Rogge <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:hrogge@googlemail.com" target="_blank">hrogge@googlemail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">That is
              the OpenWRT File... Olsr cannot parse this at all, its<br>
              converted by OpenWRT scripts to the olsrd.conf file.<br>
              <br>
              If you think that OpenWRT puts the wrong interfaces into
              this file,<br>
              there is nothing we can do about it and you will have to
              ask on the<br>
              OpenWRT mailing list.<br>
              <span class="HOEnZb"><font color="#888888"><br>
                  Henning Rogge<br>
                </font></span>
              <div class="HOEnZb">
                <div class="h5"><br>
                  On Wed, Dec 19, 2012 at 5:14 PM, Erdem Ulusoy <<a
                    moz-do-not-send="true"
                    href="mailto:erdem.ulusoy@ozu.edu.tr">erdem.ulusoy@ozu.edu.tr</a>>

                  wrote:<br>
                  > Thank you Henning my olsrd.conf file is as
                  follows (it is located as<br>
                  > /etc/config/olsrd);<br>
                  ><br>
                  > config olsrd<br>
                  >         # uncomment the following line to use a
                  custom config file instead:<br>
                  >         #option config_file '/etc/olsrd.conf'<br>
                  ><br>
                  >         option IpVersion '4'<br>
                  ><br>
                  > config LoadPlugin<br>
                  >         option library 'olsrd_arprefresh.so.0.1'<br>
                  ><br>
                  > config LoadPlugin<br>
                  >         option library 'olsrd_dyn_gw.so.0.5'<br>
                  ><br>
                  > config LoadPlugin<br>
                  >         option library 'olsrd_httpinfo.so.0.1'<br>
                  >         option port '1978'<br>
                  >         list Net '0.0.0.0 0.0.0.0'<br>
                  ><br>
                  > config LoadPlugin<br>
                  >         option library 'olsrd_nameservice.so.0.3'<br>
                  ><br>
                  > config LoadPlugin<br>
                  >         option library 'olsrd_txtinfo.so.0.1'<br>
                  >         option accept '0.0.0.0'<br>
                  ><br>
                  > config Interface<br>
                  >         list interface 'wlan0-1'<br>
                  ><br>
                  > I don't have any file located as /etc/olsrd.conf,
                  I think the file I sent<br>
                  > you is the default one.<br>
                  ><br>
                  ><br>
                  > On Wed, Dec 19, 2012 at 6:02 PM, Henning Rogge
                  <<a moz-do-not-send="true"
                    href="mailto:hrogge@googlemail.com">hrogge@googlemail.com</a>><br>
                  > wrote:<br>
                  >><br>
                  >> Hi,<br>
                  >><br>
                  >> that sounds like a problem in the OpenWRT
                  script that generates your<br>
                  >> configuration. Maybe you should ask the
                  OpenWRT Team about this?<br>
                  >><br>
                  >> Otherwise you can post your olsrd.conf and we
                  can take a look at it.<br>
                  >><br>
                  >> Henning Rogge<br>
                  >><br>
                  >> On Wed, Dec 19, 2012 at 4:57 PM, Erdem Ulusoy
                  <<a moz-do-not-send="true"
                    href="mailto:erdem.ulusoy@ozu.edu.tr">erdem.ulusoy@ozu.edu.tr</a>><br>
                  >> wrote:<br>
                  >> > Hi All,<br>
                  >> ><br>
                  >> > I want to run olsrd on Tp-Link
                  TL-WDR4300 which has Atheros wi-fi card<br>
                  >> > on<br>
                  >> > it. I compiled it using OpenWrt and
                  olsrd version pre-0.6.6.<br>
                  >> > When I run the command /etc/init.d/olsrd
                  start, it says "Warning:<br>
                  >> > Invalid<br>
                  >> > value in option
                  'olsrd.cfg0e4d76.interface', skipped". In my opinion,
                  it<br>
                  >> > is<br>
                  >> > because in Broadcom cards, wireless
                  interface is called as wifi but in<br>
                  >> > my<br>
                  >> > card it is called as wlan. How can I fix
                  this? Please help me.<br>
                  >> ><br>
                  >> > Thank you in advance;<br>
                  >> > Erdem<br>
                  >> ><br>
                  >> > --<br>
                  >> > Olsr-users mailing list<br>
                  >> > <a moz-do-not-send="true"
                    href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
                  >> > <a moz-do-not-send="true"
                    href="https://lists.olsr.org/mailman/listinfo/olsr-users"
                    target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
                  >><br>
                  >><br>
                  >><br>
                  >> --<br>
                  >> Steven Hawkings about cosmic inflation: "An
                  increase of billions of<br>
                  >> billions of percent in a tiny fraction of a
                  second. Of course, that<br>
                  >> was before the present government."<br>
                  ><br>
                  ><br>
                  <br>
                  <br>
                  <br>
                  --<br>
                  Steven Hawkings about cosmic inflation: "An increase
                  of billions of<br>
                  billions of percent in a tiny fraction of a second. Of
                  course, that<br>
                  was before the present government."<br>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
      </blockquote>
    </blockquote>
  </body>
</html>