downloading lots of data and keeps my cpu busy right after start

Discussion in 'Newbie Questions' started by Jan3891, Feb 11, 2017.

  1. Jan3891

    Jan3891 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Feb 11, 2017
    Messages:
    2
    Likes Received:
    0
    Hello everybody,

    just have installed this OS and I really like it but there is a thing I am worry about.

    I have noticed that something keeps downloading data and keeps my cpu busy right after start of system. System monitor showing me data usage and cpu activity (one of 4 cores always on 100%) even if I dont do anything. There is nothing in processes either. Every process shown has very low cpu usage. I used to have Ubuntu on my previous laptop with same programs installed and there was no such a problem.

    I will be greatful if somebody can enlighten this problem to me.

    And one more question: how to disable bluetooth permanently - I mean it is turned off after start? The solution from ubuntu does not work.

    Thank you very much!

    Jan
     
  2. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    To disable Bluetooth:
    Code (Text):
    sudo nano /etc/rc.local
    add rfkill block bluetooth before exit 0
    save <ctrl>+<o> and exit <ctrl>+<x>

    restart

    If that doesn't work:
    Code (Text):
    sudo nano /lib/systemd/system/bluetooth.service
    comment out ExecStart=/usr/lib/bluetooth/bluetoothd with a # so it says #ExecStart=/usr/lib/bluetooth/bluetoothd

    restart
     
    #2 Artificial Intelligence, Feb 11, 2017
    Last edited: Feb 11, 2017
  3. Jan3891

    Jan3891 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Feb 11, 2017
    Messages:
    2
    Likes Received:
    0
    Thanks for an answer. Have tried rfkill already which didnt work, will try the other way later cause now I am observing that download problem - just want to leave it if it stops or not sometimes (it's been downloaded over 1 gb and still carry on without any activity from me)
     

Share This Page

Loading...