Manjaro team,
wifi issue seems to be related to dhcp, when i assign static ip wifi gets connected.
The reason can be because your router is not set up as a DHCP server ...
it's set as dhcp, now after installing dhcpcd wifi gets connected with auto ip.
No offense, but this thread is next to useless without some details. What kernel, desktop , and network adapter are you using. If you want help on the forum you need to learn how to provide the proper information on a help request.
Please post the output of the following commands:
hwinfo --netcard --wlan --bluetooth | grep -Ei "model\:|driver\:|status\:|cmd\:|file\:|detected\:" | grep -v "Config Status"
inxi -Fxxxz
Please post the input/outputs of all requested commands via the terminal as text, (not as pics).
Information on how to properly post hardware specs and logs:
Please format any terminal output with three backticks before and after, as shown in this picture:
sorry @tbg, output as below:
...
[dhiab@jaroZ ~]$
[dhiab@jaroZ ~]$ hwinfo --netcard --wlan --bluetooth | grep -Ei "model:|driver:|status:|cmd:|file:|detected:" | grep -v "Config Status"
Model: "Broadcom BCM4331 802.11a/b/g/n"
Driver: "bcma-pci-bridge"
Device File: wlp2s0b1
Link detected: yes
Driver Status: bcma is active
Driver Activation Cmd: "modprobe bcma"
Model: "Broadcom NetXtreme BCM57765 Gigabit Ethernet PCIe"
Driver: "tg3"
Device File: enp1s0f0
Link detected: no
Driver Status: tg3 is active
Driver Activation Cmd: "modprobe tg3"
[dhiab@jaroZ ~]$
[dhiab@jaroZ ~]$ inxi -Fxxxz
System: Host: jaroZ Kernel: 4.19.12-2-MANJARO x86_64 bits: 64 compiler: gcc v: 8.2.1 Desktop: KDE Plasma 5.14.4
tk: Qt 5.11.2 wm: kwin_x11 dm: SDDM Distro: Manjaro Linux
Machine: Type: Laptop System: Apple product: MacBookPro9,2 v: 1.0 serial: Chassis: type: 10 v: Mac-6F01561E16C75D06
serial:
Mobo: Apple model: Mac-6F01561E16C75D06 v: MacBookPro9,2 serial: UEFI: Apple v: 222.0.0.0.0
date: 09/21/2018
CPU: Topology: Dual Core model: Intel Core i5-3210M bits: 64 type: MT MCP arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 19960
Speed: 1198 MHz min/max: 1200/3100 MHz Core speeds (MHz): 1: 1198 2: 1197 3: 1197 4: 1197
Graphics: Device-1: Intel 3rd Gen Core processor Graphics vendor: Apple driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:0166
Display: x11 server: X.Org 1.20.3 driver: intel unloaded: modesetting alternate: fbdev,vesa compositor: kwin_x11
resolution: 1280x800~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.2.6 compat-v: 3.0 direct render: Yes
Audio: Device-1: Intel 7 Series/C216 Family High Definition Audio driver: snd_hda_intel v: kernel bus ID: 00:1b.0
chip ID: 8086:1e20
Sound Server: ALSA v: k4.19.12-2-MANJARO
Network: Device-1: Broadcom and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe driver: tg3 v: 3.137 port: efa0
bus ID: 01:00.0 chip ID: 14e4:16b4
IF: enp1s0f0 state: down mac:
Device-2: Broadcom and subsidiaries BCM4331 802.11a/b/g/n driver: bcma-pci-bridge v: N/A port: efa0 bus ID: 02:00.0
chip ID: 14e4:4331
IF-ID-1: wlp2s0b1 state: up mac:
Drives: Local Storage: total: 476.94 GiB used: 57.48 GiB (12.1%)
ID-1: /dev/sda vendor: Micron model: M600 MTFDDAK512MBF size: 476.94 GiB speed: 6.0 Gb/s serial: rev: MU04
scheme: GPT
Partition: ID-1: / size: 18.77 GiB used: 7.73 GiB (41.2%) fs: ext4 dev: /dev/sda4
Sensors: System Temperatures: cpu: 62.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info: Processes: 181 Uptime: 2h 35m Memory: 15.57 GiB used: 1.09 GiB (7.0%) Init: systemd v: 239 Compilers: gcc: 8.2.1
Shell: bash v: 4.4.23 running in: konsole inxi: 3.0.28
[dhiab@jaroZ ~]$
...
Thank you for posting your outputs.
In all honesty I'm surprised your wifi adapter is working at all. Which driver are you using. Is it the broadcom-wl, or did you uninstall that driver? You have a problematic adapter/driver installed.
Here is some further info:
@tbg, not able to remove driver?
...
jaroZ dhiab]#
[jaroZ dhiab]# pacman -Rns broadcom-wl
error: target not found: broadcom-wl
[jaroZ dhiab]#
[jaroZ dhiab]# pacman -Rns bcma-pci-bridge
error: target not found: bcma-pci-bridge
[jaroZ dhiab]#
[jaroZ dhiab]# pacman -Qe |grep broad
mobile-broadband-provider-info 20170310-2
[jaroZ dhiab]#
If you have uninstalled the broadcom-wl driver already (or it was never installed) then I would leave it the way it is for now. If it stops working follow the directions to install the linux headers and the broadcom-wl-dkms driver.
maybe was never installed. i'll leave it as it is while it works fine.
thanks @tbg, issue can be closed.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.