Linksys WRT1900AC/Marvell support

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Goto page Previous  1, 2, 3 ... 136, 137, 138 ... 152, 153, 154  Next
Author Message
htismaqe
DD-WRT User


Joined: 05 Nov 2015
Posts: 471

PostPosted: Fri May 27, 2016 21:15    Post subject: Reply with quote
Once I figured out the syntax, it took me about 5 minutes to setup the filters on the QNAP and the messages are now completely gone from the viewable log file. I managed to get it to filter both the "ampdu" and "check ba" messages as well as the message that precedes them:

mwl_fwcmd_check_ba: 4 callbacks suppressed

MrDoh wrote:
htismaqe wrote:
MrDoh wrote:
JohnnySL wrote:
MrDoh wrote:
Turns out I'm also seeing a kernel log full of these errors:

[ 5379.158180] ieee80211 phy0: check ba result error 1
[ 5379.163192] ieee80211 phy0: ampdu start error code: -22

which I just noticed...hopefully the newer patch fixes this.

We'll see.


nope Sad i've added a hack on my build to remove the spam.


Interesting. Now that I've done a little reading about this error, I've gone back to the WRT1900AC with the same firmware (with the latency apparently fixed). What I'm reading is that this error doesn't itself indicate that there's anything broken. And someone has just added a patch to disappear this error altogether, which furthers this idea.

So I'm going to see what the result of these errors is for me. I'm not expecting anything, just really curious to see what happens downstream.


I think at some point I'll write a filter on my QNAP to suppress those messages.


Well, the absolute flood of these messages is gone in a later patch of the wireless driver, which is available via openWRT. Now I see groups of 5-10 of these messages every few hours. And the Marvell wireless driver guy says that those can be ignored and will be filtered soon. So I don't see any problem with filtering them out of the log one way or the other. I'm thinking that I may write a script that runs via cron that reads the log, and re-writes it without those messages until the patch that the Marvell guy is going to do gets to firmware. Sounds like a fun programming project, as well *smile*.

Good idea!

_________________
Routing:.......Asus RT-AX88U (Asuswrt-Merlin 384.14)
Switching:....Netgear GS608_V3 & GS605_V4, TrendNet TEG-S82G & TEG-S50G
Sponsor
gufus
DD-WRT Guru


Joined: 04 Aug 2012
Posts: 612
Location: behind the screen

PostPosted: Sun Jun 12, 2016 22:13    Post subject: Reply with quote
So...

Whats the wifi driver ver in DD-WRT v3.0-r29837 std (06/06/16)?

I don't test anymore.

Firmware Version OpenWrt Chaos Calmer 15.05 / LuCI (git-15.248.30277-3836b45)
Kernel Version 3.18.20
Local Time Sun Jun 12 16:17:01 2016

root@AC1900M:~# uptime
16:22:04 up 63 days, 2:13, load average: 0.21, 0.42, 0.25
root@AC1900M:~#

_________________
WRT3200ACM openwrt 18.06.5
WRT3200ACM dd-wrt r41791
WRT54GL dd-wrt r21676
gsustek
DD-WRT Novice


Joined: 04 Jun 2011
Posts: 36

PostPosted: Wed Jun 15, 2016 21:11    Post subject: Reply with quote
hi, is it possible to install optware on 1900acs, and build kernel modules, like uvc, for video cameras?
aluisperezh
DD-WRT User


Joined: 09 Feb 2016
Posts: 68

PostPosted: Thu Jun 16, 2016 6:45    Post subject: Reply with quote
gsustek wrote:
hi, is it possible to install optware on 1900acs, and build kernel modules, like uvc, for video cameras?




I followed this guide and Entware works fine in my 1900v1:

https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT

Regards.
gsustek
DD-WRT Novice


Joined: 04 Jun 2011
Posts: 36

PostPosted: Thu Jun 16, 2016 20:46    Post subject: Reply with quote
aluisperezh wrote:
gsustek wrote:
hi, is it possible to install optware on 1900acs, and build kernel modules, like uvc, for video cameras?




I followed this guide and Entware works fine in my 1900v1:

https://github.com/Entware-ng/Entware-ng/wiki/Install-on-DD-WRT

Regards.


doesn't work:

Code:

