DELL Latitude E6410 WIFI not workinh

Hi

I just installed installed home assistant generic x86-64 on the a DELL Latitude E6410. I am able to get wired internet working, but I am not able to get the WIFI not working. I believe I need a driver, but I do not know where to find it an install it? Any help will be greatly appreciated.

What chipset does the laptop wifi use?

EDIT:

lsusb

and

ifconfig

According to the BIOS screen it is a Broadcom Wireless device

You’ll have to be a little more specific.

If you boot it from a ubuntu flash drive, does the wifi work?

If so, what driver does it use to work?

Hi

Yes the WIFI does work in Ubuntu. It is a BCM43224
Thank you for your help

BTW I have tried following the instructions in this link
Wi-Fi - Alpine Linux.

In the troubleshooting section, after I run
git clone git://git.alpinelinux.org/aports
I am not able to change the directory to aports/non-free/b43-firmware , because it did not create the directory .

The lsmod command lists the kernel modules loaded. It will be a long list, but it should have the kelnel module in the list.

That is the whole list

With the wifi working? I meant in ubuntu.

student@student-Latitude-E6410:~$ lsmod
Module Size Used by
ccm 20480 6
nls_iso8859_1 16384 1
snd_hda_codec_hdmi 73728 1
snd_hda_codec_idt 61440 1
snd_hda_codec_generic 102400 1 snd_hda_codec_idt
brcmsmac 692224 0
brcmutil 20480 1 brcmsmac
i915 3059712 22
b43 499712 0
intel_powerclamp 20480 0
cordic 16384 2 b43,brcmsmac
mac80211 1232896 2 b43,brcmsmac
dell_rbtn 20480 0
coretemp 24576 0
kvm_intel 364544 0
dell_laptop 32768 0
dell_smm_hwmon 24576 0
kvm 1007616 1 kvm_intel
snd_hda_intel 53248 3
cfg80211 962560 3 b43,mac80211,brcmsmac
snd_intel_dspcfg 28672 1 snd_hda_intel
crct10dif_pclmul 16384 1
ghash_clmulni_intel 16384 0
aesni_intel 376832 4
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
snd_hda_codec 155648 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_idt
crypto_simd 16384 1 aesni_intel
snd_hda_core 110592 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_idt
ttm 86016 1 i915
cryptd 24576 2 crypto_simd,ghash_clmulni_intel
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 139264 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
drm_kms_helper 307200 1 i915
intel_cstate 20480 0
dell_wmi 20480 1 dell_laptop
snd_seq_midi 20480 0
ledtrig_audio 16384 3 snd_hda_codec_generic,dell_wmi,dell_laptop
libarc4 16384 1 mac80211
ssb 86016 1 b43
snd_seq_midi_event 16384 1 snd_seq_midi
cec 61440 2 drm_kms_helper,i915
joydev 32768 0
input_leds 16384 0
dell_smbios 28672 2 dell_wmi,dell_laptop
dcdbas 20480 1 dell_smbios
snd_rawmidi 49152 1 snd_seq_midi
rc_core 65536 1 cec
serio_raw 20480 0
sparse_keymap 16384 1 dell_wmi
snd_seq 73728 2 snd_seq_midi,snd_seq_midi_event
efi_pstore 16384 0
at24 24576 0
intel_ips 28672 0
dell_wmi_descriptor 20480 2 dell_wmi,dell_smbios
i2c_algo_bit 16384 1 i915
wmi_bmof 16384 0
fb_sys_fops 16384 1 drm_kms_helper
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
syscopyarea 16384 1 drm_kms_helper
snd_timer 40960 2 snd_seq,snd_pcm
sysfillrect 20480 1 drm_kms_helper
snd 102400 17 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_hda_codec_idt,snd_rawmidi
sysimgblt 16384 1 drm_kms_helper
dell_smo8800 20480 0
soundcore 16384 1 snd
mac_hid 16384 0
sch_fq_codel 20480 6
ipmi_devintf 20480 0
ipmi_msghandler 122880 1 ipmi_devintf
msr 16384 0
drm 606208 9 drm_kms_helper,i915,ttm
parport_pc 49152 0
ppdev 24576 0
lp 28672 0
parport 65536 3 parport_pc,lp,ppdev
ip_tables 32768 0
x_tables 53248 1 ip_tables
autofs4 49152 2
uas 28672 0
usb_storage 77824 3 uas
psmouse 176128 0
firewire_ohci 49152 0
crc32_pclmul 16384 0
firewire_core 77824 1 firewire_ohci
ahci 45056 0
libahci 45056 1 ahci
sdhci_pci 65536 0
cqhci 40960 1 sdhci_pci
lpc_ich 28672 0
i2c_i801 36864 0
sdhci 81920 1 sdhci_pci
i2c_smbus 20480 1 i2c_i801
crc_itu_t 16384 1 firewire_core
bcma 73728 2 b43,brcmsmac
e1000e 299008 0
wmi 32768 4 dell_wmi,wmi_bmof,dell_smbios,dell_wmi_descriptor
video 53248 3 dell_wmi,dell_laptop,i915

Back to haos try

modinfo brcmsmac
modinfo b43

image

Bugger. We are running into my lack of knowledge of haos internals.

Anyone else running the b43 driver on ha os?

But probably time to say: wifi and a haos server is not a good mix. Stop it now :slight_smile:

I have been puzzling my way through the haos kernel config. Not being entirely familiar with the buildroot system, it seems to be a combination of operating-system/device-support.config at f0032a39f26fef36d435a379815a7ac4e41c2ffd · home-assistant/operating-system · GitHub and operating-system/kernel.config at e5754a5d29bdd2d00aa7cf71a90a3eb35044176a · home-assistant/operating-system · GitHub

This is very new to me too.