Giter Club home page Giter Club logo

Comments (5)

awesometic avatar awesometic commented on August 17, 2024

Actually, that isn't intended. I thought that the system should load both two drivers at the same time but sounds it is not.
Sorry for the inconvenience. I will edit autorun.sh back to the original state by your actual experience.

For those who read this issue thread: This is not related to the Debian packaging way. :)

from realtek-r8125-dkms.

awesometic avatar awesometic commented on August 17, 2024

I found that it also affects delivering the driver as a DKMS package. If the r8169 driver exists on the system then the r8125 driver will not load properly. I should update my Debian packaging scripts to add some codes to remove the existing legacy driver. Anyway, thank you for the report. 😄

from realtek-r8125-dkms.

terr72 avatar terr72 commented on August 17, 2024

@awesometic I need to run r8169 and r8125 simultaneously, since I have two NICs in my computer: one integrated RTL8168 and an addon-card with a RTL8125B chipset. Is this not possible?

from realtek-r8125-dkms.

awesometic avatar awesometic commented on August 17, 2024

@terr72 ,

Sorry for the late reply. How about removing the RTL8125 firmware files from the /lib/firmware/rtl_nic directory? Like the sudo rm -f /lib/firmware/rtl_nic/rtl8125* command. Then I think the r8169 module won't load the firmware for the RTL8125 chipset so that it could make the r8125 module working properly.

Hope this works. 🤔

from realtek-r8125-dkms.

shing-lee avatar shing-lee commented on August 17, 2024

@awesometic我需要同时运行 r8169 和 r8125,因为我的计算机中有两个 NIC:一个集成 RTL8168 和一个带有 RTL8125B 芯片组的附加卡。这不可能吗?

sudo echo 'alias r8169 off' >> /etc/modprobe.d/dkms.conf
sudo echo 'r8125' >> /etc/initramfs-tools/modules
sudo update-initramfs -k all -u
sudo reboot

from realtek-r8125-dkms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.