Firmware issues at startup (Debian 9 - Firmware i915 and rtl8168g-2Possible missing firmwareBluetooth...

Is there any pythonic way to find average of specific tuple elements in array?

How to have a sharp product image?

All ASCII characters with a given bit count

What is the term for a person whose job is to place products on shelves in stores?

Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

Can I criticise the more senior developers around me for not writing clean code?

Negative Resistance

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Can someone publish a story that happened to you?

Why do distances seem to matter in the Foundation world?

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

Would the change in enthalpy (ΔH) for the dissolution of urea in water be positive or negative?

Why did C use the -> operator instead of reusing the . operator?

Extracting Dirichlet series coefficients

Is Electric Central Heating worth it if using Solar Panels?

Find a stone which is not the lightest one

Contradiction proof for inequality of P and NP?

A Paper Record is What I Hamper

Island of Knights, Knaves and Spies

Why must Chinese maps be obfuscated?

Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?

Is it acceptable to use working hours to read general interest books?

Older movie/show about humans on derelict alien warship which refuels by passing through a star



Firmware issues at startup (Debian 9 - Firmware i915 and rtl8168g-2


Possible missing firmwareBluetooth firmware not loading for Intel 7260 [solved]Push firmware files in ath10k to Debian firmware-atherosHow to find missing firmwares in Zenbook?Installing missing firmware in debiani915 as secondary and dpms problem on primaryMissing firmware in Debian?Debian stretch failed to load firmware rtl_nic/rtl8168g-3.fw (-2)Unable to get wireless interface to work on arch linuxi915 Graphics, Fedora 28, Resolution and Display Issues






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















Here is the problem displayed by dmesg



$ sudo dmesg | grep error
[...]
[ 7.792141] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
[...]
[ 11.977510] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Same thing displayed in syslog:



$ sudo cat /var/log/syslog | grep error
Nov 24 02:47:36 minibip kernel: [ 6.546435] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
Nov 24 02:47:37 minibip kernel: [ 9.699957] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 6.100422] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 9.063138] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 6.110636] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 9.327847] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Some info about my server:




  • Kernel: Linux minibip 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2
    (2018-10-27) x86_64 GNU/Linux

  • Release: Debian GNU/Linux 9.6 (stretch)

  • CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

  • RAM: 8GB


Questions:
How to solve this firmware issue?
Even with these errors the server seems to work fine, so I am wondering whether it is possible to tell the kernel not to try to load these firmwares










share|improve this question
















bumped to the homepage by Community 41 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

    – MrJay42
    Nov 24 '18 at 12:23




















0















Here is the problem displayed by dmesg



$ sudo dmesg | grep error
[...]
[ 7.792141] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
[...]
[ 11.977510] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Same thing displayed in syslog:



$ sudo cat /var/log/syslog | grep error
Nov 24 02:47:36 minibip kernel: [ 6.546435] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
Nov 24 02:47:37 minibip kernel: [ 9.699957] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 6.100422] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 9.063138] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 6.110636] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 9.327847] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Some info about my server:




  • Kernel: Linux minibip 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2
    (2018-10-27) x86_64 GNU/Linux

  • Release: Debian GNU/Linux 9.6 (stretch)

  • CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

  • RAM: 8GB


Questions:
How to solve this firmware issue?
Even with these errors the server seems to work fine, so I am wondering whether it is possible to tell the kernel not to try to load these firmwares










share|improve this question
















bumped to the homepage by Community 41 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

    – MrJay42
    Nov 24 '18 at 12:23
















0












0








0








Here is the problem displayed by dmesg



$ sudo dmesg | grep error
[...]
[ 7.792141] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
[...]
[ 11.977510] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Same thing displayed in syslog:



$ sudo cat /var/log/syslog | grep error
Nov 24 02:47:36 minibip kernel: [ 6.546435] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
Nov 24 02:47:37 minibip kernel: [ 9.699957] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 6.100422] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 9.063138] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 6.110636] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 9.327847] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Some info about my server:




  • Kernel: Linux minibip 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2
    (2018-10-27) x86_64 GNU/Linux

  • Release: Debian GNU/Linux 9.6 (stretch)

  • CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

  • RAM: 8GB


Questions:
How to solve this firmware issue?
Even with these errors the server seems to work fine, so I am wondering whether it is possible to tell the kernel not to try to load these firmwares










share|improve this question
















Here is the problem displayed by dmesg



$ sudo dmesg | grep error
[...]
[ 7.792141] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
[...]
[ 11.977510] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Same thing displayed in syslog:



