[Touch-packages] [Bug 1876486] Re: Kernel panic booting after 18.04 to 20.04 upgrade

2020-08-12 Thread Raphaël Jakse
I'm in the same case as Joi: I went from Ubuntu 16.04 to Ubuntu 18.04 to
Ubuntu 20.04. Removing libsecomp libraries in /lib and the old one in
/usr/lib (version 2.3) allowed the system to boot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libseccomp in Ubuntu.
https://bugs.launchpad.net/bugs/1876486

Title:
  Kernel panic booting after 18.04 to 20.04 upgrade

Status in libseccomp package in Ubuntu:
  Incomplete

Bug description:
  Upgraded Ubuntu 18.04 to 20.04.  Following the upgrade, booting was not 
possible.  The error messages is:
  /sbin/init: symbol lookup error: /lib/systemd/libsystemd-shared-245.so: 
undefined symbol: seccomp_api_get
  [4.608900] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x7f00
  See also attached photograph of screen during boot.

  Upgrade followed steps from here: 
https://help.ubuntu.com/community/FocalUpgrades/Kubuntu
  With the excpetion that The -d flag was used for the do-release-upgrade:
  sudo do-release-upgrade -d -m desktop

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Prior to upgrade: Ubuntu 18.04.4
  After upgrade (but never booted): Ubuntu (Kubuntu) 20.04
  Note that Ubuntu had originally be installed, but kubuntu-desktop was 
recently installed to change to Kubuntu, but no booting problems were 
experienced before updating to 20.04.

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in 
  Unknown -- Package version may have changed when upgrading to 20.04.

  3) What you expected to happen
  Boot without kernel panic.

  4) What happened instead
  Could not boot.  Even selecting safe mode from grub could not boot.  Had to 
restore system from backups.  Will not attempt upgrade again.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1876486] Re: Kernel panic booting after 18.04 to 20.04 upgrade

2020-08-12 Thread Raphaël Jakse
These files didn't belong to any package (anymore?). Here are the files I 
removed:
- /lib/x86_64-linux-gnu/libseccomp.so.2.3.1
- /lib/x86_64-linux-gnu/libseccomp.so.2 (link to the previous file)
- /usr/lib/x86_64-linux-gnu/libseccomp.so.2.3.3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libseccomp in Ubuntu.
https://bugs.launchpad.net/bugs/1876486

Title:
  Kernel panic booting after 18.04 to 20.04 upgrade

Status in libseccomp package in Ubuntu:
  Incomplete

Bug description:
  Upgraded Ubuntu 18.04 to 20.04.  Following the upgrade, booting was not 
possible.  The error messages is:
  /sbin/init: symbol lookup error: /lib/systemd/libsystemd-shared-245.so: 
undefined symbol: seccomp_api_get
  [4.608900] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x7f00
  See also attached photograph of screen during boot.

  Upgrade followed steps from here: 
https://help.ubuntu.com/community/FocalUpgrades/Kubuntu
  With the excpetion that The -d flag was used for the do-release-upgrade:
  sudo do-release-upgrade -d -m desktop

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  Prior to upgrade: Ubuntu 18.04.4
  After upgrade (but never booted): Ubuntu (Kubuntu) 20.04
  Note that Ubuntu had originally be installed, but kubuntu-desktop was 
recently installed to change to Kubuntu, but no booting problems were 
experienced before updating to 20.04.

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in 
  Unknown -- Package version may have changed when upgrading to 20.04.

  3) What you expected to happen
  Boot without kernel panic.

  4) What happened instead
  Could not boot.  Even selecting safe mode from grub could not boot.  Had to 
restore system from backups.  Will not attempt upgrade again.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638842] Re: network-manager does not manage ethernet and bluetooth interfaces when Ubuntu 16.10 is installed using chroot/netboot method

2017-04-17 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1658921 ***
https://bugs.launchpad.net/bugs/1658921

You are getting completely mad. Yn Chin Pu would not have Internet
connectivity from North Korea, and it would not be because
NetworkManager does not want its Ethernet interface to join the network.

But because of Feature #1638842, North Korea might want to consider
NetworkManager for managing their outside connections though.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1638842

Title:
  network-manager does not manage ethernet and bluetooth interfaces when
  Ubuntu 16.10 is installed using chroot/netboot method

Status in network-manager package in Ubuntu:
  Won't Fix

