Problem with broadcom 802.11g Wifi-Adapter

Message
Author
Ludibubi
Posts: 8
Joined: Sun Mar 02, 2025 5:51 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#11 Post by Ludibubi »

j2mcgreg wrote: Tue Mar 04, 2025 6:52 am I could only find this single tear down video of the Presario b1900:
https://www.youtube.com/watch?v=HnEvrWA7Vl4
At the 1:34 mark, it shows how to access the WiFi card which seems to only have one antenna connection. This could be the problem as it would give the laptop spotty range. You would have to be really close to the router for WiFi to work reliably. It might be worth your while to invest in a USB WiFi dongle,
You may be right with the antenna. But under WIN7 I had no problems to access my network anywhere. And I'm very close to my Fritzbox at the moment (0,5 - 1,0 mtrs) and can't access the networtk. But I can access the gardenrepeater which is at the roof and apprx. 6 mtrs away.

Which WIFI-dongle can Iuse?
Last edited by Ludibubi on Tue Mar 04, 2025 9:34 am, edited 1 time in total.
Kind regards
Ludger

Minnie the Moocher
Posts: 17
Joined: Wed Jan 22, 2025 2:22 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#12 Post by Minnie the Moocher »

Change the channel from "auto" to (preferably) ch.1 in router settings.

User avatar
j2mcgreg
Global Moderator
Posts: 6845
Joined: Tue Oct 23, 2007 12:04 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#13 Post by j2mcgreg »

@Ludibubi wrote:
Which WIFI-dongle can Iuse?
Any of these should work, but scroll down the single band adaptors because your router is single band as well (and they are cheaper):
https://github.com/morrownr/USB-WiFi/bl ... el-drivers
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
j2mcgreg
Global Moderator
Posts: 6845
Joined: Tue Oct 23, 2007 12:04 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#14 Post by j2mcgreg »

Minnie the Moocher wrote: Tue Mar 04, 2025 9:31 am Change the channel from "auto" to (preferably) ch.1 in router settings.
Some explanation of why this might work would be helpful to the OP who has stated that he / she is a rank beginner.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

Ludibubi
Posts: 8
Joined: Sun Mar 02, 2025 5:51 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#15 Post by Ludibubi »

Minnie the Moocher wrote: Tue Mar 04, 2025 9:31 am Change the channel from "auto" to (preferably) ch.1 in router settings.
I've switched it to channel 1 but no change.
Kind regards
Ludger

Minnie the Moocher
Posts: 17
Joined: Wed Jan 22, 2025 2:22 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#16 Post by Minnie the Moocher »

j2mcgreg wrote: Tue Mar 04, 2025 9:55 amSome explanation ...
Just a real life example:

The built-in wifi device ( Broadcom BCM4312 802.11b/g ) of this laptop does not even see the access point (router or phone (tethering)) when it's set to auto and (as a result of that) ch. 13 is selected (when all other devices and dongle can connect with no issues).

So, though there's no problem with Windows, it may be the repeater might be using a different channel (say, ch. 6) therefore connecting without issue, but the router selects something like 13 that this device cannot work with, or so ..


Also, as to why ch.1 preferably:

https://upload.wikimedia.org/wikipedia/ ... LAN%29.svg

https://upload.wikimedia.org/wikipedia/ ... .11-en.svg

fluxboxplus
Posts: 13
Joined: Tue Feb 25, 2025 7:42 am

Re: Problem with broadcom 802.11g Wifi-Adapter

#17 Post by fluxboxplus »

IMHO broadcom devices are just a mess. I know those issues as well. Maybe run modinfo on the driver (.ko) file to see the configuration parameters then try if some help - load them with modprobe driver.ko optionname=option ...

If i still had a broadcom device then i could show examples, but i don't sry.

it might have options like

Code: Select all

parm:           bad_frames_preempt:enable(1) / disable(0) Bad Frames Preemption (int)
parm:           fwpostfix:Postfix for the .fw files to load. (string)
parm:           hwpctl:Enable hardware-side power control (default off) (int)
parm:           nohwcrypt:Disable hardware encryption. (int)
parm:           hwtkip:Enable hardware tkip. (int)
parm:           qos:Enable QOS support (default on) (int)
parm:           btcoex:Enable Bluetooth coexistence (default on) (int)
parm:           verbose:Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug (int)
parm:           pio:Use PIO accesses by default: 0=DMA, 1=PIO (int)
parm:           allhwsupport:Enable support for all hardware (even it if overlaps with the brcmsmac driver) (int)

Ludibubi
Posts: 8
Joined: Sun Mar 02, 2025 5:51 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#18 Post by Ludibubi »

j2mcgreg wrote: Tue Mar 04, 2025 9:51 am @Ludibubi wrote:
Which WIFI-dongle can Iuse?
Any of these should work, but scroll down the single band adaptors because your router is single band as well (and they are cheaper):
https://github.com/morrownr/USB-WiFi/bl ... el-drivers
I checked those links, but these adapters are not available. I found these one:

https://www.amazon.de/s?k=panda+wireles ... _sb_noss_2
Kind regards
Ludger

Ludibubi
Posts: 8
Joined: Sun Mar 02, 2025 5:51 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#19 Post by Ludibubi »

Minnie the Moocher wrote: Tue Mar 04, 2025 11:24 am
j2mcgreg wrote: Tue Mar 04, 2025 9:55 amSome explanation ...
Just a real life example:

The built-in wifi device ( Broadcom BCM4312 802.11b/g ) of this laptop does not even see the access point (router or phone (tethering)) when it's set to auto and (as a result of that) ch. 13 is selected (when all other devices and dongle can connect with no issues).

So, though there's no problem with Windows, it may be the repeater might be using a different channel (say, ch. 6) therefore connecting without issue, but the router selects something like 13 that this device cannot work with, or so ..


Also, as to why ch.1 preferably:

https://upload.wikimedia.org/wikipedia/ ... LAN%29.svg

https://upload.wikimedia.org/wikipedia/ ... .11-en.svg
I'm using a FritzBos 7590 with Mesh-Repeaters. AVM says, that the repeaters automatically use the same settings (SSID, Channel etc.) as the FritzBox. I know tried the following:

1. Box Autochannel and Repeater/s activeed
2. Box Autochannel and Repeater/s deactivated
3. Box Channel 1 and Repeater/s activated
4. Box Channel 1 and Repeater/s deactivated

No changes. The network is recognized but no connection.

By the way: I found in the net something about Ndiswrapper. I don#t know exactly how to use it, but could it be helpful?
Kind regards
Ludger

User avatar
j2mcgreg
Global Moderator
Posts: 6845
Joined: Tue Oct 23, 2007 12:04 pm

Re: Problem with broadcom 802.11g Wifi-Adapter

#20 Post by j2mcgreg »

@Ludibubi wrote:
I found in the net something about Ndiswrapper. I don#t know exactly how to use it, but could it be helpful?
No. Ndiswrapper is obsolete. See here:
https://en.wikipedia.org/wiki/NDISwrapper
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

Post Reply

Return to “Hardware /Configuration”