Wifi config in udoobuntu-udoo-neo-minimal_2.1.2

Discussion in 'Linux Ubuntu' started by bremenpl, Apr 19, 2017.

  1. bremenpl

    bremenpl New Member

    Joined:
    Apr 16, 2017
    Messages:
    27
    Likes Received:
    2
    Hello there,
    I have just received my NEO from Mouser, it looks great :)! I downloaded the neo minimal ubuntu image as I dont intend to use the board with monitor for now. I was trying to configure wifi connection using the link bellow (second post).
    http://www.udoo.org/forum/threads/openembedded-yocto-for-udoo-boards.2965/
    and
    https://www.thinkpenguin.com/gnu-linux/how-configure-wifi-card-using-command-line-or-terminal
    I managed to turn on the adapter and I can scan my network.
    Code:
    udooer@udooneo:~$ ifconfig
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    usb0      Link encap:Ethernet  HWaddr 4e:71:9e:8c:10:37  
              inet addr:192.168.7.2  Bcast:192.168.7.3  Mask:255.255.255.252
              inet6 addr: fe80::4c71:9eff:fe8c:1037/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:335 errors:0 dropped:4 overruns:0 frame:0
              TX packets:132 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:46333 (46.3 KB)  TX bytes:21827 (21.8 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 5c:31:3e:d5:49:99  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    Code:
    udooer@udooneo:~$ sudo iw wlan0 scan | grep "SSID"
    	SSID: UPC240860327
    	SSID: UPC Wi-Free
    	SSID: MalaMaja
    	SSID: B593-6296
    	SSID: bremenindahouse2.4
    	SSID: UPC Wi-Free
    	SSID: OlHaRa
    	SSID: UPC Wi-Free
    
    The problem is that when I do iwconfig I see:
    Code:
    udooer@udooneo:~$ sudo iwconfig
    wlan0     no wireless extensions.
    
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    usb0      no wireless extensions.
    
    wlan0 has no wireless extensions, It fails after i try to do ifup wlan0. I assume its impossible that the driver didnt load as I can scan the network. Is there any step i have missed? I would appreciate all help!
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
  3. bremenpl

    bremenpl New Member

    Joined:
    Apr 16, 2017
    Messages:
    27
    Likes Received:
    2
    I did exacly those steps and did not succed. How can it be checked either the proper driver is loaded?

    Wysłane z mojego MotoG3 przy użyciu Tapatalka
     

Share This Page