{"id":15027299,"url":"https://github.com/bb-qq/r8152","last_synced_at":"2026-02-06T10:45:54.591Z","repository":{"id":37319170,"uuid":"205647695","full_name":"bb-qq/r8152","owner":"bb-qq","description":"Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters","archived":false,"fork":false,"pushed_at":"2025-03-31T14:32:31.000Z","size":773,"stargazers_count":2420,"open_issues_count":112,"forks_count":202,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-04-11T01:41:46.537Z","etag":null,"topics":["driver","kernel-module","synology","synology-nas","synology-package"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bb-qq.png","metadata":{"files":{"readme":"ReadMe.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-01T08:09:01.000Z","updated_at":"2025-04-09T20:08:05.000Z","dependencies_parsed_at":"2024-06-13T15:25:35.720Z","dependency_job_id":"a33eecaa-b36b-45af-832a-64ce6a7b34ef","html_url":"https://github.com/bb-qq/r8152","commit_stats":{"total_commits":117,"total_committers":5,"mean_commits":23.4,"dds":"0.042735042735042694","last_synced_commit":"fd45725e813275ac06ac0db9f8a3bb6232a097d2"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Fr8152","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Fr8152/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Fr8152/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Fr8152/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bb-qq","download_url":"https://codeload.github.com/bb-qq/r8152/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","kernel-module","synology","synology-nas","synology-package"],"created_at":"2024-09-24T20:06:09.423Z","updated_at":"2026-02-06T10:45:54.584Z","avatar_url":"https://github.com/bb-qq.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"- If you want to support S5 WOL, you have to find\n\n\tEXTRA_CFLAGS += -DRTL8152_S5_WOL\n\n  in the Makefile. Then, remove the first character '#\", if it exists.\n\n\n- For Fedora, you may have to run the following command after installing the\n  driver.\n\n\t# dracut -f\n\n- For Ubuntu, you may have to run the following command after installing the\n  driver.\n\n\t# sudo depmod -a\n\t# sudo update-initramfs -u\n\n- Example of setting speed\n\n\t2.5G before kernel v4.10\n\t# ethtool -s eth0 autoneg on advertise 0x802f\n\n\t2.5G for kernel v4.10 and later\n\t# ethtool -s eth0 autoneg on advertise 0x80000000002f\n\n\t5G for kernel v4.10 and later (Couldn't be supported before kernel v4.10)\n\t# ethtool -s eth0 autoneg on advertise 0x180000000002f\n\n\t10G for kernel v4.10 and later (Couldn't be supported before kernel v4.10)\n\t# ethtool -s eth0 autoneg on advertise 0x180000000102f\n\n\t# ethtool -s eth0 autoneg on advertise 0x002f (1G)\n\t# ethtool -s eth0 autoneg on advertise 0x000f (100M full)\n\t# ethtool -s eth0 autoneg on advertise 0x0003 (10M full)\n\n- Disable center tap short\n\n\t# make CONFIG_CTAP_SHORT=OFF modules\n\n- Ring parameter\n\n\tShow Ring parameter\n\t# ethtool -g eth0\n\n\tChanges the number of ring entries for the Rx ring.\n\t# ethtool -G eth0 rx 100\n\n- Tunable parameters\n\n\tGet the current rx copybreak value in bytes.\n\t# ethtool --get-tunable eth0 rx-copybreak\n\n\tSet the rx copybreak value in bytes.\n\t# ethtool --set-tunable eth0 rx-copybreak 256\n\n\tGet the current tx copybreak value in bytes.\n\t# ethtool --get-tunable eth0 tx-copybreak\n\n\tSet the tx copybreak value in bytes.\n\t# ethtool --set-tunable eth0 tx-copybreak 256\n\n- Flow control\n\n\tQueries the specified Ethernet device for pause parameter information.\n\t# ethtool -a eth0\n\n\tChanges the pause parameters of the specified Ethernet device.\n\t# ethtool -A eth0 rx off tx off (Disable flow control)\n\t# ethtool -A eth0 rx on tx off (Enable flow control)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb-qq%2Fr8152","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbb-qq%2Fr8152","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb-qq%2Fr8152/lists"}