Version 4.0 questions

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
sci_fi
Black ninja
Black ninja
Posts: 58
Joined: 28 Dec 2010, 18:25

Version 4.0 questions

Post#1 by sci_fi » 30 Apr 2018, 14:19

Version 4.0 questions

I am currently running Porteus Version 3.2.2 LXDE and XFCE 64 bit always fresh on a Dell 6330 laptop.

When I attempt to run version 4.0 LXDE 64 bit I have the following problems:

1. Wireless simply does not work. The "wpa_supplicant" command is not found. No networks are found.
I downloaded "wpa_supplicant" via USM and loaded it but still no luck with wireless.

2. Pulseaudio appears to not be included in the the 4.0 release.
I downloaded the pulseaudio module and attempted to use it with version 4.0 but this did not help.
I have similar issues with version 4.0 XFCE 64 bit.

Any suggestions will be much appreciated.

Thank you and best regards,

sci_fi

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Version 4.0 questions

Post#2 by brokenman » 30 Apr 2018, 16:32

Something is certainly wrong with your install. wpa_supplicant and pulseaudio are both included in the ISO. Can you explain your setup a little more?
How do i become super user?
Wear your underpants on the outside and put on a cape.

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Version 4.0 questions

Post#3 by fulalas » 30 Apr 2018, 21:31

This usually happens when we mix old kernel with new kernel -- in your case Porteus 3.22 version with Porteus 4.0 version. During the update to Porteus 4, did you remember to update the boot folder in your USB stick?

sci_fi
Black ninja
Black ninja
Posts: 58
Joined: 28 Dec 2010, 18:25

Version 4.0 questions

Post#4 by sci_fi » 01 May 2018, 09:46

@brokenman, fulalas
My apologies for the slow response. I wanted to experiment a bit more before responding.
fulalas, I double checked that the boot folder is from version 4.0. No change in performance.

Results of my experiments are interesting:

The good news:

1)
I realize now that while pulseaudio is included in 4.0, the pavucontrol module is not. When I added the pavucontol module my pulseaudio problems went away. Great.

2)
I did some wireless testing on a second notebook PC. This one is a Dell 6230 (rather than 6330). Wireless on 4.0 works out of the box on the 6230. This was using the same usb stick that fails on the 6330.
An interesting note on this, however. When I look at "wireless" in the "Network" section of "Porteus System Information", it is blank. No information at all. Yet wireless works fine. This is for the 6230.

The bad news:
Back to the Dell 6330. On this notebook, wireless does not work at all. No wireless networks are detected. Like the wireless card is not present. However, on this notebook, Porteus System Info says my wireless is:
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Dell Device 0015
This PC's wireless works fine on version 3.2.2

Since the same USB stick wireless works perfectly with the dell 6230 but not at all with the 6330, I am stuck.
Possibly the driver for this wireless card was omitted from 4.0 or is corrupted.

Any ideas?

As always, thank you for your help.

sci_fi

cchuang
Black ninja
Black ninja
Posts: 42
Joined: 03 Jan 2011, 06:55
Location: Taiwan

Version 4.0 questions

Post#5 by cchuang » 01 May 2018, 22:57

It might be concered with the lack of module, b43, for boardcom wifi chip; I also had this problem. It had been solved by installing b43 module by

export FIRMWARE_INSTALL_DIR="/lib/firmware"
b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.100.138/linux/wl_apsta.o
b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.10.56.27.3/driver/wl_apsta/wl_prebuilt.o
b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta-3.130.20.0.o

and load b43 module.

sci_fi
Black ninja
Black ninja
Posts: 58
Joined: 28 Dec 2010, 18:25

Version 4.0 questions

Post#6 by sci_fi » 02 May 2018, 16:51

Thank you, cchuang. I will give it a try.

Also, I have found a workaround for this particular PC. As follows:

Use rootcopy to delete the contents of the following
/etc/modprobe.d/b43_blacklist.conf
/etc/modprobe.d/broadcom_blacklist.conf

