XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    RTL8153 Compile

    Scheduled Pinned Locked Moved Development
    88 Posts 14 Posters 42.5k Views 11 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Online
      Andrew Top contributor @FilHarr
      last edited by

      @FilHarr I have the driver built and working, but I have a USB naming problem that is not safely resolved by the previous workaround method so I have not finished testing. Looks like they will be adding the new 5Gb NICs soon.

      FilHarrF 1 Reply Last reply Reply Quote 1
      • FilHarrF Offline
        FilHarr @Andrew
        last edited by

        @Andrew I eventually managed to get v2.17.1 of the realtek driver compiled and loaded. I have an RTL8153 and an RTL8156 based USB adapter connected to my host device which are both being correctly identified (took me a while to work out how to get the updated kernel module to load on boot but figured it out in the end). Have added both networks to a VM and everything seems to be working ok (transfer speeds are as expected).

        What is the issue you're seeing with the USB naming? I already had the RTL8153 USB working with the default driver and a rename rule in '70-persistent-net.rules'. Added a similar rule for the RTL8156 USB and both renames seem to be surviving reboots with the updated 2.17.1 driver.

        etommE A 2 Replies Last reply Reply Quote 0
        • etommE Offline
          etomm @FilHarr
          last edited by

          @FilHarr and @Andrew instead I had the driver compiled and loading. I am setting my USB 2.5 device with echo 1 > /sys/bus/usb/devices/2-5/bConfigurationValue to use r8152 but it stays always disconnected

          1 Reply Last reply Reply Quote 0
          • A Online
            Andrew Top contributor @FilHarr
            last edited by

            @FilHarr The USB renaming rule works if I have one USB adapter... so I guess it's good enough for now.

            etommE 1 Reply Last reply Reply Quote 0
            • etommE Offline
              etomm @Andrew
              last edited by

              @Andrew but just to understand: did you do something else apart recompiling the r8152 project?

              A 1 Reply Last reply Reply Quote 0
              • A Online
                Andrew Top contributor @etomm
                last edited by

                @etomm For the code I compiled it mostly as-it (with one change to support the different XCP kernel header version). I also added three udev rule changes. One is included with the driver code. One change to stop XCP scripts changing USB ethernet names. And one that is to support static USB ethernet names and rename unknown USB ethernet devices to protect the system from conflicts.

                I now have it working correctly with multiple USB ethernet adapters and stabled names that don't interfere with regular ethernet adapters. It still requires manually adding the MAC addresses and ethernet device names because XCP/Xen does not support USB ethernet devices.

                etommE J 2 Replies Last reply Reply Quote 0
                • etommE Offline
                  etomm @Andrew
                  last edited by

                  @Andrew but I suppose that even without the udev rules, the device was still working with just the code compilation. I made it compile too, changing just a #if definition that was looking for kernel source version < 4.19.10 and mine is 4.19.0 but existing and was conflicting. Was there another code modification?

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    johannes @Andrew
                    last edited by

                    @Andrew said in RTL8153 Compile:

                    @etomm For the code I compiled it mostly as-it (with one change to support the different XCP kernel header version). I also added three udev rule changes. One is included with the driver code. One change to stop XCP scripts changing USB ethernet names. And one that is to support static USB ethernet names and rename unknown USB ethernet devices to protect the system from conflicts.

                    I now have it working correctly with multiple USB ethernet adapters and stabled names that don't interfere with regular ethernet adapters. It still requires manually adding the MAC addresses and ethernet device names because XCP/Xen does not support USB ethernet devices.

                    @Andrew would you be willing to share the udev rule changes that you made? Also, are you using 8.2 or 8.3 beta? Thank you!

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post