11-04-2022, 09:07 PM
Hello everyone,
I have to install a Wifi dongle for my system, because the signal strength in the housing is too low. The dongle is a BrosTrend AC650. According to the manufacturer, the drivers should be installed with the command sh -c 'wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'. After the download, the password of the "super user" is requested. Unfortunately, this is not "moodeaudio". I use shell in a Box for the console.
I use the latest version: 8.2.2
Do i need an other install command? Sudo doesnt make no difference.
Hope you can help me
sunny wishes
Jan
I have to install a Wifi dongle for my system, because the signal strength in the housing is too low. The dongle is a BrosTrend AC650. According to the manufacturer, the drivers should be installed with the command sh -c 'wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'. After the download, the password of the "super user" is requested. Unfortunately, this is not "moodeaudio". I use shell in a Box for the console.
Code:
pi@moode:~ $ sh -c 'wget deb.trendtechcn.com/install -O /tmp/install && sh /tmp/install'
URL transformed to HTTPS due to an HSTS policy
--2022-11-04 21:48:25-- https://deb.trendtechcn.com/install
Resolving deb.trendtechcn.com (deb.trendtechcn.com)... 2606:50c0:8003::153, 2606:50c0:8000::153, 2606:50c0:8001::153, ...
Connecting to deb.trendtechcn.com (deb.trendtechcn.com)|2606:50c0:8003::153|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16821 (16K) [application/octet-stream]
Saving to: ‘/tmp/install’
/tmp/install 100%[==========================================================================================================================================================================>] 16.43K --.-KB/s in 0.007s
2022-11-04 21:48:25 (2.40 MB/s) - ‘/tmp/install’ saved [16821/16821]
Root access is required
==== AUTHENTICATING FOR org.freedesktop.policykit.exec ===
Authentication is needed to run `/tmp/install' as the super user
Authenticating as: ,,, (pi)
Password:
polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
==== AUTHENTICATION FAILED ===
Error executing command as another user: Not authorized
This incident has been reported.
I use the latest version: 8.2.2
Do i need an other install command? Sudo doesnt make no difference.
Hope you can help me
sunny wishes
Jan