Package Details: r8168-dkms 8.053.00-1

Git Clone URL: https://aur.archlinux.org/r8168-dkms.git (read-only, click to copy)
Package Base: r8168-dkms
Description: A kernel module for Realtek 8168 network cards (DKMS version)
Upstream URL: https://github.com/mtorromeo/r8168
Keywords: dkms ethernet network realtek
Licenses: GPL
Conflicts: r8168
Provides: r8168
Submitter: angelsl
Maintainer: patlefort
Last Packager: patlefort
Votes: 24
Popularity: 0.48
First Submitted: 2015-10-26 16:00 (UTC)
Last Updated: 2024-04-21 18:04 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 3 4 5 6 Next › Last »

yeaseb commented on 2024-03-13 00:42 (UTC)

dkms fails for linux-zen 6.8.0

DKMS make.log for r8168-8.052.01 for kernel 6.8.0-zen1-1-zen (x86_64)
mar 12 mar 2024 21:40:23 -03
make: se entra en el directorio '/usr/lib/modules/6.8.0-zen1-1-zen/build'
  CC [M]  /var/lib/dkms/r8168/8.052.01/build/src/r8168_n.o
  CC [M]  /var/lib/dkms/r8168/8.052.01/build/src/r8168_asf.o
  CC [M]  /var/lib/dkms/r8168/8.052.01/build/src/rtl_eeprom.o
  CC [M]  /var/lib/dkms/r8168/8.052.01/build/src/rtltool.o
/var/lib/dkms/r8168/8.052.01/build/src/rtl_eeprom.c:96:5: aviso: no hay un prototipo previo para ‘rtl8168_eeprom_cmd_done’ [-Wmissing-prototypes]
   96 | int rtl8168_eeprom_cmd_done(struct rtl8168_private *tp)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c:1624:6: aviso: no hay un prototipo previo para ‘_proc_dump_tx_desc’ [-Wmissing-prototypes]
 1624 | void _proc_dump_tx_desc(struct seq_file *m, struct TxDesc *desc_base,
      |      ^~~~~~~~~~~~~~~~~~
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c:2949:5: aviso: no hay un prototipo previo para ‘mdio_real_read’ [-Wmissing-prototypes]
 2949 | u32 mdio_real_read(struct rtl8168_private *tp,
      |     ^~~~~~~~~~~~~~
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c:5726:1: aviso: no hay un prototipo previo para ‘rtl8168_set_rx_vlan_filter’ [-Wmissing-prototypes]
 5726 | rtl8168_set_rx_vlan_filter(struct rtl8168_private *tp)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c: En la función ‘rtl8168_get_drvinfo’:
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c:6296:17: error: declaración implícita de la función ‘strlcpy’; ¿quiso decir ‘strscpy’? [-Werror=implicit-function-declaration]
 6296 |                 strlcpy(info->fw_version, rtl_fw->version,
      |                 ^~~~~~~
      |                 strscpy
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c: En el nivel principal:
/var/lib/dkms/r8168/8.052.01/build/src/r8168_n.c:28087:5: aviso: no hay un prototipo previo para ‘rtl8168_enable_msix’ [-Wmissing-prototypes]
28087 | int rtl8168_enable_msix(struct rtl8168_private *tp)
      |     ^~~~~~~~~~~~~~~~~~~
cc1: algunos avisos se tratan como errores
make[2]: *** [scripts/Makefile.build:243: /var/lib/dkms/r8168/8.052.01/build/src/r8168_n.o] Error 1
make[1]: *** [/usr/lib/modules/6.8.0-zen1-1-zen/build/Makefile:1919: /var/lib/dkms/r8168/8.052.01/build/src] Error 2
make: *** [Makefile:240: __sub-make] Error 2
make: se sale del directorio '/usr/lib/modules/6.8.0-zen1-1-zen/build'

safocl commented on 2023-08-14 17:33 (UTC)

fix for the mistake of minimal sublevel version for gso.h file

safocl commented on 2023-08-13 00:14 (UTC)

please, add a patch to support linux 6.4.y

parovoz commented on 2022-12-14 10:00 (UTC)

please, add a patch to support linux 6.1

patlefort commented on 2022-08-14 11:05 (UTC)

Update: the module r8169 will now be blacklisted automatically once this package is installed.

jaro3 commented on 2022-08-14 02:59 (UTC)

build on latest official kernel 5.19.1-arch2-1 fails:

/var/lib/dkms/r8168/8.050.03/build/src/r8168_n.c: In function ‘rtl8168_init_one’:
/var/lib/dkms/r8168/8.050.03/build/src/r8168_n.c:26901:25: error: implicit declaration of function ‘netif_set_gso_max_size’; did you mean ‘netif_set_tso_max_size’? [-Werror=implicit-function-declaration]
26901 |                         netif_set_gso_max_size(dev, LSO_32K);
      |                         ^~~~~~~~~~~~~~~~~~~~~~
      |                         netif_set_tso_max_size
cc1: some warnings being treated as errors
make[1]: *** [scripts/Makefile.build:249: /var/lib/dkms/r8168/8.050.03/build/src/r8168_n.o] Error 1
make: *** [Makefile:1843: /var/lib/dkms/r8168/8.050.03/build/src] Error 2
make: Leaving directory '/usr/lib/modules/5.19.1-arch2-1/build'

patlefort commented on 2022-08-11 09:06 (UTC)

@cryptodan I don't know but you can certainly try and see.

cryptodan commented on 2022-08-11 01:16 (UTC)

Will this allow me to activate 1gigabit on my card? Right now I'm only getting 100megabit on the regular r8168?

maderios commented on 2022-06-07 17:47 (UTC)

@lgomesf I don't know but i think it's not so difficult to update PKGBUILD. Watch new versions here https://github.com/mtorromeo/r8168

lgomesf commented on 2022-06-06 19:33 (UTC)

Is there a replacement for this package?