06-07-2018, 05:02 AM
(06-06-2018, 11:53 AM)TheOldPresbyope Wrote:(06-06-2018, 05:22 AM)tracks Wrote: Hi
Would anyone have some info to get a USB WIFI network detected?
Basically wlan0 is not in the network interface undifined for some reason , although the device is present.
Also i made sure the Access Point is not left blank,, added the SSID info
Eth0 is working good, and connected
Im pretty sure it has to be a simple step missed , my first time using Moode.
I have put as much information sorry its a bit long thread.
...
Will cont to troubleshoot but running out of ideas
thank you
@tracks
This sounds similar to the problem reported by @agaufres.
By default during its startup Raspbian now blocks the WiFi (via rfkill) if it finds the country code hasn't been set. The moOde configuration process undoes that and sets the country code to "US". However, @agaufres reported that his WiFi was blocked with a similar moOde report of the missing wlan interface. He is in Switzerland ("CH") and I infer you are in Sweden ("SE"). It isn't clear to me how the country code could be the root cause but I've repeated built and configured moOde in the US without incident.
What is the output you get when you run rfkill? If you see something like the following
Code:pi@moode:~ $ sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
then try unblocking it
Code:pi@moode:~ $ sudo rfkill unblock wlan
and check again for the wlan interface
Let us know if this works for you. If it does, then we need to revisit the way moOde initializes WiFi.
Regards,
Kent
Thanks for the suggestion Kent, but there is no rfkill process in my case,, i think its because the wlan0 is not present at all
I think i need to try a new re-install with the USB WIFI attached, i answered Tim with that.
pi@moode:~ $ sudo rfkill list
pi@moode:~ $ sudo rfkill list
pi@moode:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.50.1.106 netmask 255.255.255.0 broadcast 10.50.1.255
inet6 fe80::54:d5a9:fd5b:be4a prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:1a:85:90 txqueuelen 1000 (Ethernet)
RX packets 68006 bytes 17061594 (16.2 MiB)
RX errors 0 dropped 34 overruns 0 frame 0
TX packets 4739 bytes 2424331 (2.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 519 bytes 41463 (40.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 519 bytes 41463 (40.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
\regards