It seems that my prior FSO wifi configuration no longer works with M5.&nbsp; <br><br>root@om-gta02:~# ifup eth0<br>WPA: Configuring Interface<br>ioctl[SIOCGIFFLAGS]: No such device<br>Could not get interface &#39;eth0&#39; flags<br>
ioctl[SIOCSIWPMKSA]: No such device<br>ioctl[SIOCSIWMODE]: No such device<br>Could not configure driver to use managed mode<br>ioctl[SIOCGIWRANGE]: No such device<br>ioctl[SIOCGIFINDEX]: No such device<br>ioctl[SIOCSIWENCODEEXT]: No such device<br>
ioctl[SIOCSIWENCODE]: No such device<br>ioctl[SIOCSIWENCODEEXT]: No such device<br>ioctl[SIOCSIWENCODE]: No such device<br>ioctl[SIOCSIWENCODEEXT]: No such device<br>ioctl[SIOCSIWENCODE]: No such device<br>ioctl[SIOCSIWENCODEEXT]: No such device<br>
ioctl[SIOCSIWENCODE]: No such device<br>ioctl[SIOCSIWAUTH]: No such device<br>WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.<br>ioctl[SIOCSIWAUTH]: No such device<br>WEXT auth param 5 value 0x0 - ioctl[SIOCSIWAUTH]: No such device<br>
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAP]: No such device<br>ioctl[SIOCGIFFLAGS]: No such device<br>wpa_supplicant: /usr/sbin/wpa_supplicant daemon failed to start<br>FAILED<br>ifconfig: SIOCGIFFLAGS: No such device<br>
eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No such device<br><br>ifconfig: SIOCGIFFLAGS: No such device<br><br><br><br>I&#39;m using WPA2 configured as follows:<br><br># cat /etc/wpa_supplicant/cat wpa_supplicant.conf <br>ctrl_interface=/var/run/wpa_supplicant<br>
ctrl_interface_group=0<br>eapol_version=1<br>ap_scan=1<br>fast_reauth=1 <br># WPA2:<br>network={<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&lt;private&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=RSN<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=WPA-PSK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pairwise=CCMP TKIP<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; group=TKIP CCMP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; psk=&lt;private&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; priority=50<br>}<br><br>And I&#39;ve added the line: &quot;wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf&quot; beneith the line &quot;iface eth0 inet dhcp&quot; in /etc/network/interfaces.<br>
<br>This configuration has worked for all other distributions thus far.&nbsp; Is something different this time around?<br><br>Dylan<br><br>