View previous topic :: View next topic |
Author |
Message |
iwlna n00b
Joined: 26 Jan 2017 Posts: 5
|
Posted: Thu Jan 26, 2017 4:01 am Post subject: iwlwifi no longer working |
|
|
Before a reboot iwlwifi was working fine. I don't recall installing anything to stop it from working but aside from that there's one other thing going on with alsa.
Running Code: | dmesg | grep iwlwifi | doesn't give me any output, but does.
As for alsa, if it's in any way related (since this also started happening after the reboot), running gives me "amixer: Mixer attach default error: No such file or directory"
I looked around for both issues and didn't find anything related to my problem, so thanks in advance for any help. |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Thu Jan 26, 2017 7:56 am Post subject: Re: iwlwifi no longer working |
|
|
iwlna wrote: | Before a reboot iwlwifi was working fine. I don't recall installing anything to stop it from working but aside from that there's one other thing going on with alsa.
Running Code: | dmesg | grep iwlwifi | doesn't give me any output, | Please give some more information, see https://wiki.gentoo.org/wiki/Iwlwifi#dmesg.
Please show the output. |
|
Back to top |
|
|
iwlna n00b
Joined: 26 Jan 2017 Posts: 5
|
Posted: Thu Jan 26, 2017 10:55 am Post subject: Re: iwlwifi no longer working |
|
|
charles17 wrote: | iwlna wrote: | Before a reboot iwlwifi was working fine. I don't recall installing anything to stop it from working but aside from that there's one other thing going on with alsa.
Running Code: | dmesg | grep iwlwifi | doesn't give me any output, | Please give some more information, see https://wiki.gentoo.org/wiki/Iwlwifi#dmesg.
Please show the output. |
Sorry, I was going to do this but didn't have a proper pendrive with me at the time.
Anyways, Code: | dmesg | grep -i -E 'xx:xx.x|wlan|iwl|80211' | gives me no output so there's no output at all, so not sure what to say about that.
returns this: http://pastebin.com/raw/QZvzvg8e |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Thu Jan 26, 2017 11:44 am Post subject: Re: iwlwifi no longer working |
|
|
iwlna wrote: | Anyways, Code: | dmesg | grep -i -E 'xx:xx.x|wlan|iwl|80211' | gives me no output so there's no output at all, so not sure what to say about that. |
You were supposed to Replace xx:xx.x with your actual output from lspci and wlan with the actual network interface name.
Is your dmesg working at all? |
|
Back to top |
|
|
iwlna n00b
Joined: 26 Jan 2017 Posts: 5
|
Posted: Thu Jan 26, 2017 11:17 pm Post subject: Re: iwlwifi no longer working |
|
|
charles17 wrote: | iwlna wrote: | Anyways, Code: | dmesg | grep -i -E 'xx:xx.x|wlan|iwl|80211' | gives me no output so there's no output at all, so not sure what to say about that. |
You were supposed to Replace xx:xx.x with your actual output from lspci and wlan with the actual network interface name.
Is your dmesg working at all? |
Whoops, that's embarrassing, didn't see that. My output: http://pastebin.com/raw/3LpBPEZM
My dmesg is working fine, but I don't get anything there about iwlwifi like I used to. |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Fri Jan 27, 2017 8:43 am Post subject: Re: iwlwifi no longer working |
|
|
iwlna wrote: | My dmesg is working fine, but I don't get anything there about iwlwifi like I used to. | Hhm. Could you post your output of lspci -vv -s 03:00.0?
In case 03:00.0 is not your wireless device, please put correct PCIID instead. |
|
Back to top |
|
|
iwlna n00b
Joined: 26 Jan 2017 Posts: 5
|
Posted: Fri Jan 27, 2017 11:23 pm Post subject: Re: iwlwifi no longer working |
|
|
charles17 wrote: | iwlna wrote: | My dmesg is working fine, but I don't get anything there about iwlwifi like I used to. | Hhm. Could you post your output of lspci -vv -s 03:00.0?
In case 03:00.0 is not your wireless device, please put correct PCIID instead. |
Yep, that's the one, here's my output: http://pastebin.com/raw/pXiQmYdg
Thanks |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Sat Jan 28, 2017 6:44 am Post subject: Re: iwlwifi no longer working |
|
|
It seems like the kernel does not have the driver configured.
Please ensure to boot from the kernel you have configured. In this forum, there were quite some more cases during the past weeks where support was given for using correct kernel. |
|
Back to top |
|
|
iwlna n00b
Joined: 26 Jan 2017 Posts: 5
|
Posted: Sat Jan 28, 2017 6:52 am Post subject: Re: iwlwifi no longer working |
|
|
charles17 wrote: |
It seems like the kernel does not have the driver configured.
Please ensure to boot from the kernel you have configured. In this forum, there were quite some more cases during the past weeks where support was given for using correct kernel. |
No, I've got it configured. I just checked and I'm sure I have the right drivers... I also didn't make any changes to my kernel before the reboot when it was working fine. |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3685
|
Posted: Sat Jan 28, 2017 9:00 am Post subject: |
|
|
Did you check zgrep CONFIG_IWL /proc/config.gz? (Depends on IKCONFIG_Support) |
|
Back to top |
|
|
|