BCM43142 not working

Hello everybody! I’m still a bit inexperienced with GNU/Linux and new to OpenSuse. I’ve succesfully installed Leap15 on my laptop, however I couldn’t get my wireless network card to work (BCM43142 according to YaST). After doing some research, I installed broadcom-wl broadcom-wl-kmp-default but still no results. Maybe my card is still not supported by Suse or I’m using the wrong frimware? Thanks for your help! A bit of information about my system:

S  | Name                    | Type    | Version                       | Arch   | Repository               
---+-------------------------+---------+-------------------------------+--------+--------------------------
i+ | broadcom-wl             | package | 6.30.223.271-10.111           | x86_64 | packman                  
i  | broadcom-wl-kmp-default | package | 6.30.223.271_k4.18.8_1-10.111 | x86_64 | packman                  
i+ | kernel-default          | package | 4.12.14-lp150.12.16.1         | x86_64 | openSUSE-Leap-15.0-Update
i+ | kernel-default          | package | 4.12.14-lp150.11.4            | x86_64 | openSUSE-Leap-15.0-Oss   
i  | kernel-firmware         | package | 20180525-lp150.2.3.1          | noarch | openSUSE-Leap-15.0-Update


Linux linux-8vb2 4.12.14-lp150.12.16-default #1 SMP Tue Aug 14 17:51:27 UTC 2018 (28574e6) x86_64 x86_64 x86_64 GNU/Linux


  | Alias                     | Name                                    | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                                    | Service                                                                                                                                                                                                     
---+---------------------------+-----------------------------------------+---------+-----------+---------+----------+--------+----------------------------------------------------------------------------------------+--------                                                                                                                                                                                                     
 1 | openSUSE-Leap-15.0-1      | openSUSE-Leap-15.0-1                    | No      | ----      | ----    |   99     | rpm-md | hd:///?device=/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_71733B9DA81C57E4FE14-0:0-part2 |                                                                                                                                                                                                             
 2 | packman                   | packman                                 | Yes     | (r ) Yes  | Yes     |    1     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/                    |                                                                                                                                                                                                             
 3 | repo-debug                | openSUSE-Leap-15.0-Debug                | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.0/repo/oss/                    |                                                                                                                                                                                                             
 4 | repo-debug-non-oss        | openSUSE-Leap-15.0-Debug-Non-Oss        | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.0/repo/non-oss/                |                                                                                                                                                                                                             
 5 | repo-debug-update         | openSUSE-Leap-15.0-Update-Debug         | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.0/oss/                               |                                                                                                                                                                                                             
 6 | repo-debug-update-non-oss | openSUSE-Leap-15.0-Update-Debug-Non-Oss | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.0/non-oss/                           |                                                                                                                                                                                                             
 7 | repo-non-oss              | openSUSE-Leap-15.0-Non-Oss              | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.0/repo/non-oss/                      |                                                                                                                                                                                                             
 8 | repo-oss                  | openSUSE-Leap-15.0-Oss                  | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.0/repo/oss/                          |                                                                                                                                                                                                             
 9 | repo-source               | openSUSE-Leap-15.0-Source               | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.0/repo/oss/                   |                                                                                                                                                                                                             
10 | repo-source-non-oss       | openSUSE-Leap-15.0-Source-Non-Oss       | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.0/repo/non-oss/               |                                                                                                                                                                                                             
11 | repo-update               | openSUSE-Leap-15.0-Update               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.0/oss/                                     |                                                                                                                                                                                                             
12 | repo-update-non-oss       | openSUSE-Leap-15.0-Update-Non-Oss       | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.0/non-oss/          

Again, thanks a lot!!!

You have enabled the Tumbleweed Repo for Packman, so it can not work.

As root:

Remove it:

zypper rr http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/

add the right one:

zypper ar -f -p 20 http://packman.jacobs-university.de/suse/openSUSE_Leap_15.0/ packman

change all installed packages to the ones from Packman:

zypper dup --from http://packman.jacobs-university.de/suse/openSUSE_Leap_15.0/

Thanks a lot!! That was it, works perfectly now. Again, thank you! :wink: