handyfreax Posted October 23, 2016 Posted October 23, 2016 Hello, my Orange PI Plus is no Wifi. when i give lsusb is it no wifi modul. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 003: ID 05ac:0256 Apple, Inc. Bus 002 Device 002: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Armbian and Lubuntu the same. any idea?
Igor Posted October 24, 2016 Posted October 24, 2016 What do you get from: iwconfig Not all wifi modules are connected via USB. On those boards, many are using SDIO interface.
tkaiser Posted October 24, 2016 Posted October 24, 2016 I would suggest: sudo modprobe 8189es iwconfig and if then still no Wi-Fi interface is available the output from 'sudo armbianmonitor -u' would be helpful. BTW: 'lshw' on SBCs is the better idea than 'lsusb' (but needs an 'sudo apt-get install lshw' with Armbian).
handyfreax Posted October 24, 2016 Author Posted October 24, 2016 iwconfig root@orangepiplus:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan0 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 eth0 no wireless extensions. sudo modprob 8189es iwconfig root@orangepiplus:~# sudo modprobe 8189es root@orangepiplus:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. wlan0 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 eth0 no wireless extensions. root@orangepiplus:~#
tkaiser Posted October 24, 2016 Posted October 24, 2016 wlan0 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 Next steps: check that antenna is attached https://github.com/igorpecovnik/lib/issues/493#issuecomment-252751466 In case network-manager informs you that wlan0 is not useable please edit /etc/network/interfaces and remove/comment it there
handyfreax Posted October 24, 2016 Author Posted October 24, 2016 no the # for the interfaces is no change. iwconfig say the same root@orangepiplus:~# iwconfig lo no wireless extensions. tunl0 no wireless extensions. eth0 no wireless extensions. wlan4 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 root@orangepiplus:~# with nmtui is no activate from the wifi. when plug in the stick this is working are the onboard wifi nothing. the antenna is right plugged in.
Recommended Posts