[Bug 897995] Re: Bluetooth browse files not working

2011-12-07 Thread Xavier Boudet
This bug is similar to what I have on 11.10 ARM release.

On Onieric (freshly dist-upgraded), I have the following behavior:
* I can pair my Panda board with my Mobile Phone
* I can send files from my Panda to my Mobile Phone

Then the issues I have noticed:
1- unable to browse files on device:
Trying to browse files on remote device does not work, the connection seems to 
be ok at the beginning, then nothing happen. Apparently we have following error 
trace in syslog:
obex-data-server: sdp_extract_seqtype: Unexpected end of packet

2- Unable to send files from my Mobile Phone:
When I try to send file from my Mobile Phone, I am not able to see the Panda. I 
know that on Maverick I absolutely need to enable some options in receive 
Files menu, but I cannot find any equivalent menu now.

I tried then the same kernel and BT FW on top of Maverick. BT is working like a 
charm on Maverick with same BT delivery:
* I am able to browse with my Panda the files from my Mobile Phone via BT.
* I am also able to setup the Receive Files options in a way to be able to 
send files from my Mobile Phone to the Panda. If not playing with BT  Receive 
Files options, I can't see my Panda from my Mobile Phone.

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

Title:
  Bluetooth browse files not working

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

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


[Bug 888888] Re: ubuntu-omap4-extras-multimedia cannot be installed

2011-11-14 Thread Xavier Boudet
ubuntu-omap4-extras-config oneiric version is now available on public
PPA

** Changed in: ubuntu
   Status: Incomplete = Confirmed

** Changed in: ubuntu
 Assignee: (unassigned) = Xavier Boudet (x-boudet)

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

Title:
  ubuntu-omap4-extras-multimedia cannot be installed

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

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


[Bug 888888] Re: ubuntu-omap4-extras-multimedia cannot be installed

2011-11-14 Thread Xavier Boudet
** Changed in: ubuntu
   Status: Confirmed = Fix Released

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

Title:
  ubuntu-omap4-extras-multimedia cannot be installed

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

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


[Bug 873334] Re: the upstart job is missing support for 'text' command

2011-11-10 Thread Xavier Boudet
Successfully tested on Panda Board.
Thanks

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

Title:
  the upstart job is missing support for 'text' command

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-ubuntu/+bug/873334/+subscriptions

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


[Bug 880929] [NEW] alsa ucm udev rules not working on SDP4430

2011-10-24 Thread Xavier Boudet
Public bug reported:

Release:  ubuntu-11.10-preinstalled-desktop-armel+omap4 image
alsa-utils version: 1.0.24.2-0ubuntu8.1

I am using the ARM Oneiric image for OMAP4 on Panda and Blaze.
On Panda the Audioo is correctly configured, not on SDP4430.
My understanding is that /usr/bin/alsaucm shall set the card in the udev rules.
Indeed, by running alsaucm listcards on Panda or SDP4430 boards, we have 
following output:
  0: Panda
  1: SDP4430

I suppose that when alsaucm is used without a card precised, the first
one is considered.

In file /lib/udev/rules.d/90-alsa-ucm.rules, replacing the following lines :
ATTRS{id}==SDP4430|Panda, RUN+=/usr/bin/alsaucm set _verb HiFi
ATTRS{id}==SDP4430|Panda, RUN+=/usr/bin/alsaucm set _verb Record

With:
ATTRS{id}==SDP4430, RUN+=/usr/bin/alsaucm -c SDP4430 set _verb HiFi
ATTRS{id}==SDP4430, RUN+=/usr/bin/alsaucm -c SDP4430 set _verb Record
ATTRS{id}==Panda, RUN+=/usr/bin/alsaucm -c Panda set _verb HiFi
ATTRS{id}==Panda, RUN+=/usr/bin/alsaucm -c Panda set _verb Record

... fixes the issue.
With that rules audio is OK on both Panda and SDP4430.

** Affects: alsa-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  alsa ucm udev rules not working on SDP4430

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/880929/+subscriptions

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


[Bug 872178] [NEW] ROOTDEV export not working