root@1900acs:~# wget -O - http://pkg.entware.net/binaries/armv7/installer/entwar
e_install.sh | sh
Connecting to pkg.entware.net (81.4.123.217:80)
Info: Checking for prerequisites and creating folders...
Warning: Folder /opt exists!
mkdir: can't create directory '/opt/bin': Read-only file system
mkdir: can't create directory '/opt/etc/': Read-only file system
mkdir: can't create directory '/opt/lib/opkg': Read-only file system
mkdir: can't create directory '/opt/sbin': Read-only file system
mkdir: can't create directory '/opt/share': Read-only file system
mkdir: can't create directory '/opt/tmp': Read-only file system
mkdir: can't create directory '/opt/usr': Read-only file system
mkdir: can't create directory '/opt/var/': Read-only file system
mkdir: can't create directory '/opt/var/': Read-only file system
mkdir: can't create directory '/opt/var/': Read-only file system
Info: Opkg package manager deployment...
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/bin/opkg': No such file or directory
chmod: /opt/bin/opkg: No such file or directory
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/etc/opkg.conf': No such file or directory
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/lib/ld-2.23.so': Read-only file system
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/lib/libc-2.23.so': Read-only file system
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/lib/libgcc_s.so.1': Read-only file system
chmod: ld-2.23.so: No such file or directory
ln: ld-linux.so.3: Read-only file system
ln: libc.so.6: Read-only file system
Info: Basic packages installation...
sh: /opt/bin/opkg: not found
sh: /opt/bin/opkg: not found
Connecting to pkg.entware.net (81.4.123.217:80)
wget: can't open '/opt/usr/lib/locale/locale-archive': No such file or directory
Info: Congratulations!
Info: If there are no errors above then Entware-ng was successfully initialized.
Info: Add /opt/bin & /opt/sbin to your PATH variable
Info: Add '/opt/etc/init.d/rc.unslung start' to startup script for Entware-ng services to start
Info: Found a Bug? Please report at https://github.com/Entware-ng/Entware-ng/issues
root@1900acs:~#
cybrnook
DD-WRT User


Joined: 08 Jan 2014
Posts: 279

