kamarada / Linux-Kamarada-GNOME

Archived on GitHub. Moved to GitLab: https://gitlab.com/kamarada/Linux-Kamarada-GNOME/
0 stars 1 forks source link

Do you have issue with USB wifi when developing your distro? #52

Open kevinsmia1939 opened 4 years ago

kevinsmia1939 commented 4 years ago

Hello, I have been developing my own distro from KIWI based on openSUSE TW. I problem is that my USB wifi receiver would not see any wifi at boot. It will see wifi only if I unplug and plug it back in. There are some suggestion about udev, but I install udev package but still same problem.

Have you encounter similar issue? Thanks

I do have a post in openSUSE forum here: https://forums.opensuse.org/showthread.php/538063-I-can-only-connect-to-internet-when-un-plug-plug-the-USB-wifi-card-(live-ISO-build-with-KIWI)

kevinsmia1939 commented 4 years ago

I found the culprit, it was 70-persistent-net.rules inside /kiwi-descriptions/root/etc/udev/rules.d/ which come with KIWI live image template.

https://github.com/OSInside/kiwi-des...tent-net.rules

I delete the 70-persistent-net.rules and it work again.

The content of the 70-persistent-net.rules is this, not sure how it broke my USB wifi dongle.

vinyanalista commented 4 years ago

Did you mean?

https://github.com/OSInside/kiwi-descriptions/blob/77d0c8a288c6464f37c6beeca9837e17f9bc7f94/suse/x86_64/suse-tumbleweed-JeOS/root/etc/udev/rules.d/70-persistent-net.rules

Linux Kamarada has that file too:

https://github.com/kamarada/Linux-Kamarada-GNOME/blob/e3b6ca56839b915a404dad614c3f570ed6f2e641/root/etc/udev/rules.d/70-persistent-net.rules

I'm going to investigate... thank you!

vinyanalista commented 3 years ago

Linux Kamarada is moving to GitLab. Any updates to this issue are going to be reported on GitLab.