Temat: Asus RT-N16

Witam. Jestem posiadaczem Asusa RT-N16. Chciałbym wgrać na niego OpenWrt.
Udało mi się wgrać tą wersje OpenWrt:
openwrt-brcm47xx-mips74k-squashfs.trx
(https://downloads.openwrt.org/barrier_b … x/mips74k/)

Wersja ta posiada jednak kilka problemów:
-nie działa wi-fi w trybie N
-maksymalna przepustowość WAN-LAN to 60mb/s (czyli dosyć mało)
-po wgramiu OpenWrt muszę doinstalować interfejs graficzny np.Luci

OpenWrt wybrałem dlatego że potrzebuję skonfigurować IPTV i udpxy, czego nie udało mi się zrobić na żadnym innym sofcie(Tomato,MerlinWrt,DD-WRT)

Bardzo proszę o podesłanie namiarów na jakieś inne kompilacje OpenWrt lub inne porady aby rozwiązać chociaż część moich problemów.
Pozdrawiam

2 (edytowany przez Cezary 2014-10-20 19:16:20)

Odp: Asus RT-N16

Soft który podałeś zawiera przeciez luci już. Odinstaluj b43 i zainstaluj kmod-brcmsmac, skasuj /etc/config/wireless, reboot.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3

Odp: Asus RT-N16

Dzięki za odpowiedź. Jest jakiś sposób na zwiększenie prędkości z WAN do LAN?

4

Odp: Asus RT-N16

Usunąłem b43 i zainstalowałem kmod-brcmsmac.
WiFi działa ale gdy próbuję dodać sieć gościnną...

config wifi-device  radio0
        option type     mac80211
        option channel  1
        option hwmode   11g
        option path     'bcma0:1'
        option htmode   HT20
        option disabled 0
        option country 'PL'

config wifi-iface
        option device   radio0
        option network  lan
        option mode     ap
        option ssid     xxx
        option encryption 'psk2+ccmp'
        option key 'xxx'

config wifi-iface
        option device   radio0
        option network  guest
        option mode     ap
        option ssid     'xxx_gosc'
        option encryption 'psk2+ccmp'
        option key 'xxx'

Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): Configuration file: /var/run/hostapd-phy0.conf
Tue Aug 23 10:22:46 2016 kern.err kernel: [ 1373.400000] brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
Tue Aug 23 10:22:46 2016 kern.err kernel: [ 1373.410000] brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Tue Aug 23 10:22:46 2016 kern.info kernel: [ 1373.440000] device wlan0 entered promiscuous mode
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): Using interface wlan0 with hwaddr 10:bf:48:e6:99:d1 and ssid "XXX"
Tue Aug 23 10:22:46 2016 kern.err kernel: [ 1373.920000] brcmsmac bcma0:1: brcms_ops_bss_info_changed: Beacon enabled: true
Tue Aug 23 10:22:46 2016 kern.info kernel: [ 1373.930000] br-lan: port 2(wlan0) entered forwarding state
Tue Aug 23 10:22:46 2016 kern.info kernel: [ 1373.930000] br-lan: port 2(wlan0) entered forwarding state
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): Could not set interface wlan0-1 flags (UP): Device or resource busy
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): Failed to add BSS (BSSID=12:bf:48:e6:99:d1)
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): Interface initialization failed
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: interface state COUNTRY_UPDATE->DISABLED
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: AP-DISABLED 
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: Unable to setup interface.
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: interface state DISABLED->DISABLED
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: AP-DISABLED 
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): hostapd_free_hapd_data: Interface wlan0-1 wasn't started
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): wlan0: AP-DISABLED 
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): hostapd_free_hapd_data: Interface wlan0 wasn't started
Tue Aug 23 10:22:46 2016 daemon.notice netifd: radio0 (1822): nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Tue Aug 23 10:22:46 2016 kern.info kernel: [ 1374.020000] device wlan0 left promiscuous mode
Tue Aug 23 10:22:46 2016 kern.info kernel: [ 1374.020000] br-lan: port 2(wlan0) entered disabled state
Tue Aug 23 10:22:46 2016 kern.err kernel: [ 1374.020000] brcmsmac bcma0:1: brcms_ops_bss_info_changed: Beacon enabled: false
Tue Aug 23 10:22:47 2016 daemon.notice netifd: radio0 (1822): Device setup failed: HOSTAPD_START_FAILED

Czy na OpenWrt można uruchomić multi SSID na tym sprzęcie?
W necie nie mogę znaleźć konkretnej informacji.

APU2 @ OpenWrt 18.06-SNAPSHOT, r7852-7ac6044632

5

Odp: Asus RT-N16

Akurat na https://wireless.wiki.kernel.org/en/use … /brcm80211 nic o vap nie pisze, ale jak nie działa to niestety nie działa.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

6

Odp: Asus RT-N16

Udało się ustawić sieć gościnną ale z innym driverem :

opkg install kmod-brcm-wl wl wlc
opkg install nas
rm /etc/config/wireless
reboot
APU2 @ OpenWrt 18.06-SNAPSHOT, r7852-7ac6044632