zhangguanzhang / Actions-OpenWrt

x86_64/r2s/r4s/树莓派4/doornet2/r1s-h5 openwrt 多源码固件在线编译
MIT License
121 stars 37 forks source link

哪个版本支持BCM5719这个网卡啊 #4

Closed onlypeng closed 2 years ago

zhangguanzhang commented 2 years ago

你不是x86_64的吗,可以 x86_64 的 slim版本,安装 kmod-tg3 就行,emmm,我看下这个依赖,我开了怎么给我关了。 你先别下载,我整好了会给你说的

onlypeng commented 2 years ago

我把x86的lede和openwrt都下载下来试来着,lcsi查看存在网卡,但是就是识别不出来,我还以为下错版本了

zhangguanzhang commented 2 years ago

我把x86的lede和openwrt都下载下来试来着,lcsi查看存在网卡,但是就是识别不出来,我还以为下错版本了

我晚上下班回去调整下,等我后续消息吧,好了会给你说下,或者你现在不刷成其他的,后续我通知你在线升级扩容就行了

onlypeng commented 2 years ago

Ok 没问题

@.***

@.*** |

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2022年07月28日 18:13 | | 收件人 | @.> | | 抄送至 | @.**@.> | | 主题 | Re: [zhangguanzhang/Actions-OpenWrt] 哪个版本支持BCM5719这个网卡啊 (Issue #4) |

我把x86的lede和openwrt都下载下来试来着,lcsi查看存在网卡,但是就是识别不出来,我还以为下错版本了

我晚上下班回去调整下,等我后续消息吧,好了会给你说下,或者你现在不刷成其他的,后续我通知你在线升级扩容就行了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

zhangguanzhang commented 2 years ago

现在 lede 的x86_64编译好了,如果你用openwrt 21.02的就等这个完成 https://github.com/zhangguanzhang/Actions-OpenWrt/actions/runs/2753416549

onlypeng commented 2 years ago

OK 谢谢!!

zhangguanzhang commented 2 years ago

slim的话可以刷完后看

opkg update
opkg install kmod-tg3
# full 版本自带了 kmod-tg3
opkg list-installed | grep kmod-tg3

https://github.com/coolsnowwolf/lede/issues/4051 从这个issue我看你说的这个网卡是 kmod-tg3 支持的,所以我今天加的

zhangguanzhang commented 2 years ago

咋样了

onlypeng commented 2 years ago

咋样了 进去有kmod-tg3,安装上,网卡可以使用了,

zhangguanzhang commented 2 years ago

slim目前的保留列表针目前没保留kmod,如果你升级的话可能需要再安装下 kmod-tg3 了

opkg list-installed | grep -E 'luci-(i18n|app|proto)-|^kmod-fs-|-firmware|^ipv6helper\s' | cut -d ' '  -f1

后续可能我会改下升级脚本 kmod-xx 也记录下列表