You are not logged in.

#1 2011-12-27 06:45:13

CarlosFraire
Member
From: Lerdo, Dgo. Mexico
Registered: 2011-12-27
Posts: 4
Website

problem with wifi in acer 5741 - 5118 {solved}

I can't connect the wifi and I need help, I just installed arch and i cant connect without cable. I connected once but, i was trying to install firmware or driver and i messed it up.

[carlos@Archlinux ~]$ lspci | grep -i net
01:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
02:00.0 Network controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01)


[carlos@Archlinux ~]$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on


[carlos@Archlinux ~]$ ip link set wlan0 up
RTNETLINK answers: Operation not permitted
[carlos@Archlinux ~]$ ip link set wlan0 up
RTNETLINK answers: Operation not permitted
[carlos@Archlinux ~]$ sudo ip link set wlan0 up
Contraseña:
RTNETLINK answers: Operation not supported


[carlos@Archlinux ~]$ lspci -vnn | grep 14e4
01:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)
02:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)

how do i put to work my wifi... thanck for reading...


[carlos@Archlinux ~]$ dmesg | grep firmware
[ 9058.755597] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Dri … cefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[10027.702152] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Dri … cefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[11988.007043] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Dri … cefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[13029.834538] b43-phy0 ERROR: YOUR FIRMWARE IS TOO NEW. Support for firmware 598 and up requires kernel 3.2 or newer. You have to install older firmware or upgrade kernel.
[13029.834547] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Dri … cefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[carlos@Archlinux ~]$

Last edited by CarlosFraire (2012-02-19 14:17:26)


ThE DuDe'Z CoRp
Archlinux... learn it, touch it... do it.

Offline

#2 2011-12-27 07:39:02

Nanashi
Member
Registered: 2011-12-24
Posts: 16

Re: problem with wifi in acer 5741 - 5118 {solved}

What driver are you running? Brcmsmac/Brcmfmac?
The errors seem as if you do need to install a missing driver. You'll have to download and install the correct drivers and modprobe it into your kernel, possibly blacklisting Brcmsmac and some other related modules.

Also check this for more help on it. https://wiki.archlinux.org/index.php/Broadcom_wireless

Offline

#3 2011-12-27 11:29:35

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: problem with wifi in acer 5741 - 5118 {solved}

The error message couldn't be clearer: "YOUR FIRMWARE IS TOO NEW [...] You have to install older firmware or upgrade kernel."

Offline

#4 2011-12-27 13:17:35

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,550
Website

Re: problem with wifi in acer 5741 - 5118 {solved}

I also think the error message is clear - but suspect the relevant point is earlier: " b43-phy0 ERROR".  B43 shouldn't be giving errors as it shouldn't be running.  You should use brcmsmac with that card.

Can you post (in [ code ] ... [ /code ] tags) the output of lsmod.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2011-12-27 13:56:14

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: problem with wifi in acer 5741 - 5118 {solved}

Trilby wrote:

B43 shouldn't be giving errors as it shouldn't be running.  You should use brcmsmac with that card.

Actually, no. Both drivers, b43 and brcmsmac, support this card.

Offline

#6 2011-12-27 14:42:35

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: problem with wifi in acer 5741 - 5118 {solved}

CarlosFraire wrote:

$ ip link set wlan0 up
RTNETLINK answers: Operation not permitted

I get this if I'm not root.
As root,  does "iwlist scan" help?

I have: 02:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01) on a 5742z laptop

# /etc/modprobe.d/modprobe.conf
#
blacklist bcma

loaded modules

brcmsmac              569832  0 
mac80211              222059  1 brcmsmac
brcmutil                6912  1 brcmsmac
broadcom                7270  0 
cfg80211              165796  2 brcmsmac,mac80211

Last edited by vacant (2011-12-27 14:52:17)

Offline

#7 2011-12-27 15:50:21

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,550
Website

Re: problem with wifi in acer 5741 - 5118 {solved}

