Adding OpenWrt support for ws-ap3825i

hi, i'am test new Leds commit
leds is work

make menuconfig
make defconfig
make menuconfig
make kernel_menuconfig

make -j5 V=s
1 Like

Вирішили свою проблему? тримайтесь!

Yes, I saw those! I confirmed them working too. :^)

Unfortunately they won't get backported. But I'm glad the bug was found (it was actually a different commit that moved where the GPIO expander was getting initialized which got the LV164A init working).

1 Like

Так.Вже все працює.
Тримаюсь,але все одно тяжко....

1 Like

I find a bug or mistake

after flash image and sysupgrade, I see:

[   18.428213] fsl-gianfar soc@ffe00000:ethernet@b0000 eth0: Link is Up - 1Gbps/Full - flow control off
[   18.809305] ath10k_pci a000:03:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[   18.826516] ath10k_pci a000:03:00.0: wmi print 'P 128 V 8 T 410'
[   18.832756] ath10k_pci a000:03:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[   18.840840] ath10k_pci a000:03:00.0: wmi print 'alloc rem: 24984 iram: 38672'
[   18.913414] ath10k_pci a000:03:00.0: pdev param 0 not supported by firmware
[   18.928170] ath10k_pci a000:03:00.0: rts threshold -1
[   18.935611] br-lan: port 1(eth0) entered blocking state
[   18.940986] br-lan: port 1(eth0) entered forwarding state
[   18.950680] br-lan: port 3(wlan0) entered blocking state
[   18.956071] br-lan: port 3(wlan0) entered disabled state
[   18.961806] device wlan0 entered promiscuous mode
[   18.973610] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   22.237336] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   22.243938] br-lan: port 3(wlan0) entered blocking state
[   22.249305] br-lan: port 3(wlan0) entered forwarding state
[   25.715809] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[   25.722413] br-lan: port 2(wlan1) entered blocking state
[   25.727757] br-lan: port 2(wlan1) entered forwarding state

and after hand I restart eth1-wan

[  124.508358] fsl-gianfar soc@ffe00000:ethernet@b2000 eth1: Link is Up - 1Gbps/Full - flow control off

I work with scripts on system-startup

ifup wan

how edit to fix it?

Все буде Україна!

1 Like

Купив собі таку точку,подобається як працює.
Чи є можливість задіяти юсб порт?

1 Like

Should be possible to use the USB port. Is it not coming up for you?

If not, let me know. I may need to make some adjustments to the DTS.

Sorry!
My Bad!
USB working.

1 Like

Thanks for the great work getting everything up on this device! I picked a few up and hope to use it as a guide to porting to the EOL Cisco 3702i, but these devices seem even better (2x gigabit, 12V and PoE (.af) support, mini-PCIe slots, and USB).

I can confirm using upstream snapshot images:

  • USB
  • LEDs
  • eth1
1 Like

802.11r Fast Transition та декілька точок дуже гарне поєднання

add on https://github.com/openwrt/openwrt/blob/master/target/linux/mpc85xx/base-files/etc/board.d/02_network

extreme-networks,ws-ap3825i)
	ucidef_set_interfaces_lan_wan "eth0" "eth1"
	;;

@blocktrron fixed the ethernet bug you were having: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=8b3c313515c1ae37be9d61a4e92c4bf4b43f605f

2 Likes

AP3825i OpenWRT install, ap3825i OpenWRT Device Page

Techdata: Extreme Networks WS-AP3825i

1 Like

Hello,
I am completely new to the OpenWRT topic and actually only became aware of it because I received an Extreme Networks WS-AP-3825i as a gift.
Is there a tutorial somewhere how I can use the access point with OpenWRT? Unfortunately, I am a total beginner with the setup of Accesspoints with a new firmware.
I would appreciate a link to a "simple" tutorial.
I fail already since 4 days on the AP

Greetings
W3isserWolf

That might help:

The instructions on the WS-AP3825i device page should be adequate.

Did you get a serial cable connected to the console port? You should see a bunch of text scrolling by during boot. Getting the proper cable is probably the biggest hurdle.

The WS-AP3825i is really nice hardware. It's definitely worth pursuing. You can use the 2 ethernet ports independently and there's also a USB 2.0 port at the top/right behind the removable cover. You can use these as a firewall, router, and/or lightweight file/music server. I'm able to pass my full 500Mbps ISP bandwidth with about 200Mbps over WiFi to my cheap Moto G Play phone.

1 Like

cable is a not a problem
buy:

  1. rj45 connector,
  2. usb - rs232 converter not a ttl converter!!!!

I'm adding instructions on wiki later

I meant it's probably not something people who have never used OpenWrt will have lying around.

I have a PC with real RS232 ports. I just soldered a DB9 on the end of a patch cable. I have parts and tools. A novice could just buy a USB 'Cisco' console cable for $11.

1 Like

Were you able to start the console and flash this device?