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

Fixed nm.py crashing installer when network card id has special characters #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

techy-robot
Copy link

Recently, I was helping a relative install Linux mint 22 on their HP Victus computer, and the installer failed to launch no matter what we did. We eventually traced it down to the same issue that these people had on the forum: https://forums.linuxmint.com/viewtopic.php?t=429209. Their fix is relatively easy, just ignore any errors caused by special characters in the network card's ID, by adding , errors='replace' to the Popen command in nm.py. By changing that line on the live install media, we were able to get the installer to launch and complete the installation process. All attribution goes to DNTRS, I am simply opening the pull request so that more people can enjoy this.

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

Successfully merging this pull request may close these issues.

1 participant