You are not logged in.

#1 2013-08-03 04:51:59

Basomis
Member
Registered: 2013-08-03
Posts: 15

Broadcam BCM4312

After installing archlinux been dealing with wi-fi issues. My card's PCI-ID is 4312 so I have installed b43-firmware and b43-firmware-legacy. On my laptop it shows that wi-fi is detected but I cannot connect to it. How do I resolve it?

Offline

#2 2013-08-03 05:44:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,354

Re: Broadcam BCM4312

Before I send you off to the wiki, let's do a quick sanity check.

Try the command sudo iwconfig
If the command exists. it should show a list of all access points within range.  If the command does not exist, run the command ip link to find the name of your network interfaces.  Then, run the command
sudo iw wlan0 scan    (Assuming your wireless network is called wlan0 -- refer to the output of ip link to discover your wireless network name)  Does the iw command show your Access Point?

What type of security is your AP?  Open? WEP? WPA? WPA2?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2013-08-03 05:53:39

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Broadcam BCM4312

Just so you know ewaller, neither the iw package or the wireless_tools package is in base.  So in order for either of those to exist on the OP's machine, they would have to be explicitly installed.

Offline

#4 2013-08-03 06:06:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,354

Re: Broadcam BCM4312

$DEITY, I need to go back and do an install from scratch; it has been a while.  I knew that iwconfig is depricated.  It is too bad as it is a simple command to run.  I never imagined that iw is not in core.  BTW, I'll take your word for it; I'm not in the mood to go do research.  I've been rather captivated for the last couple days learning to write browser extensions.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2013-08-03 06:11:12

Basomis
Member
Registered: 2013-08-03
Posts: 15

Re: Broadcam BCM4312

ewaller wrote:

Before I send you off to the wiki, let's do a quick sanity check.

Try the command sudo iwconfig
If the command exists. it should show a list of all access points within range.  If the command does not exist, run the command ip link to find the name of your network interfaces.  Then, run the command
sudo iw wlan0 scan    (Assuming your wireless network is called wlan0 -- refer to the output of ip link to discover your wireless network name)  Does the iw command show your Access Point?

What type of security is your AP?  Open? WEP? WPA? WPA2?

sudo iwconfig prints:

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
lo        no wireless extensions.

enp7s0    no wireless extensions.

Yes, iw shows my Access Point which has WPA security type.

Offline

#6 2013-08-03 06:17:40

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: Broadcam BCM4312

Ooohhh... what kind of extensions?  What browser?

BTW, it doesn't really take research.  I had a hunch that they weren't, so I just did "pacman -Qi iw wireless_tools" and looked at the "Groups:" line.

Offline

#7 2013-08-03 06:26:47

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,354

Re: Broadcam BCM4312

WonderWoofy wrote:

Ooohhh... what kind of extensions?  What browser?

At the risk of hijacking the thread (in other words, let's keep this short) I am playing with Chomium creating page_actions to change the behavior of my favorite site, bbs.archlinux.org smile  I am making the back button work as I expect (things I've read are marked correctly when I use the back button).  I am also putting some BBCode and commonly referenced URLs (Forum Etiquette) links in a drop down from an Icon on the Arch Forum tab.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#8 2013-08-03 07:53:32

sekret
Member
Registered: 2013-07-22
Posts: 291

Re: Broadcam BCM4312

@Basomis, I have a Broadcom BCM4313, so it's not exactly the same card you have. But I suggest, that you DON'T use this b43-firmware and b43-firmware-legacy, but let the kernel load the driver.

How do you make your connection (or try to)? Do you use netctl? What does your profile look like?

Offline

#9 2013-08-03 08:06:12

Basomis
Member
Registered: 2013-08-03
Posts: 15

Re: Broadcam BCM4312

Finally, it works. However, another issue that I'm facing right now is that available wifi connections dissapear (except the one I'm currently connecting) from nm-applet after 5 minutes of being logged in.

Offline

Board footer

Powered by FluxBB