[Mint17Xfce] Broadcom 4313 with BCMWL

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
iAN123

[Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

hi!

I know, there are a lot of similar posts, but I'vent found any solution on my problem.

I've got an Acer Aspire One 722 with wireless card Broadcom 4313

Code: Select all

07:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
System: Linux Mint 17 XFCE
Kernel: 3.17

I tried to use opensource driver (called brcmsmac) but signal is really weak and I can't use my notebook as normal. In previous version of Ubuntu and Mint (ex. 13.10, 13.04) I used bcmwl, but here I couldn't install it - still show:

Code: Select all

module: wl NOT FOUND
After few days I found and installed special patch from Launchpad and now I can load wl module and my wifi card see every network, but still it can't connect to any of them.

Have you any ideas?
Thank you very much for help!

Regards!

PS. Maybe somebody know how to use brcmsmac with better signal?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

What does

Code: Select all

lspci -nnk | grep -iA2 net
show
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

Code: Select all

06:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
	Subsystem: Acer Incorporated [ALI] Device [1025:0598]
	Kernel driver in use: atl1c
07:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
	Subsystem: Foxconn International, Inc. Device [105b:e042]
	Kernel driver in use: wl
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

iAN123 wrote:

Code: Select all

06:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
	Subsystem: Acer Incorporated [ALI] Device [1025:0598]
	Kernel driver in use: atl1c
07:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
	Subsystem: Foxconn International, Inc. Device [105b:e042]
	Kernel driver in use: wl
I wonder why it said not found, when this last post says kernel driver in use: wl
Lets try getting rid of wl

Code: Select all

sudo apt-get purge bcmwl-kernel-source
Reboot and post results of

Code: Select all

lsmod
and

Code: Select all

ls /etc/modprobe.d/
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

I think you didn't understand what I mean.

Now, after installation a patch I can load WL, but I can't still connect to any of networks (although I see it in Network Manager)
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

Do you have a link to the patch?

I think this chip works with brcmsmac and bcma with b43 and ssb blacklisted
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

https://launchpadlibrarian.net/18319065 ... 3.17.patch

With kernel 3.11 everything worked.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

iAN123 wrote:https://launchpadlibrarian.net/18319065 ... 3.17.patch

With kernel 3.11 everything worked.
Why the switch to 3.17?
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

I thought about previous version of Ubuntu (13.10).

I switched to 3.17 because of my APU with AMD Radeon.
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

Do you see any results from

Code: Select all

modinfo bcma | grep 4727

Code: Select all

modinfo brcmsmac | grep 4727
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

Code: Select all

modinfo bcma | grep 4727
alias:          pci:v000014E4d00004727sv*sd*bc*sc*i*
and

Code: Select all

modinfo brcmsmac | grep 4727
NOTHING
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by JeremyB »

iAN123 wrote:

Code: Select all

modinfo bcma | grep 4727
alias:          pci:v000014E4d00004727sv*sd*bc*sc*i*
and

Code: Select all

modinfo brcmsmac | grep 4727
NOTHING
I just got home and looked at the full output from brcmsmac and it does work with bcma but have to see if they are blacklisted first

Code: Select all

ls /etc/modprobe.d/[code]
iAN123

Re: [Mint17Xfce] Broadcom 4313 with BCMWL

Post by iAN123 »

hi,

Thank you very much for help. Now my problem is I think solved.

I tried every new kernel and Broadcom Driver works on 3.13.0-24-generic.

Regards!
Locked

Return to “Networking”