Gentoo Archives: gentoo-powerpc

From: "Herminio Hernandez
To: Nuno Silva <nunojsilva@×××××××.pt>
Cc: "gentoo-powerpc@l.g.o" <gentoo-powerpc@l.g.o>
Subject: Re: [gentoo-powerpc] Re: b43 wireless not working
Date: Thu, 16 Apr 2015 00:19:16
Message-Id: CAJRA9dyPhaFnO5rDtpETVxLkqAAesP=-c+ouEof=Z=scoqHyJA@mail.gmail.com
In Reply to: Re: [gentoo-powerpc] Re: b43 wireless not working by "Herminio Hernandez Jr."
1 I ran with the -a parameter and saw the interface. I ran ifconfig wlan0 up
2 and now I see it when I just run ifconfig. However I am unable to join a
3 wireless network. I have networkmanager installed and running. I also saw
4 in this thread
5 <https://forums.gentoo.org/viewtopic-t-964764-view-previous.html> someone
6 suggested to enable wext in the kernel wich I did and still no luck. Below
7 is what I have.
8
9 rican-linux@ibookG4-gentoo ~ $ sudo zcat /proc/config.gz | grep WEXT
10 Password:
11 CONFIG_WEXT_CORE=y
12 CONFIG_WEXT_PROC=y
13 CONFIG_WEXT_SPY=y
14 CONFIG_WEXT_PRIV=y
15 CONFIG_CFG80211_WEXT=y
16
17
18 ibookG4-gentoo ~ # ifconfig
19 enP2p32s15f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
20 inet 192.168.1.133 netmask 255.255.255.0 broadcast 192.168.1.255
21 ether 00:14:51:38:fa:f8 txqueuelen 1000 (Ethernet)
22 RX packets 1370 bytes 100431 (98.0 KiB)
23 RX errors 0 dropped 0 overruns 0 frame 0
24 TX packets 232 bytes 42740 (41.7 KiB)
25 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
26
27 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
28 inet 127.0.0.1 netmask 255.0.0.0
29 loop txqueuelen 0 (Local Loopback)
30 RX packets 0 bytes 0 (0.0 B)
31 RX errors 0 dropped 0 overruns 0 frame 0
32 TX packets 0 bytes 0 (0.0 B)
33 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
34
35 wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
36 ether 00:14:51:e4:55:af txqueuelen 1000 (Ethernet)
37 RX packets 0 bytes 0 (0.0 B)
38 RX errors 0 dropped 0 overruns 0 frame 0
39 TX packets 0 bytes 0 (0.0 B)
40 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
41
42
43 rican-linux@ibookG4-gentoo ~ $ dmesg |grep -e b43 -e Broadcom
44 [ 15.303705] b43-pci-bridge 0001:10:12.0: enabling device (0004 -> 0006)
45 [ 18.177921] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
46 [ 18.221598] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
47 [ 18.221622] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050,
48 Revision 8
49 [ 18.245774] Broadcom 43xx driver loaded [ Features: PMNL ]
50 [ 24.869604] b43-phy0: Loading firmware version 666.2 (2011-02-23
51 01:15:07)
52 [ 24.889614] b43-phy0 debug: Chip initialized
53 [ 24.890355] b43-phy0 debug: 32-bit DMA initialized
54 [ 24.890396] b43-phy0 debug: QoS enabled
55 [ 24.909980] b43-phy0 debug: Wireless interface started
56 [ 24.910041] b43-phy0 debug: Adding Interface type 2
57 [ 326.614085] b43-phy0 debug: Removing Interface type 2
58 [ 326.614234] b43-phy0 debug: Wireless interface stopped
59 [ 326.614244] b43-phy0 debug: DMA-32 rx_ring: Used slots 1/256, Failed
60 frames 0/0 = 0.0%, Average tries 0.00
61 [ 326.614545] b43-phy0 debug: DMA-32 tx_ring_AC_BK: Used slots 0/256,
62 Failed frames 0/0 = 0.0%, Average tries 0.00
63 [ 326.625849] b43-phy0 debug: DMA-32 tx_ring_AC_BE: Used slots 0/256,
64 Failed frames 0/0 = 0.0%, Average tries 0.00
65 [ 326.633659] b43-phy0 debug: DMA-32 tx_ring_AC_VI: Used slots 0/256,
66 Failed frames 0/0 = 0.0%, Average tries 0.00
67 [ 326.641672] b43-phy0 debug: DMA-32 tx_ring_AC_VO: Used slots 2/256,
68 Failed frames 0/77 = 0.0%, Average tries 1.00
69 [ 326.649658] b43-phy0 debug: DMA-32 tx_ring_mcast: Used slots 0/256,
70 Failed frames 0/0 = 0.0%, Average tries 0.00
71 [ 329.428242] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
72 [ 329.469600] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
73 [ 329.469630] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050,
74 Revision 8
75 [ 329.493807] Broadcom 43xx driver loaded [ Features: PMNL ]
76 [ 329.677611] b43-phy0: Loading firmware version 666.2 (2011-02-23
77 01:15:07)
78 [ 329.697615] b43-phy0 debug: Chip initialized
79 [ 329.698215] b43-phy0 debug: 32-bit DMA initialized
80 [ 329.698256] b43-phy0 debug: QoS enabled
81 [ 329.717981] b43-phy0 debug: Wireless interface started
82 [ 329.718044] b43-phy0 debug: Adding Interface type 2
83
84
85 On Wed, Apr 15, 2015 at 9:35 AM, Herminio Hernandez Jr. <
86 herminio.hernandezjr@×××××.com> wrote:
87
88 > No I will try when I get home from work.
89 >
90 > Sent from my iPhone
91 >
92 > > On Apr 15, 2015, at 8:34 AM, Nuno Silva <nunojsilva@×××××××.pt> wrote:
93 > >
94 > >> On April 15, 2015 4:32:52 PM EEST, "Herminio Hernandez Jr. " <
95 > herminio.hernandezjr@×××××.com> wrote:
96 > >> I am not seeing my wireless interface when I execute ifconfig
97 > >>
98 > >> Sent from my iPhone
99 > >>
100 > >>>> On Apr 15, 2015, at 1:58 AM, "Nuno J. Silva (aka njsg)"
101 > >>> <nunojsilva@×××××××.pt> wrote:
102 > >>>
103 > >>>> On 2015-04-15, Herminio Hernandez, Jr.
104 > >> <herminio.hernandezjr@×××××.com> wrote:
105 > >>>> On Tue, Apr 14, 2015 at 8:34 PM, Herminio Hernandez Jr. <
106 > >>>> herminio.hernandezjr@×××××.com> wrote:
107 > >>>>
108 > >>>>> I am having issues with getting wireless to work on my iBook G4. I
109 > >> have
110 > >>>>> followed the FAQ and installed the b43-fwcutter tool then I
111 > >> downloaded and
112 > >>>>> extracted the firmware. Normally in Debian and Ubuntu I would run
113 > >> the
114 > >>>>> command sudo modprobe b43 to wireless working. However I cannot get
115 > >> it
116 > >>>>> work. I have verified the kernel modules are configured correctly.
117 > >> I am not
118 > >>>>> sure what else I am missing.
119 > >>>
120 > >>> How are you checking if the wireless is working?
121 > >>>
122 > >>> Does the card show up in "ifconfig -a"?
123 > >>>
124 > >>> I think that, nowadays, you're supposed to install b43-firmware,
125 > >> which
126 > >>> will pull in b43-fwcutter. But, as far as you get the firmware, I
127 > >> guess
128 > >>> it should be enough...
129 > >>>
130 > >>>>
131 > >>>> Here is more info
132 > >>>>
133 > >>>> rican-linux@ibookG4-gentoo ~ $ sudo lspci -vvn|grep 43 -A7
134 > >>>> Password:
135 > >>>> 0001:10:12.0 0280: 14e4:4318 (rev 02)
136 > >>>
137 > >>> ... except that you have a BCM4318. There's at least one report of
138 > >> the
139 > >>> latest version of the broadcom firmware not working that well with
140 > >>> BCM4318,
141 > >>>
142 > >>> https://bugs.gentoo.org/show_bug.cgi?id=541080
143 > >>>
144 > >>> (Unfortunately, https://bugs.gentoo.org/ appears to be down right
145 > >> now.)
146 > >>>
147 > >>> --
148 > >>> Nuno Silva
149 > >>> Helsinki, Finland
150 > >
151 > > Are you running it with the '-a' parameter?
152 > > --
153 > > Nuno Silva (aka njsg)
154 >

Replies

Subject Author
[gentoo-powerpc] Re: b43 wireless not working "Nuno J. Silva (aka njsg)" <nunojsilva@×××××××.pt>