You are not logged in.
This is my first install of Arch Linux (well, I re installed 3 times to try to get this to work) and I am having wireless troubles. I have a Broadcom BCM4312 wireless card and I'm using the b43 driver. The internet works fine from the terminal, i can ping website, download from pacman, and even use links. But when I start Xfce and use chromium, it loads most of the website then wlan0 goes down and wicd reconnects to the network after a few seconds. Before it wasn't working at all, like I go to a website and it just won't load, but after disabling TCP Window Scaling, I came to where I am now. Please let me know what log files you want me to post. I've tried everything I can think of doing, so please help if you can. Thanks!
Last edited by thetech438 (2012-10-13 00:15:11)
Offline
Start by posting your /var/log/everything.log for the relevant times.
Offline
I have a Broadcom BCM4312 wireless card
I have the same card and found broadcom-wl driver a better one.
Install it from AUR
Offline
Okay, here is the link to everything.log:
http://dl.dropbox.com/u/13134954/everything.log
Also, I found this section interesting from dmesg, here is the link:
http://dl.dropbox.com/u/13134954/log.txt
Thanks!
Offline
@thetech438 It would be much more helpful if you posted logs directly on the forums.
@ontobelli That package seems to be a bit unmaintained.
Offline
@ontobelli That package seems to be a bit unmaintained.
Why?
I use it and find it useful and well maintained.
Offline
I tried the wl driver and the same result occurred. I can't post the everything.log directly to the forum, because it is too large. Please just view the file on dropbox. Thank you very much!
Offline
I tried the wl driver and the same result occurred. I can't post the everything.log directly to the forum, because it is too large. Please just view the file on dropbox. Thank you very much!
Download the tarball http://aur.archlinux.org/packages/br/br … -wl.tar.gz
And edit the PKGBUILD
From:
make -C /usr/lib/modules/"${_kernver}"/build M=`pwd`
To:
make API=WEXT -C /usr/lib/modules/"${_kernver}"/build M=`pwd`
And then in the dir run
$ makepkg -csi
The default API cfg80211 doesn't work fine for me on that card.
You have to include wl in the kernel modules you need to load at boot time.
Further info there http://wiki.archlinux.org/index.php/Broadcom_wireless
Last edited by ontobelli (2012-10-06 06:35:04)
Offline
@ontobelli huge gaps between updates and special compiler directives don't makes me think otherwise. However, if it works then kudos.
Offline
@ontobelli huge gaps between updates and special compiler directives don't makes me think otherwise. However, if it works then kudos.
Why you need frequent updates if the driver is dated 10/25/2011?
Offline
thetech438 wrote:I have a Broadcom BCM4312 wireless card
I have the same card and found broadcom-wl driver a better one.
Install it from AUR
Are you using it instead of the b43-firmware package?
What's this openfwwf package?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Okay, I tried ontobelli way of installing it and my connection still drops. And yes I was using b43 firmware, that is, before I tried the wl, but both still drop my connection. Could the issue possibly my router? I don't think it could, because when I connected to another network the same thing happened.
Offline
I had problems when I changed from linux-3.4.9 to 3.5.3.
I haven't rebooted since today's upgrade.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Are you using it instead of the b43-firmware package?
What's this openfwwf package?
Yes, for me wl works better than b43.
Further info there http://wiki.archlinux.org/index.php/Broadcom_wireless
I had problems when I changed from linux-3.4.9 to 3.5.3.
I haven't rebooted since today's upgrade.
You have to compile the kernel module for every kernel update.
Offline
Okay, I tried ontobelli way of installing it and my connection still drops. And yes I was using b43 firmware, that is, before I tried the wl, but both still drop my connection. Could the issue possibly my router? I don't think it could, because when I connected to another network the same thing happened.
Maybe power management is dropping the connection.
For me wl is very stable on BCM4312. But I use NetworkManager instead Wicd
I can't think in something else.
Offline
Its not power managment, because I have disabled that. The first time I tried I used netcfg and the same problem occured. I am using Wicd because I want a GUI, but don't want all the Gnome dependencies of NetworkManager. Should I try re-installing Arch (Yet again....), but trying ontobelli's method first? Any help will be appreciated, because I'm loosing hope.
Thanks!
Offline
thetech438 wrote:Okay, I tried ontobelli way of installing it and my connection still drops. And yes I was using b43 firmware, that is, before I tried the wl, but both still drop my connection. Could the issue possibly my router? I don't think it could, because when I connected to another network the same thing happened.
Maybe power management is dropping the connection.
For me wl is very stable on BCM4312. But I use NetworkManager instead Wicd
I can't think in something else.
Wicd was so unreliable that I was digging down to wireless_tools and I'm still not sure that I was still having a happy day with it.
I haven't had to recompile the kernel modules for b43 with every kernel update, I've gone from kernel update to kernel update with little change. Maybe, you're talking about the broadcom-wl package. The firmware on b43-firmware and broadcom-wl is only one side of the same year or the other.
Last edited by nomorewindows (2012-10-06 23:15:12)
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Reinstalling is not a solution
Offline
Okay, well then what should I try next? Could Wicd be the issue, even though netcfg had the same problem?
Offline
Okay, well then what should I try next? Could Wicd be the issue, even though netcfg had the same problem?
Won't make any difference. Just try the linux-3.4.9 kernel and see if it just magically comes back to life.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Okay, I will try downgrading. I already tried downgrading to 3.5.3, but that didn't work.
Offline
Okay, I downgraded to 3.4.9 and it still didn't work. Also the error I get from dmesg right after it drops connection is:
ieee80211 phy0: wlan0: No probe response from AP [...] after 500ms, disconnecting.
Offline
Okay, I downgraded to 3.4.9 and it still didn't work. Also the error I get from dmesg right after it drops connection is:
ieee80211 phy0: wlan0: No probe response from AP [...] after 500ms, disconnecting.
https://bbs.archlinux.org/viewtopic.php?pid=780128
after spending some time trying to fix the problem with my b43 card (Broadcom Corporation BCM4312 802.11b/g (rev 01) on HP ProBook 5310m) I found the solution and now the card is working pretty stable.
The problem was that each time 6 seconds after each AP association the connection was dropped with this error in the dmesg:No probe response from AP xxxxxxxxxxxxx after 500ms, disconnecting
The fix is to disable the QOS of the driver.
sudo touch /etc/modprobe.d/b43.conf
echo "options b43 pio=1 qos=0" | sudo tee -a /etc/modprobe.d/b43.confthanks to chenxiaolong
P.S. The QOS setting depends of the processor, for some it have to be 1
QOS on --> Intel Core Duo, Intel Atom
QOS off --> Intel Core Solo, Intel Core 2 Duo, Intel Core i3/i5/i7, and AMD
Offline
I already tried that and it didn't work Any other suggestions?
Offline
I already tried that and it didn't work
Any other suggestions?
Try Windows.
Offline