View previous topic :: View next topic |
Author |
Message |
cornplayz256 Tux's lil' helper
Joined: 25 Jun 2023 Posts: 107 Location: /dev/mmcblk0
|
Posted: Tue Oct 03, 2023 12:07 pm Post subject: Ip a shows sit0@none [SOLVED] |
|
|
Hello, need help, im on a samsumg chromebook 4, wifi is not detected as ip a shows sit0@none instead of the regular wlp0s12f0. On the minimal cd, it is correctly detected as wlp0s12f0. Wifi card is an Intel 9560. Here is my kernel config:
http://ix.io/4I3n
And here is lscpi -k output:
http://ix.io/4I3q
Linux-firmware package is installed. Can you please help me?
Here is dmesg in livecd:
http://0x0.st/HWBt.txt
And here is dmesg in installed system:
http://0x0.st/HWBv.txt _________________ nothing to see here
Last edited by cornplayz256 on Wed Oct 04, 2023 12:27 pm; edited 1 time in total |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 2002
|
Posted: Tue Oct 03, 2023 12:23 pm Post subject: |
|
|
Please set CONFIG_IWLWIFI and CONFIG_IWLMVM to m and not y to solve this.
They need firmware at load time and none is provided.
The easiest way to fix this for network devices is make them modules instead of built-in.
It is possible to build in the firmware as well, however this is a lot more manual work as Intel WiFi is notorious on changing the file names with each kernel release. |
|
Back to top |
|
|
cornplayz256 Tux's lil' helper
Joined: 25 Jun 2023 Posts: 107 Location: /dev/mmcblk0
|
Posted: Wed Oct 04, 2023 12:26 pm Post subject: |
|
|
grknight wrote: | Please set CONFIG_IWLWIFI and CONFIG_IWLMVM to m and not y to solve this.
They need firmware at load time and none is provided.
The easiest way to fix this for network devices is make them modules instead of built-in.
It is possible to build in the firmware as well, however this is a lot more manual work as Intel WiFi is notorious on changing the file names with each kernel release. |
After enabling it works now. Thx _________________ nothing to see here |
|
Back to top |
|
|
|