Also used rootcopy to delete the /lib/modprobe.d/bcm43xx.conf file

This may be overkill but it allowed wireless to work properly on this PC. Hurrah

Thanks to everyone for your help.

Best regards,

sci_fi

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Version 4.0 questions

Post#7 by Blaze » 12 May 2018, 09:31

Hi sci_fi.

Can you try this variant:

1) Download b43-firmware-classic-5.100.138-1-noarch.xzm and copy to modules folder of Porteus.
2) Run in terminal these commands

Code: Select all

su
toor
echo 'blacklist wl' > /etc/modprobe.d/broadcom_blacklist.conf
echo 'blacklist wl' > /etc/modprobe.d/b43_blacklist.conf
reboot
3) After reboot open terminal and check

Code: Select all

su
toor
dmesg | grep -i b43
modprobe b43
and try your wifi connection.

Thanks.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

sci_fi
Black ninja
Black ninja
Posts: 58
Joined: 28 Dec 2010, 18:25

Version 4.0 questions

Post#8 by sci_fi » 13 May 2018, 18:03

Hello Blaze,

Thank you for your suggestions. They work like a charm. I have incorporated them and things are working great.

Much appreciated as always.

Best regards,

sci_fi

rchase
Shogun
Shogun
Posts: 282
Joined: 10 Jan 2016, 17:26
Distribution: Porteus 5.0 rc3 xfce
Location: Denver, Colorado

Version 4.0 questions

Post#9 by rchase » 22 Jul 2018, 01:00

Blaze, I managed to find your solution for old Broadcom wi-fi, but it needs to be made official. Why can´t Porteus detect this old hardware and use the appropriate driver? Failing that, your instructions and module need to be made part of the official documentation, not left for people to search out in the forums! Thanks!

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Version 4.0 questions

Post#10 by Blaze » 22 Jul 2018, 10:23

Hi rchase.

As said fanthom
As you probably know, Broadcom wifi chipsets are the most problematic in the linux world.
[HOWTO] Broadcom wifi under Porteus
Two reverse-engineered open-source drivers are built-in to the kernel: b43 and b43legacy. b43 supports most newer Broadcom chipsets, while the b43legacy driver only supports the early BCM4301 and BCM4306 rev.2 chipsets. To avoid erroneous detection of your WiFi card's chipset, blacklist the unused driver.

Both of these drivers require non-free firmware to function. Install b43-firmware, b43-firmware-classic or b43-firmware-legacy from the AUR.

Note:
  • BCM4306 rev.3, BCM4311, BCM4312 and BCM4318 rev.2 have been noticed to experience problems with b43-firmware. Use b43-firmware-classic for these cards instead.
  • BCM4331 noticed to have problems with b43-firmware-classic. Use b43-firmware for this card instead.
wiki.archlinux.org - Broadcom wireless
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

User avatar
Obosan
Samurai
Samurai
Posts: 114
Joined: 28 Mar 2014, 17:02
Distribution: Porteus v5.01 MATE
Location: JAPAN

Version 4.0 questions

Post#11 by Obosan » 01 Nov 2023, 17:05

Hello, everyone!
I took Porteus v5.01 MATE for MacBook Pro 2010 and encountered Broadcom Wifi BCM4322 connection problem.
Blaze's post helped me a lot!
Version 4.0 questions (Post by Blaze #64647)

Here is the output of lspci -knn
02:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
Subsystem: Apple Inc. AirPort Extreme [106b:008d]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb'

Many thanks for Blaze and also for Ed_P.
Because I could find this post from [SOVED] help broadcom4359 wifi driver.

Blaze's instruction may also work for Broadcom BCM4311, BCM4312, BCM4313, BCM4321, BCM43224, BCM43225, **BCM43227, **BCM43228.
Thanks a lot!

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Version 4.0 questions

Post#12 by Blaze » 01 Nov 2023, 18:16

Hi Obosan,.
Glad to hear it.
Thanks for your feedback.
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Post Reply