Ubuntu boot very slow with wifi driver
#7
(08-23-2016, 10:22 PM)longsleep Wrote: The fix is that you change the configuration to  match your use case.

Indeed. If you want the ethernet to not black startup when the cable is not connected, you'll need to either disable it, or configure it to allow for hotplugging. 

Depending on your network setup, this may be as simple as changing /etc/network/interfaces to read 'allow-hotplug eth0' instead of 'auto eth0'. This allows the system to configure the device it if is plugged in later. 

In my case, this means the part of my /etc/network/interfaces file that deals with the wired ethernet looks like the below snippet, and setups up my ethernet connection when and if the cable is plugged in. 

Code:
#auto eth0 #commented out to prevent blocking system startup if cable not plugged in
allow-hotplug eth0
iface eth0 inet dhcp

If you have a more complicated network setup, you may find you need to consider using the systemd-networkd daemon, but in my case that wasn't needed.
  Reply


Messages In This Thread
RE: Ubuntu boot very slow with wifi driver - by pfeerick - 08-24-2016, 02:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pine 1 will no longer boot (bricked) dstallmo 0 1,291 06-22-2023, 12:22 PM
Last Post: dstallmo
  Ubuntu server 20.04 request phi0x 2 5,379 12-30-2020, 08:02 PM
Last Post: phi0x
  Pine hangs up on boot if I add my exFAT USB drive to /etc/fstab pqueiro 0 3,052 06-10-2019, 12:07 PM
Last Post: pqueiro
  +LTS/SOPINE Compilation procedure for U-Boot and Linux for pineA64 LTS. danpurprakash@gmail.com 1 4,153 06-05-2019, 11:50 PM
Last Post: igorp
  Frustrations with Wifi, VNC, Longsleep, etc. NexusDude 1 3,697 06-05-2019, 11:43 PM
Last Post: igorp
  Slow I/O tagyro 0 2,564 04-07-2019, 05:43 AM
Last Post: tagyro
  Pine Board using linux stuck during boot sequence ktaragorn 0 2,805 03-23-2019, 04:06 AM
Last Post: ktaragorn
  Resize /Boot mmcblk0p1 on SD? chadc 7 11,156 08-24-2018, 01:23 PM
Last Post: goathunter
  SPI on ubuntu IlyaM 4 9,238 07-16-2018, 03:00 AM
Last Post: kingflab
  Ubuntu password not working joemassimino 4 8,665 05-18-2018, 03:33 PM
Last Post: Luke

Forum Jump:


Users browsing this thread: 1 Guest(s)