Announcement

Collapse
No announcement yet.

Cant access wifi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cant access wifi

    I am trying to access the wifi using kubuntu 24.04 with an HP All-in-One Computer Pavilion 23-q010 AMD A8-7410 4GB DDR3 1TB HDD 23. I can only access to the internet through the eternet cable, however I can not manage to activate the wifi, it worked well the wifi with windows.


    #2
    Could you post the output of
    Code:
    lspci
    ?
    Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

    Comment


      #3
      while ethernet is plugged in look for "additional drivers" in software mgr. There may be a proprietary driver there.

      Comment


        #4
        Need to know what wifi card/chipset is in that machine.in a terminal type lspci and post the results.
        Dave Kubuntu 20.04 Registered Linux User #462608

        Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

        Comment


          #5
          0:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Root Complex
          00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] (rev
          45)
          00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
          00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Host Bridge
          00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
          00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
          00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
          00:08.0 Encryption controller: Advanced Micro Devices, Inc. [AMD] Kabini/Mullins PSP-Platform Security Process
          or
          00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 11)
          00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 39)
          00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
          00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
          00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 42)
          00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)
          00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
          00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 0
          00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 1
          00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 2
          00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 3
          00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 4
          00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h (Models 30h-3fh) Processor Function 5
          01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethern
          et Controller (rev 10)
          02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)
          03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)



          Comment


            #6
            https://dpaste.com/2FAKQCRXW

            Comment


              #7
              I tried running linSSID and it say that I no wireless interfaces found

              Comment


                #8
                02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)
                For this card, you will need to install a package that will build a kernel module for it, and update it with every kernel release as needed.

                You might also need to disable Secure Boot if you are using it.
                Code:
                sudo apt install bcmwl-kernel-source​
                Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
                HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/KDE Linux/Kubuntu LTS
                HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE neon

                Comment


                  #9
                  I would install "broadcom-sta-dkms
                  Code:
                  sudo apt install broadcom-sta-dkms
                  when finished reboot wifi should be working.
                  Also make sure that broadcom in not blacklist in
                  Code:
                  sudo lsmod
                  (Note: you will have to be connect via cable or via phone.
                  Last edited by kc1di; Jan 14, 2026, 12:26 PM.
                  Dave Kubuntu 20.04 Registered Linux User #462608

                  Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

                  Comment


                    #10
                    I already managed to have a wifi access point, however it is intermitent I get the following message: The access point /org/freedesktop/NetworkManager/AccessPoint/357 was not in the scan list.

                    Comment


                      #11
                      after typing sudo lsmod I get the following:Module Size Used by
                      ipt_REJECT 12288 0
                      nf_reject_ipv4 12288 1 ipt_REJECT
                      xt_conntrack 12288 0
                      xt_tcpudp 16384 0
                      nft_chain_nat 12288 1
                      xt_comment 12288 0
                      xt_MASQUERADE 16384 0
                      nft_compat 20480 0
                      nf_tables 385024 2 nft_compat,nft_chain_nat
                      iptable_nat 12288 0
                      nf_nat 61440 3 nft_chain_nat,iptable_nat,xt_MASQUERADE
                      nf_conntrack 200704 3 xt_conntrack,nf_nat,xt_MASQUERADE
                      nf_defrag_ipv6 24576 1 nf_conntrack
                      nf_defrag_ipv4 12288 1 nf_conntrack
                      snd_seq_dummy 12288 0
                      snd_hrtimer 12288 1
                      qrtr 53248 2
                      bnep 32768 2
                      amdgpu 19730432 0
                      amdxcp 12288 1 amdgpu
                      gpu_sched 61440 1 amdgpu
                      drm_panel_backlight_quirks 12288 1 amdgpu
                      drm_buddy 24576 1 amdgpu
                      snd_ctl_led 24576 0
                      snd_hda_codec_realtek 212992 1
                      snd_hda_codec_generic 122880 1 snd_hda_codec_realtek
                      snd_hda_codec_hdmi 98304 1
                      snd_hda_scodec_component 20480 1 snd_hda_codec_realtek
                      snd_hda_intel 61440 2
                      snd_intel_dspcfg 45056 1 snd_hda_intel
                      snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg
                      snd_hda_codec 204800 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_i ntel,snd_hda_codec_realtek
                      btusb 73728 0
                      snd_hda_core 147456 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_i ntel,snd_hda_codec,snd_hda_c
                      odec_realtek
                      btrtl 32768 1 btusb
                      btintel 69632 1 btusb
                      snd_hwdep 20480 1 snd_hda_codec
                      uvcvideo 143360 0
                      btbcm 24576 1 btusb
                      btmtk 36864 1 btusb
                      videobuf2_vmalloc 20480 1 uvcvideo
                      at24 28672 0
                      snd_pcm 192512 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd _hda_core
                      uvc 12288 1 uvcvideo
                      videobuf2_memops 16384 1 videobuf2_vmalloc
                      snd_seq_midi 24576 0
                      snd_seq_midi_event 16384 1 snd_seq_midi
                      radeon 2179072 51
                      bluetooth 1011712 15 btrtl,btmtk,btintel,btbcm,bnep,btusb
                      videobuf2_v4l2 36864 1 uvcvideo
                      snd_rawmidi 57344 1 snd_seq_midi
                      wl 6488064 0
                      videobuf2_common 86016 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf 2_memops
                      videodev 360448 2 videobuf2_v4l2,uvcvideo
                      drm_ttm_helper 16384 2 amdgpu,radeon
                      snd_seq 122880 9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
                      mc 81920 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
                      snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
                      ttm 118784 3 amdgpu,radeon,drm_ttm_helper
                      drm_exec 12288 2 amdgpu,radeon
                      drm_suballoc_helper 20480 2 amdgpu,radeon
                      drm_display_helper 278528 2 amdgpu,radeon
                      hp_wmi 36864 0
                      cec 94208 2 drm_display_helper,amdgpu
                      snd_timer 53248 3 snd_seq,snd_hrtimer,snd_pcm
                      sparse_keymap 12288 1 hp_wmi
                      rc_core 73728 1 cec
                      i2c_piix4 32768 0
                      edac_mce_amd 28672 0
                      platform_profile 20480 1 hp_wmi
                      wmi_bmof 12288 0
                      k10temp 16384 0
                      i2c_smbus 20480 1 i2c_piix4
                      fam15h_power 20480 0
                      snd 143360 18 snd_ctl_led,snd_hda_codec_generic,snd_seq,snd_seq_ device,snd_hda_codec_hdmi,s
                      nd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec _realtek,snd_timer,snd_pcm,snd_rawmidi
                      i2c_algo_bit 16384 2 amdgpu,radeon
                      cfg80211 1437696 1 wl
                      ccp 155648 0
                      soundcore 16384 2 snd_ctl_led,snd
                      binfmt_misc 24576 1
                      nls_iso8859_1 12288 1
                      joydev 32768 0
                      input_leds 12288 0
                      serio_raw 20480 0
                      mac_hid 12288 0
                      sch_fq_codel 24576 3
                      iptable_filter 12288 0
                      ip6table_filter 12288 0
                      ip6_tables 40960 1 ip6table_filter
                      br_netfilter 32768 0
                      bridge 421888 1 br_netfilter
                      stp 12288 1 bridge
                      llc 16384 2 bridge,stp
                      arp_tables 28672 0
                      msr 12288 0
                      parport_pc 53248 0
                      ppdev 24576 0
                      lp 28672 0
                      parport 73728 3 parport_pc,lp,ppdev
                      efi_pstore 12288 0
                      nfnetlink 20480 3 nft_compat,nf_tables
                      dmi_sysfs 24576 0
                      ip_tables 32768 2 iptable_filter,iptable_nat
                      x_tables 65536 12 ip6table_filter,xt_conntrack,iptable_filter,nft_co mpat,xt_tcpudp,xt_comment,i
                      p6_tables,ipt_REJECT,ip_tables,iptable_nat,xt_MASQ UERADE,arp_tables
                      autofs4 57344 2
                      btrfs 2088960 0
                      blake2b_generic 20480 0
                      xor 20480 1 btrfs
                      raid6_pq 126976 1 btrfs
                      dm_mirror 24576 0
                      dm_region_hash 24576 1 dm_mirror
                      dm_log 20480 2 dm_region_hash,dm_mirror
                      polyval_clmulni 12288 0
                      polyval_generic 12288 1 polyval_clmulni
                      ghash_clmulni_intel 16384 0
                      hid_multitouch 36864 0
                      rtsx_pci_sdmmc 36864 0
                      sha256_ssse3 32768 0
                      sha1_ssse3 32768 0
                      r8169 126976 0
                      psmouse 217088 0
                      rtsx_pci 143360 1 rtsx_pci_sdmmc
                      realtek 49152 1
                      ahci 49152 2
                      libahci 53248 1 ahci
                      video 77824 2 amdgpu,radeon
                      wmi 28672 3 hp_wmi,video,wmi_bmof
                      hid_generic 12288 0
                      usbhid 77824 0
                      hid 262144 3 usbhid,hid_multitouch,hid_generic
                      aesni_intel 122880 0
                      crypto_simd 16384 1 aesni_intel
                      cryptd 24576 2 crypto_simd,ghash_clmulni_intel



                      Comment


                        #12
                        how do I know broadcom is no in blacklist?

                        Comment


                          #13
                          Originally posted by jaimedr View Post
                          how do I know broadcom is no in blacklist?
                          Go to /etc/modeprob.d look for a file broadcom. it will list any mod black listed if sta is listed edit the list with a text editor and delete the sta one.
                          Dave Kubuntu 20.04 Registered Linux User #462608

                          Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

                          Comment


                            #14
                            Dang, I forgetted that the old package name bcmwl-kernel-source​ now just installs broadcom-sta-dkms
                            I do not see any broadcom wifi driver being loaded, unless it is the wl.
                            Now, with the wifi actually able to be used and seeing SSIDs, we should check to see which driver is actually loaded.

                            Code:
                            $ sudo lshw -C network
                            Here is an example:
                            br
                            [sudo] password for banana:
                            *-network
                            description: Wireless interface
                            product: Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak]
                            vendor: Intel Corporation
                            physical id: 0
                            bus info: pci@0000:01:00.0
                            logical name: wlp1s0
                            version: 1a
                            serial: 6c:2f:80:35:57:19
                            width: 64 bits
                            clock: 33MHz
                            capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
                            configuration: broadcast=yes driver=iwlwifi driverversion=6.18.5-zen1-1-zen firmware=89.df9556fc.0 ty-a0-gf-a0-89.uc ip=192.168.1.9 latency=0 link=yes multicast=yes wireless=IEEE 802.11
                            resources: irq:18 memory:cea00000-cea03fff
                            I don't think any blacklisting is involved with this, now that the STA is the only (?) driver.

                            But some common issues with these can be not liking it if both a 5ghz and 2.4ghz SSID have the same name, not liking WPA3, and possibly just general wifi channel shenanigans. Maybe power savings in the driver being too aggressive, or it needs to be turned off in Network Manager for this card.


                            Edit /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf and changing the 3 to a 2

                            Code:
                            [connection]
                            wifi.powersave = 2

                            And reboot.


                            I haven't had Broadcom WiFi in many, many years, but I do know I ripped that sucker out and replaced it with an Intel card. Sometimes doing that is my first step, though that is usually with Realtek Wifi. But I know this is not always feasible, though it would not necessarily be very pricey depending on the type of card, and might even gain superior wifi support.




                            Last edited by claydoh; Jan 16, 2026, 05:43 AM.
                            Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
                            HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/KDE Linux/Kubuntu LTS
                            HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE neon

                            Comment


                              #15
                              WL is broadcom. and it is loading. Check the following command also
                              Code:
                              rfkill list
                              Post the results here.
                              Dave Kubuntu 20.04 Registered Linux User #462608

                              Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385

                              Comment

                              Users Viewing This Topic

                              Collapse

                              There are 0 users viewing this topic.

                              Working...
                              X