Code: Select all
$ uname -a
Linux mx1 4.15.0-2-amd64 #1 SMP Debian 4.15.11-1~mx17+1 (2018-03-27) x86_64 GNU/Linux
Code: Select all
$ uname -a
Linux mx1 4.15.0-2-amd64 #1 SMP Debian 4.15.11-1~mx17+1 (2018-03-27) x86_64 GNU/Linux
Code: Select all
lsmod | grep '^nf'
Code: Select all
lsmod | grep '^nf'
nfsd 413696 2
nfs_acl 16384 1 nfsd
nfs 311296 0
Code: Select all
$ uname -a
Linux mx 4.16.15 #1 SMP PREEMPT Tue Jun 12 17:16:52 +08 2018 x86_64 GNU/Linux
Code: Select all
$ dkms status
broadcom-sta, 6.30.223.271, 4.16.15, x86_64: installed
ndiswrapper, 1.61, 4.16.15, x86_64: installed
virtualbox, 5.2.12, 4.16.15, x86_64: installed
virtualbox-guest, 5.2.12, 4.16.15, x86_64: installed (original_module exists)
Code: Select all
$ lsmod | grep '^nf'
nfsd 352256 2
nfs_acl 16384 1 nfsd
nfs 282624 0
nf_reject_ipv6 16384 1 ip6t_REJECT
nf_conntrack_ipv6 16384 7
nf_defrag_ipv6 32768 1 nf_conntrack_ipv6
nf_reject_ipv4 16384 1 ipt_REJECT
nf_conntrack_ipv4 16384 7
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
nf_conntrack_netbios_ns 16384 0
nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
nf_nat_ftp 16384 0
nf_nat 32768 1 nf_nat_ftp
nf_conntrack_ftp 16384 1 nf_nat_ftp
nf_conntrack 131072 8 nf_conntrack_ipv6,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_broadcast,nf_nat_ftp,nf_conntrack_netbios_ns,xt_conntrack,nf_nat
I've been using it for the last day or two and everything's working fine - finally the AMDGPU drivers allow me to have HDMI audio!Stevo wrote: Sun Jun 10, 2018 3:20 pm We now have added the 4.17.0 kernel to the test repo, built using upstream's rc7 version as a template.
Much improved amdgpu drivers were advertised for the 4.17 kernels, for sure!sacules wrote: Wed Jun 13, 2018 5:17 pmI've been using it for the last day or two and everything's working fine - finally the AMDGPU drivers allow me to have HDMI audio!Stevo wrote: Sun Jun 10, 2018 3:20 pm We now have added the 4.17.0 kernel to the test repo, built using upstream's rc7 version as a template.