Hi folks,
I think I've found a bug in Barry 0.13-1.2 in detecting the 8100 (Pearl)
in Ubuntu 8.04 AMD64
After a fresh install of the Barry packages (non-debug), plugging in the
phone will let it charge, but running btool doesn't detect any devices.
If you then force the device into old mode with
On Sat, Aug 30, 2008 at 03:09:47PM -0400, G M Bond wrote:
> Hi folks,
>
> I think I've found a bug in Barry 0.13-1.2 in detecting the 8100 (Pearl)
> in Ubuntu 8.04 AMD64
>
> After a fresh install of the Barry packages (non-debug), plugging in the
> phone will let it charge, but running btool does
I have had similar behavior with my pearl. I use Gentoo, on 32bit. I noticed
that this behavior went away when I removed the berry_charge module from my
kernel. It may be coincidence, but I believe it is a good start.
Remember that a kernel may autoload a module as well, so ensure that isn't
I need some help compiling svn. My problem appears if I try to compile the
gui, and perhaps the opensync plugin. I have always had this problem, since
around 0.11. Somehow it doenn't find tarfile.h. I do
have /usr/include/libtar.h and it does have the "undefined" functions. I
have all the
On Sun, Aug 31, 2008 at 05:05:21PM -0700, Mick Reed wrote:
> I need some help compiling svn. My problem appears if I try to compile the
> gui, and perhaps the opensync plugin. I have always had this problem, since
> around 0.11.
This would only affect the GUI compile, since only the GUI uses l
On Sun, Aug 31, 2008 at 01:00:59PM -0700, Mick Reed wrote:
> I have had similar behavior with my pearl. I use Gentoo, on 32bit. I
> noticed
> that this behavior went away when I removed the berry_charge module from my
> kernel. It may be coincidence, but I believe it is a good start.
> Rememb
This makes sense. My kernel had the berry_charge code compiled in. The udev
rules run bcharge, so that was why I had a conflict.
On Sunday 31 August 2008, Chris Frey wrote:
> The binary packages that I prepare add a blacklist file to /etc/modprobe.d
> which blocks berry_charge when Barry packag
First of all, thanks for the help!
I had a problem with my libtar for several reasons, which are all fixed now so
the gui compiles! The problems were limited to my machine, I hope. Gentoo
devs say that their 0.13 ebuild works fine. My libtar.so was incomplete, for
many reasons.
> This woul