[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-28 Thread Brad Figg
The bug originally expired after 60 days of activity (as it should
have). The subsequent discussion about bluetooth and rfkill do not
appear to be related to the original bug.

I am marking this bug Won't Fix. If there is a similar bug or other
bugs related to bluetooth and rfkill please open new bugs and do not re-
open this one.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
Yes, that is a normal behavior, but hp-wmi driver is not essential to
make wifi and bt work correctly.

Please try to reboot your system and look if something changes.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread gromituk
Rebooted, and all seems to be working well apart from the hardware
button causing the Bluetooth icon to disappear as well as the wifi to
disable.  I don't know if Bluetooth is disabled when the icon
disappears.  Reappears when the hardware button is pressed again.  The
hp-wmi module is not loaded.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
Ok, that is normal. When you press the hardware button both Wifi and
Bluetooth pass to the hardware blocked state and are really turned off
(you can verify this with rfkill list command in Terminal).

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread gromituk
Thank you very much.  I will look out for the Bluetooth icon
disappearing again.  Just now the concern that blacklist-bcm43.conf will
be overwritten which will re-enable the module.  And if you might have
any idea what might be responsible for the 20 second wait before it
starts to connect to a network.  It's only done that for the last couple
of releases.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
My pleasure to help, whenever possible.

It's true that blacklist file will be overwritten with the upgrade of
the package, but I added a check to add that line if hp-wmi driver is in
use in the fix that I proposed to the maintainer of the package. If you
want, you can put it in a separate file (in the same directory) that
will not be affected by the update of the package.

I do not know why it takes so long to initiate the connection,
personally on my HP Mini 210 does not happen and I have no way of
verifying.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread gromituk
Bad news - it's after suspend that the Bluetooth icon disappears.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
Seems that the bluez package suffers from this bug:

http://bugs.launchpad.net/ubuntu/+source/bluez/+bug/657415

On my HP Mini all works now, without hp-wmi driver, also after suspend
to RAM or hibernate. I think the two issues are separated but i can't
debug your problem because i have no way to work on it.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
After some testing, I think that the cause of this bug is not to be
found in the package bcmwl, as mentioned above, rather than a defect in
the hp-wmi kernel module that is causing the shutdown of both the WiFi
and Bluetooth when one is turned off.

The solution I presented (ie to prevent loading the module hp-wmi) in
previous posts is considered a workaround, although I confirm that the
use of hp-wmi driver is not essential for the correct functioning of
WiFi and Bluetooth.

Preconditions for the occurrence of the problem:
1) The hp-wmi kernel module loaded
2) The command rfkill list must show interfaces hp-wifi and hp-bluetooth.

Steps to reproduce the bug:
1) In a terminal, run the following command:

bluetooth rfkill block
or
wifi rfkill block

2) This will cause the shutdown of both Wifi and Bluetooth

** Package changed: bcmwl (Ubuntu) = linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Fix Committed = Confirmed

** Changed in: linux (Ubuntu)
 Assignee: Michele Damiano Torelli (s3th) = (unassigned)

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-05 Thread Michele Damiano Torelli
Oops I misspelled commands to reproduce the bug, the correct ones are:

rfkill block bluetooth
or
rfkill block wifi

I apologize for the error.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
As I said in my previous comment, the hardware button still disables
both Bluetooth and Wifi, so yes, the hardware button is enabled or I
wouldn't have been able to make the comment..

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread Michele Damiano Torelli
Ok, so please can you apport more informations  executing the following
commands in a terminal:

apport-collect 658675

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository. Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.

Also input the following commands into a terminal:

uname -a  uname-a.log

cat /proc/version_signature  proc_version_signature.log

