Hey guys, so here’s the problem. Sometimes, when i turn on my laptop, the wireless card is not available for usage. It simply doesn’t detect it. Now, the mechanical turn on/off buttons never worked for me under linux, so they don’t work for me turning them on or off. And the only pattern i could notice, was that when i leave the laptop turned off for the night, with the cable unplugged (but the battery is still present). Then, to make wifi work again, i have to shut down the computer, take the battery out, put it back in, and it seems this action sort of ‘resets’ the wifi card back to on.
Any idea how i could fix this issue?
I found something that solves a similar sounding issue, but it’s for debian-based systems. Anyone could tell me what’s the openSUSE equivalent to this?
On 08/26/2014 12:46 PM, holden87 wrote:
>
> I found something that solves a similar sounding issue, but it’s for
> debian-based systems. Anyone could tell me what’s the openSUSE
> equivalent to this?
>
>
> Code:
> --------------------
> echo “options ath5k nohwcrypt=1” | sudo tee /etc/modprobe.d/ath5k.conf
> sudo modprobe -rfv ath5k
> sudo modprobe -v ath5k
> --------------------
The Debian and openSUSE kernels are the same. Use exactly the same commands.