[Bug 1468628] Re: b43 is broken

2015-10-02 Thread ojab
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-07-29 Thread ojab
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-07-23 Thread ojab
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-07-12 Thread ojab
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-07-06 Thread ojab
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-06-26 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu) Importance: Low = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
apport information ** Tags added: apport-collected ** Description changed: b43 fails to load if linux-backports-modules-cw-3.12-precise-generic is installed: Jun 24 20:06:00 client-england kernel: [6.409129] b43: Unknown symbol ssb_pmu_spuravoid_pllupdate (err 0) Jun 24 20:06:00

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
Yeah, on the moment of bug report I've already deleted it to have wi-fi working. Before apport-collect I've installed it again rebooted (and had wi-fi broken again). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
Related SSB options from 3.12 config: CONFIG_B43_SSB=y CONFIG_SSB_POSSIBLE=y CONFIG_SSB=m CONFIG_SSB_SPROM=y CONFIG_SSB_BLOCKIO=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y but

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
this fixes build here, looks like the same will also work for cw-3.10 cw-3.11: diff --git a/updates/cw-3.12/Makefile.kernel.orig b/updates/cw-3.12/Makefile.kernel index 95463aa..864ccb3 100644 --- a/updates/cw-3.12/Makefile.kernel.orig +++ b/updates/cw-3.12/Makefile.kernel @@ -20,13 +20,14 @@

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
Looking at warnings from build it looks like b43 brcmsmac is broken in all backports = 3.7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread Christopher M. Penalver
ojab, thank you for reporting this and helping make Ubuntu better. Just to clarify, in your Bug Description the package linux-backports- modules-cw-3.12-precise-generic is not installed. Hence, were you just showing us the package version that if it was installed correlates to this issue? **

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
erm, s/CONFIG/CPTCFG/ for updates/cw-3.12/defconfigs/wifi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
…and actually compiled .config has all needed options enabled, but ssb.ko is not packaged into resulting .deb. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
What should be done to have it fixed in repos? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1468628 Title: b43 is broken To manage notifications about this bug go to:

[Bug 1468628] Re: b43 is broken

2015-06-25 Thread ojab
And the following patch fixes build for cw-3.7 (and I think for cw-3.8, not tested) diff --git a/Makefile.orig b/Makefile index 66263c3..7b6ce6f 100644 --- a/Makefile.orig +++ b/Makefile @@ -43,8 +43,8 @@ obj-y := compat/ obj-$(CONFIG_COMPAT_RFKILL) += net/rfkill/ ifeq ($(BT),)