You are not logged in.
I installed Arch successfully, but I cannot make wifi work. I tried install broadcom-wl and broadcom-wl-dkms and modprobe it but after reboot it cannot boot with error. Please help me, thanks.
84:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Dual Band Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. Device [106b:0117]
Flags: fast devsel, IRQ 255
Memory at b8200000 (64-bit, non-prefetchable) [disabled] [size=32K]
Memory at b8000000 (64-bit, non-prefetchable) [disabled] [size=2M]
Capabilities: [48] Power Management version 3
Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [68] Vendor Specific Information: Len=44 <?>
Capabilities: [ac] Express Endpoint, IntMsgNum 0
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Device Serial Number b8-09-00-ff-ff-00-00-01
Capabilities: [150] Power Budgeting <?>
Capabilities: [160] Virtual Channel
Capabilities: [1b0] Latency Tolerance Reporting
Capabilities: [220] Physical Resizable BAR
Kernel modules: bcmaLinux archlinux 6.14.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 00:06:37 +0000 x86_64 GNU/Linux0: hci0: Bluetooth
Soft blocked: no
Hard blocked: noLast edited by nhatkiemphi (2025-04-29 14:29:56)
Offline
What can't boot with error, error do you get exactly?
Potentially
sudo journalctl -b-1might help for context of a prior boot.
Offline
This's my installation steps:
$ sudo pacman -S broadcom-wl
resolving dependencies...
looking for conflicting packages...
Packages (1) broadcom-wl-6.30.223.271-615
Total Installed Size: 1.61 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [################################################] 100%
(1/1) checking package integrity [################################################] 100%
(1/1) loading package files [################################################] 100%
(1/1) checking for file conflicts [################################################] 100%
(1/1) checking available disk space [################################################] 100%
:: Processing package changes...
(1/1) installing broadcom-wl [################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating module dependencies...$ sudo lspci -vnn -d 14e4:
84:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Dual Band Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. Device [106b:0117]
Flags: fast devsel, IRQ 255
Memory at b8200000 (64-bit, non-prefetchable) [disabled] [size=32K]
Memory at b8000000 (64-bit, non-prefetchable) [disabled] [size=2M]
Capabilities: [48] Power Management version 3
Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [68] Vendor Specific Information: Len=44 <?>
Capabilities: [ac] Express Endpoint, IntMsgNum 0
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Device Serial Number b8-09-00-ff-ff-00-00-01
Capabilities: [150] Power Budgeting <?>
Capabilities: [160] Virtual Channel
Capabilities: [1b0] Latency Tolerance Reporting
Capabilities: [220] Physical Resizable BAR
Kernel modules: bcma, wl$ sudo modprobe wl
Segmentation faultThen I reboot but it hang on this. I must keep power button to power off:
It hang on startling up:
Last edited by nhatkiemphi (2025-04-30 00:32:31)
Offline