OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: wowo123 on September 09, 2008, 09:05:49 am
-
I use Debian-Andromeda on a 3200. My Belkin-BT-Card is recognized and works with OBEX or PAN. Rfcomm0 is specified, HCI is working and I have a correct givepin and pin and connect script for my samsung phone, which worked well with pdaxrom.
Zaurus is recognized on the phone, but I get "pairing not possible". All MACs are ok, my class in hcid.conf is 0x100110. I fiddled with that but it had no influence at all. All other entries in hcid.conf are as usual. I think the Z does'nt show any services to the peer (don't know why?), but it should be able to pair anyhow. Anyone solved this?
-
i use the following way to start it up in andromeda
/etc/init.d/dbus start
start-stop-daemon -S -b -x /bin/passkey-agent -- --default 1
hciconfig hci0 up piscan class 0x520104
rfcomm release rfcomm0
rfcomm bind rfcomm0
pon provider
Here 1 - my pin, passkey-agent you can find there http://www.zedd.nl/?p=8 (http://www.zedd.nl/?p=8). This was the crucial moment to make it work.
It works fine for my nokia.
-
usb/rndis-lite (from synce) works for me, if your phone has it.
-
i use the following way to start it up in andromeda
/etc/init.d/dbus start
start-stop-daemon -S -b -x /bin/passkey-agent -- --default 1
hciconfig hci0 up piscan class 0x520104
rfcomm release rfcomm0
rfcomm bind rfcomm0
pon provider
Here 1 - my pin, passkey-agent you can find there http://www.zedd.nl/?p=8 (http://www.zedd.nl/?p=8). This was the crucial moment to make it work.
It works fine for my nokia.
Hi nickk9,
compiling on my Z terminated with lots of errors. Do you have a compiled version of passkey-agent?
Thanks.
-
Hi.
compiling on my Z terminated with lots of errors. Do you have a compiled version of passkey-agent?
Try this link:
http://www.zaurus.ru/board/download.php?id=20728 (http://www.zaurus.ru/board/download.php?id=20728)
-
Hi.
compiling on my Z terminated with lots of errors. Do you have a compiled version of passkey-agent?
Try this link:
http://www.zaurus.ru/board/download.php?id=20728 (http://www.zaurus.ru/board/download.php?id=20728)
Thanks for the executable! Tried your way but without success . Now I think it's a problem with device rfcomm0. I did not have it after installing BT, so I created it (mknod rfcomm0 c 216 0) Maybe that's wrong.
Do you know which packages are essential for BT dialup? I could reinstall them to get rfcomm0 automatically.
-
It's solved! I lost a colon in a config file. Thanks for your help.