[GH-ISSUE #3] Permission denied when sending any AT command #2

Closed
opened 2026-03-04 12:00:07 +03:00 by kerem · 2 comments
Owner

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)
atinout

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) ![atinout](https://user-images.githubusercontent.com/65107625/112257618-fc388180-8c86-11eb-8e8e-ea6e55363bc1.jpg)
kerem closed this issue 2026-03-04 12:00:08 +03:00
Author
Owner

@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.

<!-- gh-comment-id:805505285 --> @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.
Author
Owner

@Harwesta commented on GitHub (Mar 24, 2021):

In truth... for some reason this file isn't executable.

before:

root@MiMini:~# ls -l /usr/bin/luci-app-atinout
-rw-rw-r--    1 root     root           144 Feb 15 20:22 /usr/bin/luci-app-atinout

after:

root@MiMini:~# chmod 755 /usr/bin/luci-app-atinout
root@MiMini:~# ls -l /usr/bin/luci-app-atinout
-rwxr-xr-x    1 root     root           144 Feb 15 20:22 /usr/bin/luci-app-atinout

And works fine.
Please describe this feature in readme file.

<!-- gh-comment-id:805511037 --> @Harwesta commented on GitHub (Mar 24, 2021): In truth... for some reason this file isn't executable. before: ``` root@MiMini:~# ls -l /usr/bin/luci-app-atinout -rw-rw-r-- 1 root root 144 Feb 15 20:22 /usr/bin/luci-app-atinout ``` after: ``` root@MiMini:~# chmod 755 /usr/bin/luci-app-atinout root@MiMini:~# ls -l /usr/bin/luci-app-atinout -rwxr-xr-x 1 root root 144 Feb 15 20:22 /usr/bin/luci-app-atinout ``` And works fine. Please describe this feature in readme file.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-atinout-mod#2
No description provided.