Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1277 - WNDR4700 (apm821xx) - usb3 not properly configure/install/working ports (all) #6272

Closed
openwrt-bot opened this issue Jan 14, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

build000:

Openwrt/Lede version - r5812-d667909

logread:

(...)
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led SATA
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN (green)
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led WAN (yellow)
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led USB3
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: /etc/rc.common: eval: line 1: can't create /sys/class/leds/wndr4700:blue:usb/ports/usb3-port1: Permission denied
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: /etc/rc.common: eval: line 1: can't create /sys/class/leds/wndr4700:blue:usb/ports/usb3-port2: Permission denied
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led WLAN2G
Sun Jan 14 20:27:45 2018 daemon.notice procd: /etc/rc.d/S96led: setting up led WLAN5G
(...)

update kernel to 4.14.* version = this error
Attached config (old for use FastPath /disabled - not compile/ = not important modification for to usb3 problem)

@openwrt-bot
Copy link
Author

build000:

Ehh - I'am "imbecile" (hehe) - Sorry - not properly LED-USB3 working (not working)...

cat /etc/config/system:

(...)
config led 'led_usb3'
option name 'USB3'
option sysfs 'wndr4700:blue:usb'
option trigger 'usbport'
list port 'usb2-port1'
list port 'usb2-port2'
list port 'usb3-port1'
list port 'usb3-port2'
(...)

@openwrt-bot
Copy link
Author

build000:

ehh - I am...a very sleepy man
fixing problem using Luci and usb3 (and USB3-LED) working fine:

cat /etc/config/system:

(...)
config led 'led_usb3'
option name 'USB3'
option sysfs 'wndr4700:blue:usb'
option trigger 'usbport'
option default '0'
list port 'usb1-port1'
list port 'usb1-port2'
list port 'usb2-port1'
list port 'usb2-port2'
(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant