* OpenFWWF for b43 @ 2012-10-06 15:36 Mikko V. Viinamäki 2012-10-06 16:05 ` Larry Finger 2012-10-06 19:15 ` Rami Rosen 0 siblings, 2 replies; 10+ messages in thread From: Mikko V. Viinamäki @ 2012-10-06 15:36 UTC (permalink / raw) To: linux-wireless@vger.kernel.org Hi! You might want to include a mention of OpenFWWF (GNU GPL v2 drivers for certain Broadcom 43XX wifis) on this b43 page http://linuxwireless.org/en/users/Drivers/b43 http://www.ing.unibs.it/~openfwwf/ Mikko ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-06 15:36 OpenFWWF for b43 Mikko V. Viinamäki @ 2012-10-06 16:05 ` Larry Finger 2012-10-06 19:15 ` Rami Rosen 1 sibling, 0 replies; 10+ messages in thread From: Larry Finger @ 2012-10-06 16:05 UTC (permalink / raw) To: "Mikko V. Viinamäki"; +Cc: linux-wireless@vger.kernel.org On 10/06/2012 10:36 AM, Mikko V. Viinamäki wrote: > Hi! > > You might want to include a mention of OpenFWWF (GNU GPL v2 drivers for certain Broadcom 43XX wifis) on this b43 page http://linuxwireless.org/en/users/Drivers/b43 > > http://www.ing.unibs.it/~openfwwf/ > > Mikko-- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html It is a wiki. You can change it yourself. Whern you do, be explicit about the models that are supported. Larry ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-06 15:36 OpenFWWF for b43 Mikko V. Viinamäki 2012-10-06 16:05 ` Larry Finger @ 2012-10-06 19:15 ` Rami Rosen 2012-10-06 20:27 ` Larry Finger 1 sibling, 1 reply; 10+ messages in thread From: Rami Rosen @ 2012-10-06 19:15 UTC (permalink / raw) To: Mikko V. Viinamäki; +Cc: linux-wireless@vger.kernel.org Hi, - Thanks ! good news ! The link to b43-tools seems to be broken. This failed: git clone http://git.bu3sch.de/git/b43-tools.git The b43_v4.6.tar.gz can be downloaded (BTW, when running tar xfz b43_v4.6.tar.gz, am empty file named b43_v4.6.tar.gz is created inside b43_v4.6/ folder) rgs, Rami Rosen On Sat, Oct 6, 2012 at 5:36 PM, Mikko V. Viinamäki <Mikko.Viinamaki@students.turkuamk.fi> wrote: > Hi! > > You might want to include a mention of OpenFWWF (GNU GPL v2 drivers for certain Broadcom 43XX wifis) on this b43 page http://linuxwireless.org/en/users/Drivers/b43 > > http://www.ing.unibs.it/~openfwwf/ > > Mikko-- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-06 19:15 ` Rami Rosen @ 2012-10-06 20:27 ` Larry Finger 2012-10-06 22:34 ` Stefan Lippers-Hollmann 2012-10-07 9:33 ` Michael Büsch 0 siblings, 2 replies; 10+ messages in thread From: Larry Finger @ 2012-10-06 20:27 UTC (permalink / raw) To: Rami Rosen Cc: "Mikko V. Viinamäki", linux-wireless@vger.kernel.org, Michael Büsch On 10/06/2012 02:15 PM, Rami Rosen wrote: > Hi, > - Thanks ! good news ! > > The link to b43-tools seems to be broken. > > This failed: > git clone http://git.bu3sch.de/git/b43-tools.git > > The b43_v4.6.tar.gz can be downloaded > (BTW, when running tar xfz b43_v4.6.tar.gz, > am empty file named b43_v4.6.tar.gz is created inside > b43_v4.6/ folder) That repo was converted from HTTP to GIT form some time ago. The correct request is git clone git://git.bu3sch.de/git/b43-tools.git It appears, however, the git.bu3sch.de is down. Larry ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-06 20:27 ` Larry Finger @ 2012-10-06 22:34 ` Stefan Lippers-Hollmann 2012-10-07 9:33 ` Michael Büsch 1 sibling, 0 replies; 10+ messages in thread From: Stefan Lippers-Hollmann @ 2012-10-06 22:34 UTC (permalink / raw) To: Larry Finger Cc: Rami Rosen, Mikko V. Viinamäki, linux-wireless@vger.kernel.org, Michael Büsch Hi On Saturday 06 October 2012, Larry Finger wrote: > On 10/06/2012 02:15 PM, Rami Rosen wrote: > > Hi, > > - Thanks ! good news ! > > > > The link to b43-tools seems to be broken. > > > > This failed: > > git clone http://git.bu3sch.de/git/b43-tools.git > > > > The b43_v4.6.tar.gz can be downloaded > > (BTW, when running tar xfz b43_v4.6.tar.gz, > > am empty file named b43_v4.6.tar.gz is created inside > > b43_v4.6/ folder) > > That repo was converted from HTTP to GIT form some time ago. The correct request is > > git clone git://git.bu3sch.de/git/b43-tools.git > > It appears, however, the git.bu3sch.de is down. It's http://git.bues.ch/gitweb http://git.bues.ch/gitweb?p=b43-ucode.git;a=summary git://git.bues.ch/b43-ucode.git these days. However it's a predecessor to OpenFWWF and not the working repository for it, which unfortunately doesn't seem to be maintained in a public repository. Regards Stefan Lippers-Hollmann ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-06 20:27 ` Larry Finger 2012-10-06 22:34 ` Stefan Lippers-Hollmann @ 2012-10-07 9:33 ` Michael Büsch 2012-10-07 10:13 ` Rami Rosen 2012-10-13 20:46 ` Kevin Wilson 1 sibling, 2 replies; 10+ messages in thread From: Michael Büsch @ 2012-10-07 9:33 UTC (permalink / raw) To: Larry Finger Cc: Rami Rosen, Mikko V. Viinamäki, linux-wireless@vger.kernel.org [-- Attachment #1: Type: text/plain, Size: 508 bytes --] On Sat, 06 Oct 2012 15:27:55 -0500 Larry Finger <Larry.Finger@lwfinger.net> wrote: > That repo was converted from HTTP to GIT form some time ago. The correct request is > > git clone git://git.bu3sch.de/git/b43-tools.git > > It appears, however, the git.bu3sch.de is down. The bu3sch.de domain is no longer registered (by me). All services are available under bues.ch now. git clone git://git.bues.ch/git/b43-tools.git -- Greetings, Michael. PGP encryption is encouraged / 908D8B0E [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-07 9:33 ` Michael Büsch @ 2012-10-07 10:13 ` Rami Rosen 2012-10-07 10:16 ` Rami Rosen 2012-10-13 20:46 ` Kevin Wilson 1 sibling, 1 reply; 10+ messages in thread From: Rami Rosen @ 2012-10-07 10:13 UTC (permalink / raw) To: Michael Büsch Cc: Larry Finger, Mikko V. Viinamäki, linux-wireless@vger.kernel.org Hi, Thanks a lot! > The bu3sch.de domain is no longer registered (by me). All services are available > under bues.ch now. > > git clone git://git.bues.ch/git/b43-tools.git > It seems that the "/git/" inside this URL in wrong. I tried as suggested: And get: fatal: destination path 'b43-tools' already exists and is not an empty directory. However: git clone git://git.bues.ch/b43-tools.git worked fine. Regards, Rami Rosen http://ramirose.wix.com/ramirosen#!home/mainPage ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-07 10:13 ` Rami Rosen @ 2012-10-07 10:16 ` Rami Rosen 0 siblings, 0 replies; 10+ messages in thread From: Rami Rosen @ 2012-10-07 10:16 UTC (permalink / raw) To: Michael Büsch Cc: Larry Finger, Mikko V. Viinamäki, linux-wireless@vger.kernel.org Hi, A little correction to my previous mail: When trying: git clone git://git.bues.ch/git/b43-tools.git The error was: fatal: remote error: access denied or repository not exported: /git/b43-tools.git Rami Rosen On Sun, Oct 7, 2012 at 12:13 PM, Rami Rosen <roszenrami@gmail.com> wrote: > Hi, > > Thanks a lot! > >> The bu3sch.de domain is no longer registered (by me). All services are available >> under bues.ch now. >> >> git clone git://git.bues.ch/git/b43-tools.git >> > > It seems that the "/git/" inside this URL in wrong. > > I tried as suggested: > And get: > fatal: destination path 'b43-tools' already exists and is not an empty > directory. > > However: > git clone git://git.bues.ch/b43-tools.git > worked fine. > > Regards, > Rami Rosen > > http://ramirose.wix.com/ramirosen#!home/mainPage ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-07 9:33 ` Michael Büsch 2012-10-07 10:13 ` Rami Rosen @ 2012-10-13 20:46 ` Kevin Wilson 2012-10-14 12:27 ` Hauke Mehrtens 1 sibling, 1 reply; 10+ messages in thread From: Kevin Wilson @ 2012-10-13 20:46 UTC (permalink / raw) To: Michael Büsch Cc: Larry Finger, Rami Rosen, Mikko V. Viinamäki, linux-wireless@vger.kernel.org Hi, It could be that I am missing something. I tried building the firmware as explained here. Under b43_v4.6 one firmware (extension fw) file is created, named: ucode5.fw. I have LinkSys WRTG54GL with backfire (10.03.x). I am using b43 driver. I ran: insmod b43.ko and got: b43-phy0: Broadcom 5352 WLAN found (core revision 9) phy0: Selected rate control algorithm 'minstrel' Broadcom 43xx driver loaded [ Features: P, Firmware-ID: FW13 ] which seems OK. Now I copied ucode5.fw to: /lib/firmware/b43 on the device. I run: hostapd /etc/hostapd. I get this message in the kernel log: b43 ssb0:3: firmware: requesting b43/ucode5.fw b43 ssb0:3: firmware: requesting b43/pcm5.fw b43 ssb0:3: firmware: requesting b43/b0g0initvals5.fw b43 ssb0:3: firmware: requesting b43-open/ucode5.fw b43-phy0 ERROR: Firmware file "b43/b0g0initvals5.fw" not found b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website. Now, I noticed two things: 1) it asks also for other firmware files. Isn't the ucode5.fw file the only one needed ? 2) It also looks for "b43-open" folder, not only for "b43". Could it be that the driver I am using is not updated and does not support this OpenFWWF firmware ? (backfire has 2.6.32.27 kernel). Or should there be some additional firmware from somewhere else ? rgs, Kevin On Sun, Oct 7, 2012 at 11:33 AM, Michael Büsch <m@bues.ch> wrote: > On Sat, 06 Oct 2012 15:27:55 -0500 > Larry Finger <Larry.Finger@lwfinger.net> wrote: > >> That repo was converted from HTTP to GIT form some time ago. The correct request is >> >> git clone git://git.bu3sch.de/git/b43-tools.git >> >> It appears, however, the git.bu3sch.de is down. > > The bu3sch.de domain is no longer registered (by me). All services are available > under bues.ch now. > > git clone git://git.bues.ch/git/b43-tools.git > > -- > Greetings, Michael. > > PGP encryption is encouraged / 908D8B0E ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: OpenFWWF for b43 2012-10-13 20:46 ` Kevin Wilson @ 2012-10-14 12:27 ` Hauke Mehrtens 0 siblings, 0 replies; 10+ messages in thread From: Hauke Mehrtens @ 2012-10-14 12:27 UTC (permalink / raw) To: Kevin Wilson Cc: Michael Büsch, Larry Finger, Rami Rosen, "Mikko V. Viinamäki", linux-wireless@vger.kernel.org Hi Kevin, On 10/13/2012 10:46 PM, Kevin Wilson wrote: > Hi, > It could be that I am missing something. > I tried building the firmware as explained here. > Under b43_v4.6 one firmware (extension fw) file > is created, named: ucode5.fw. Isn't version 5.2 the latest open firmware for these broadcom devices? Why are you using version 4.6? > I have LinkSys WRTG54GL with backfire (10.03.x). You could also build your own OpenWrt image and select the open firmware in menuconfig. Then you do not have to do it yourself. I do not know if this option is available in backfire, but it should work in trunk. > I am using b43 driver. > > I ran: > insmod b43.ko > and got: > b43-phy0: Broadcom 5352 WLAN found (core revision 9) > phy0: Selected rate control algorithm 'minstrel' > Broadcom 43xx driver loaded [ Features: P, Firmware-ID: FW13 ] > > which seems OK. > > Now I copied ucode5.fw to: > /lib/firmware/b43 on the device. > > I run:ucode5.fw > hostapd /etc/hostapd. > > I get this message in the kernel log: > > b43 ssb0:3: firmware: requesting b43/ucode5.fw > b43 ssb0:3: firmware: requesting b43/pcm5.fw > b43 ssb0:3: firmware: requesting b43/b0g0initvals5.fw > b43 ssb0:3: firmware: requesting b43-open/ucode5.fw > b43-phy0 ERROR: Firmware file "b43/b0g0initvals5.fw" not found > b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found > b43-phy0 ERROR: You must go to > http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and > download the correct firmware for this driver version. Please > carefully read all instructions on this website. > > > > Now, I noticed two things: > 1) it asks also for other firmware files. Isn't the ucode5.fw > file the only one needed ? You also need the initivals (b0g0bsinitvals5.fw and b0g0initvals5.fw) in addition to the firmware itself (ucode5.fw). > 2) It also looks for "b43-open" folder, not only for "b43". OpenWrt takes b43 from compat-wireless, so OpenWrt 10.03.1 contains b43 from round about a year ago and not from kernel version 2.6.32.27. This version searches in b43-open for the open source firmware and not in b43. > Could it be that the driver I am using is not updated and > does not support this OpenFWWF firmware ? > (backfire has 2.6.32.27 kernel). > > Or should there be some additional firmware from somewhere else ? > > rgs, > Kevin > > > On Sun, Oct 7, 2012 at 11:33 AM, Michael Büsch <m@bues.ch> wrote: >> On Sat, 06 Oct 2012 15:27:55 -0500 >> Larry Finger <Larry.Finger@lwfinger.net> wrote: >> >>> That repo was converted from HTTP to GIT form some time ago. The correct request is >>> >>> git clone git://git.bu3sch.de/git/b43-tools.git >>> >>> It appears, however, the git.bu3sch.de is down. >> >> The bu3sch.de domain is no longer registered (by me). All services are available >> under bues.ch now. >> >> git clone git://git.bues.ch/git/b43-tools.git >> >> -- >> Greetings, Michael. >> >> PGP encryption is encouraged / 908D8B0E > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-10-14 12:27 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-06 15:36 OpenFWWF for b43 Mikko V. Viinamäki 2012-10-06 16:05 ` Larry Finger 2012-10-06 19:15 ` Rami Rosen 2012-10-06 20:27 ` Larry Finger 2012-10-06 22:34 ` Stefan Lippers-Hollmann 2012-10-07 9:33 ` Michael Büsch 2012-10-07 10:13 ` Rami Rosen 2012-10-07 10:16 ` Rami Rosen 2012-10-13 20:46 ` Kevin Wilson 2012-10-14 12:27 ` Hauke Mehrtens
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.