bb-qq / r8152

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

package r8152-rtd1296_for_2GB_RAM-2.15.0-4.spk #159

Closed daveyeger closed 2 years ago

daveyeger commented 3 years ago

Hi @bb-qq ,

I installed this package on a DS218.

It is definitely more stable than the prior version.

One issue I noticed, the NIC does not show up after a reboot.

I can easily get it back with ifconfig eth1 up && synonet --dhcp eth1.

Not sure what I am doing wrong.

Thanks for getting all of this work done!

ghost commented 3 years ago

Me too. Just saw this for the firsttime and installed it on a DS418 on the current latest DSM 7.0.1-42214. But the new NIC does not appear in the list... :-( I used: r8152-rtd1296_for_2GB_RAM-2.15.0-4.spk It is connected at the front. CLUB 3D CAC-1420

Also tried to do the above (not nowing what I was actually doing), but that it seems to technical for me, the reply's of the terminal makes no sense to me.

Myname@Account:/$ ifconfig eth1 up && synonet --dhcp eth1
SIOCSIFFLAGS: Operation not permitted

Myname@Account:/$ sudo ifconfig eth1 up && synonet --dhcp eth1
Password: 
-sh: /usr/syno/sbin/synonet: Permission denied

The fun thing is if I look in the "info center" in the UI. It sees: USB 10/100/1G/2.5G LAN - Realtek Semiconductor Corp. Also it says the AQC111 driver is installed.

Addon: tried this: ifconfig -a and there is no USB interface...?

bond0     Link encap:Ethernet  HWaddr 00:13:32:B9:78:AA  
          inet addr:192.168.66.6  Bcast:192.168.66.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:12892 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13294 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1449037 (1.3 MiB)  TX bytes:10425482 (9.9 MiB)

eth0      Link encap:Ethernet  HWaddr 00:13:32:B9:78:AA  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:30667 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25965 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4070563 (3.8 MiB)  TX bytes:30548180 (29.1 MiB)
          Interrupt:11 

eth1      Link encap:Ethernet  HWaddr 00:13:32:B9:78:AB  
          UP BROADCAST SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:28 base 0x4000  

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:11571 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11571 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:1474652 (1.4 MiB)  TX bytes:1474652 (1.4 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
bb-qq commented 2 years ago

@daveyeger , could you try to increase the delay of loading driver written in /var/packages/r8152/scripts/start-stop-status? sleep 15 is it.

@HAuser2019, could you create a new issue using the bug report template? I want to see the output of demsg.

bb-qq commented 2 years ago

The latest driver 2.15.0-5 has improved start-up handling. so could you try it? Since I haven't heard back from you, I'm closing this issue, but feel free to reopen it if you still have any problems.

ghost commented 2 years ago

Sorry. I read in another threat that you gave up on this particular driver/model, so at some point I forgot this treat. I will try the new driver in a few weeks and if I ran in an issue I will open it up, using bug report template output demsg etc. Thanks