• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    C
  • Created about 6 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A kernel module for Realtek RTL8152/RTL8153 Based USB Ethernet Adapters - Meant to be used in distributions only - For upstream bugs, please report them to your distribution maintainer or to Realtek.
- If you want to support S5 WOL, you have to find

	EXTRA_CFLAGS += -DRTL8152_S5_WOL

  in the Makefile. Then, remove the first character '#", if it exists.


- For Fedora, you may have to run the following command after installing the
  driver.

	# dracut -f

- For Ubuntu, you may have to run the following command after installing the
  driver.

	# sudo depmod -a
	# sudo update-initramfs -u

- Example of setting speed

	2.5G before kernel v4.10
	# ethtool -s eth0 autoneg on advertise 0x802f

	2.5G for kernel v4.10 and later
	# ethtool -s eth0 autoneg on advertise 0x80000000002f

	# ethtool -s eth0 autoneg on advertise 0x002f (1G)
	# ethtool -s eth0 autoneg on advertise 0x000f (100M full)
	# ethtool -s eth0 autoneg on advertise 0x0003 (10M full)

- Disable center tap short

	# make CONFIG_CTAP_SHORT=OFF modules

- Ring parameter

	Show Ring parameter
	# ethtool -g eth0

	Changes the number of ring entries for the Rx ring.
	# ethtool -G eth0 rx 100

More Repositories

1

ttf2eot

A simple import of taviso's ttf2eot tool from the now defunct Google Code
C
30
star
2

woff-tools

A tool to convert existing TrueType/OpenType fonts to WOFF and reverse order (import from people.mozilla.org)
C
24
star
3

un-apple-keyboard

Make Apple keyboards like all your other keyboards
Shell
10
star
4

git-cheat-sheet

A simple A3 format git cheat sheet
8
star
5

mattermost-localization-french-translation-rules

French translation rules for Mattermost
6
star
6

shut

shut - a simple shell utility library
Shell
5
star
7

chocolatey-package-openvpn

OpenVPN package for Chocolatey. Revived at https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/openvpn
PowerShell
5
star
8

archlinux-aur-php70

Fixes for PHP 7.0 on Arch Linux
Shell
5
star
9

dotshell

Personal shell configuration (bashrc and profile)
Shell
2
star
10

mattermost-desktop-msi-rd

Research and development for msi installers using Mattermost as example
PowerShell
2
star
11

dotfiles

A meta repository gathering all my personal dotfile configurations
2
star
12

chocolatey-custom-functions

All the non standard PowerShell functions I wrote for the Chocolatey packages I maintain
PowerShell
1
star
13

chocolatey-package-mattermost-desktop

Mattermost Desktop package for Chocolatey
PowerShell
1
star
14

wget

1
star
15

lghs-chat-mattermost-migration

Documentation and script to upgrade the LgHS Rocket.Chat and ultimately migrate to Mattermost
Shell
1
star
16

hepl-2-java

Java
1
star
17

chocolatey-package-eid-belgium-viewer

PowerShell
1
star
18

windows-restore-config

A PowerShell script allowing to reset the configuration of a computer to the needs of a power user.
PowerShell
1
star
19

lown

LibreOffice Weekly News
TeX
1
star
20

ispconfig-automail-schaalit

Git tracked version of https://schaal-it.com/ispconfig-automail/
PHP
1
star
21

chocolatey-package-securepointsslvpn

Securepoint SSL VPN for Chocolatey
PowerShell
1
star
22

archlinux-aur-vuescan-bin

A powerful proprietary scanning tool developed by Hamrick Software - With custom patches
Shell
1
star
23

chocolatey-packages

Sources of the Chocolatey packages I maintain or have maintained in the past
1
star
24

debian-package-openssh-initramfs

A Debian package to have OpenSSH as initramfs
Shell
1
star
25

dotvim

Personal Vim configuration
Vim Script
1
star
26

chocolatey-package-keeweb

KeeWeb package for Chocolatey
PowerShell
1
star
27

tiktok-video-bulk-downloader

TikTok video bulk downloader (Bash)
Shell
1
star
28

git-shift-commit-date-range

A simple script used to change the author/committer date of a range of commits in a branch
Shell
1
star