PostPosted: Thu Jun 16, 2016 21:41    Post subject: Reply with quote
Looks like you need to check permissions on /opt/*
gsustek
DD-WRT Novice


Joined: 04 Jun 2011
Posts: 36

PostPosted: Thu Jun 16, 2016 21:58    Post subject: Reply with quote
cybrnook wrote:
Looks like you need to check permissions on /opt/*


thnx, i skip first part, to mount /opt on jffs-Smile
mushtaqilyas
DD-WRT Novice


Joined: 21 Jun 2016
Posts: 2

PostPosted: Wed Jun 22, 2016 10:56    Post subject: Huawei E8372 as USB Modem on WRT1900AC V2 Reply with quote
Hi All,

I am trying to get my 4G modem connected via the USB 2.0 port of my WRT1900AC V2 (LinkSys) after having fried the USB ports of my Asus RT-AC87U Sad.

Firmware: DD-WRT v3.0-r29974 std (06/20/16)

1. I have connected the Modem to the eSata/USB 2.0 port
2. Change the Connection to Mobile Broad Band
3. Set the dial String and APN


Output of devices is as follows: (Notice Driver=(none))
---------------------------------------------------------

root@DD-WRT1900AC:~# cat /proc/bus/usb/devices

T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev= 3.18
S: Manufacturer=Linux 3.18.35 ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=f1058000.usb
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms

T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=02(comm.) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=12d1 ProdID=14db Rev= 1.02
S: Manufacturer=HUAWEI_MOBILE
S: Product=HUAWEI_MOBILE
C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr= 2mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=(none)
E: Ad=83(I) Atr=03(Int.) MxPS= 16 Ivl=2ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=06 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=125us

T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=5000 MxCh= 1
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 3.00 Cls=09(hub ) Sub=00 Prot=03 MxPS= 9 #Cfgs= 1
P: Vendor=1d6b ProdID=0003 Rev= 3.18
S: Manufacturer=Linux 3.18.35 xhci-hcd
S: Product=xHCI Host Controller
S: SerialNumber=f10f8000.usb3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev= 3.18
S: Manufacturer=Linux 3.18.35 xhci-hcd
S: Product=xHCI Host Controller
S: SerialNumber=f10f8000.usb3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms

The router is unable to connect to the modem.

The Supported Modems page for DD-WRT shows WIP for Huawei E8372 (Does that mean there is no hope until someone gets support for this modem ready?)

Regards,
MI
mushtaqilyas
DD-WRT Novice


Joined: 21 Jun 2016
Posts: 2

PostPosted: Wed Jun 22, 2016 22:50    Post subject: Huawei E8372 as USB Modem on WRT1900AC V2 Reply with quote
The dmesg output is as follows:
[ 28.574470] usbcore: registered new interface driver cdc_acm
[ 28.580159] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 28.591346] usbcore: registered new interface driver cdc_wdm
[ 28.632388] usbcore: registered new interface driver qmi_wwan
[ 28.651205] usbcore: registered new interface driver usbserial
[ 28.657094] usbcore: registered new interface driver usbserial_generic
[ 28.663686] usbserial: USB Serial support registered for generic
[ 28.686276] usbcore: registered new interface driver sierra
[ 28.691916] usbserial: USB Serial support registered for Sierra USB modem
[ 28.711512] usbcore: registered new interface driver option
[ 28.717142] usbserial: USB Serial support registered for GSM modem (1-port)
[ 28.749117] usbcore: registered new interface driver qcserial
[ 28.754934] usbserial: USB Serial support registered for Qualcomm USB modem
[ 29.661127] br0: port 4(ath1) entered forwarding state
[ 95.131012] usbcore: registered new interface driver usb-storage
[ 95.163525] ehci-orion: EHCI orion driver
[ 95.167665] orion-ehci f1058000.usb: EHCI Host Controller
[ 95.173124] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 3
[ 95.180928] orion-ehci f1058000.usb: irq 50, io mem 0xf1058000
[ 95.201148] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
[ 95.207755] hub 3-0:1.0: USB hub found
[ 95.211656] hub 3-0:1.0: 1 port detected
[ 95.223036] usbcore: registered new interface driver usblp
[ 95.531137] usb 3-1: new high-speed USB device number 2 using orion-ehci
[ 95.798871] usb-storage 3-1:1.2: USB Mass Storage device detected
[ 95.805225] scsi host2: usb-storage 3-1:1.2
[ 96.807087] scsi 2:0:0:0: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
[ 96.818830] sd 2:0:0:0: [sda] Attached SCSI removable disk
Prvt_N00b
DD-WRT Novice


Joined: 23 Jul 2016
Posts: 8

PostPosted: Sat Jul 23, 2016 19:33    Post subject: Reply with quote
Jointuletz wrote:
@Bandarsmd

Pin-out: http://wiki.openwrt.org/_media/media/linksys/wrt1900ac/wrt1900ac_serial_header.jpg

Download a working serial interface Terra Term https://en.osdn.jp/projects/ttssh2/downloads/63767/teraterm-4.88.exe/ (set speed to 115200 baud)

Download TFTPD32 http://tftpd32.jounin.net/download/Tftpd32-4.52-setup.exe

Download the image from linksys website and rename it like this " blk-mamba.128mb.img "

Install TerraT and set speed to 115200 baud.

Open TFTPD32 and select Linksys from the second tab and in first TAB click Brows and select the images that you downloaded and renamed from linksys website.

Now with TerraT open and TFTPD open, do the fallowing things !

1) DO NOT POWER ON THE ROUTER YET.

2) Connect the usb-ttl to router and the PC.

3) Connect lan cable to router and pc

4) Set static ip to PC

ip: (192.168.1.20)
netmask: (255.255.255.0)
default gatway: (192.168.1.1)
dns1: (192.168.1.1)

5) Power on the router.

6) As soon as the router boots up you will start receive things on Terra T. Click ESC fast and lots of time till the boots stop.

You will see a message like this ( Marvell>>>> )

7) Now use the fallowing commands !


7.1) setenv firmware_name blk-mamba.128mb.img

7.2) setenv ipaddr 192.168.1.1

7.3) setenv netmask 255.255.255.0

7.4) setenv serverip 192.168.1.20

7.5) run update_both_images

wait till update the image, and after that you will see again "Marvell>>>> ".

Shut down the router

Disconnect the USB-TTL from pc and router.

Power on the router and voila ...

Sorry if i did a misspelling or something ..


No matter what I do it goes all the way to "BootRom: Trying UART" I've even soldered the pins to make sure there is no connection problem.

Is there any other alternative? or I have to throw away this router? Sad

LookingForMyMojo
DD-WRT Guru


Joined: 29 Aug 2014
Posts: 693

PostPosted: Sat Jul 30, 2016 16:35    Post subject: Reply with quote
Router Name
DD-WRT

Router Model
Linksys WRT 1900ACv2

Firmware Version
DD-WRT v3.0-r30342 std (07/30/16)

Kernel Version
Linux 3.18.37 #89 SMP Sat Jul 30 01:28:22 CEST 2016 armv7l

Running extremely well right now. Fastest image ever, for me, faster then any Openwrt image, custom or trunk.
doniNZ74
DD-WRT User


Joined: 27 Apr 2016
Posts: 112
Location: Down down .... under

PostPosted: Mon Aug 01, 2016 22:28    Post subject: Reply with quote
I noticed that the BrainSlayer DD-WRT builds are only standard. Are there any Mega builds available? WRT1900ACv2.

Currently I'm using Kong (2016-06-24), really happy with this one so far though.
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7198
Location: Columbus, Ohio

PostPosted: Mon Aug 01, 2016 23:21    Post subject: Reply with quote
There is only 1 build. The one in the folder for your router.
_________________
I am far from a guru, I'm barely a novice.
doniNZ74
DD-WRT User


Joined: 27 Apr 2016
Posts: 112
Location: Down down .... under

PostPosted: Mon Aug 01, 2016 23:45    Post subject: Reply with quote
Malachi wrote:
There is only 1 build. The one in the folder for your router.


Thanks. Would be nice to see mega builds one of these days.
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7198
Location: Columbus, Ohio

PostPosted: Tue Aug 02, 2016 0:01    Post subject: Reply with quote
Why? Look,at the size of the file. What's missing?
_________________
I am far from a guru, I'm barely a novice.
Goto page Previous  1, 2, 3 ... 136, 137, 138 ... 152, 153, 154  Next Display posts from previous:    Page 137 of 154
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum