mirror of
https://github.com/4IceG/luci-app-atinout-mod.git
synced 2026-04-26 10:35:49 +03:00
[GH-ISSUE #3] Permission denied when sending any AT command #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-atinout-mod#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Harwesta on GitHub (Mar 24, 2021).
Original GitHub issue: https://github.com/4IceG/luci-app-atinout-mod/issues/3
Hi
An error occurs when sending any AT command: "Permission denied"

Xiaomi Mi mini (Mediatek MT7620)
OpenWrt stable 19.07.7 r11306-c4a6851c72 (git-21.044.30835-34e0d65)
@4IceG commented on GitHub (Mar 24, 2021):
Hi,
Find the file on the router (/ usr / bin / luci-app-atinout) and check if it is executable or execute the command in console
chmod 755 /usr/bin/luci-app-atinout.
@Harwesta commented on GitHub (Mar 24, 2021):
In truth... for some reason this file isn't executable.
before:
after:
And works fine.
Please describe this feature in readme file.