Bug description:
  Hello,

  I installed Ubuntu 16.10 using a chroot. I use network-manager to
  manage connections. My system is up-to-date (so I use network-manager
  1.2.4-0ubuntu1).

  Wifi works perfectly but I cannot connect to wired networks and using
  my phone's Bluetooth connection. Corresponding devices are said to be
  unmanaged by network-manager. nmcli dev outputs:

  DEVICETYPE  STATE CONNECTION 
  enp1s0ethernet  unmanaged -- 
  wlp2s0wifi  disconnected  --
  6C:9B:02:2C:EE:2C btunmanaged -- 
  hfp/org/bluez/hci0/dev_6C_9B_02_2C_EE_2C  gsm   unmanaged -- 
  loloopback  unmanaged -- 

  The following command has no effect:
  sudo nmcli dev set enp1s0 managed yes

  I can connect to a wired connection by doing:
  ifconfig enp1s0 up
  dhclient enp1s0

  There is nothing in the file /etc/network/interfaces.

  Everything works perfectly if I downgrade network-manager to this
  version: network-manager_1.2.2-0ubuntu0.16.04.3_amd64.deb
  (http://packages.ubuntu.com/xenial-updates/amd64/network-
  manager/download). I had to install libreadline6 and downgrade nplan
  to meet dependencies.

  I don't know what to join to this bug report so please ask in case
  anything is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1658921] Re: NetworkManager does not manage wired connection

2017-03-20 Thread Raphaël Jakse
Bug #1638842 has been marked as a duplicate of this one, and also has
been marked Won't Fix (before this bug was reported). So if we want the
current behavior to be changed, we need to discuss.

Reason of the current behavior is given in Comment 7 of Bug #1638842:
“On desktop images we want NM to manage everything, thus the installer
creates /etc/NetworkManager/conf.d/10-globally-managed-devices.conf. But
on a server, container, or similar environment we do NOT want NM to
suddenly take over existing connections from netplan, networkd, or
ifupdown -- there it should be restricted to wifi and 3G.”

I agree with the idea and I can imagine that even if I cannot think of a
case where NM is installed in a container / on a server without wanting
it to manage connections, the current behavior works around a real
problem that as been encountered and that chroot installation of Ubuntu
Desktops might have been forgotten in the process.

Now, installing Ubuntu using chroot is convenient and the easiest method
is some cases, and as we can see in the comments here, people really do
it so this should work as expected. In this setting, the current
behavior is confusing. By default, nothing shows that NM is configured
not to manage wired and Bluetooth connection. I lost almost a day
because of this. It should at least be explicit in the configuration and
in the logs. And NM changing its behavior because an empty configuration
file exists at /etc/NetworkManager/conf.d/10-globally-managed-
devices.conf seems weird to me.

I agree that solving the initial problem is probably important, but I
think that breaking things so badly for people installing Ubuntu using
chroot is wrong and that the installation of Ubuntu should be a process
that remains simple and intuitive. Making the Ubuntu installer create
/etc/NetworkManager/conf.d/10-globally-managed-devices.conf and make NM
work as expected when this file exists looks like a hack to me, and a
fragile behavior.

A better solution might be to make network-manager manage connections as
expected when *-desktop packages are installed. But it is not sufficient
as some people don't install these packages in their desktop setup to
avoid installing things they don't use.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1658921

Title:
  NetworkManager does not manage wired connection

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  NetworkManager does not manage my wired eth0 connection, no matter how
  I set /etc/network/interfaces or
  /etc/NetworkManager/NetworkManager.conf

  Using ubuntu 16.04, /etc/network/interfaces only managed lo, and
  [ifupdown] section of NetworkManager.conf had set managed=false.

  With these same settings, after upgrading to ubuntu 16.10, eth0
  appears as unmanaged in nm-applet.

  If I modify /etc/network/interfaces and add

  auto eth0
  iface eth0 inet dhcp

  And set managed=true in NetworkManager.conf [ifupdown] section, eth0
  is still unmanaged despite it does get an IP from DHCP server.

  This is happening in my five computers (two laptops and three
  desktops).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1658921/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1638842] Re: network-manager does not manage ethernet and bluetooth interfaces when Ubuntu 16.10 is installed using chroot/netboot method

2016-11-03 Thread Raphaël Jakse
I just upgraded network-manager to test your workaround but I cannot 
reproduce this bug anymore. I tried to restart networking and the 
network-manager services. I also tried to purge network-manager and 
reinstall it again. I didn't try to reboot.

The bug might affect new installations only.
Maybe network-manager remembers which devices it has already managed and 
keeps managing them? Or the previous version of network-manager creates 
configuration files that makes the new version work correctly?

Still, cat 
/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf 
effectively gives me:

[keyfile]
unmanaged-devices=*,except:type:wifi,except:type:wwan

I don't know if this file was present when I was using the previous 
version of network-manager. The new version of network-manager works 
correctly with this file so it seems there is something else involved.

Le 03/11/2016 à 17:05, 林博仁 a écrit :
> Update Workaround in #2, in fact you need to remove
> /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf instead.
>

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1638842