$ sudo cat /var/log/syslog | grep error
Nov 24 02:47:36 minibip kernel: [ 6.546435] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
Nov 24 02:47:37 minibip kernel: [ 9.699957] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 6.100422] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:06:04 minibip kernel: [ 9.063138] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 6.110636] i915 0000:00:02.0: Direct firmware load for i915/bxt_dmc_ver1_07.bin failed with error -2
...
Nov 24 03:36:09 minibip kernel: [ 9.327847] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2


Some info about my server:




  • Kernel: Linux minibip 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2
    (2018-10-27) x86_64 GNU/Linux

  • Release: Debian GNU/Linux 9.6 (stretch)

  • CPU: Intel(R) Celeron(R) CPU J3455 @ 1.50GHz

  • RAM: 8GB


Questions:
How to solve this firmware issue?
Even with these errors the server seems to work fine, so I am wondering whether it is possible to tell the kernel not to try to load these firmwares







linux firmware i915






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 24 '18 at 8:20









Rui F Ribeiro

42.4k1485143




42.4k1485143










asked Nov 24 '18 at 8:02









MrJay42MrJay42

1




1





bumped to the homepage by Community 41 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 41 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

    – MrJay42
    Nov 24 '18 at 12:23





















  • I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

    – MrJay42
    Nov 24 '18 at 12:23



















I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

– MrJay42
Nov 24 '18 at 12:23







I found a solution by adding "contrib non-free" to my sources.list Then, I installed: firmware-linux-nonfree and firmware-realtek Problem solved!

– MrJay42
Nov 24 '18 at 12:23












1 Answer
1






active

oldest

votes


















0














I would install the package: firmware-misc-nonfree



You will need to add the non-free repository then.



su
-put in your root password

nano /etc/apt/sources.list

deb http://deb.debian.org/debian/ stable main contrib non-free
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb http://deb.debian.org/debian-security stable/updates main
deb http://ftp.debian.org/debian stretch-backports main

apt-get update
apt-get upgrade

apt-get install firmware-misc-nonfree


Or, you could use synaptic.






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "106"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483831%2ffirmware-issues-at-startup-debian-9-firmware-i915-and-rtl8168g-2%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I would install the package: firmware-misc-nonfree



    You will need to add the non-free repository then.



    su
    -put in your root password

    nano /etc/apt/sources.list

    deb http://deb.debian.org/debian/ stable main contrib non-free
    deb http://deb.debian.org/debian/ stable-updates main contrib non-free
    deb http://deb.debian.org/debian-security stable/updates main
    deb http://ftp.debian.org/debian stretch-backports main

    apt-get update
    apt-get upgrade

    apt-get install firmware-misc-nonfree


    Or, you could use synaptic.






    share|improve this answer




























      0














      I would install the package: firmware-misc-nonfree



      You will need to add the non-free repository then.



      su
      -put in your root password

      nano /etc/apt/sources.list

      deb http://deb.debian.org/debian/ stable main contrib non-free
      deb http://deb.debian.org/debian/ stable-updates main contrib non-free
      deb http://deb.debian.org/debian-security stable/updates main
      deb http://ftp.debian.org/debian stretch-backports main

      apt-get update
      apt-get upgrade

      apt-get install firmware-misc-nonfree


      Or, you could use synaptic.






      share|improve this answer


























        0












        0








        0







        I would install the package: firmware-misc-nonfree



        You will need to add the non-free repository then.



        su
        -put in your root password

        nano /etc/apt/sources.list

        deb http://deb.debian.org/debian/ stable main contrib non-free
        deb http://deb.debian.org/debian/ stable-updates main contrib non-free
        deb http://deb.debian.org/debian-security stable/updates main
        deb http://ftp.debian.org/debian stretch-backports main

        apt-get update
        apt-get upgrade

        apt-get install firmware-misc-nonfree


        Or, you could use synaptic.






        share|improve this answer













        I would install the package: firmware-misc-nonfree



        You will need to add the non-free repository then.



        su
        -put in your root password

        nano /etc/apt/sources.list

        deb http://deb.debian.org/debian/ stable main contrib non-free
        deb http://deb.debian.org/debian/ stable-updates main contrib non-free
        deb http://deb.debian.org/debian-security stable/updates main
        deb http://ftp.debian.org/debian stretch-backports main

        apt-get update
        apt-get upgrade

        apt-get install firmware-misc-nonfree


        Or, you could use synaptic.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 24 '18 at 16:10









        Michael ProkopecMichael Prokopec

        1,543218




        1,543218






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Unix & Linux Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483831%2ffirmware-issues-at-startup-debian-9-firmware-i915-and-rtl8168g-2%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...