[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-05-25 Thread Ben Solwitz
Also experiencing this bug in 12.04 after downgrading my kernel back to
3.2.0-23. The upgrade to 3.2.0-24 yesterday seemed to break some things,
so I downgraded and now my wireless is broken. At least my system boots
reliably now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-05-25 Thread Ben Solwitz
The attached patch from this page fixes the problem:

http://www.mindwerks.net/2011/11/wireless-bcm4312-3-2-kernel/

** Patch added: patch for broadcom wl driver to fix unknown field 
‘ndo_set_multicast_list’
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155/+attachment/3162611/+files/bc_wl_abiupdate.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-05-19 Thread Adam Porter
This bug is not fixed in Precise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-03-20 Thread xcalin
i`ve made a patched version of bcmwl-kernel-source compatible for kernel
3.3 based on Mossroy posts

here is it:

http://ubuntuone.com/1S3CLOHCo8ebKF42UFIdHw

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-03-20 Thread Mossroy
The status of this issue is still Fix released. I think it should be reopened 
(or duplicated maybe?).
I unfortunately don't have the rights to reopen it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-02-17 Thread Mossroy
Version 5.100.82.38+bdcom-0ubuntu5 of this package does not work on
kernel 3.3 (see
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155 : the
compile error still happens, even if I already use this patched version)

I think it's because of the dkms declaration in dkms.conf :
PATCH[3]=0004-Add-support-for-Linux-3.2.patch
PATCH_MATCH[3]=^3.2

which means that the patch 0004-Add-support-for-Linux-3.2.patch will
only be applied on kernel versions starting with 3.2 (off-topic : I
suppose the dot should be escaped?)

I suggest to replace it with something like :
PATCH_MATCH[3]=^3\.[23]

so that the patch would be applied for kernel 3.3, too. Maybe the regex
should also be applied on further versions (3.4, 3.5 etc)? I don't what
is the policy for that.

NB : I did not have the time to repackage and test

** Attachment added: Patch for dkms.conf, to enable kernel 3.3 support
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155/+attachment/2748185/+files/patch_dkms.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-02-17 Thread Mossroy
Wrong link in my above comment : see
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/933519 for a
compile error with kernel 3.3 and version 5.100.82.38+bdcom-0ubuntu5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-01-05 Thread Daniel van Vugt
** Summary changed:

- package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to 
install/upgrade: bcmwl kernel module failed to build
+ package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to 
install/upgrade: bcmwl kernel module failed to build (error: unknown field 
‘ndo_set_multicast_list’ specified in initializer)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-01-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: bcmwl (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-01-05 Thread Daniel van Vugt
A fix for this bug has been released in Ubuntu 12.04.

bcmwl (5.100.82.38+bdcom-0ubuntu5) precise; urgency=low

  * Add 0004-Add-support-for-Linux-3.2.patch.

 -- Alberto Milone alberto.mil...@canonical.com   Tue, 22 Nov 2011
18:48:03 +0100


** Changed in: bcmwl (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 912155] Re: package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to install/upgrade: bcmwl kernel module failed to build (error: unknown field ‘ndo_set_multicast_list’ specified in ini

2012-01-05 Thread Daniel van Vugt
** Also affects: broadcom-sta
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/912155

Title:
  package bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu3.2 failed to
  install/upgrade: bcmwl kernel module failed to build (error: unknown
  field ‘ndo_set_multicast_list’ specified in initializer)

To manage notifications about this bug go to:
https://bugs.launchpad.net/broadcom-sta/+bug/912155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs