So, I partitioned my hard driver and installed Windows 7 and Ubuntu 13.10 in partition C:.
First I installed Windows and got the wifi device working by installing the proper drivers for Broadcom BCM4313.
Then, after installing and while loged in Ubuntu 13.10, it recognizes my network and asks for the password, but won't connect.
Also I tried this https://askubuntu.com/a/368467/176713 and despite the fact that I don't know what it means, Terminal didn't recognize the second command line as well.
Please, send help. And sorry for my bad english.
bcma-pci-bridge
(thebcma
module). It is used byb43
andbrcmsmac
. Either runlsmod
and search forbcma
, or runlsmod | grep bcma
and see if that has any output. Those commands in 'http://askubuntu.com/a/368467/176713' I think should work, you just need to try them a few more times. – Wilf Nov 30 '13 at 15:41