Title:
  network-manager does not manage ethernet and bluetooth interfaces when
  Ubuntu 16.10 is installed using chroot/netboot method

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  I installed Ubuntu 16.10 using a chroot. I use network-manager to
  manage connections. My system is up-to-date (so I use network-manager
  1.2.4-0ubuntu1).

  Wifi works perfectly but I cannot connect to wired networks and using
  my phone's Bluetooth connection. Corresponding devices are said to be
  unmanaged by network-manager. nmcli dev outputs:

  DEVICETYPE  STATE CONNECTION 
  enp1s0ethernet  unmanaged -- 
  wlp2s0wifi  disconnected  --
  6C:9B:02:2C:EE:2C btunmanaged -- 
  hfp/org/bluez/hci0/dev_6C_9B_02_2C_EE_2C  gsm   unmanaged -- 
  loloopback  unmanaged -- 

  The following command has no effect:
  sudo nmcli dev set enp1s0 managed yes

  I can connect to a wired connection by doing:
  ifconfig enp1s0 up
  dhclient enp1s0

  There is nothing in the file /etc/network/interfaces.

  Everything works perfectly if I downgrade network-manager to this
  version: network-manager_1.2.2-0ubuntu0.16.04.3_amd64.deb
  (http://packages.ubuntu.com/xenial-updates/amd64/network-
  manager/download). I had to install libreadline6 and downgrade nplan
  to meet dependencies.

  I don't know what to join to this bug report so please ask in case
  anything is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638842] [NEW] network-manager does not manage ethernet and bluetooth interfaces

2016-11-03 Thread Raphaël Jakse
Public bug reported:

Hello,

I installed Ubuntu 16.10 using a chroot. I use network-manager to manage
connections. My system is up-to-date (so I use network-manager
1.2.4-0ubuntu1).

Wifi works perfectly but I cannot connect to wired networks and using my
phone's Bluetooth connection. Corresponding devices are said to be
unmanaged by network-manager. nmcli dev outputs:

DEVICETYPE  STATE CONNECTION 
enp1s0ethernet  unmanaged -- 
wlp2s0wifi  disconnected  --
6C:9B:02:2C:EE:2C btunmanaged -- 
hfp/org/bluez/hci0/dev_6C_9B_02_2C_EE_2C  gsm   unmanaged -- 
loloopback  unmanaged -- 

The following command has no effect:
sudo nmcli dev set enp1s0 managed yes

I can connect to a wired connection by doing:
ifconfig enp1s0 up
dhclient enp1s0

There is nothing in the file /etc/network/interfaces.

Everything works perfectly if I downgrade network-manager to this
version: network-manager_1.2.2-0ubuntu0.16.04.3_amd64.deb
(http://packages.ubuntu.com/xenial-updates/amd64/network-
manager/download). I had to install libreadline6 and downgrade nplan to
meet dependencies.

I don't know what to join to this bug report so please ask in case
anything is needed.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1638842

Title:
  network-manager does not manage ethernet and bluetooth interfaces

Status in network-manager package in Ubuntu:
  New

Bug description:
  Hello,

  I installed Ubuntu 16.10 using a chroot. I use network-manager to
  manage connections. My system is up-to-date (so I use network-manager
  1.2.4-0ubuntu1).

  Wifi works perfectly but I cannot connect to wired networks and using
  my phone's Bluetooth connection. Corresponding devices are said to be
  unmanaged by network-manager. nmcli dev outputs:

  DEVICETYPE  STATE CONNECTION 
  enp1s0ethernet  unmanaged -- 
  wlp2s0wifi  disconnected  --
  6C:9B:02:2C:EE:2C btunmanaged -- 
  hfp/org/bluez/hci0/dev_6C_9B_02_2C_EE_2C  gsm   unmanaged -- 
  loloopback  unmanaged -- 

  The following command has no effect:
  sudo nmcli dev set enp1s0 managed yes

  I can connect to a wired connection by doing:
  ifconfig enp1s0 up
  dhclient enp1s0

  There is nothing in the file /etc/network/interfaces.

  Everything works perfectly if I downgrade network-manager to this
  version: network-manager_1.2.2-0ubuntu0.16.04.3_amd64.deb
  (http://packages.ubuntu.com/xenial-updates/amd64/network-
  manager/download). I had to install libreadline6 and downgrade nplan
  to meet dependencies.

  I don't know what to join to this bug report so please ask in case
  anything is needed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-20 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

In fact I unfortunately used the To field instead of Cc. I hope it 
won't cause to much trouble.

