Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ASUS C2500 #30

Closed
marktayl opened this issue Jun 10, 2023 · 4 comments
Closed

Add support for ASUS C2500 #30

marktayl opened this issue Jun 10, 2023 · 4 comments

Comments

@marktayl
Copy link

ASUS USB-C2500

Worked for me, using 2.16.3.

--- realtek-r8152-linux/r8152.c	2023-06-08 14:36:30.267321495 -0400
+++ r8152.c	2023-06-08 12:15:49.308410187 -0400
@@ -807,6 +807,7 @@
 #define VENDOR_ID_LINKSYS		0x13b1
 #define VENDOR_ID_NVIDIA		0x0955
 #define VENDOR_ID_TPLINK		0x2357
+#define VENDOR_ID_ASUS			0x0b05
 
 #define MCU_TYPE_PLA			0x0100
 #define MCU_TYPE_USB			0x0000
@@ -20846,6 +20847,8 @@
 	/* Getac */
 	REALTEK_USB_DEVICE(0x2baf, 0x0012),
 
+	/* ASUS */
+	REALTEK_USB_DEVICE(VENDOR_ID_ASUS, 0x1976),
 	{}
 };
 

Creating a good dkms.conf for my Ubuntu 22.04.2 LTS wasn't fun, however.

@jayofdoom
Copy link

I don't know what distribution you're targeting, but I'm going to propose attempting to pick this patch up in the next gentoo release of net-misc/r8152. Thanks for the contribution.

@delta-whiplash
Copy link

hello can anyone give me a dkms for proxmox or ubuntu ?

@hcartiaux
Copy link
Collaborator

hcartiaux commented Sep 3, 2023

@delta-whiplash please continue the discussion on #29 though I'm not sure this is the place to get support on this topic

Included in 2.7.1.

I close this issue.

@delta-whiplash
Copy link

No it's linked because this guy said he created a dkms.conf file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants