usb3 problem

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Author Message
din
DD-WRT Novice


Joined: 07 Oct 2018
Posts: 10

PostPosted: Thu Aug 08, 2024 16:17    Post subject: usb3 problem Reply with quote
Linksys WRT1900AC
Firmware: r53633

Hi, I have a problem with my usb3 port it doesn't work anymore after r53633 with my wrt1900ac does anyone else have the same problem. Or does anyone have a solution. My usb2 port works fine.
Sponsor
din
DD-WRT Novice


Joined: 07 Oct 2018
Posts: 10

PostPosted: Sat Aug 10, 2024 17:29    Post subject: Reply with quote
Linksys WRT1900AC v1

Same problem with r57834 no USB port works I go back to r53633 everything works.
scopemonkey
DD-WRT Novice


Joined: 16 Feb 2021
Posts: 25

PostPosted: Sun Aug 18, 2024 19:04    Post subject: Re: usb3 problem Reply with quote
din wrote:
Linksys WRT1900AC
Firmware: r53633

Hi, I have a problem with my usb3 port it doesn't work anymore after r53633 with my wrt1900ac does anyone else have the same problem. Or does anyone have a solution. My usb2 port works fine.


USB functionality has been FUBAR since the new kernel (releases after 53633). On my 1900ac v1, the USB3 port is dead with any of the recent releases (but functions fine with 53633 so it is NOT a hardware problem). Also, file sharing to drives connected to the USB2/eSATA port do mount, but I can only get file sharing to work if the drives are formatted in EXT2, 3, or 4 format. FAT32 and exFAT formatted partitions fail using macOS (I don't have a windows machine to test on). I use my router for simple NAS with a large USB disk attached and am currently stuck on 53633 due to the USB problems introduced with the new kernal/current releases. This has all been reported on this forum but does not appear to be a high priority item to fix (or perhaps it is unfixable). Kudos to the developers who do a wonderful job and are doing something I could never do, but I certainly hope they can get a release that brings back 53633's USB and file sharing functionality.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 17037
Location: Texas, USA

PostPosted: Tue Aug 20, 2024 19:03    Post subject: Reply with quote
What seems to be the problem is with USB3.x devices attached. Without serial logs, dmesg, syslogs, etc. and all steps to reproduce the problem, no way to fix it. There are noted issues with USB3 on Linux 6.x, so the problem *may* be upstream. Both ports work on my WRT3200ACM, the USB2.0/eSATA port is powering cooling fan(s) and the USB3.0 port works fine with USB2.0 flash drives.

https://dietpi.com/forum/t/rk3399-hdmi-output-and-usb-3-0-not-working-with-linux-6-1/17776
https://forum.manjaro.org/t/nonfunctional-usb3-0-ports-in-manjaro/154316

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Dead-Beat-Native
DD-WRT Novice


Joined: 07 Nov 2024
Posts: 10
Location: Indian Trail, North Carolina

PostPosted: Wed Nov 27, 2024 14:02    Post subject: Reply with quote
din wrote:
Linksys WRT1900AC v1

Same problem with r57834 no USB port works I go back to r53633 everything works.


I'm having the same problem and another problem that I will only reference in this post because they seem to coincide with the kernel change after r53633.

I have a family member's WRT1900ACv1 that there is no USB after r53633, but eSata still works for some strange reason. I recently updated it to r58689 from r50841. Very quickly discovered USB stopped functioning. Then tried r58699, same issue. Family member has a WD MyBook with eSata connected via USB, I decided to try eSata instead and it worked. That got us past the USB issue.
Now this is where I will mention the second problem. Entware installs and appears to start, but none of the installed packages function. Like I said totally unrelated, but another family member spotted something that the two share in common.

Both problems started after r53633 with the kernel 6 change. What the family member spotted was in r53633 the architecture type was listed as armv7l, and in the builds after that the type changed to 'arm'
The router is reporting this version, note the architecture type on the end:
Code:
Linksys WRT1900AC
DD-WRT v3.0-r58699 std (11/24/24)
Linux 6.1.119-rt28 #265 SMP Sun Nov 24 08:54:41 +07 2024 arm


Does 'arm' handle USB hardware differently then 'armv7l'?
Entware requires armv7l as shown in Entware Wiki.
Quote:
The output of running uname -m on your device's default shell is one of: armv5, armv7l, aarch64, mips, mipsel, x86 or x86_64.


Are these two problems connected/related?
I don't have the slightest clue, but the beginning of the two problems seem to coincide with each other.
Feeling rather embarrassed that my teenage niece caught that little detail and I didn't. Embarassed
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 17037
Location: Texas, USA

PostPosted: Wed Nov 27, 2024 16:06    Post subject: Reply with quote
What's the output of uname -a via telnet/ssh? All Marvell devices should output the same information (This one is on 58694 still and both USB ports have been working fine):
Code:
root@WRT3200ACM:~# uname -a
Linux WRT3200ACM 6.1.118-rt28 #785 SMP Mon Nov 18 10:39:30 +07 2024 armv7l DD-WRT
root@WRT3200ACM:~#

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Dead-Beat-Native
DD-WRT Novice


Joined: 07 Nov 2024
Posts: 10
Location: Indian Trail, North Carolina

PostPosted: Thu Nov 28, 2024 9:09    Post subject: Reply with quote
This is what I get from r58699.

Code:
BusyBox v1.37.0 (2024-11-24 08:59:24 +07) built-in shell (ash)

root@WRT1900AC:~# uname -a
Linux WRT1900AC 6.1.119-rt28 #265 SMP Sun Nov 24 08:54:41 +07 2024 arm DD-WRT
root@WRT1900AC:~#
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 17037
Location: Texas, USA

PostPosted: Thu Nov 28, 2024 16:19    Post subject: Reply with quote
Ok, I've forwarded this thread to the developer.

EDIT/UPDATE: Seems some Marvells were having an issue with a compiler bug. Should be corrected in the next release.

https://svn.dd-wrt.com/changeset/58732

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
RSS feed for DD-WRT releases (2025)
RSS feed for DD-WRT releases (2024)
RSS feed for DD-WRT releases (2023)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
Dead-Beat-Native
DD-WRT Novice


Joined: 07 Nov 2024
Posts: 10
Location: Indian Trail, North Carolina

PostPosted: Sat Nov 30, 2024 6:32    Post subject: Reply with quote
Awesome.
Very Happy
Dead-Beat-Native
DD-WRT Novice


Joined: 07 Nov 2024
Posts: 10
Location: Indian Trail, North Carolina

PostPosted: Mon Dec 02, 2024 21:53    Post subject: Reply with quote
Flashed r58730 a few hours ago.
Thought I would pass along what I happened.

Code:
BusyBox v1.37.0 (2024-11-29 06:57:46 +07) built-in shell (ash)

root@WRT1900AC:~# uname -a
Linux WRT1900AC 6.1.119-rt28 #266 SMP Fri Nov 29 06:52:07 +07 2024 armv7l DD-WRT
root@WRT1900AC:~#


For me I am happy, Entware packages are functioning as expected again.

Unfortunately USB improved slightly. USB port 2 now has power and will only recognize USB 1.1 devices, but will not recognize 2.0, 3.0, or 3.1 devices. FYI - Yes, I still have a 64Mb USB 1.1 flash drive floating around.

Switching the external HD from USB to eSata was big improvement. So not having USB is basically irrelevant for me.

Thank you for your time and effort!
rakeshchn
DD-WRT Novice


Joined: 24 Apr 2025
Posts: 3

PostPosted: Mon Apr 28, 2025 10:46    Post subject: Reply with quote
Sorry to bump this old thread! I recently got a WRT1900AC V1 and running on a DD WRT version from April 2024. I have it running in Station bridge mode on 5 GHz and AP on 2.4 GHz. I have the problem mention here that USB 3.0 port will not recognize a USB 3 HDD. It works fine on eSATA port . Also facing signal dropping issue on the 2.4 GHz AP. Is there a recommended build I can upgrade to which has restored USB 3.0 to full functionality?
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    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