Issues with WiFi module not being accessible on boot - have to boot into windows first and restart.

What it says in the title: When I boot up my PC from a shutdown state, Bazzite can't connect to my ethernet cable, or to any WiFI networks at all. I have to restart, boot into Windows, and then restart from Windows into Bazzite, and then it all works fine. (I am dual booting on separate drives). Things I've done: 1) Disabled Fast Boot in BIOS 2) Disabled Fast Startup in Windows Power Options 3) Disabled Hibernation in Command Prompt None of these steps have seemingly worked. Any ideas?
49 Replies
Miles Avebury
Miles AveburyOP•3w ago
I guess I'll bump this. Does anybody have any ideas?
wolfyreload
wolfyreload•3w ago
That's a very weird issue. Secure boot on or off? Might make a difference. Maybe some form of wake up on lan setting somewhere?
Miles Avebury
Miles AveburyOP•3w ago
yep, secure boot is already off. Wake on lan might be a shout, I'll look into that. I'm not entirely sure but it seems my WiFi card seems to have it's own entry in the boot order in BIOS, so it runs GRUB>Windows>WiFi card. Wonder if I should put the WiFi Card second in the boot order but not sure if that would be a good idea
wolfyreload
wolfyreload•3w ago
That's just boot order, probably for network boot. that should affect your networking at all if you run ip link show in the terminal does it show any of the network devices when you having the issue?
Miles Avebury
Miles AveburyOP•3w ago
No description
wolfyreload
wolfyreload•3w ago
And is this when the issue is happening?
Miles Avebury
Miles AveburyOP•3w ago
Yep I can get one when the issue isn't happening, one sec
Miles Avebury
Miles AveburyOP•3w ago
No description
Miles Avebury
Miles AveburyOP•3w ago
oh seems to me to be a similar/the same output?
wolfyreload
wolfyreload•3w ago
try run sudo ifconfig wlp9s0 up and lets see if it gives you an error or brings up your wifi Or sudo ip link set wlp9s0 mode default since it's showing as "dormant" instead of "default"
Miles Avebury
Miles AveburyOP•3w ago
No description
Miles Avebury
Miles AveburyOP•3w ago
ran while there was an issue
Miles Avebury
Miles AveburyOP•3w ago
ran this with the networking working
No description
wolfyreload
wolfyreload•3w ago
note that it's ifconfig and you left out the "up" too. ipconfig is windows
Miles Avebury
Miles AveburyOP•3w ago
oops my bad, yeah ipconfig command was just a typo let me try that again I'm not copying over the commands directly since I don't have networking when I'm running these
wolfyreload
wolfyreload•3w ago
yeah makes sense, don't worry everyone gets caught out with the ifconfig command
Miles Avebury
Miles AveburyOP•3w ago
if I've got this right, nothing of note seems to have shown up
No description
wolfyreload
wolfyreload•3w ago
if you run ip link show does it show that the wifi is online? if you run systemctl status NetworkManager does it show that it's active and enabled?
Miles Avebury
Miles AveburyOP•3w ago
The network manager command gave me a really quite long output that seems to be repeated But it says active and enabled
Miles Avebury
Miles AveburyOP•3w ago
No description
Miles Avebury
Miles AveburyOP•3w ago
This is the other command
wolfyreload
wolfyreload•3w ago
try the following
# set the mode to default
sudo ip link set wlp9s0 mode default
# turn on the wifi
sudo ifconfig wlp9s0 up
# check network again
ip link show
# set the mode to default
sudo ip link set wlp9s0 mode default
# turn on the wifi
sudo ifconfig wlp9s0 up
# check network again
ip link show
I want to see if it shows the wifi as online If that doesn't work, do you have a live USB of something else? Like Nobara or Linux Mint or Ubuntu. I'd like to see if this problem is specific to Bazzite or if you have this issue with other Linux distros too.
Miles Avebury
Miles AveburyOP•3w ago
This is the output from that. Doesn't seem to have worked unfortunately
No description
Miles Avebury
Miles AveburyOP•3w ago
My USB currently is loaded with Bazzite but I'd happily make one for another distro. Used to be a distro hopper years ago
wolfyreload
wolfyreload•3w ago
Did sudo ifconfig wlp9s0 up give you an error at all? I see that it did change it to default instead of dormant
Miles Avebury
Miles AveburyOP•3w ago
Nope, no error
wolfyreload
wolfyreload•3w ago
Probably worth checking if this is specific to Bazzite or not.
Miles Avebury
Miles AveburyOP•3w ago
Yep, got ubuntu writing to my USB atm.
wolfyreload
wolfyreload•3w ago
Oh hi Hikari I see you typing. I hope you have some ideas 🙂
HikariKnight
HikariKnight•3w ago
iirc kyle said in the past that windows just naturally put some wifi cards in a weird state and you need to fully shut down windows each time before using bazzite or something like that
wolfyreload
wolfyreload•3w ago
Isn't that related to hibernate though. Miles has hibernate completely disabled
HikariKnight
HikariKnight•3w ago
nope its a windows windows issue
Miles Avebury
Miles AveburyOP•3w ago
Yep, I disabled everything that I knew needed to be disabled and what was said in the FAQ on the Bazzite page. Even if you shut down from Bazzite instead of Windows? If I shut down Bazzite fully and then boot up into bazzite again, it won't work. I'd have to boot into Windows, restart from Windows, and then go into Bazzite for it to work It's an odd behaviour that I've not seen on other systems I've dual booted before but this is the first time I've dual booted on my gaming PC.
HikariKnight
HikariKnight•3w ago
No description
HikariKnight
HikariKnight•3w ago
but that was a quote from talking about an ally issue here it was that was the mention i was actually looking for so might be a similar thing to that but rebooting from windows solves it here
wolfyreload
wolfyreload•3w ago
This is still one of the weirdest dual-boot wifi issues I've seen so far. But anyway, maybe try the live usb of something and see if you have the same issue. Do you have any other ideas Hikari? Because I'm out of ideas lol
HikariKnight
HikariKnight•3w ago
nope sadly i dont i dont dual boot specifically to avoid issues if i dual boot it will be in a VM
Miles Avebury
Miles AveburyOP•3w ago
Hm well not quite sure what to make of that. I booted off an Ubuntu live USB, first time networking worked fine I think, but I rebooted as it froze up. Second time networking didn't work at all I reckon it might not be a bazzite specific issue - will give it another try Third time not the charm - it didn't work. Sounds like it might be a dual booting issue/hardware issue I've dual booted before and never had this issue, but not with Win 11. Could be a Win 11 introduced issue
wolfyreload
wolfyreload•3w ago
Btw when you disabled hibernation did you run powercfg -h off? I'm wondering if disabling in the UI disables it properly
Miles Avebury
Miles AveburyOP•3w ago
Yep You are right though, I think once I disabled it via power options in the control panel but came back to it turned on regardless That being said, I must say even without fast startup windows is still booting up very quickly I’ve got a fast SSD but it’s like I never turned it off ngl
wolfyreload
wolfyreload•3w ago
fast startup was mostly only useful back when Windows ran off slow HDDs, it made a big difference then. On a modern nvme, it'll make your machine boot 2 seconds faster
Miles Avebury
Miles AveburyOP•3w ago
Yeah, fair. The difference really does feel negligible. I ran powercfg just now again in Powershell instead and I got hopeful for a second but don’t think it’s worked. What’s odd is that the settings app is saying that it’s connected, but nothing is loading
wolfyreload
wolfyreload•3w ago
Did you run the command in an admin powershell?
Miles Avebury
Miles AveburyOP•3w ago
Yep with elevated privileges
wolfyreload
wolfyreload•3w ago
if you run a ping such as ping 8.8.8.8 does that work?
Miles Avebury
Miles AveburyOP•3w ago
Network unreachable yeah Network connection failed now Must be windows just locking up the WiFi card
wolfyreload
wolfyreload•3w ago
what do you get if you run ip link show? Showing the wifi as offline stll?
Miles Avebury
Miles AveburyOP•3w ago
No description
Miles Avebury
Miles AveburyOP•3w ago
switched back to being dormant I think

Did you find this page helpful?