sudo lspci -vvnn  lspci-vvnn.log (those are 2 v's not a w)

dmesg  dmesg.log

rfkill list  rfkill.log

and attach the individual logs as separate attachments to this report.
Thanks in advance!

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread Michele Damiano Torelli
Please attach also the result of the command:

lsusb -v  lsusb-v.log

Thank you.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
Thanks.  apport-collect 658675 reported Package bcmwl not installed and
no hook available, ignoring in the terminal (and apt-get can't find
such a package) and the browser reported no additional information
collected.

This information was collected with the blacklist line added and after
the Bluetooth icon had disappeared, so dmesg should cover the period
when that happened.

lsusb (I did it as root), interestingly, reports Couldn't open device,
some information will be missing.

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813381/+files/uname-a.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: lsusb-v.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813397/+files/lsusb-v.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813387/+files/dmesg.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: rfkill.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813388/+files/rfkill.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: proc_version_signature.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813385/+files/proc_version_signature.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2813386/+files/lspci-vvnn.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread Michele Damiano Torelli
This is interesting. Please provide also:

lsmod  lsmod.log

then do:

modprobe hp-wmi (as root)

and

lsmod  lsmod-with-hp-wmi.log

and

dpkg -l  dpkg-l.log

Thank you!

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
Lo and behold, modprobing hp-wmi caused the Bluetooth icon to appear
again (on).

** Attachment added: lsmod.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2814113/+files/lsmod.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: lsmod-with-hp-wmi.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2814123/+files/lsmod-with-hp-wmi.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-04 Thread gromituk
** Attachment added: dpkg-l.log
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2814125/+files/dpkg-l.log

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-03 Thread gromituk
I'm afraid there may be more consequences of this action.  This morning,
my Bluetooth icon has disappeared.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-03 Thread Michele Damiano Torelli
Make sure that the hardware button is enabled.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Michele Damiano Torelli
** Changed in: gnome-bluetooth (Ubuntu)
 Assignee: (unassigned) = Michele Damiano Torelli (s3th)

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete = In Progress

** Package changed: gnome-bluetooth (Ubuntu) = bcmwl (Ubuntu)

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~s3th/ubuntu/precise/bcmwl/blacklist-hp-wmi

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~s3th/ubuntu/precise/bcmwl/blacklist-hp-wmi

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~s3th/ubuntu/precise/bcmwl/blacklist-hp-wmi

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Michele Damiano Torelli
** Changed in: bcmwl (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Michele Damiano Torelli
On some HP Mini models, the hp-wmi driver loads successfully but duplicates
wifi and bluetooth interfaces, already handled (respectively) by proprietary
driver Broadcom 802.11 STA wireless and bluetooth driver. When the user
soft-blocks any interface created by hp-wmi module, both will be turned off.

There's no need to load hp-wmi module if bcmwl module is installed.

If you want to fix this you have to add: blacklist hp-wmi to 
/etc/modprobe.d/blacklist-bcm43.conf
or
you can apply the attached patch in /etc/modprobe.d/ directory.

** Patch added: This patch blacklists hp-wmi module
   
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/658675/+attachment/2803442/+files/blacklist-bcm43_conf.patch

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread gromituk
Thank you - now I can switch wifi and Bluetooth on and off independently
using the icons, although the hardware button still switches both on and
off (DM1-1102sa).  I notice a warning comment in blacklist-bcm43.conf
saying that it is auto-generated.

I have also wondered for some time why it takes so long for the computer
to start looking for networks on boot-up, resume or activation - about
20 seconds.

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-02 Thread Ubuntu Foundation's Bug Bot
The attachment This patch blacklists hp-wmi module of this bug report
has been identified as being a patch.  The ubuntu-reviewers team has
been subscribed to the bug report so that they can review the patch.  In
the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Turn off Bluetooth also turns off wifi

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

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-03-01 Thread Michele Damiano Torelli
This bug is still present on Ubuntu 11.10 (Oneiric Ocelot)

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2012-02-29 Thread Launchpad Bug Tracker
[Expired for gnome-bluetooth (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-12-31 Thread Donald Lhoëst
Problem is still present. I'm using a Dell Inspiron 14z with a clean
install of Ubuntu 11.10 and Gnome3.

Turning off Bluetooth puts the computer into Flight Mode and therefore
shuts Wifi down. The only way to connect back is to turn the flight mode
off, turning Bluetooth on and only then wifi.

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-12-20 Thread gromituk
Problem hasn't gone away!

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Expired = Incomplete

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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



[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-12-19 Thread Launchpad Bug Tracker
[Expired for gnome-bluetooth (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-10-20 Thread gromituk
Sorry, I'm a bit confused about this.  I can confirm that the problem is
still there after an upgrade from 11.04 to 11.10, and all the editions
your link points to are older than this.

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-10-20 Thread Mark E
Tested bluetooth operation on HP Mini 311 with Ubuntu 11.10, upgraded
from 11.04 .

Using bluetooth icon on the task bar and selecting 'turn off bluetooth'
still causes bluetooth and wifi to switch off. Then selecting WiFi icon
and selecting 'Enable wireless' causes WiFi to switch on with bluetooth
remaining off. Selecting 'turn on bluetooth' causes bluetooth to switch
back on.  Cycle can be repeated with same results.

During my original testing the wifi could not be switched on when the
bluetooth was switched off.

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

Title:
  Turn off Bluetooth also turns off wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscriptions

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
Architecture: i386
DistroRelease: Ubuntu 11.04
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
NonfreeKernelModules: wl
Package: gnome-bluetooth 2.91.2.is.2.32.0-0ubuntu3
PackageArchitecture: i386
ProcEnviron:
 LANGUAGE=it_IT:en
 PATH=(custom, user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Tags:  natty
Uname: Linux 2.6.38-8-generic i686
UpgradeStatus: Upgraded to natty on 2011-05-14 (6 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare


** Tags added: natty

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
logs attached as requested

** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2136303/+files/dmesg.log

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
logs attached as requested

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2136309/+files/syslog

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
logs attached as requested

** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2136310/+files/lspci-vvnn.log

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
logs attached as requested

** Attachment added: proc_version_signature.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2136311/+files/proc_version_signature.log

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-20 Thread Daniele Torelli
logs attached as requested

** Attachment added: uname-a.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2136312/+files/uname-a.log

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-08 Thread gromituk
Correction, sorry: don't know if it worked in Lucid as I didn't have the
laptop then!

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-07 Thread gromituk
And with me for HP dm1 - same behaviour in Natty as Maverick; worked in
Lucid.

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2011-05-04 Thread Mohegan
Same bug for me with Natty and hp mini 210 !

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Expired = New

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+attachment/2111798/+files/syslog

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

Title:
  Turn off Bluetooth also turns off wifi

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-12-30 Thread Launchpad Bug Tracker
[Expired for gnome-bluetooth (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Turn off Bluetooth also turns off wifi

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


RE: [Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-25 Thread Mark E

syslog attached as requested.

Regards

Mark

 Date: Thu, 21 Oct 2010 06:43:46 +
 From: 658...@bugs.launchpad.net
 To: melli...@hotmail.com
 Subject: [Bug 658675] Re: Turn off Bluetooth also turns off wifi
 
 To capture the syslog, type the following in a terminal:
 
 tail -n0 -f /var/log/syslog  /tmp/syslog
 
 then turn on bluetooth and type in a terminal:
 
logger [ turned on bluetooth 'ubuntu']
 
 then turn off bluetooth and type in a terminal:
 
logger [ turned off bluetooth 'ubuntu']
 
 then attach syslog, which will be located in /tmp, to this bug report.
 
 -- 
 Turn off Bluetooth also turns off wifi
 https://bugs.launchpad.net/bugs/658675
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “gnome-bluetooth” package in Ubuntu: Incomplete
 
 Bug description:
 Ubuntu 10.10 running on Compaq/HP Mini 311. 
 Using bluetooth icon on task bar, right click and select 'turn off bluetooth' 
 would switch off bluetooth in Ubuntu 10.04.
 In Ubuntu 10.10, right click bluetooth icon and select 'turn off bluetooth' 
 switches off bluetooth and wifi.
 --- 
 Architecture: i386
 DistroRelease: Ubuntu 10.10
 NonfreeKernelModules: nvidia
 Package: gnome-bluetooth 2.32.0-0ubuntu1
 PackageArchitecture: i386
 ProcEnviron:
  LANG=en_GB.utf8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
 Tags: maverick
 Uname: Linux 2.6.35-22-generic i686
 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
 
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscribe
  

** Attachment added: syslog
   https://bugs.launchpad.net/bugs/658675/+attachment/1710239/+files/syslog

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-21 Thread Book 'em Dano
To capture the syslog, type the following in a terminal:

tail -n0 -f /var/log/syslog  /tmp/syslog

then turn on bluetooth and type in a terminal:

   logger [ turned on bluetooth 'ubuntu']

then turn off bluetooth and type in a terminal:

   logger [ turned off bluetooth 'ubuntu']

then attach syslog, which will be located in /tmp, to this bug report.

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-17 Thread Mark E
apport information

** Tags added: apport-collected

** Description changed:

  Ubuntu 10.10 running on Compaq/HP Mini 311. 
  Using bluetooth icon on task bar, right click and select 'turn off bluetooth' 
would switch off bluetooth in Ubuntu 10.04.
  In Ubuntu 10.10, right click bluetooth icon and select 'turn off bluetooth' 
switches off bluetooth and wifi.
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.10
+ NonfreeKernelModules: nvidia
+ Package: gnome-bluetooth 2.32.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-22.34-generic 2.6.35.4
+ Tags: maverick
+ Uname: Linux 2.6.35-22-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/658675/+attachment/1698679/+files/Dependencies.txt

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


RE: [Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-17 Thread Mark E

logs attached as requested

 Date: Fri, 15 Oct 2010 22:04:57 +
 From: 658...@bugs.launchpad.net
 To: melli...@hotmail.com
 Subject: [Bug 658675] Re: Turn off Bluetooth also turns off wifi
 
 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Please execute the following command, as it will
 automatically gather debugging information, in a terminal (Applications
 ¸ Accessories ¸ Terminal):
 
 apport-collect 658675
 
 This will help us to find and resolve the problem. Bear in mind that you
 may need to install the python-launchpadlib package from the universe
 repository.  Additionally, when prompted to give apport-collect
 permissions for Launchpad you will need to give it at least the ability
 to Change Non-Private data as it will be adding information to your
 bug report.
 
 Also input the following commands into a terminal:
 
 uname -a  uname-a.log
 
 cat /proc/version_signature  proc_version_signature.log
 
 sudo lspci -vvnn  lspci-vvnn.log (those are 2 v's not a w)
 
 dmesg  dmesg.log
 
 and attach the individual logs as separate attachments to this report.
 Thanks in advance!
 
 When reporting bugs in the future please use apport, either via the
 appropriate application's Help - Report a Problem menu or using
 'ubuntu-bug' and the name of the package affected.  You can learn more
 about this functionality at https://wiki.ubuntu.com/ReportingBugs.
 
 ** Package changed: ubuntu = gnome-bluetooth (Ubuntu)
 
 ** Changed in: gnome-bluetooth (Ubuntu)
Status: New = Incomplete
 
 -- 
 Turn off Bluetooth also turns off wifi
 https://bugs.launchpad.net/bugs/658675
 You received this bug notification because you are a direct subscriber
 of the bug.
 
 Status in “gnome-bluetooth” package in Ubuntu: Incomplete
 
 Bug description:
 Ubuntu 10.10 running on Compaq/HP Mini 311. 
 Using bluetooth icon on task bar, right click and select 'turn off bluetooth' 
 would switch off bluetooth in Ubuntu 10.04.
 In Ubuntu 10.10, right click bluetooth icon and select 'turn off bluetooth' 
 switches off bluetooth and wifi.
 
 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/658675/+subscribe
  

** Attachment added: dmesg.log
   https://bugs.launchpad.net/bugs/658675/+attachment/1698720/+files/dmesg.log

** Attachment added: lspci-vvnn.log
   
https://bugs.launchpad.net/bugs/658675/+attachment/1698721/+files/lspci-vvnn.log

** Attachment added: proc_version_signature.log
   
https://bugs.launchpad.net/bugs/658675/+attachment/1698722/+files/proc_version_signature.log

** Attachment added: uname-a.log
   https://bugs.launchpad.net/bugs/658675/+attachment/1698723/+files/uname-a.log

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-15 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal (Applications
¸ Accessories ¸ Terminal):

apport-collect 658675

This will help us to find and resolve the problem. Bear in mind that you
may need to install the python-launchpadlib package from the universe
repository.  Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.

Also input the following commands into a terminal:

uname -a  uname-a.log

cat /proc/version_signature  proc_version_signature.log

sudo lspci -vvnn  lspci-vvnn.log (those are 2 v's not a w)

dmesg  dmesg.log

and attach the individual logs as separate attachments to this report.
Thanks in advance!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-bluetooth (Ubuntu)

** Changed in: gnome-bluetooth (Ubuntu)
   Status: New = Incomplete

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 658675] Re: Turn off Bluetooth also turns off wifi

2010-10-15 Thread Book 'em Dano
** Tags added: maverick

-- 
Turn off Bluetooth also turns off wifi
https://bugs.launchpad.net/bugs/658675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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