ubuntu18.04 安装绿联usb转网卡驱动

本文讲述了作者如何为CM275 USB 3.0转RJ45 2.5G网卡在Ubuntu上安装驱动,解决SSL错误和缺失System.map文件问题,最终成功将MTU值设置为9000的过程。

我用的是usb3.0转RJ45 2.5G网卡(型号CM275),不装驱动能够使用,但是网卡的mtu值不能超过1500(我想设置到9000),于是在官网下载对应驱动并安装。

下载地址1:linux绿联usb/type-c千兆网卡驱动-Linux文档类资源-优快云下载

下载地址2:绿联USB/Type-C千兆网卡驱动下载RTL8153芯片

安装驱动:

解压缩

ubuntu@ubuntu-IB-IQ47-XA01:~/yxk$ tar -jxvf r8152.53.56-2.15.0.tar.bz2

解压后进入目录执行 sudo make 和 sudo make install

安装过程中遇到的问题:

错误1:

- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory

解决方法:

cd /lib/modules/$(uname -r)/build/certs
 
sudo tee x509.genkey > /dev/null << 'EOF'
[ req ]
default_bits = 4096
distinguished_name = req_distinguished_name
prompt = no
string_mask = utf8only
x509_extensions = myexts
[ req_distinguished_name ]
CN = Modules
[ myexts ]
basicConstraints=critical,CA:FALSE
keyUsage=digitalSignature
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid
EOF
 
sudo openssl req -new -nodes -utf8 -sha512 -days 36500 -batch -x509 -config x509.genkey -outform DER -out signing_key.x509 -keyout signing_key.pem

错误2:

Warning: modules_install: missing 'System.map' file. Skipping depmod.

解决方法:

ubuntu@ubuntu-IB-IQ47-XA01:~/yxk/r8152-2.15.0$ ls -l /boot/System.map*
-rw------- 1 root root 4593002 3月   3 16:36 /boot/System.map-5.4.0-104-generic
-rw------- 1 root root 4593967 3月   8 18:53 /boot/System.map-5.4.0-105-generic
ubuntu@ubuntu-IB-IQ47-XA01:~/yxk/r8152-2.15.0$
ubuntu@ubuntu-IB-IQ47-XA01:~/yxk/r8152-2.15.0$ sudo ln -s /boot/System.map-5.4.0-104-generic /lib/modules/5.4.0-104-generic/build/System.map
ubuntu@ubuntu-IB-IQ47-XA01:~/yxk/r8152-2.15.0$ sudo ln -s /boot/System.map-5.4.0-105-generic /lib/modules/5.4.0-105-generic/build/System.map

再次执行sudo make install

 最后服务器重启

配置mtu值,能够成功设置到9000

xilliix pcie dma 驱动 (基于 xilnx xdma ip核 4.0 的WDF驱动) --- # XDMA Windows Driver This project is Xilinx's sample Windows driver for 'DMA/Bridge Subsystem for PCI Express v4.0' (XDMA) IP. *Please note that this driver and associated software are supplied to give a basic generic reference implementation only. Customers may have specific use-cases and/or requirements for which this driver is not suitable.* ### Dependencies * Target machine running Windows 7 or Windows 10 * Development machine running Windows 7 (or later) * Visual Studio 2015 (or later) installed on development machine * Windows Driver Kit (WDK) version 1703 (or later) installed on development machine ## Directory Structure ``` / |__ build/ - Generated directory containing build output binaries. |__ exe/ - Contains sample client application source code. | |__ simple_dma/ - Sample code for AXI-MM configured XDMA IP. | |__ streaming_dma/ - Sample code for AXI-ST configured XDMA IP. | |__ user_events/ - Sample code for access to user event interrupts. | |__ xdma_info/ - Utility application which prints out the XDMA core ip | | configuration. | |__ xdma_rw/ - Utility for reading/writing to/from xdma device nodes such | | as control, user, bypass, h2c_0, c2h_0 etc. | |__ xdma_test/ - Basic test application which performs H2C/C2H transfers on | all present channels. |__ inc/ - Contains public API header file for XDMA driver. |__ libxdma/ - Static kernel library for XDMA IP. |__ sys/ - Reference driver source code which uses libxdma |__ README.md - This file. |__ XDMA.sln - Visual Studio Solution. ```
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值