| Author |
Message |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Sun 22 Mar 2009, 16:32 Post subject:
Subject description: BBTether |
|
Anyone tried BBTether with a Blackberry Pearl 8130?
Here is the site:
http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Sun 05 Jul 2009, 20:24 Post subject:
|
|
I really could use a working link between Puppy 4.2.1 and my Blackberry Pearl!
I may be where there is no Internet and really must remain connected.
I cannot believe that no Puppy user has found a way to to link this popular phone and use the Internet connection through it.
Help, please?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Sun 05 Jul 2009, 21:49 Post subject:
|
|
Puppy Hardware Info for USB Devices sees my Blackberry:
Manufacturer=Research In Motion
Product=RIM Composite Device
SerialNumber=2DC6D74EAF213C94825C151033A71F2F5EABF736
VendorID=0fca ProductID=8004 KERNEL-MODULE=usb-storage
Why cannot I communicate with it in order to use it as a cellular modem?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
kirk
Joined: 11 Nov 2005 Posts: 1334 Location: florida
|
Posted: Sun 05 Jul 2009, 21:53 Post subject:
|
|
edoc,
If you haven't yet, try Fatdog. It has a kernel module for blackberrys to access it's modem. You'll find a little GUI under networking. It uses wvdial to dial the modem, right now it's set up for Verizon. If you use another carrier you'll have to edit /usr/share/blackberry/wvdial.conf with what ever your carrier requires. You'll see some other wvdial.confs in that directory for other carriers, but they are just guesses. Haven't tried it with the Perl, but I just googled it and it seems some are having success.
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Sun 05 Jul 2009, 22:12 Post subject:
|
|
I found this discussion of Fatdog and left a note asking about tethering:
http://puppylinux.com/blog/?viewDetailed=00540
It sounds as though it was an abandoned Alpha.
I am not certain how to proceed if they have abandoned it and do not port over that functionality.
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Sun 05 Jul 2009, 22:25 Post subject:
|
|
hey, wait a minute, I chased Fatdog here and it looks like it is you!
http://puppylinux.asia/tpp/kirk/Fatdog/iso/112/
I see it was active until April instead of abandoned in January.
Is it a functional Puppy that I can dual-boot or is it still Alpha and might corrupt a laptop install that I really depend upon?
Any chance of a PET to add this functionality to 4.2.1?
Also, since there is no little .txt file to explain the contents of the folder, what is the difference between the various Aptil '09 versions of Fatdog, please?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
kirk
Joined: 11 Nov 2005 Posts: 1334 Location: florida
|
Posted: Mon 06 Jul 2009, 10:57 Post subject:
|
|
Fatdog 112 is stable, it's a puplet of 4.1.2 with a different kernel, the full Xorg and extra packages. Fatdog2 alpha 3 is alpha, it's built with T2 and Woof, similar package selection as Fatdog 110.
I don't have Puppy 4.2.1 installed. I'll attach my Blackberry modem script and the Xmblackberry kernel module source. If you have the devx sfs file and kernel source sfs files installed, you should be able to compile the kernel module. This is what to do:
1. Extract Blackberry-modem.tar.gz to /.
2. Extract Xmblackberry-module somewhere.
3. Open a terminal window in the now extracted Xmblackberry-module kernel directory.
4. Type make. The kernel module should build.
5. Replace /usr/share/blackberry/blackberry.ko with the one that you just compiled.
6. If your carrier is Verizon, try it out. You'll need to type fixmenues in a terminal window and restart the window manager for it to show up in the menu under networking.
If you use another carrier you'll have to edit /usr/share/blackberry/wvdial.conf with what ever your carrier requires. I called Verizon, after being transferred a few times I finally spoke with someone who knew something. You need to know what initialization string(s) they use, what number to dial, user name and password.
 |
| Description |
|

Download |
| Filename |
Blackberry-modem.tar.gz |
| Filesize |
27.51 KB |
| Downloaded |
273 Time(s) |
| Description |
|

