Bug 8624 - [ANCK-6.6.7-1.1][rc1][loongarch64]内核更新启动后,少识别了网口,需要检查一下内核网络相关的驱动是否正常加载
Summary: [ANCK-6.6.7-1.1][rc1][loongarch64]内核更新启动后,少识别了网口,需要检查一下内核网络相关的驱动是否正常加载
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARCH(unspecified) (show other bugs) ARCH(unspecified)
Version: 6.6.7-1.1
Hardware: All Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-25 17:30 UTC by liqianwen
Modified: 2024-03-27 11:00 UTC (History)
5 users (show)

See Also:


Attachments
5.10.134-16.3内核网口情况 (218.15 KB, image/jpeg)
2024-03-25 17:30 UTC, liqianwen
Details
6.6.7-1.1内核网口情况 (199.96 KB, image/jpeg)
2024-03-25 17:30 UTC, liqianwen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description liqianwen loongson_group 2024-03-25 17:30:05 UTC
Created attachment 1110 [details]
5.10.134-16.3内核网口情况

Description of problem:
内核更新启动后,少识别了网口,需要检查一下内核网络相关的驱动是否正常加载

Version-Release number of selected component (if applicable):
#内核版本
6.6.7-1.1_rc1.an23.loongarch64
#系统版本
cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"
Anolis os 23.1iso下载:
https://build.openanolis.cn/kojifiles/output/anolis-23-20240124.11/compose/os/loongarch64/iso/anolis-23-loongarch64-dvd1-20240124.11.iso

内核更新到ANCK-6.6.7-1.1版本:
https://build.openanolis.cn/kojifiles/scratch/anrel/task_811680/


Steps to Reproduce:
1.安装Anolis os 23.1系统,默认的内核版本为5.10.134-16.2_rc1.an23.loongarch64
2.更新内核版本到6.6.7-1.1
3.重启系统
4.进入网络设置界面

Actual results:
ANCK-6.6.7-1.1内核版本中,少识别了网口,导致无法正常连接网络

Expected results:
ANCK-6.6.7-1.1内核版本中,可正常识别网口,正常连接到网络

Additional info:
Comment 1 liqianwen loongson_group 2024-03-25 17:30:32 UTC
Created attachment 1111 [details]
6.6.7-1.1内核网口情况
Comment 2 liqianwen loongson_group 2024-03-26 09:49:07 UTC
#机器信息
#cpu信息
Model Name		: Loongson-3C5000LL

#system信息
System Information
	Manufacturer: LOONGSON
	Product Name: LOONGSON T100 T2208A
	Version: To be filled by O.E.M.To be fill
	Serial Number: GY2133Z1R38210083
	UUID: 00000000-0000-0000-0000-00239e25a56b
	Wake-up Type: Power Switch
	SKU Number: Not Specified
	Family: Not Specified

#bios信息
BIOS Information
	Vendor: Loongson
	Version: Loongson-UDK2018-V1.5.0-8W
	Release Date: 02/08/2022
	ROM Size: 4 MB

#桥片信息:7A1000

yum源配置:
# cat /etc/yum.repos.d/AnolisOS.repo 
[os]
name=AnolisOS-$releasever - os
#baseurl=http://8.131.87.1/kojifiles/repos/dist-an23-build/latest/loongarch64
#baseurl=https://build.openanolis.cn/kojifiles/output/anolis-23-20240111.16/compose/os/loongarch64/os/
baseurl=https://build.openanolis.cn/kojifiles/output/anolis-23-20240124.11/compose/os/loongarch64/os/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=0

[updates]
name=AnolisOS-$releasever - updates
baseurl=http://mirrors.openanolis.cn/anolis/$releasever/updates/$basearch/os
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1

[kernel-6]
name=AnolisOS-$releasever - kernel-6
baseurl=http://mirrors.openanolis.cn/anolis/$releasever/kernel-6/$basearch/os
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1
Comment 3 gaojuxin09 loongson_group 2024-03-26 20:28:38 UTC
这个问题在使用网讯网卡时会出现,应该是网讯网卡驱动问题,使用intel的网卡和其他品牌网卡网络都正常