2011-10-11 Thread Xavier Boudet
Public bug reported:

I am using oneiric pre-installed image for omap4 with jasper 0.66.
Script jasper_setup is supposed to use ROOTDEVenvironment value exported by 
jasper_growroot.
Installing image on Blaze board (with eMMC support) demonstrate that there is 
an issue with export ROOTDEV in  jasper_growroot, the value is not accessible 
then into jasper_setup
By adding some traces into jasper_setup (echo ROOTDEV=${ROOTDEV}  
/dev/kmsg) we can see that ROOTDEV is not set.
Installation on Blaze Board is then failing.

** Affects: jasper-initramfs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ROOTDEV export not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jasper-initramfs/+bug/872178/+subscriptions

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


[Bug 599738] Re: bluetooth-properties crashes at startup

2010-07-01 Thread Xavier Boudet
On July 1st 2010: I made an upgrade on last packages and get new version
2.30.0-1ubuntu2 for gnome-bluetooth and libgnome-bluetooth7. The problem
is fixed with these new packages.

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

** Description changed:

  Binary package hint: gnome-bluetooth
  
  On OMAP4 Blaze board , the bluetooth-properties application is not
  working on Maverick whereas it was working fine on Lucid.
  
  When I try to get the Bluetooth properties through the UI, nothing happens on 
screen but I can see the process listed.
  When I try to start it manually through terminal window, I have following 
messages:
  (bluetooth-properties:1039): GLib-GObject-WARNING **: cannot register 
existing type `BluetoothClient'
  (bluetooth-properties:1039): GLib-CRITICAL **: g_once_init_leave: assertion 
`initialization_value != 0' failed
  (bluetooth-properties:1039): GLib-GObject-CRITICAL **: g_object_new: 
assertion `G_TYPE_IS_OBJECT (object_type)' failed
  Starting bluetooth-properties manually on Lucid is working fine.
  
  I have following packages installed:
  gnome-bluetooth2.30.0-1ubuntu1
  libgnome-bluetooth72.30.0-1ubuntu1
  
  It look like a similar bug was present on Lucid.
  https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/429523
  
  On Lucid, I have no problem with the following packages:
- gnome-bluetooth2.30.0-0ubuntu3  
+ gnome-bluetooth2.30.0-0ubuntu3
  libgnome-bluetooth72.30.0-0ubuntu3
+ 
+ On July 1st 2010: I made an upgrade on last packages and get new version
+ 2.30.0-1ubuntu2 for gnome-bluetooth and libgnome-bluetooth7. The problem
+ is fixed with these new packages.

-- 
bluetooth-properties crashes at startup
https://bugs.launchpad.net/bugs/599738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 599738] [NEW] bluetooth-properties crashes at startup

2010-06-29 Thread Xavier Boudet
Public bug reported:

Binary package hint: gnome-bluetooth

On OMAP4 Blaze board , the bluetooth-properties application is not
working on Maverick whereas it was working fine on Lucid.

When I try to get the Bluetooth properties through the UI, nothing happens on 
screen but I can see the process listed.
When I try to start it manually through terminal window, I have following 
messages:
(bluetooth-properties:1039): GLib-GObject-WARNING **: cannot register existing 
type `BluetoothClient'
(bluetooth-properties:1039): GLib-CRITICAL **: g_once_init_leave: assertion 
`initialization_value != 0' failed
(bluetooth-properties:1039): GLib-GObject-CRITICAL **: g_object_new: assertion 
`G_TYPE_IS_OBJECT (object_type)' failed
Starting bluetooth-properties manually on Lucid is working fine.

I have following packages installed:
gnome-bluetooth2.30.0-1ubuntu1
libgnome-bluetooth72.30.0-1ubuntu1

It look like a similar bug was present on Lucid.
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/429523

On Lucid, I have no problem with the following packages:
gnome-bluetooth2.30.0-0ubuntu3  
libgnome-bluetooth72.30.0-0ubuntu3

** Affects: gnome-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New

-- 
bluetooth-properties crashes at startup
https://bugs.launchpad.net/bugs/599738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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