Do wee need this patch for the newest kernel?
https://github.com/vyos/vyos-build/tree/equuleus/packages/linux-kernel/patches/vyos-drivers-realtek-r8152
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 15 2024
Oct 14 2024
@nvollmar Can we close it or do you see some bugs?
Oct 13 2024
It seems the bug even if configuration applied in one commit:
set interfaces ethernet eth1 vif 21 set interfaces ethernet eth1 vif 22 set interfaces bridge br1 member interface eth1.21 isolated set interfaces bridge br1 member interface eth1.22 isolated commit
check:
vyos@r1# bridge --json -d link | jq '.[] | {ifname, isolated}'
{
"ifname": "eth1.21",
"isolated": false
}
{
"ifname": "eth1.22",
"isolated": false
}Oct 11 2024
Provide the set of commands to reproduce
From time to time we face this issue.
Oct 10 2024
It should already be in the latest rolling release.
@SteveP could you re-check?
Oct 9 2024
It needs to sign the modules somehow
example
https://github.com/vyos/vyos-build/blob/910eece6d3dede212a0f6172272d248601ab1090/scripts/package-build/linux-kernel/build-intel-ixgbe.sh#L83
Oct 8 2024
In T6713#201597, @SteveP wrote:Hi,
It is not working I'm afraid.
modprobe: ERROR: could not insert 'r8152': Key was rejected by service
It is a signing error. I am getting the same thing now with 6.6.52 (I just tried it) but 6.6.51 (one I am running) is fine. I can't try 6.6.54 as the headers are not there.
SteveP
Driver added to the latest rolling release
vyos@r14# run show version all | match realtek ii vyos-drivers-realtek-r8152 2.18.1-1 amd64 auto-generated package by debmake [edit] vyos@r14#
The deb package for vici is broken and does not include CONTENTS/usr/lib
I.e., the script to build vici works incorrectly https://github.com/vyos/vyos-build/blob/current/scripts/package-build/strongswan/build-vici.sh
vyos@r14:~$ show version all | match vici ii python3-vici 5.9.11-2+vyos0 all Native Python interface for strongSwan's VICI protocol vyos@r14:~$
Oct 4 2024
Oct 3 2024
Can you open the issue here https://github.com/sflow/host-sflow ?
Only they can answer you if it works for PPP at all or not
Oct 2 2024
Oct 1 2024
Sep 26 2024
Sep 19 2024
Smoketest fails for the wireless interfaces
DEBUG - ======================================================================
DEBUG - FAIL: test_wireless_add_single_ip_address (__main__.WirelessInterfaceTest.test_wireless_add_single_ip_address)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_interfaces_wireless.py", line 84, in test_wireless_add_single_ip_address
DEBUG - self.assertTrue(process_named_running('wpa_supplicant'))
DEBUG - AssertionError: None is not trueSep 18 2024
KVM is a dependency
Do you want some CLI for it? Or just user util?
Sep 14 2024
Sep 13 2024
@cuongdt1994 Could you check this build (in PR)?
Unfortunately the version: v2.18.1 (2024/05/20) does not work correctly and previous versions 2.17.1 are not compatible with the newest kernel version
make -C /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux M=/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1 modules
make[2]: Entering directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49'
CC [M] /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.o
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c: In function ‘r8152_csum_workaround’:
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c:2114:24: error: implicit declaration of function ‘skb_gso_segment’; did you mean ‘skb_gso_reset’? [-Werror=implicit-function-declaration]
2114 | segs = skb_gso_segment(skb, features);
| ^~~~~~~~~~~~~~~
| skb_gso_reset
/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.c:2114:22: warning: assignment to ‘struct sk_buff *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
2114 | segs = skb_gso_segment(skb, features);
| ^
cc1: some warnings being treated as errors
make[4]: *** [scripts/Makefile.build:243: /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1/r8152.o] Error 1
make[3]: *** [/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49/Makefile:1921: /vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1] Error 2
make[2]: *** [Makefile:234: __sub-make] Error 2
make[2]: Leaving directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/linux-6.6.49'
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 2
make[1]: Leaving directory '/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/vyos-drivers-realtek-r8152-2.17.1'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
Traceback (most recent call last):
File "/vyos/work/T6713-current-realtek/vyos-build/packages/linux-kernel/./build-driver-realtek-r8152.py", line 88, in <module>
run(debuild_cmd, cwd=PACKAGE_DIR, check=True)
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['debuild']' returned non-zero exit status 29.Sep 12 2024
Sep 11 2024
It seems we should migrate it to the circinus https://github.com/vyos/vyos-1x/pull/3692
https://github.com/vyos/vyos-1x/blob/current/python/vyos/migrate.py