View previous topic :: View next topic |
Author |
Message |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Mon Apr 07, 2008 5:52 pm Post subject: (SOLVED) Barry doesn't detect my Blackberry pearl. |
|
|
I try to backup my Blackberry pearl using the linux.com guide. However barry doesn't find any device:
Code: | btool -l
Blackberry devices found: |
Code: | # lsusb
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 005: ID 0fca:8004 Research In Motion, Ltd.
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 003: ID 1532:0009
Bus 002 Device 002: ID 045e:00dd Microsoft Corp.
Bus 002 Device 001: ID 0000:0000 |
Are there any specific kernel option that need to be enabled? _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
Last edited by Kasumi_Ninja on Thu Apr 17, 2008 7:59 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
vad3r Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_darth_vader.gif)
Joined: 02 May 2004 Posts: 461 Location: Munich, Germany
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kasumi_Ninja Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8562485746a8c108ac8ad.gif)
Joined: 18 Feb 2006 Posts: 1825 Location: The Netherlands
|
Posted: Thu Apr 17, 2008 8:04 pm Post subject: |
|
|
Solved this with the help of the friendly people at the barry mailing list. The cvs version of barry has support for the latest blackberry devices. Here's what I did:
1 Made sure I had the latest barry (for the udev rules
2 Ran CVS
Code: | cvs -d:pserver:anonymous@barry.cvs.sourceforge.net:/cvsroot/barry login |
Code: | cvs -d:pserver:anonymous@barry.cvs.sourceforge.net:/cvsroot/barry checkout barry |
3 Compiled barry (as a normal user):
Code: | cd barry/
./buildgen.sh
./configure
make |
4 Run barry locally from ~/barry/tools
_________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|