-
Notifications
You must be signed in to change notification settings - Fork 27
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
Wi-fi interface doesn't exist #27
Comments
|
What would the proper name filter be? All three combos when editing
|
|
I don't see the interface at all in initramfs |
|
I've an intel card - https://haste.rys.pw/raw/rawevumupi So I added |
|
Sorry for the delay.
After rebuilding initramfs I still get no wi-fi interface in the initramfs and no wi-fi in the booted OS however. My
|
|
closing as obsolete. feel free to re-open if is still relevant |
Apologies for bumping an old bug. I ran into this exact same issue and figured out the fix after a while. Adding iwlmvm to MODULES in /etc/mkinitcpio.conf fixed the interface not loading issue for me. For some reason this does not automatically get picked up by mkinitcpio, effectively loading iwlwifi too early, and preventing my wireless card from being detected correctly even later when iwlmvm gets loaded. (Others might need a different module: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#firmware) Andrei, could you please give me some pointers on how to setup wpa_supplicant inside of systemd initramfs init? I don't know how to get the wpa supplicant service to startup inside the initramfs. |
your own, brand new a) this-project-provided b) wpa_supplicant/systemd-provided
|
Hi Andrei, Thanks very much for the suggestions! I managed to combine your suggestions get my wifi device working for remote unlock on boot. I added & enabled a new custom service under Contents of my
I created the wpa_supplicant.conf with my wifi details using wpa_passphrase. Normal system wpa_supplicant service has an "After=sys-subsystem-net-devices-%i.device" , but mkinitcpio always errors & fails to find this service if I specify it. So I had to use a sleep as hacky solution for waiting till my wifi device gets initialized. Without it , it was getting started too early and would fail to find wlan0 properly. Thanks for your help! |
|
Sure, Updated https://github.com/random-archer/mkinitcpio-systemd-tool/wiki/Case:-Wireless. I tried several more attempts to avoid the sleep hack, but none of them worked & I gave up finally. Mentioning a few of my attempts in case it's useful for others: I tried the above I think the problem is that systemd-networkd.service is what actually sets up wlan0 & wpa_supplicant must only run after that. Everytime I've seen through Adding Anyways, I guess I can live with the sleep hack :) , Thanks for your help! |
your wiki looks good, thank you |
I think I have, to some degree, got this working for me without the If you are able to reproduce this solution, I can update the wiki with it. Though, it feels wrong to have to ignore error messages to get it working without the sleep hack. |
When using systemd-tool hook my laptop does not detect its internal wi-fi card. There's wi-fi no interface in
ip a
at all, ethernet works.Plugging in a USB wi-fi adapter works fine. FN+wifi button combo does nothing besides enabling/disabling bluetooth which is also present on the chip.
Only the first line exists in dmesg if initramfs is generated with
systemd-tool
included:System info:
The text was updated successfully, but these errors were encountered: