You are not logged in.

#1 2015-01-20 15:08:11

stetim94
Member
Registered: 2015-01-09
Posts: 16

wifi not working [solved]

i installed the latest version of arch (xfce4 + network manager), but i can't get my wifi to work.

i discovered acer aspire 5742g has a broadcom, command:
lspci -vnn | grep 14e4
output:

02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)
03:00.0 Network controller [0280]: Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)

and i decided to use broadcom-wl. which seems to be loaded.

lspci -v produces:

03:00.0 Network controller: Broadcom Corporation BCM43225 802.11b/g/n (rev 01)
	Subsystem: Foxconn International, Inc. T77H103.00 Wireless Half-size Mini PCIe Card
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at d3800000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: wl
	Kernel modules: bcma, wl

then in /etc/modprobe.d/nobeep.conf:

blacklist b43legacy
blacklist b43
blacklist ssb
blacklist brcm80211

still no wifi, anybody any ideas? if more code is required let me know, thank you in advance

Last edited by stetim94 (2015-01-20 21:15:54)

Offline

#2 2015-01-20 15:29:00

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

Re: wifi not working [solved]

Why are you trying to use wl with that card?  Use b43.  Please follow the instructions here then check `ip a` to see if the interface is shown.


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

Offline

#3 2015-01-20 16:36:42

stetim94
Member
Registered: 2015-01-09
Posts: 16

Re: wifi not working [solved]

downloaded and modprobed b43. still not working. ip a produces:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 1c:75:08:4b:ef:09 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.3/24 brd 192.168.0.255 scope global dynamic enp2s0
       valid_lft 86315sec preferred_lft 86315sec
    inet6 fe80::1e75:8ff:fe4b:ef09/64 scope link
       valid_lft forever preferred_lft forever
3: wlp3s0b1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether 18:f4:6a:51:4f:cf brd ff:ff:ff:ff:ff:ff

Offline

#4 2015-01-20 17:13:22

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: wifi not working [solved]

Not an Installation issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-01-20 19:19:00

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

Re: wifi not working [solved]

What do you mean it's not working?  That ip output shows wlp3s0b1, that's your wireless interface.  Now you just need to connect to something.


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

Offline

#6 2015-01-20 19:33:51

dcdriving
Member
From: United Kingdom
Registered: 2015-01-20
Posts: 70

Re: wifi not working [solved]

I am running an aspire 5742Z with the same wireless card and I stuck with the open source brcmsmac drivers as default and have had no real problems.  I also use xfce4 with network manager.  (There is the odd occasion where I don't get a connection on boot and have to reconnect but the drivers are known to be a bit buggy I believe.)  I'm a newbie so can't offer much more assistance but have been using arch for a few months on that machine with brcmsmac with no real problem.
This link suggests that the 43225 is supported by brcmsmac.

Last edited by dcdriving (2015-01-20 19:39:05)

Offline

#7 2015-01-20 20:52:08

stetim94
Member
Registered: 2015-01-09
Posts: 16

Re: wifi not working [solved]

i ran this command:

sudo pacman -S networkmanager network-manager-applet xfce4-notifyd

then i ran:

systemctl enable NetworkManager
systemctl start NetworkManager

then i tried to connect using the installed widget, but it won't allow me to enter any password (it does find wifi)

i would love to make a print screen, but i haven't installed a thing.

sorry, i had no idea where the question should be, i wasn't sure what the problem was. new to arch.

if any further commands must be run to check if things are working let me know, any help is really appricated.

Offline

#8 2015-01-20 21:05:28

dcdriving
Member
From: United Kingdom
Registered: 2015-01-20
Posts: 70

Re: wifi not working [solved]

Try installing gnome-keyring as recommended here?

Offline

#9 2015-01-20 21:09:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: wifi not working [solved]

Before installing a network manager you should connect manually. This will generate error messages at the relevant point if something does fail, and means you will gain a deeper understanding of how networking actually works on your box. The wiki page has all the necessary steps.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2015-01-20 21:14:39

stetim94
Member
Registered: 2015-01-09
Posts: 16

Re: wifi not working [solved]

installing gnome-kerying worked, thank you so much (all of you)

they said arch had a good community you guys most certainly proved that

thanks once again

Offline

Board footer

Powered by FluxBB