As for the workaround, I followed the format suggested at 
https://www.kernel.org/pub/linux/docs/lkml/reporting-bugs.html
I personally would not have formated it this way but I preferred to stay 
at what the maintainers might be used to. Maybe I will do this 
differently next time. I hope it didn't end in their spam folder as it 
did for you. The mail was quite long and some people seem to struggle 
with LKML mails and spam filters these days 
(https://plus.google.com/102150693225130002912)

Thank you for having put the workaround at evidence by answering to the 
mail and for taking time to guide me in my bug reporting path.

Le 20/07/2015 13:56, Pilot6 a écrit :
 *** This bug is a duplicate of bug 1394368 ***
  https://bugs.launchpad.net/bugs/1394368

 Sry for my comment. You sent it. Just got it tu spam folder and
 mailing list did not show CCs.


-- 
Raphaël Jakse

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Thanks for your answers.

No, I didn't report it to the maintainers yet. Should I report it on the
linux-wireless mailing list?

I think we should remove the duplicate status of this bug as it became
more specific.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Thanks.

Le 19/07/2015 21:48, Pilot6 a écrit :
 *** This bug is a duplicate of bug 1394368 ***
  https://bugs.launchpad.net/bugs/1394368

 No, report it to linux-bluetooth and personally to bluetooth
 maintainers.

 BLUETOOTH DRIVERS
 M:Marcel Holtmann mar...@holtmann.org
 M:Gustavo Padovan gust...@padovan.org
 M:Johan Hedberg johan.hedb...@gmail.com
 L:linux-blueto...@vger.kernel.org
 W:http://www.bluez.org/
 T:git 
 git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
 T:git 
 git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
 S:Maintained
 F:drivers/bluetooth/



-- 
Raphaël Jakse

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Ok, thanks for your advices. Before sending a report, I'm investigating 
the bug a little bit.

I just discovered that commenting out the call to ath3k_load_patch in 
ath3k_probe in the patched kernel seems to completely solves my issue, 
which is a surprise to me as I thought this function load the firmware. 
I'm stepping inside it for further investigation. I must try again to be 
sure I didn't do any mistake.

Le 19/07/2015 22:12, Pilot6 a écrit :
 *** This bug is a duplicate of bug 1394368 ***
  https://bugs.launchpad.net/bugs/1394368

 And CC me too please, if you do.


-- 
Raphaël Jakse

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

I indeed did a mistake. The firmware is not loaded anymore so the card
is useless if I comment out the call to ath3k_load_patch. But it is not
entering this disconnect loop anymore. Same behavior if I comment out
the call to ath3k_load_firmware instead of ath3k_load_patch. I'm going
to report the bug to the maintainers.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Hello,

I just wrote a workaround for this bug. If you are concerned, you can
test it. Please see the README file for more information.

It works by loading the patched driver, sleeping two seconds, unloading
it and loading the unpatched driver, simulating the reboot I did to work
with my Bluetooth card.

I still don't know why the patched driver don't work. I tested it in
Mint, should work on Ubuntu, Debian or any derivative. It supports
kernels 3.13, 3.19, 4.0, 4.1. Adding support for other kernel is
relatively easy.

Any comment is appreciated.

** Attachment added: Workaround, first version
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1397885/+attachment/4431156/+files/ath3k-300d-workaround.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-07-11 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Hello !

The patch in comment #7 seems to consider my bluetooth adapter as a AR3012 ship.
According to  https://wireless.wiki.kernel.org/en/users/drivers/ath3k, it seems 
to be a AR3011 ship:

How to tell AR3011 and AR3012

You can use lsusb -v to check the device descriptor. If it's AR3011,
the iProduct value is 0. If it's AR3012 the iProduct value is 2.

The iProduct of by device seems to be 0, so my device seems to be a
AR3011 ship.

According to the same page, if I got it correct, the firmware to use for
AR3011 is ath3k-1.fw, not AthrBT_*.dfu and ramps_0x*_40.dfu.

Do you know how to tell ath3k to consider my device as a AR3011 ship?

lsusb -v:
[...]
Bus 001 Device 015: ID 04ca:300d Lite-On Technology Corp. 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass  224 Wireless
  bDeviceSubClass 1 Radio Frequency
  bDeviceProtocol 1 Bluetooth
  bMaxPacketSize064
  idVendor   0x04ca Lite-On Technology Corp.
  idProduct  0x300d 
  bcdDevice0.01
  iManufacturer   0 
  iProduct0 
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength  177
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0xe0
  Self Powered
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   3
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0010  1x 16 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03  EP 3 OUT
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x  1x 0 bytes
bInterval   1
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   1
  bNumEndpoints   2
  bInterfaceClass   224 Wireless
  bInterfaceSubClass  1 Radio Frequency
  bInterfaceProtocol  1 Bluetooth
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes1
  Transfer TypeIsochronous
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0009  1x 9 bytes
bInterval   1
  Endpoint Descriptor:
bLength 7

[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-06-19 Thread Raphaël Jakse
*** This bug is a duplicate of bug 1394368 ***
https://bugs.launchpad.net/bugs/1394368

Hello,

With your patch and the deb you provide in comment #36, I still
experience the issue I described in comment #31.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
One precision:  I can't use Bluetooth with Linux, except when I start
the computer on Windows and I reboot into Linux. In this case, bluetooth
works as excepted until I suspend my computer. After resume, Bluetooth
doesn't work anymore.

My computer is an Acer Aspire V3-371-31KW.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I just tried to get the firmware from comments #6 and #7 of
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1394368

Under your kernel, the whole computer runs unstable. the login manager
and X won't always start, the system takes ages to start, lsusb feezes
and I get a log of the following with journalctl -xe.

 mai 02 19:21:00 white kernel: usb 1-5: new full-speed USB device number 49 
using xhci_hcd
mai 02 19:21:01 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:01 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
mai 02 19:21:01 white kernel: usb 1-5: USB disconnect, device number 49
mai 02 19:21:01 white kernel: usb 1-5: new full-speed USB device number 50 
using xhci_hcd
mai 02 19:21:01 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:01 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
mai 02 19:21:01 white kernel: usb 1-5: USB disconnect, device number 50
mai 02 19:21:01 white kernel: usb 1-5: new full-speed USB device number 51 
using xhci_hcd
mai 02 19:21:02 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:02 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
mai 02 19:21:02 white kernel: usb 1-5: USB disconnect, device number 51
mai 02 19:21:02 white kernel: usb 1-5: new full-speed USB device number 52 
using xhci_hcd
mai 02 19:21:02 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:02 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
mai 02 19:21:02 white kernel: usb 1-5: USB disconnect, device number 52
mai 02 19:21:03 white kernel: usb 1-5: new full-speed USB device number 53 
using xhci_hcd
mai 02 19:21:03 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:03 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0
mai 02 19:21:03 white kernel: usb 1-5: USB disconnect, device number 53
mai 02 19:21:03 white kernel: usb 1-5: new full-speed USB device number 54 
using xhci_hcd
mai 02 19:21:03 white kernel: usb 1-5: New USB device found, idVendor=04ca, 
idProduct=300d
mai 02 19:21:03 white kernel: usb 1-5: New USB device strings: Mfr=0, 
Product=0, SerialNumber=0


With the stock kernel, however, bluetooth started working without needing to 
boot into Windows. Thanks for all your help!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 

[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
My bad, I didn't install linux-image-extra from ubuntu updates. In fact
3.19.0-16 unpatched is running fine with this package.

But this makes stranger the fact that your 3 line patch makes my
computer unstable but at the same time let the bluetooth + the whole
stuff work correctly on another kernel after reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
$ dmesg | grep -i bluetooth
[9.865736] Bluetooth: Core ver 2.20
[9.865762] Bluetooth: HCI device and connection manager initialized
[9.865767] Bluetooth: HCI socket layer initialized
[9.865770] Bluetooth: L2CAP socket layer initialized
[9.865778] Bluetooth: SCO socket layer initialized
[   10.237000] Bluetooth: Configuration file not found 
ar3k/ramps_0x11020100_40.dfu
[   10.237002] Bluetooth: Loading sysconfig file failed
[   45.662602] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   45.662607] Bluetooth: BNEP filters: protocol multicast
[   45.662612] Bluetooth: BNEP socket layer initialized
[   56.211793] Bluetooth: RFCOMM TTY layer initialized
[   56.211802] Bluetooth: RFCOMM socket layer initialized
[   56.211808] Bluetooth: RFCOMM ver 1.11

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
$ lsmod | grep bluetooth
bluetooth 491520  12 bnep,ath3k,btusb,rfcomm


I'm on your kernel, btw

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
Sorry, my previous comment is incorrect.

Bluetooth works with the stock kernel only if I reboot from your kernel
(with magic keys because other ways don't always work).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I just tried your path and it actually broke things: My bluetooth
doesn't work anymore, even after rebooting from Windows.

When I sudo service bluetooth start ; blueman-applet, the applet behaves
like the adapter is disabled. When I try to enable it, It does nothing.
Retrying another time makes the applet say that the device is active but
nothing is possible. With the stock kernel from Ubuntu 15.04, this works
when the computer was rebooted from Windows.

Maybe this can help: I found this reboot from Windows trick by guessing that 
the firmware of the chipset might not be (correctly) sent to the chipset (maybe 
the wrong firmware is sent ? or no firmware is not sent at all? or the way of 
doing it is wrong?).
In this hypothesis, Windows would correctly send the firmware (or at least 
correctly initialize the chipset), making the adapter work in Linux after 
rebooting. I might be completely wrong, I could not verify this hypothesis is 
right.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I indeed have troubles with 3.19.0-16 downloaded here :
http://www.ubuntuupdates.org/package/core/vivid/main/proposed/linux-
image-3.19.0-16-generic

The Xorg server fails to start with it. However, the system boots
normally. I'm going to retry your kernel just to be sure.

Sure this is strange anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I tried  modprobing btcoexist but this did nothing.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I'm going to try 3.19.0-16 to see. I have an Intel video card, I don't
think this is the cause of the issue because I saw my login manager once
with your kernel. The log reports continuous connect / disconnect from a
usb device. I think this continuous connection/disconnection makes the
whole stuff unstable.

Might this modification make the adapter unstable?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
Thank you for your great help.

If you need anything, don't hesitate to ask. I keep your kernel
installed if you need more info.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire VN7-591G_091B_1.08
Family: Sharkbay System

  lspci
  07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)

  
  lsusb -v
  Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp. 

  
  Steps to reproduce:
  1. Activate a Bluetooth device (for instance a mouse or a nearby device)
  2. On the laptop, press the Bluetooth icon, then Set Up new Device…

  Expected result:
  2. A list of available bluetooth devices is shown

  Actual result:
  2. Nothing shows up and the spinning icon keeps spinning with Searching for 
devices...

  It looks like the bluetooth device does not work at all.

  Apparently, there have been previous bugs reported and corrected [1],
  but the situation still occurs with this module on my laptop...

  [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: bluez 4.101-0ubuntu20
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Dec  1 16:35:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-11-15 (15 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  InterestingModules: bnep rfcomm btusb bluetooth
  MachineType: Acer Aspire VN7-591G
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/12/2014
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.08
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: Aspire VN7-591G
  dmi.board.vendor: Acer
  dmi.board.version: V1.08
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: V1.08
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
  dmi.product.name: Aspire VN7-591G
  dmi.product.version: V1.08
  dmi.sys.vendor: Acer
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
UP RUNNING PSCAN ISCAN 
RX bytes:2751 acl:0 sco:0 events:351 errors:0
TX bytes:3779 acl:0 sco:0 commands:306 errors:0
  syslog:
   Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 with 
:1.228 activated
   Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 with 
:1.230 activated

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1397885] Re: [Atheros AR9462] Bluetooth looks activated but cannot be used

2015-05-02 Thread Raphaël Jakse
I'm running your kernel with your extra. It took very long to boot 
(somewhere it waits for 3 minutes (saying so), I don't know why). 
journalctl -xe gives continuous USB disconnect / new USB device and 
bluetooth is not working, acting the way I described in comment #13.
Rebooting to the -15 kernel will make everything work, bluetooth 
included, I guess.

Seems like a bug in the firmware or the driver.

Le 02/05/2015 21:32, Pilot6 a écrit :
 Maybe you did not install extra of my image either? Try to download
 the files again and install one more time.

 2015-05-02 22:22 GMT+03:00 Raphaël Jakse raphael.ja...@gmail.com:
 My bad, I didn't install linux-image-extra from ubuntu updates. In fact
 3.19.0-16 unpatched is running fine with this package.

 But this makes stranger the fact that your 3 line patch makes my
 computer unstable but at the same time let the bluetooth + the whole
 stuff work correctly on another kernel after reboot.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1397885

 Title:
[Atheros AR9462] Bluetooth looks activated but cannot be used

 Status in bluez package in Ubuntu:
Confirmed

 Bug description:
Ubuntu 14.10

System Information
  Manufacturer: Acer
  Product Name: Aspire VN7-591G
  Version: V1.08
  SKU Number: Aspire VN7-591G_091B_1.08
  Family: Sharkbay System

lspci
07:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network 
 Adapter (rev 01)


lsusb -v
Bus 003 Device 006: ID 04ca:300d Lite-On Technology Corp.


Steps to reproduce:
1. Activate a Bluetooth device (for instance a mouse or a nearby device)
2. On the laptop, press the Bluetooth icon, then Set Up new Device…

Expected result:
2. A list of available bluetooth devices is shown

Actual result:
2. Nothing shows up and the spinning icon keeps spinning with Searching 
 for devices...

It looks like the bluetooth device does not work at all.

Apparently, there have been previous bugs reported and corrected [1],
but the situation still occurs with this module on my laptop...

[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1024884

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: bluez 4.101-0ubuntu20
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Dec  1 16:35:17 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-15 (15 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 
 (20141022.1)
InterestingModules: bnep rfcomm btusb bluetooth
MachineType: Acer Aspire VN7-591G
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic.efi.signed 
 root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/12/2014
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.08
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Aspire VN7-591G
dmi.board.vendor: Acer
dmi.board.version: V1.08
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: V1.08
dmi.modalias: 
 dmi:bvnInsydeCorp.:bvrV1.08:bd09/12/2014:svnAcer:pnAspireVN7-591G:pvrV1.08:rvnAcer:rnAspireVN7-591G:rvrV1.08:cvnChassisManufacturer:ct10:cvrV1.08:
dmi.product.name: Aspire VN7-591G
dmi.product.version: V1.08
dmi.sys.vendor: Acer
hciconfig:
 hci0:Type: BR/EDR  Bus: USB
  BD Address: 5C:93:A2:EB:FF:43  ACL MTU: 1022:8  SCO MTU: 183:5
  UP RUNNING PSCAN ISCAN
  RX bytes:2751 acl:0 sco:0 events:351 errors:0
  TX bytes:3779 acl:0 sco:0 commands:306 errors:0
syslog:
 Dec  1 16:21:16 Miles bluetoothd[631]: Discovery session 0x7fa5da51da30 
 with :1.228 activated
 Dec  1 16:27:43 Miles bluetoothd[631]: Discovery session 0x7fa5da530a50 
 with :1.230 activated

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


-- 
Raphaël Jakse
Étudiant M1 Informatique
Université Joseph Fourier - Grenoble

Année 2013-2014 : L3 Informatique - UJF - Grenoble
Année 2012-2013 : L2 Informatique - UJF - Grenoble
Année 2011-2012 : 1A CPP - La prépa des INP - Grenoble

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1397885

Title:
  [Atheros AR9462] Bluetooth looks activated but cannot be used

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 14.10

  System Information
Manufacturer: Acer
Product Name: Aspire VN7-591G
Version: V1.08
SKU Number: Aspire

[Touch-packages] [Bug 1424964] [NEW] TypeError when closing the ubuntu-bug dialog

2015-02-24 Thread Raphaël Jakse
Public bug reported:

When I close the ubuntu-bug dialog (when launched without specifying
parameters), ubuntu-bug crashes:

 Traceback (most recent call last):
  File /usr/share/apport/apport-kde, line 530, in module
sys.exit(UserInterface.run_argv())
  File /usr/lib/python3/dist-packages/apport/ui.py, line 650, in run_argv
return self.run_report_bug()
  File /usr/lib/python3/dist-packages/apport/ui.py, line 407, in 
run_report_bug
if self.run_symptoms():
  File /usr/lib/python3/dist-packages/apport/ui.py, line 618, in run_symptoms
symptom = symptom_names[ch[0]]
TypeError: list indices must be integers, not str

Cheers,

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: apport 2.16.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Feb 24 09:32:39 2015
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2014-12-21T17:31:14.947277
upstart.apport.override: manual

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1424964

Title:
  TypeError when closing the ubuntu-bug dialog

Status in apport package in Ubuntu:
  New

Bug description:
  When I close the ubuntu-bug dialog (when launched without specifying
  parameters), ubuntu-bug crashes:

   Traceback (most recent call last):
File /usr/share/apport/apport-kde, line 530, in module
  sys.exit(UserInterface.run_argv())
File /usr/lib/python3/dist-packages/apport/ui.py, line 650, in run_argv
  return self.run_report_bug()
File /usr/lib/python3/dist-packages/apport/ui.py, line 407, in 
run_report_bug
  if self.run_symptoms():
File /usr/lib/python3/dist-packages/apport/ui.py, line 618, in 
run_symptoms
  symptom = symptom_names[ch[0]]
  TypeError: list indices must be integers, not str

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.16.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 24 09:32:39 2015
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2014-12-21T17:31:14.947277
  upstart.apport.override: manual

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1424962] [NEW] entries Display (X.org) and Other problem seem inversed in the ubuntu-bug command

2015-02-24 Thread Raphaël Jakse
Public bug reported:

When I run ubuntu-bug without parameters on kubuntu vivid, it seems
Display (X.org) and Other problem entries were mismatched. The
former if the last to be listed, and the latter is the first to be
listed. When I choose Other problem, I'm rediected to a display
related form, and when I choose Display, I'm invited to choose a
package from the command line.

Cheers,

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: apport 2.16.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Feb 24 09:27:37 2015
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2014-12-21T17:31:14.947277
upstart.apport.override: manual

** Affects: apport (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1424962

Title:
  entries Display (X.org) and Other problem seem inversed in the
  ubuntu-bug command

Status in apport package in Ubuntu:
  New

Bug description:
  When I run ubuntu-bug without parameters on kubuntu vivid, it seems
  Display (X.org) and Other problem entries were mismatched. The
  former if the last to be listed, and the latter is the first to be
  listed. When I choose Other problem, I'm rediected to a display
  related form, and when I choose Display, I'm invited to choose a
  package from the command line.

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apport 2.16.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 24 09:27:37 2015
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2014-12-21T17:31:14.947277
  upstart.apport.override: manual

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1424955] [NEW] touchpad acting like a touchscreen in gtk3 applications scrolling while trying to move the cursor

2015-02-24 Thread Raphaël Jakse
Public bug reported:

In Kubuntu vivid, in gtk3 applications, when I try to move the cursor
hover a scrollable area of a gtk3 application (meld, winetricks) with my
touchpad (a clickpad), it scrolls even if I am not clicking. I can click
if I press harder, like everywhere. In this case, the entry in the list
(if the scrollable area is a list) is selected. The feedback looks
exactly like if I were using a touchscreen. I think this should only
happen if I scrolled or drag 'n' dropped a scrollable area hover a non
draggable object.

This behavior doesn't show with gtk2 or Qt applications.

Cheers,

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: libgtk-3-bin 3.14.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Feb 24 09:18:39 2015
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug gtk3 scroll touchpad touchscreen vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1424955

Title:
  touchpad acting like a touchscreen in gtk3 applications scrolling
  while trying to move the cursor

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  In Kubuntu vivid, in gtk3 applications, when I try to move the cursor
  hover a scrollable area of a gtk3 application (meld, winetricks) with
  my touchpad (a clickpad), it scrolls even if I am not clicking. I can
  click if I press harder, like everywhere. In this case, the entry in
  the list (if the scrollable area is a list) is selected. The feedback
  looks exactly like if I were using a touchscreen. I think this should
  only happen if I scrolled or drag 'n' dropped a scrollable area hover
  a non draggable object.

  This behavior doesn't show with gtk2 or Qt applications.

  Cheers,

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgtk-3-bin 3.14.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
  Uname: Linux 3.18.0-13-generic x86_64
  ApportVersion: 2.16.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Feb 24 09:18:39 2015
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1424955/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] Re: No phonetic Russian layout for azerty keyboards

2014-10-08 Thread Raphaël Jakse
I reported this in the Freedesktop's Bugzilla, (hopefully) following the
rules for suggesting a new layout. I think this bug is not relevant
anymore. Closing it.

Thanks William Lee for having taken the time to look at my report.

** Bug watch added: freedesktop.org Bugzilla #84789
   https://bugs.freedesktop.org/show_bug.cgi?id=84789

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  Invalid

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] Re: No phonetic Russian layout for azerty keyboards

2014-10-08 Thread Raphaël Jakse
https://bugs.freedesktop.org/show_bug.cgi?id=84789

** Changed in: xkeyboard-config (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  Invalid

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] [NEW] No phonetic Russian layout for azerty keyboards

2014-09-29 Thread Raphaël Jakse
Public bug reported:

Users of azerty keyboards lack of Russian phonetic layout. Their only option is 
to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
 - ru(phonetic_azerty): basic phonetic azerty
 - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
 - ru(phonetic_fr): French specific phonetic azerty. This completes 
the 3rd level  following the French layout (Alt Gr + a key) 
 - ru(phonetic_winkeys_fr): same, with WinKeys

base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
ru.patch  patches   /usr/share/X11/xkb/symbols/ru

Please tell me if anything is wrong or could be improved. Please also
note that I know almost nothing of the Russian language and its Cyrillic
alphabet so there could be errors.

We also could want to add this layout for users coming from Windows and
used to it : http://tnit.fr/aa.htm

Cheers,
Raphaël.

** Affects: xkeyboard-config (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: layout phonetic russian

** Patch added: ru.patch
   https://bugs.launchpad.net/bugs/1375445/+attachment/4219514/+files/ru.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] Re: No phonetic Russian layout for azerty keyboards

2014-09-29 Thread Raphaël Jakse
** Patch added: base.lst.patch
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+attachment/4219515/+files/base.lst.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] Re: No phonetic Russian layout for azerty keyboards

2014-09-29 Thread Raphaël Jakse
** Patch added: evdev.xml.patch
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+attachment/4219516/+files/evdev.xml.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1375445] Re: No phonetic Russian layout for azerty keyboards

2014-09-29 Thread Raphaël Jakse
** Patch added: base.xml.patch
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+attachment/4219517/+files/base.xml.patch

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xkeyboard-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1375445

Title:
  No phonetic Russian layout for azerty keyboards

Status in “xkeyboard-config” package in Ubuntu:
  New

Bug description:
  Users of azerty keyboards lack of Russian phonetic layout. Their only option 
is to use phonetic qwerty. This is not really acceptable, so I propose to add 
support with the attached patches for azerty Russian phonetic wit the following 
variants:
   - ru(phonetic_azerty): basic phonetic azerty
   - ru(phonetic_winkeys_azerty): basic phonetic azerty, with WinKeys
   - ru(phonetic_fr): French specific phonetic azerty. This 
completes the 3rd level  following the French layout (Alt Gr + a key) 
   - ru(phonetic_winkeys_fr): same, with WinKeys

  base.xml.patchpatches   /usr/share/X11/xkb/rules/base.xml
  base.lst.patchpatches   /usr/share/X11/xkb/rules/base.lst
  evdev.xml.patch   patches   /usr/share/X11/xkb/rules/evdev.xml
  ru.patch  patches   /usr/share/X11/xkb/symbols/ru

  Please tell me if anything is wrong or could be improved. Please also
  note that I know almost nothing of the Russian language and its
  Cyrillic alphabet so there could be errors.

  We also could want to add this layout for users coming from Windows
  and used to it : http://tnit.fr/aa.htm

  Cheers,
  Raphaël.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/1375445/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp