Hi I am new to openSUSE and i wanted to set up wifi.
I downloaded wl driver, network manager etc. And once it did showed me wifi near me I rebooted and now it doesnt show any wifis.
Hi and welcome to the Forum
Sometimes the initrd is not rebuilt to blacklist the old modules and use the wl one, so as root user run the following command and reboot;
mkinitrd
Did you enable NetworkManager on reboot?
systemctl enable NetworkManager-dispatcher.service
systemctl enable NetworkManager.service
systemctl start NetworkManager-dispatcher.service
systemctl start NetworkManager.service
- Which user interface? – KDE Plasma, GNOME, something else?
- Are you sure that, the Wireless interface is turned on?
You can check this with the “nmcli” CLI tool: “nmcli radio wifi” should show the current status of the WiFi radio.
I downloaded wl driver,
How do you do this.
Please post:
/sbin/lspci -nnk | grep -iA3 net
uname -a
zypper lr -d
zypper se -si broad kernel
Please use Code-Tags, the small # in the Editor of this Forum Software.
/sbin/lspci -nnk | grep -iA3 net
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. Device [106b:0111]
Kernel driver in use: wl
Kernel modules: bcma, wl
04:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686]
Kernel driver in use: tg3
Kernel modules: tg3
04:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 01)
uname -a
Linux linux-qxcv 4.12.14-lp151.28.32-default #1 SMP Wed Nov 13 07:50:15 UTC 2019 (6e1aaad) x86_64 x86_64 x86_64 GNU/Linux
zypper lr -d
| Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI
| Service
—±--------------------------±---------------------------------------------------------±--------±----------±--------±---------±-------±----------------------------------------------------------------------------
----------±-------
1 | KDE_KDE3 | KDE 3.5.10 and Qt3-related software (openSUSE_Leap_15.1) | Yes | (r ) Yes | No | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Leap_15.1/
|
2 | home_-miska-_arm | Few packages for ARM (openSUSE_Leap_15.1) | Yes | (r ) Yes | No | 99 | rpm-md | http://download.opensuse.org/repositories/home:/-miska-:/arm/openSUSE_Leap_1
5.1/ |
3 | openSUSE-Leap-15.1-1 | openSUSE-Leap-15.1-1 | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-kingston_DT_101_G2_001CC0EC30C4AC70250D0367-
0:0-part2 |
4 | repo-debug | Debug Repository | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.1/repo/oss/
|
5 | repo-debug-non-oss | Debug Repository (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.1/repo/non-oss/
|
6 | repo-debug-update | Update Repository (Debug) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.1/oss/
|
7 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.1/non-oss/
|
8 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/non-oss/
|
9 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/oss/
|
10 | repo-source | Source Repository | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.1/repo/oss/
|
11 | repo-source-non-oss | Source Repository (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.1/repo/non-oss/
|
12 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.1/oss/
|
13 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.1/non-oss/
|
14 | snappy | snappy | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.0
|
zypper se -si broad kernel
Loading repository data…
Reading installed packages…
S | Name | Type | Version | Arch | Repository
—±-------------------------------±--------±-----------------------------------------±-------±-----------------------------------------
i+ | broadcom-wl | package | 6.30.223.271-lp151.1.1 | x86_64 | Few packages for ARM (openSUSE_Leap_15.1)
i | broadcom-wl-kmp-default | package | 6.30.223.271_k4.12.14_lp151.27-lp151.1.1 | x86_64 | Few packages for ARM (openSUSE_Leap_15.1)
i+ | kernel-default | package | 4.12.14-lp151.28.32.1 | x86_64 | Main Update Repository
i+ | kernel-default | package | 4.12.14-lp151.27.3 | x86_64 | Main Repository
i | kernel-firmware | package | 20190618-lp151.2.6.1 | noarch | Main Update Repository
i | mobile-broadband-provider-info | package | 20170310-lp151.2.1 | noarch | Main Repository
KDE Plasma and it says enabled
i+ | broadcom-wl | package | 6.30.223.271-lp151.1.1 | x86_64 | Few packages for ARM (openSUSE_Leap_15.1)
i | broadcom-wl-kmp-default | package | 6.30.223.271_k4.12.14_lp151.27-lp151.1.1 | x86_64 | Few packages for ARM (openSUSE_Leap_15.1)
This are packages for arm-processors, not for Intel.
So delete:
2 | home_-miska-_arm | Few packages for ARM (openSUSE_Leap_15.1) | Yes | (r ) Yes | No | 99 | rpm-md | http://download.opensuse.org/reposit...penSUSE_Leap_15.1/ |
And use the Packman Repo:
http://packman.inode.at/suse/openSUSE_Leap_15.1/
Inside is broadcom-wl and broadcom-wl-kmp-default for your running kernel.
There is syntax error it says ( unexpected
And can you show me how to download with packman I have never used it
And you’ll want to change the url of the following to the one for your version of openSUSE, that is, 15.1.
14 | snappy | snappy | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.0
There is syntax error it says ( unexpected
You must post the error…
But remove the Repo:
as root:
zypper rr home_-miska-_arm
Do you have temporarily Internet with cable?
If yes, as root:
zypper ar -f -p 20 http://packman.inode.at/suse/openSUSE_Leap_15.1/ packman
zypper in -f broadcom-wl broadcom-wl-kmp-default
Restart your system and see for your Wlan.
I did what you said no error was showed to me but still when I click on internet icon in bar it shows me only my wired connection(I rebooted)
also when i run nmtui in terminal it doesnt show up
So post the commands from my threat once more.
And use Code-Tags, the small #
here is Code
zypper rr home_-miska-_arm
zypper ar -f -p 20 http://packman.inode.at/suse/openSUSE_Leap_15.1/ packman
zypper in -f broadcom-wl broadcom-wl-kmp-default
I did these but it still doesnt work
Please post:
/sbin/lspci -nnk | grep -iA3 net
03:00.0 **Net**work controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless **Net**work Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. Device [106b:0111]
Kernel driver in use: wl
Kernel modules: bcma, wl
04:00.0 Ether**net** controller [0200]: Broadcom Inc. and subsidiaries **Net**Xtreme BCM57766 Gigabit Ether**net** PCIe [14e4:1686] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries **Net**Xtreme BCM57766 Gigabit Ether**net** PCIe [14e4:1686]
Kernel driver in use: tg3
Kernel modules: tg3
04:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 01)
uname -a
Linux linux-qxcv 4.12.14-lp151.28.32-default #1 SMP Wed Nov 13 07:50:15 UTC 2019 (6e1aaad) x86_64 x86_64 x86_64 GNU/Linux
zypper lr -d
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI
| Service
---+---------------------------+----------------------------------------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------------------------
----------+--------
1 | KDE_KDE3 | KDE 3.5.10 and Qt3-related software (openSUSE_Leap_15.1) | Yes | (r ) Yes | No | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/KDE3/openSUSE_Leap_15.1/
|
2 | openSUSE-Leap-15.1-1 | openSUSE-Leap-15.1-1 | No | ---- | ---- | 99 | rpm-md | hd:/?device=/dev/disk/by-id/usb-kingston_DT_101_G2_001CC0EC30C4AC70250D0367-
0:0-part2 |
3 | packman | packman | Yes | (r ) Yes | Yes | 20 | rpm-md | http://packman.inode.at/suse/openSUSE_Leap_15.1/
|
4 | repo-debug | Debug Repository | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.1/repo/oss/
|
5 | repo-debug-non-oss | Debug Repository (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/15.1/repo/non-oss/
|
6 | repo-debug-update | Update Repository (Debug) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.1/oss/
|
7 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/15.1/non-oss/
|
8 | repo-non-oss | Non-OSS Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/non-oss/
|
9 | repo-oss | Main Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/distribution/leap/15.1/repo/oss/
|
10 | repo-source | Source Repository | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.1/repo/oss/
|
11 | repo-source-non-oss | Source Repository (Non-OSS) | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/15.1/repo/non-oss/
|
12 | repo-update | Main Update Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.1/oss/
|
13 | repo-update-non-oss | Update Repository (Non-Oss) | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/15.1/non-oss/
|
14 | snappy | snappy | Yes | (r ) Yes | Yes | 99 | rpm-md | https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.0
zypper se -si broad kernel
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+--------------------------------+---------+-----------------------------------------------+--------+-----------------------
i+ | broadcom-wl | package | 6.30.223.271-lp151.11.53 | x86_64 | packman
i+ | broadcom-wl-kmp-default | package | 6.30.223.271_k4.12.14_lp151.28.32-lp151.11.53 | x86_64 | packman
i+ | kernel-default | package | 4.12.14-lp151.28.32.1 | x86_64 | Main Update Repository
i+ | kernel-default | package | 4.12.14-lp151.27.3 | x86_64 | Main Repository
i | kernel-firmware | package | 20190618-lp151.2.6.1 | noarch | Main Update Repository
i | mobile-broadband-provider-info | package | 20170310-lp151.2.1 | noarch | Main Repository
Nothing soft-blocked?
/usr/sbin/rfkill list
nmcli g
Turns out WWAN is disabled. How to enable it
You should post the output, enclosed within code tags (refer to the ‘#’ button in the forum editor)
However, the WWAN generally refers to cellular/LTE connectivity so should not be impacting here.
nmcli g
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled enabled disabled