Download |
| Filename |
Xmblackberry-module.tar.bz2 |
| Filesize |
26.46 KB |
| Downloaded |
271 Time(s) |
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 11:46 Post subject:
|
|
Just a couple of questions for clarification so I don't unnecessarily make a big mess!
Can the "Extract" be done via PupZip or must it be done in rxvt?
| kirk wrote: |
1. Extract Blackberry-modem.tar.gz to /. |
Is this the recommended method?
| Code: | | tar -xvzt Blackberry-modem.tar.gz / |
| kirk wrote: |
2. Extract Xmblackberry-module somewhere. |
| Code: | | tar -xvzt Blackberry-modem.tar.gz /mnt/sda2/savestuff/bb/ |
| kirk wrote: |
6. If your carrier is Verizon, try it out. You'll need to type fixmenues in a terminal window and restart the window manager for it to show up in the menu under networking.
If you use another carrier you'll have to edit /usr/share/blackberry/wvdial.conf with what ever your carrier requires. I called Verizon, after being transferred a few times I finally spoke with someone who knew something. You need to know what initialization string(s) they use, what number to dial, user name and password. |
I have just been informed that the completion of the "physical" merger of Alltel and Verizon will not be complete until the 15th. Arghhh!
I will see about acquiring the initialization string. A friend has the other info, and may have the initialization string as he's doing this under a MS version of windows.
Thanks!
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 12:21 Post subject:
|
|
I changed directories to "/" so that it becomes the default for output of the Extract the added the path of the source archive and ran a standard txvt tar to extract.
Why am I getting this tar error, please?
| Code: | # tar -xvzt /mnt/sda2/savestuff1/documents/Blackberry-modem.tar.gz
tar: You may not specify more than one `-Acdtrux' option
Try `tar --help' or `tar --usage' for more information.
# |
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 12:39 Post subject:
|
|
I did a little reading on the tar commands - it is too long between usages to remember them - and found one that looked appropriate to this purpose.
Did this do what it should or have I made a big mess of things?
| Code: | # tar -xvvzf /mnt/sda2/savestuff1/documents/Blackberry-modem.tar.gz
drwxr-xr-x root/root 0 2008-12-19 07:32 usr/
drwxr-xr-x root/root 0 2008-12-19 07:33 usr/sbin/
lrwxrwxrwx root/root 0 2009-02-02 09:14 usr/sbin/blackberry-modem -> ../ share/blackberry/blackberry-modem
drwxr-xr-x root/root 0 2008-12-19 07:31 usr/local/
drwxr-xr-x root/root 0 2008-12-19 07:31 usr/local/lib/
drwxr-xr-x root/root 0 2008-12-19 07:31 usr/local/lib/X11/
drwxr-xr-x root/root 0 2008-12-19 07:31 usr/local/lib/X11/mini-icons/
-rw-r--r-- root/root 6598 2006-11-24 07:52 usr/local/lib/X11/mini-icons/bbi con.xpm
drwxr-xr-x root/root 0 2008-12-19 07:28 usr/share/
drwxr-xr-x root/root 0 2008-12-19 07:29 usr/share/applications/
-rw-r--r-- root/root 252 2008-12-19 07:29 usr/share/applications/blackberr y-modem.desktop
drwxr-xr-x root/root 0 2009-07-06 10:32 usr/share/blackberry/
-rw-r--r-- root/root 232 2009-02-11 01:28 usr/share/blackberry/wvdial.conf
-rw-r--r-- root/root 68323 2009-06-20 23:19 usr/share/blackberry/blackberry. ko
-rwxr-xr-x root/root 1377 2009-02-03 00:43 usr/share/blackberry/blackberry- modem
-rw-r--r-- root/root 249 2009-02-25 01:01 usr/share/blackberry/wvdial.conf .alltel
-rw-r--r-- root/root 318 2009-02-25 09:33 usr/share/blackberry/wvdial.conf .cingular
-rw-r--r-- root/root 271 2009-02-25 00:55 usr/share/blackberry/wvdial.conf .sprint
-rw-r--r-- root/root 232 2009-02-11 01:28 usr/share/blackberry/wvdial.conf .verizon
-rw-r--r-- root/root 213 2009-02-25 09:47 usr/share/blackberry/wvdial.conf .cingular2
#
|
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
kirk
Joined: 11 Nov 2005 Posts: 1334 Location: florida
|
Posted: Mon 06 Jul 2009, 12:53 Post subject:
|
|
That might have worked. See if you have /usr/share/blackberry, if not just click on it. XArchive will open. Then click on "Select All" and then "Extract". Then It will ask you where you want to extract it, just type / and then click OK. Now that's for the Blackberry-modem.tar.gz. The kernel module can be extracted any where you like.
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 13:01 Post subject:
|
|
| kirk wrote: | | That might have worked. See if you have /usr/share/blackberry, |
Yes, I have that.
| kirk wrote: |
The kernel module can be extracted any where you like. |
Make does work because I don't have the devx.sfs and kernel source files.
I cannot find where they put the devx.sfs for 4.2.1
I also don't know where to find the "kernel source sfs" files.
I do this so rarely that I don't remember from time to time how to do all of this.
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 13:18 Post subject:
|
|
OK, located the 4.x devx.sfs files here:
ftp://ftp.ibiblio.org/pub/linux/distributions/puppylinux/sfs_modules-4/
Do I correctly presume that I need the 2.6.25.16 patched kernel source for 4.2.1?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3942 Location: Southeast Georgia, USA
|
Posted: Mon 06 Jul 2009, 17:20 Post subject:
|
|
Oh, also, what do I do with these files once I have them, please?
I don't recall using a .sfs before and although I have seen threads about them I kinda glazed-over when reading them.
Does 4.2.1 contain an item in MENU like Puppy Universal Installer that automates this and I missed it?
There is no .txt file associated with the download folder that describes the differences in the files nor one that contains basic instructions - both would seem to be helpful and valuable to include as standard procedure. WDYT?
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
kirk
Joined: 11 Nov 2005 Posts: 1334 Location: florida
|
Posted: Tue 07 Jul 2009, 10:14 Post subject:
|
|
| Quote: | Do I correctly presume that I need the 2.6.25.16 patched kernel source for 4.2.1?
|
type uname -r in a terminal and it will tell you your kernel version.
| Quote: | | Oh, also, what do I do with these files once I have them, please? |
If your booting from CD or have a frugal install, that is to say that you have a pup_save file, you place the sfs files in the same place as your pup_save file. Then reboot.
If you have a full install you'll have to mount the sfs files and copy everything to /.
You might want to consider downloading Fatdog and see if you can get it to work with blackberry before you do all this.
|
|
Back to top
|
|
 |
|