Search found 38 matches

by papka__
Wed Dec 25, 2019 3:38 am
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

Can you post your config you're using for Wi-Fi? The client shouldn't be in mixed mode which confuses me and is why I think it isn't working. Screenshots is fine. Before posting, probably, unnecessary things, I would like to check that I'm correct in my understanding of how wireless repeater workin...
by papka__
Tue Dec 24, 2019 12:15 pm
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

I've added code to select the highest protocol in a situation where the upstream network is "mixed" Finally tested this. Unfortunately not working. If main router unsing WPA3/WPA2 authentication and slave set to WPA3/WPA2 also, slave router not able to connect to main router. If I change ...
by papka__
Tue Dec 24, 2019 10:25 am
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

That doesn't sound right. I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled. So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off...
by papka__
Tue Dec 24, 2019 5:18 am
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

I think small fix should be done in ramips.mt7621.config

Code: Select all

# CONFIG_PACKAGE_kmod-usb3 is not set
should be changed to

Code: Select all

CONFIG_PACKAGE_kmod-usb3=y
Otherwise USB port not working. Checked this on mir3g.
by papka__
Mon Dec 23, 2019 3:38 pm
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

Is it only for me Bandwidth monitoring not working at all?
Found this only on latest (RC2 based) builds. Maybe problem was already before. B/W Distribution also empty... Any ideas?
by papka__
Wed Dec 18, 2019 4:46 pm
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

Thank you. Will test in next build and will let you know if it's working.
by papka__
Tue Dec 17, 2019 2:23 am
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

Lantis wrote:In AP mode? Or as a client bridge? I haven't tested that, but i can look.
Main router is AP+WDS, then slave as bridge/repeater connected via WDS.
by papka__
Mon Dec 16, 2019 4:28 pm
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

WDS. Any chance to get it working on WPA3? For now, whenever WAP2/WPA3 choosen, WDS connection using WPA2.
by papka__
Fri Dec 13, 2019 9:19 am
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

Lantis wrote:It isn't needed explicitly in the config anymore with the latest patch, it is set as a default in the hostapd config generation script.
OK. Thought option still should be set. Thank you for explanation.
by papka__
Thu Dec 12, 2019 5:39 pm
Forum: Gargoyle Development
Topic: Openwrt 19.07 based Gargoyle
Replies: 167
Views: 201041

Re: Openwrt 19.07 based Gargoyle

So. I tested WPA3/WPA2 setup. I reset router to default config and option auth_cache '1' this line not appeared inside wireless config. config wifi-device 'radio0' option type 'mac80211' option channel '11' option hwmode '11g' option path 'pci0000:00/0000:00:01.0/0000:02:00.0' option htmode 'HT20' c...