USB Phone Charging

Craig Boston cb at severious.net
Mon Aug 6 13:17:16 PDT 2007


On Mon, Aug 06, 2007 at 11:08:25AM +0100, Graham Bentley wrote:
> My Blackberry mobile phone refuses to charge from USB
> when logged into FreeBSD.

For some reason that I'm not 100% clear on, the USB configuration has to
be activated before the blackberry will charge.

My first thought was that the port would go into a power-save mode if
there was no driver attached.  However those little USB lamps and such
manage to bleed quite a bit of power off the port and don't require a
driver, so I'm not so sure...

In any case, OpenBSD has a dummy driver that I ported over a while back.
It's in my local tree; here is a copy that's been extracted so that it
can be compiled standalone:

http://www.severious.net/uberry.tar.gz

Just extract the tarball, cd into the uberry dir, and run 'make'.  It
will create a .ko file that you can put in your /boot/modules/.  Load it
like any other kernel module and you should be good the next time you
plug it in.

Craig


More information about the freebsd-questions mailing list