Andreas Borutta | 1 Oct 2008 08:25
Picon
Picon

Re: Problem with installation

Andreas Borutta wrote:

(This is a repost of 
***
From: Andreas Borutta <borumat@...>
Subject: Re: Problem with installation
Newsgroups: gmane.comp.handhelds.blackberry.barry.devel
Date: Fri, 26 Sep 2008 08:38:46 +0200
Message-ID: <1f5rjgxbx4cmx.dlg@...>
***
which has not arrived in the list, Chris told me.
The reason why it has not arrived is unknown.)

> Chris Frey wrote:
> 
>>> OK. First, I think, the problem, that the device is not found, has to
>>> be solved.
>> 
>> Very true. 
> 
> Tonight I will check at the computer of a friend, if the device is
> found there.
> If not, I will ask for help in the ubuntu forums.
> 
> As soon as I could solve the connecting problem, I will post the
> result in this thread.

Last night an experienced admin tried to connect my BB with Ubuntu 
Hardy.
No way. :(
(Continue reading)

Chris Frey | 1 Oct 2008 08:41

Re: Problem with installation

On Wed, Oct 01, 2008 at 08:25:14AM +0200, Andreas Borutta wrote:
> The admin told me, that Ubuntu tries to "grab" automatically for that 
> USB device, which produces failures.
> He said, that, may be, writing an "udev rule" could solve the problem, 
> but that will be complicated to do. He was not able to do it.

Perhaps you saw his email already, but Hal Burgiss reported that he had
success with the following command on Ubuntu 8.04:

	sudo rmmod ehci_hcd

Your issues sound similar, not quite identical, but it's worth a try.

> Further, the admin find the following reported bug, which might 
> correspond with the phenomenon:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152742/+viewstatus

If you're installing the binary packages, such as barry-util, this
package should already drop a blacklist file under /etc/modprobe.d
which disables the berry_charge module.

You can check whether berry_charge is loading with:

	lsmod |grep berry

If it is loading, you do need to disable it if you plan to use bcharge.
You only need one or the other.  Sometimes berry_charge doesn't work so
well, but when it does, then it shouldn't matter which one you use.
Just don't use both at the same time. :-)

(Continue reading)

Andreas Borutta | 1 Oct 2008 08:59
Picon
Picon

Re: Problem with installation

Chris Frey schrieb:

> Perhaps you saw his email already, but Hal Burgiss reported that he had
> success with the following command on Ubuntu 8.04:
> 
> 	sudo rmmod ehci_hcd
> 
> Your issues sound similar, not quite identical, but it's worth a try.

I tried it. But still "lsusb -v" does not find the BB.

>> Further, the admin find the following reported bug, which might 
>> correspond with the phenomenon:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152742/+viewstatus
> 
> If you're installing the binary packages, such as barry-util, this
> package should already drop a blacklist file under /etc/modprobe.d
> which disables the berry_charge module.
> 
> You can check whether berry_charge is loading with:
> 
> 	lsmod |grep berry

No result.

Andreas
--

-- 
http://borumat.de

-------------------------------------------------------------------------
(Continue reading)

Chris Frey | 1 Oct 2008 09:04

Re: Problem with installation

On Wed, Oct 01, 2008 at 08:59:44AM +0200, Andreas Borutta wrote:
> >> Further, the admin find the following reported bug, which might 
> >> correspond with the phenomenon:
> >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152742/+viewstatus

That bug report mentioned stopping udev.  Have you tried stopping udev
before plugging in your device?

As for udev "grabbing" the device, were you able to tell what was doing the
grabbing?

- Chris

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Richard Esplin | 1 Oct 2008 22:16

Appointment with 0 duration

I noticed a minor bug, and thought I should bring it to the developers' 
attention.

I have the habit of putting tasks in my calendar as appointments with zero 
duration. Most applications handle this just fine. However, I've noticed when 
I sync with my BlackBerry, the BB calendar shows the appointment as occupying 
a full 24 hours. The most interesting part of this behavior is that it 
reminds me of the appointment both before the original occurrence of the 
appointment, and the next day when the appointment is scheduled to end.

I'm using Kontact on Kubuntu Hardy 8.04 as my calendaring application.

I'm using self built x64 binaries of Barry source checked out on 20080807.

Barry has been real reliable for me the past six weeks. Thank you for your 
excellent product!

Richard Esplin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Andreas Borutta | 2 Oct 2008 09:00
Picon
Picon

Re: Problem with installation

Chris Frey schrieb:

>>>> Further, the admin find the following reported bug, which might 
>>>> correspond with the phenomenon:
>>>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/152742/+viewstatus
> 
> That bug report mentioned stopping udev.  Have you tried stopping udev
> before plugging in your device?

No. I trusted the experienced admin, that he would have done it, if it
could help to find a solution.

Of course I can do it now, but I suppose that stopping it will cause
several consequences on the system.

> As for udev "grabbing" the device, were you able to tell what was doing the
> grabbing?

Sorry Chris. I'm so unexperienced with administration and in reading
system messages, that I only could perform commands (and post the
results), which you or others tell me.

Unfortunately I get no answer to my post in the forum (german
language) of ubuntuusers.de yet.
http://forum.ubuntuusers.de/topic/blackberry-pda-wird-nicht-erkannt-auf-debian-/

Andreas
--

-- 
http://borumat.de

(Continue reading)

Chris Frey | 2 Oct 2008 10:34

Re: Problem with installation

On Thu, Oct 02, 2008 at 09:00:08AM +0200, Andreas Borutta wrote:
> No. I trusted the experienced admin, that he would have done it, if it
> could help to find a solution.
> 
> Of course I can do it now, but I suppose that stopping it will cause
> several consequences on the system.

I'd recommend rebooting and then running the following on an otherwise
idle system, as root:

	/etc/init.d/udev stop

That should stop it, then plugin your device, and then try the lsusb:

	lsusb -v

At this point, check whether berry_charge is loaded:

	lsmod | grep berry

After this experiment, reboot again, and all will be back to normal.

- Chris

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
(Continue reading)

Chris Frey | 2 Oct 2008 10:38

Re: Appointment with 0 duration

On Wed, Oct 01, 2008 at 02:16:59PM -0600, Richard Esplin wrote:
> I have the habit of putting tasks in my calendar as appointments with zero 
> duration. Most applications handle this just fine. However, I've noticed when 
> I sync with my BlackBerry, the BB calendar shows the appointment as occupying 
> a full 24 hours. The most interesting part of this behavior is that it 
> reminds me of the appointment both before the original occurrence of the 
> appointment, and the next day when the appointment is scheduled to end.

Thanks for the report.  I haven't had a chance to look at this closely yet.

Is the "All day appointment" flag set in the BB when this happens?
Or is it just an anomaly with the time values?

Thanks,
- Chris

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Andreas Borutta | 2 Oct 2008 12:57
Picon
Picon

Re: Problem with installation

Chris Frey schrieb:

> I'd recommend rebooting and then running the following on an otherwise
> idle system, as root:
> 
> 	/etc/init.d/udev stop
> 
> That should stop it, then plugin your device, and then try the lsusb:
> 
> 	lsusb -v

Indeed: My device appears in the list now.

Does that sign fortifies the assumption that the problem is one of the 
kernel of Ubuntu?

> At this point, check whether berry_charge is loaded:
> 
> 	lsmod | grep berry

No output from that command.

Thanks again for your time you spent to help me :)

Andreas
--

-- 
http://borumat.de

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
(Continue reading)

Michael L. Stokes | 2 Oct 2008 19:48

New 8830 wont tether

CHris and team,

Just replaced my old 8703e with an 8830.  It will not tether anymore.
I changed the password in the barry-verizon script otherwise I'm using
the same setup as the older BB.  I'm currently using version 0.13
2008/07/16.  What are your recommendations?

Thanks
MIke

att: logfile from pppob
Attachment (barry.log): application/octet-stream, 12 KiB
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Barry-devel mailing list
Barry-devel@...
https://lists.sourceforge.net/lists/listinfo/barry-devel

Gmane