OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

2 Pages V   1 2 >  
Reply to this topicStart new topic
> Bluetooth Belkin F8t020, Works under cacko but not pdaXrom?
Dima202
post Dec 1 2005, 11:49 AM
Post #1





Group: Members
Posts: 68
Joined: 6-November 05
Member No.: 8,479



I saw some posts that the card works on cacko just fine and cacko supports it. But pdaXrom is having some problems.
Anyone get this card to work on pdaXrom rc12?
For some reason it is being recognizes as "Compaq iPAQ Bluetooth Sleeve"???
Please post your experiences, solutions ! smile.gif

Thanks. biggrin.gif
Go to the top of the page
 
+Quote Post
Dima202
post Dec 4 2005, 09:36 AM
Post #2





Group: Members
Posts: 68
Joined: 6-November 05
Member No.: 8,479



no one got this to work? sad.gif(
Go to the top of the page
 
+Quote Post
macwiz
post Dec 6 2005, 05:23 AM
Post #3





Group: Members
Posts: 151
Joined: 15-March 04
From: UK
Member No.: 157



QUOTE(Dima202 @ Dec 4 2005, 05:36 PM)
no one got this to work? sad.gif(
*

My Z with RC12 sees it as the same card as you. No joy. It was so cheap, and seeing the long threads from users trying to get bluetooth cards to work, I gave up. Sorry.
Go to the top of the page
 
+Quote Post
0xDEADBEEF
post Dec 9 2005, 02:32 AM
Post #4





Group: Members
Posts: 52
Joined: 4-December 05
Member No.: 8,660



I got it to work.
/etc/pcmcia/bluetooth script is broken and it does not initialize uart

the solution is trivial
1. in /etc/pcmcia/bluetooth change
ID=`/sbin/cardctl ident | grep info: | sed 's/^ *product info: *//' | sed 's/"/\\"/g'`
to
ID=`/sbin/cardctl ident 0 | grep info: | sed 's/^ *product info: *//' | sed 's/"/\\"/g'`

the problem here is that cardctl ident displays both identification of bluetooth card and the internal microdrive

2.
in /etc/bluetooth/bt-uart.conf
add line
"CF CARD", "GENERIC", "", "":/dev/ttyS3 bcsp
Go to the top of the page
 
+Quote Post
ThirtyOne
post Dec 9 2005, 04:31 AM
Post #5





Group: Members
Posts: 86
Joined: 10-May 04
Member No.: 3,227



Can anyone else confirm this works? If it does I see Bluetooth in my future.

Thanks for the tip, 0x!
Go to the top of the page
 
+Quote Post
0xDEADBEEF
post Dec 9 2005, 10:13 PM
Post #6





Group: Members
Posts: 52
Joined: 4-December 05
Member No.: 8,660



Tonight I have configured ppp over rfcomm/bluetooth and got an internet connection through my Sony-Ericsson T616.
Victory!!!
Go to the top of the page
 
+Quote Post
wowo123
post Dec 11 2005, 01:43 AM
Post #7





Group: Members
Posts: 81
Joined: 7-August 04
From: Germany
Member No.: 4,222



QUOTE(ThirtyOne @ Dec 9 2005, 12:31 PM)
Can anyone else confirm this works?  If it does I see Bluetooth in my future.

Thanks for the tip, 0x!
*


I use this card alternatively with cacko and pdaxrom RC12. It works without problems with ppp connections to my nokia-phone and, with special scripts, in a PAN environment in connection to my win2000 server which I use for internet connections. I had to copy some scripts (f.i. uart) from my cacko-bt-setup to /etc/bluetooth and /etc/pcmcia in pdaxrom to modify the serial-BT-setup and the card-identification. I think there are several infos regarding this in the forum. Good luck!
Go to the top of the page
 
+Quote Post
Capn_Fish
post Aug 31 2006, 02:57 PM
Post #8





Group: Members
Posts: 2,350
Joined: 30-July 06
Member No.: 10,575



I have this card and a C750 with Beta 1. I have the four bluez packages installed, but I can't find the bt-uart file, and the line mentioned in the /etc/pcmcia file isn't there. I did get some errors when installing the bluez stuff. Can anybody help me get this to work?
Go to the top of the page
 
+Quote Post
Wildherb
post Sep 6 2006, 02:38 AM
Post #9





Group: Members
Posts: 92
Joined: 9-January 06
Member No.: 8,887



QUOTE(0xDEADBEEF @ Dec 10 2005, 07:13 AM)
Tonight I have configured ppp over rfcomm/bluetooth and got an internet connection through my Sony-Ericsson T616.
Victory!!!
*


0xDEADBEEF, please can you share the details of how you did this please? I've got a socket Bluetooth card in a C3000 running beta 2. My phone is a Sony Ericsson T630 and it all worked fine under the Sharp ROM

I've been following this guide
http://www.howtoforge.com/linux_internet_a...tooth_gsm_phone

hcitool scan can see my phone OK, and I know the dialing details for my service provider. The problem comes when I run

pppd call T630.

The Z tries to authenticate with my phone based on a pin "1234" which I then type into my phone but every time the phone rejects it. sad.gif I've tried numerous variations on the pin-helper script. Can you share your scripts for pin-helper please?

Obviously, for security reasons we should all change our pin to something other than 1234 once we get it working!
Go to the top of the page
 
+Quote Post
adf
post Jun 19 2007, 08:55 PM
Post #10





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



Ok, Just picked up a belkin f8t020. No luck popping it in and running hcitool scan--all I get is "no device success"
hciattach -s 921600 /dev/ttyS3 bcsp times out (though it turns the green light off until I get the timeout message.)

I see it works in Cacko, and that this thread ends nearly a year ago, I guess from this that the card is working pdaX(ii13, in my case).

Being on fresh installation of pdaxii13 openobex openobex-tools bluez and ppp are all installed

If it is fixed, would someone mind telling me how to get this card working? I am at about the same place Capn_Fish was about a year ago. the link in the previous post assumes that hcitoo scan returns something-- in my case it does not, as the card seems unrecognized.
Has anyone got this card working? If so how?
thanks in advance.

edit: found this thread in whch Capn_fish says it is working ,after he dl'd a pair of conf files in a zip posted on the thread. I can't download anything--I get the "garbage in a new tab" effect, or save as will save the link but not the target. what did tose files contain?
Go to the top of the page
 
+Quote Post
jpmatrix
post Jun 19 2007, 10:39 PM
Post #11





Group: Members
Posts: 1,019
Joined: 15-February 05
From: France
Member No.: 6,477



QUOTE(adf @ Jun 20 2007, 06:55 AM)
Ok, Just picked up a belkin f8t020.  No luck popping it in and running hcitool scan--all I get is "no device success"
hciattach -s 921600 /dev/ttyS3 bcsp times out (though it turns the green light off until I get the timeout message.)

I see it works in Cacko, and that this thread ends nearly a year ago, I guess from this that the card is working pdaX(ii13, in my case).

Being on fresh installation of pdaxii13 openobex openobex-tools bluez and ppp are all installed

If it is fixed, would someone mind telling me how to get this card working?  I am at about the same place Capn_Fish was about a year ago. the link in the previous post assumes that hcitoo scan returns something--  in my case it does not, as the card seems unrecognized.
Has anyone got this card working? If so how?
thanks in advance.

edit: found this thread in whch Capn_fish says it is working ,after he dl'd a pair of conf files in a zip posted on the thread.  I can't download anything--I get the "garbage in a new tab" effect, or save as will save the link but not the target. what did tose files contain?
*



well i've this card and i remember it was detected out of the box with pdaxii13. tell us what you have in /var/log/messages
Go to the top of the page
 
+Quote Post
adf
post Jun 20 2007, 11:04 AM
Post #12





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



for a while it was saying no file at /etc/bluetooth/pin--so I made one that just says 0000

Now, the end of /var/log/messages says: (after I restart BT and insert the card)
sdpd startup succeded
socket 0: Compaq Ipaq Bluetooth Sleeve
executing: './bluetooth start ttyS3 2>&1'
+ Starting Bluetooth... parse error line 3
+ Done


If you had no trouble, possibly I should reflash?

Edit: I reflashed pdaxii13 --formatted hd default, reboot, install new rom, reboot, power off, install hdimage---should be fine

hci dev returns "devices: "

the log no longer contains the parse error, but still lists the card as an Ipag Sleeve, the green light stays on.
Go to the top of the page
 
+Quote Post
adf
post Jun 21 2007, 10:56 AM
Post #13





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



flashed to cacko-it works fine there, so the problem isn't my hardware
jpmatrix are you using the latest pdaxii13? there are no different modules listed by cacko when it works fine than there are in pdaxii13 (on mine, anyway) when it identifies the card as an Ipaq Sleeve and doesn't work at all, as far as I can tell from lsmod.

edit cacko identifies the card as a dell truemobile 300. weird, but it works!
Go to the top of the page
 
+Quote Post
Meanie
post Jun 21 2007, 04:57 PM
Post #14





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(adf @ Jun 22 2007, 04:56 AM)
flashed to cacko-it works fine there, so the problem isn't my hardware
jpmatrix are you using the latest pdaxii13?  there are no different modules listed by cacko when it works fine than there are in pdaxii13 (on mine, anyway) when it identifies the card as an Ipaq Sleeve and doesn't work at all, as far as I can tell from lsmod.

edit cacko identifies the card as a dell truemobile 300. weird, but it works!
*


have you tried copying the bluetooth.conf from cacko to pdaXrom?
Go to the top of the page
 
+Quote Post
adf
post Jun 21 2007, 09:20 PM
Post #15





Group: Members
Posts: 2,821
Joined: 13-September 04
From: Wasilla Ak.
Member No.: 4,572



QUOTE(Meanie @ Jun 22 2007, 12:57 AM)
QUOTE(adf @ Jun 22 2007, 04:56 AM)
flashed to cacko-it works fine there, so the problem isn't my hardware
jpmatrix are you using the latest pdaxii13?  there are no different modules listed by cacko when it works fine than there are in pdaxii13 (on mine, anyway) when it identifies the card as an Ipaq Sleeve and doesn't work at all, as far as I can tell from lsmod.

edit cacko identifies the card as a dell truemobile 300. weird, but it works!
*


have you tried copying the bluetooth.conf from cacko to pdaXrom?
*


Ok-- obvious solution that I missd complety. Will do, Thanks
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 19th May 2013 - 07:54 AM