The original driver will be included in the next rolling release
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 23 2024
Oct 22 2024
Oct 21 2024
You can add PR for the documentation without a task
Oct 18 2024
Probably related driver T6713
Should be fixed in the next rolling release
@SteveP could you provide the link to the source code (git) for the official drivers?
Where we can clone the code and build correct package for Debian?
Oct 17 2024
Bump Realtek driver version
PR https://github.com/vyos/vyos-build/pull/814
Oct 16 2024
You can add PR a delete here https://github.com/vyos/vyos-build/blob/2359180068a653e39724a33b91bfa1ed395c1993/data/architectures/amd64.toml#L9
I think it is better to figure out what could be wrong
Oct 15 2024
@jvandenbroek fell free to cereate a PR for fix.
Oct 14 2024
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
@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?