Gusar wrote:

Actually, no. Both drivers, b43 and brcmsmac, support this card.

I just went with listings on the wiki.  I'm happy to be corrected and learn from it.  In either case I wanted to ensure that there weren't competing modules loaded, which doesn't seem to be the case.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#8 2011-12-29 19:36:09

jewnersey
Member
Registered: 2011-12-24
Posts: 41

Re: problem with wifi in acer 5741 - 5118 {solved}

im having this very same problem, with the same hardware BCM43225
any resolution here?

Offline

#9 2011-12-29 20:06:45

jewnersey
Member
Registered: 2011-12-24
Posts: 41

Re: problem with wifi in acer 5741 - 5118 {solved}

solved my problem. deleted everything. blacklisted bcma and b43legacy. installed fwcutter from pacman. installed b43-firmware 5.10.56.27.3. had to force and overwrite some files.  modprobed b43   then ip link set wlan0 up worked no error. dmesg still gives me some BS about b43-phy0 but im connected after doing the wpa_supplicant -B -Dwext.... in the beginners wiki and then running dhcpcd

Offline

#10 2011-12-30 03:11:05

CarlosFraire
Member
From: Lerdo, Dgo. Mexico
Registered: 2011-12-27
Posts: 4
Website

Re: problem with wifi in acer 5741 - 5118 {solved}

[carlos@Archlinux ~]$ ip link set wlan0 up
Cannot find device "wlan0"
 

can you tellme how I deleate everything to begin from the first? sorry for my ignorancy


ThE DuDe'Z CoRp
Archlinux... learn it, touch it... do it.

Offline

#11 2011-12-30 03:25:38

CarlosFraire
Member
From: Lerdo, Dgo. Mexico
Registered: 2011-12-27
Posts: 4
Website

Re: problem with wifi in acer 5741 - 5118 {solved}

haha solved...
Tengo una Broadcom:
12:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
Antes usaba el módulo brcm80211, leyendo me entero que fue renombrado a brcmsmac, ejecutando un lsmod me doy cuenta de que ya está cargado el módulo pero sigo sin ver mi tarjeta inalámbrica.
El problema es de que el módulo brcmsmac tiene conflictos con el módulo bcma, así que la solución es ponerlo en lista negra en el archivo /etc/modprobe.d/modprobe.conf para que no cargue al iniciar el sistema:
blacklist bcma


ThE DuDe'Z CoRp
Archlinux... learn it, touch it... do it.

Offline

#12 2011-12-30 06:47:02

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: problem with wifi in acer 5741 - 5118 {solved}

CarlosFraire wrote:

haha solved...
Tengo una Broadcom:
12:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
Antes usaba el módulo brcm80211, leyendo me entero que fue renombrado a brcmsmac, ejecutando un lsmod me doy cuenta de que ya está cargado el módulo pero sigo sin ver mi tarjeta inalámbrica.
El problema es de que el módulo brcmsmac tiene conflictos con el módulo bcma, así que la solución es ponerlo en lista negra en el archivo /etc/modprobe.d/modprobe.conf para que no cargue al iniciar el sistema:
blacklist bcma

Dude. Come on. English. ;-)

Offline

#13 2012-02-05 23:06:21

CarlosFraire
Member
From: Lerdo, Dgo. Mexico
Registered: 2011-12-27
Posts: 4
Website

Re: problem with wifi in acer 5741 - 5118 {solved}

I have a Broadcom:
12:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
Before using the module brcm80211, I find that reading was renamed brcmsmac, running a lsmod I realize that is already loaded the module but I still see my wireless card.
The problem is that the module brcmsmac conflicts with the bcm module, so the solution is to get it blacklisted in / etc / modprobe.d / modprobe.conf not to load at system startup:
bcma blacklist


ThE DuDe'Z CoRp
Archlinux... learn it, touch it... do it.

Offline

Board footer

Powered by FluxBB