Forum Replies Created
-
Posted in: Allo USB Bundle
-
7. Dezember 2021 at 22:07 #51838
Hello Mario,
that worked well!
Thanks again and best regards,
Michael4. Dezember 2021 at 19:38 #51828Hello Mario,
thanks again for your kind help!!
The WiFi stick runs now. I see it under ifconfig and can connect via web I/F of max2play to the Pi4. I can also start music via logitech web i/f.
But the Jivelite does not start-up correctly. It starts always with an reduced menu list (with no applications).
When I enable the Pi4 on chip WLAN again (checkmark „Deaktiviere Standard WLAN Oberfläche WLAN0 bei RPi3“), it starts immediately with the full menue.
Do you have any clue what the issue could be?Thanks a lot and best regards,
Michael20. November 2021 at 14:11 #51804Hello Mario,
once again thanks for great help!!
This has unfortunately not solved the issue. Still the driver was not loaded when booting. And I guess this is the real issue.
[ 5.372559] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 5.390612] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 5.391647] usbcore: registered new interface driver brcmfmacTherefore I searached the web a bit and tried following to understand if the driver is supported already. And yes it is:
pi@m2pPi4:~ $ modprobe -c | grep -i „7392.*7822“
alias usb:v7392p7822d*dc*dsc*dp*ic*isc*ip*in* rtl8192cuI loaded the driver manually
pi@m2pPi4:~ $ sudo modprobe rtl8192cuNow it also shows up at loaded modules
pi@m2pPi4:~ $ lsmod
Module Size Used by
rtl8192cu 86016 0
rtl_usb 20480 1 rtl8192cu
rtl8192c_common 65536 1 rtl8192cu
rtlwifi 114688 3 rtl_usb,rtl8192c_common,rtl8192cu
mac80211 802816 3 rtl_usb,rtlwifi,rtl8192cuAnd it seems well connected, WiFi Stick has Blue LED on and I can access via WiFi with remote console! Great!
[ 215.944073] rtl8192cu: Chip version 0x11
[ 216.021062] rtl8192cu: Board Type 0
[ 216.021248] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 216.021303] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 216.021534] ieee80211 phy1: Selected rate control algorithm ‚rtl_rc‘
[ 216.030062] usbcore: registered new interface driver rtl8192cu
[ 216.260990] rtl8192cu: MAC auto ON okay!
[ 216.289774] rtl8192cu: Tx queue select: 0x05
[ 218.137860] wlan0: authenticate with 84:d8:1b:8c:97:0c
[ 218.160930] wlan0: send auth to 84:d8:1b:8c:97:0c (try 1/3)
[ 218.185617] wlan0: authenticated
[ 218.195944] wlan0: associate with 84:d8:1b:8c:97:0c (try 1/3)
[ 218.235049] wlan0: RX AssocResp from 84:d8:1b:8c:97:0c (capab=0x1431 status=0 aid=5)
[ 218.338625] wlan0: associatedBut the question is now: how to make sure that it also is done automatically while normal boot?
Any hint would really be appreciated!Thanks a lot,
Michael16. November 2021 at 23:26 #51793Hello Mario,
thank you very much for your support on this topic!!
I followed your instruction and got the below message when running the wifi-install.
Do you have any advise? In understood that the Edimax-7612UAn basically runs with the driver rtl8192cu.
But the scrit seems not to support that, only rtl8192eu is supported.
Any idea?*** Raspberry Pi wifi driver installer by MrEngman.
*** Performing self-update
*** Relaunching after update*** Raspberry Pi wifi driver installer by MrEngman.
Your current kernel revision = 5.10.17-v7l+
Your current kernel build = #1403Checking for a wifi module to determine the driver to install.
Your wifi module is unrecognised.
**** Unable to identify your wifi module ****
The script only works for wifi modules using the rtl8188eu, rtl8188fu, rtl8192eu, rtl8812au, rtl8821cu, 8822bu, mt7610 and mt7612 drivers.
Looking for your wifi module the script detected the following USB devices:-
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 7392:7822 Edimax Technology Co., Ltd
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubIf you are certain your module uses one of the drivers the script installs check the output of command
‚lsusb‘ shows your wifi module. If lsusb shows your wifi module try running the script again. If the
script fails to detect your wifi module again the driver may need updating to add your module USB id.If lsusb does not show your wifi module you will need to resolve that issue before the script can be
used to install the driver you need.Thanks again for all your efforts in advance!
Best regards,
Michael -