Title: Problem with wifi on ubuntu [Print This Page] Author: xav Time: 8/27/2017 08:32 Title: Problem with wifi on ubuntu Hi,
I managed to configure a custom xubuntu filesystem thanks to the tutorial with a lot of packages installed through qemu... Once the .img is done it boots and everything seems to work except the wifi.
The network manager keeps telling the "device is not ready". Restarting it doesn't change anything.
With :
sudo ifconfig wlan0 up
Copy the code
I got : "SIOCSIFFLAGS: Operation not permitted". It seems the wifi adapter is powered off because there is no rfkill lock and :
The kernel is 4.4.55 (and everything worked with the vanilla filesystem)
Any idea ?
Author: isle Time: 8/28/2017 10:03
get anything in "/system/etc/firmware/" ?Author: xav Time: 8/30/2017 05:03
Wow thanks now I realize I miss the entire /system folder..
How am I supposed to install the firmware stuff ? I followed the guidelines (http://wiki.t-firefly.com/index. ... Build_Ubuntu_rfs/en) but there was no mention of it..
Need I just to copy it from your default filesystem ?Author: isle Time: 8/30/2017 09:47
yes, just copy it.Author: xav Time: 8/31/2017 04:42
It did the trick, thanks !