Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PC側でのEthernetの接続プロファイル作成が人によって不安定 #87

Open
YazawaKenichi opened this issue Apr 17, 2024 · 0 comments

Comments

@YazawaKenichi
Copy link
Contributor

YazawaKenichi commented Apr 17, 2024

パソコンによっては、イーサネットのインターフェイス名が en* でない場合がある

それが原因で このページ

PC側でEthernetの接続プロファイルを作成します

export ET_NIC_NAME=$(ip -o link show | awk -F': ' '$2 ~ /^en[opsx]/ {print $2}')

のコマンドがコピペで打てない場合がある

具体的には eth* だったり、ww* だったりする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant