bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
1.91k stars 178 forks source link

DS218+, DSM7.1.1.42962, r8152-apollolake-2.16.3-3test2.spk and Virtual Machine #267

Closed patator100 closed 1 year ago

patator100 commented 1 year ago

Hello

I'm currently using with success a DriverGenius 2.5Go adapter. Nevertheless, I can't manage to add the adapter to my virtual switch so that I could use the 2.5Go connection for my jeedom virtual machine. I can correctly see both connections in my network: image

In the virtual switch, I can only see the Lan1 connection: image

image

ifConfig -a log ifConfig -a.txt

Reading another post, I have tried sudo ovs-vsctl add-br ovs_eth1 sudo ovs-vsctl add-port ovs_eth1 eth1 sudo ifconfig ovs_eth1 up

result (without surprise): sudo ovs-vsctl add-br ovs_eth1 ovs-vsctl: cannot create a bridge named ovs_eth1 because a bridge named ovs_eth1 already exists

sudo ovs-vsctl add-port ovs_eth1 eth1 ovs-vsctl: cannot create a port named eth1 because a port named eth1 already exists on bridge ovs_eth1

sudo ifconfig ovs_eth1 up

Any idea how to fix this issue ? Which other log would you need ? thanks

mrjohnpoz commented 1 year ago

Odd, I see it available on mine.

usb

I am on 7.1.1, but update 2

patator100 commented 1 year ago

that's weird. It might depends on the 2.5Go adapter driver. Have you rebooted your NAS to get the new LAN adapter to appear ?

btw - so quick with a 2.5gb adapter:

image

mrjohnpoz commented 1 year ago

I am using the same r8152-apollolake-2.16.3-2.spk driver - I think he released one without test in the name day later or something. I have never noticed before if I could add that to my vm switch.. Since for me it is direct connection just to my pc - but upon you saying your having a problem I wanted to see if seeing the same thing. Which I am not, it lists it there to add to new switch in VM network settings.

And yeah is way quicker than 1 gig ;) I see 2.37gpbs via iperf testing to and from my nas.

But sure my nas has been rebooted a few times since installing that version of the driver. Not for anything to do with the driver - I have recently made some major disk changes, and created a nvme storage pool vs just using them as cache. etc.. Which would of been reasons for the reboots.

Really the only thing I could think that different in our systems other than the actual usb nic, is I am on ds918+ and im on update 2 of the 7.1.1 dsm.. But I wouldn't think they would matter too much, but you could try updating to update 2.

patator100 commented 1 year ago

ouff ! managed to get it working. After rebooting, the magic happened ! image

thank for your help ! pat