[Bug 1285961] Re: Bluetooth disabled until reloading btusb module

2014-03-01 Thread Christopher M. Penalver
Mike Doherty, as per 
http://support.toshiba.ca/support/isg/center/en/index.asp?s1=Notebooks2=Tecras3=R700s4=PT318C-00F001
 an update to your BIOS is available (2.20). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Description changed:

  When I boot my machine, the bluetooth indicator isn't present. The
  bluetooth section of the system control panel shows that bluetooth is
  off, and bluetooth is disabled. But flipping the switch to on
  doesn't actually turn on bluetooth -- the switch in the GUI gets flipped
  to on, but bluetooth never actually comes up. If I navigate away and re-
  open the bluetooth control panel, the switch will be back to off.
  
  Still, `rfkill list bluetooth` lists two devices:
- 
- mike@charron:~
- $ rfkill list bluetooth
+ rfkill list bluetooth
  0: Toshiba Bluetooth: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  Soft blocked: no
+  Hard blocked: no
  1: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  Soft blocked: no
+  Hard blocked: no
  
  And hciconfig lists a device, marked DOWN:
- 
- mike@charron:~
- $ hciconfig 
+ hciconfig
  hci0: Type: BR/EDR  Bus: USB
-   BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
-   DOWN 
-   RX bytes:34 acl:0 sco:0 events:3 errors:0
-   TX bytes:12 acl:0 sco:0 commands:4 errors:0
+  BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
+  DOWN
+  RX bytes:34 acl:0 sco:0 events:3 errors:0
+  TX bytes:12 acl:0 sco:0 commands:4 errors:0
  
  I can ask hciconfig to bring it up:
- 
- mike@charron:~
- $ hciconfig up hci0
+ hciconfig up hci0
  Warning: unknown command - hci0
  hci0: Type: BR/EDR  Bus: USB
-   BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
-   DOWN 
-   RX bytes:34 acl:0 sco:0 events:3 errors:0
-   TX bytes:12 acl:0 sco:0 commands:4 errors:0
+  BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
+  DOWN
+  RX bytes:34 acl:0 sco:0 events:3 errors:0
+  TX bytes:12 acl:0 sco:0 commands:4 errors:0
  
- 
- mike@charron:~
- $ sudo hciconfig hci0 up
- [sudo] password for mike: 
+ sudo hciconfig hci0 up
+ [sudo] password for mike:
  
  [0]
- mike@charron:~
- $ hciconfig
+ hciconfig
  hci0: Type: BR/EDR  Bus: USB
-   BD Address: E8:39:DF:37:2B:72  ACL MTU: 1021:8  SCO MTU: 64:1
-   UP RUNNING 
-   RX bytes:530 acl:0 sco:0 events:24 errors:0
-   TX bytes:335 acl:0 sco:0 commands:24 errors:0
+  BD Address: E8:39:DF:37:2B:72  ACL MTU: 1021:8  SCO MTU: 64:1
+  UP RUNNING
+  RX bytes:530 acl:0 sco:0 events:24 errors:0
+  TX bytes:335 acl:0 sco:0 commands:24 errors:0
  
  But neither the bluetooth indicator nor the bluetooth control panel
  reflect that bluetooth is up.
  
- To get them to work, I run `sudo rmmod btusb  sudo modprobe btusb 
- rfkill unblock bluetooth`, which causes the bluetooth indicator to be
- displayed, and the bluetooth control panel to function normally. Having
- to reload the bluetooth kernel module seems like a bug.
+ WORKAROUND: sudo rmmod btusb  sudo modprobe btusb  rfkill unblock 
bluetooth
+ which causes the bluetooth indicator to be displayed, and the bluetooth 
control panel to function normally.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-17-generic 3.11.0-17.31
  ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
  Uname: Linux 3.11.0-17-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  mike   4617 F pulseaudio
-  /dev/snd/controlC0:  mike   4617 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  mike   4617 F pulseaudio
+  /dev/snd/controlC0:  mike   4617 F pulseaudio
  Date: Thu Feb 27 23:12:44 2014
  HibernationDevice: RESUME=UUID=f989c947-43a9-46bf-9966-d1defa7837e3
  InstallationDate: Installed on 2013-01-12 (411 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MachineType: TOSHIBA TECRA R700
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-17-generic 
root=/dev/mapper/ubuntu-root ro crashkernel=384M-2G:64M,2G-:128M quiet splash 
vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.11.0-17-generic N/A
-  linux-backports-modules-3.11.0-17-generic  N/A
-  linux-firmware 1.116.2
+  linux-restricted-modules-3.11.0-17-generic N/A
+  

[Bug 1285961] Re: Bluetooth disabled until reloading btusb module

2014-02-28 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.13 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.


[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc4-trusty/

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Bluetooth disabled until reloading btusb module

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

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


[Bug 1285961] Re: Bluetooth disabled until reloading btusb module

2014-02-28 Thread Mike Doherty
** Tags added: kernel-bug-exists-upstream

** 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/1285961

Title:
  Bluetooth disabled until reloading btusb module

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

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