OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: PDA frog on November 09, 2005, 04:47:27 am

Title: Cf Bluetooth
Post by: PDA frog on November 09, 2005, 04:47:27 am
Hello
I'm newbi and I have a Problem with my CF BT billonton. When I want to create a PPP connection and I select search I have the message:Can't get DUN info.
When I do a cardctl ident, I have:
Product info: "Compact Flash", "Bluetooth Card", "",""
manfid: 0x022d, 0x2000
function: 2 (serial)
Anybody help me?
Thank you
Title: Cf Bluetooth
Post by: rmrfchik on November 09, 2005, 06:01:27 am
Quote
Hello
I'm newbi and I have a Problem with my CF BT billonton. When I want to create a PPP connection and I select search I have the message:Can't get DUN info.
When I do a cardctl ident, I have:
Product info: "Compact Flash", "Bluetooth Card", "",""
manfid: 0x022d, 0x2000
function: 2 (serial)
Anybody help me?
Thank you
[div align=\"right\"][a href=\"index.php?act=findpost&pid=102949\"][{POST_SNAPBACK}][/a][/div]
You should add the following into /etc/bluetooth/bt-uart.conf:
Code: [Select]
"Compact Flash", "Bluetooth Card":/dev/ttyS2 anyand restart bt:
Code: [Select]
/etc/pcmcia/bluetooth stop; /etc/pcmcia/bluetooth startnote, in your case bt-uart.conf can be different. It it doesn't help, look to other definitions in this file and find the correct for your case.
Title: Cf Bluetooth
Post by: PDA frog on November 09, 2005, 07:05:30 am
I have already "Compact Flash", "Bluetooth Card":/dev/ttyS3" in the file bt-uart.conf.
When I do /etc/pcmcia/bluetooth start, I have an error:"Starting Bluetooth... parse error line 3"

Question: in Dial-up, Modem, Device: I must write "/dev/ttyS3" exact?
Thank you
Title: Cf Bluetooth
Post by: rmrfchik on November 09, 2005, 09:46:10 am
Quote
I have already "Compact Flash", "Bluetooth Card":/dev/ttyS3" in the file bt-uart.conf.
When I do /etc/pcmcia/bluetooth start, I have an error:"Starting Bluetooth... parse error line 3"

Question: in Dial-up, Modem, Device: I must write "/dev/ttyS3" exact?
Thank you
[div align=\"right\"][a href=\"index.php?act=findpost&pid=102962\"][{POST_SNAPBACK}][/a][/div]
O-o. "parse error" is bad sign.
In my bt-uart, the line looks like:
Code: [Select]
"Compact Flash", "Bluetooth Card", "", "":/dev/ttyS3 bcsp:/dev/ttyS3 baud_base 921600Be sure, you have the exact line.
Title: Cf Bluetooth
Post by: PDA frog on November 09, 2005, 10:08:15 am
Code: [Select]
"Compact Flash", "Bluetooth Card", "", "":/dev/ttyS3 bcsp:/dev/ttyS3 baud_base 921600So now the command "/BlueTooth start" work fine but I have always the message "Can't get DUN info"
Title: Cf Bluetooth
Post by: PDA frog on November 10, 2005, 02:17:21 pm
HELP!!!
 
Title: Cf Bluetooth
Post by: rmrfchik on November 10, 2005, 04:19:32 pm
Quote
HELP!!!
 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103175\"][{POST_SNAPBACK}][/a][/div]
Ok. What problem do u want to solve?
1. If you want inet, do the following:
 a) install btscanner and scan the air or use hcitool
  edit /etc/bluetooth/rfcomm.conf

2. If you want working pppconfig, be prepare for a long trip.
Title: Cf Bluetooth
Post by: PDA frog on November 10, 2005, 04:57:41 pm
I want just connect my Zaurus 3100 to my SE T610 to use the GPRS connection.  
Title: Cf Bluetooth
Post by: rmrfchik on November 11, 2005, 03:32:33 am
Quote
I want just connect my Zaurus 3100 to my SE T610 to use the GPRS connection. 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103199\"][{POST_SNAPBACK}][/a][/div]
Did you know bt address of your phone?
Title: Cf Bluetooth
Post by: PDA frog on November 11, 2005, 04:22:41 am
No, I don't know.
Is any tutorial to connect a SL-C3100 with PDAXROM to GPRS of the SE T610?
Title: Cf Bluetooth
Post by: rmrfchik on November 11, 2005, 01:52:24 pm
Quote
No, I don't know.
Is any tutorial to connect a SL-C3100 with PDAXROM to GPRS of the SE T610?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103265\"][{POST_SNAPBACK}][/a][/div]
So, do as I said: use btscanner or hcitool to know phone bt address.
After that, edit rfcomm.conf file.
Title: Cf Bluetooth
Post by: PDA frog on November 11, 2005, 03:02:50 pm
So, do as I said: use btscanner or hcitool to know phone bt address.
After that, edit rfcomm.conf file.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103352\"][{POST_SNAPBACK}][/a][/div]
[/quote]
Ok, good. And after that, What should I do?
Title: Cf Bluetooth
Post by: rmrfchik on November 13, 2005, 11:22:38 am
Quote from: PDA frog,Nov 11 2005, 11:02 PM
So, do as I said: use btscanner or hcitool to know phone bt address.
After that, edit rfcomm.conf file.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103352\"][{POST_SNAPBACK}][/a][/div]
Ok, good. And after that, What should I do?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103357\"][{POST_SNAPBACK}][/a][/div]
[/quote]
edit /etc/bluetooth.conf:
Code: [Select]
rfcomm0 {
  bind yes;
  device 00:00:00:00:00:00;
  channel 1;
  comment "T68i";
  }
place btaddress as "device" parameter, then restart bt: /etc/init.d/bluetooth stop; start.
Title: Cf Bluetooth
Post by: PDA frog on November 13, 2005, 12:57:38 pm
I think my CF Bluetooth is not recognized. When I do sdptool browse, I have the message: Inquiry failed.
Title: Cf Bluetooth
Post by: rmrfchik on November 14, 2005, 03:15:12 am
Quote
I think my CF Bluetooth is not recognized. When I do sdptool browse, I have the message: Inquiry failed.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103522\"][{POST_SNAPBACK}][/a][/div]
does hcitool work?
Title: Cf Bluetooth
Post by: PDA frog on November 14, 2005, 11:09:42 am
does hcitool work?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103578\"][{POST_SNAPBACK}][/a][/div]
[/quote]
With hcitool scan I have the message: Device is not available  
Title: Cf Bluetooth
Post by: PDA frog on November 15, 2005, 08:42:25 am
up
Title: Cf Bluetooth
Post by: rmrfchik on November 15, 2005, 10:02:35 am
Quote
up
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103763\"][{POST_SNAPBACK}][/a][/div]
I can use built-in Artifical Inteligence to find why your card is not determined but only with live device.
Bring it to me to Moscow and I will solve your problem.
(Or give me ssh access to z
Title: Cf Bluetooth
Post by: PDA frog on November 15, 2005, 12:45:54 pm
Is there any test to verify why my card is not recognized?
Title: Cf Bluetooth
Post by: rmrfchik on November 16, 2005, 05:26:39 am
Quote
Is there any test to verify why my card is not recognized?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103787\"][{POST_SNAPBACK}][/a][/div]
dmesg?
Title: Cf Bluetooth
Post by: PDA frog on November 17, 2005, 11:02:20 am
Linux version 2.4.20 (sash@pdaX86) (gcc version 2.95.3 20010315 (release)) #1 Fri, 07 Oct 2005 14:26:19 +0000
CPU: XScale-PXA270 revision 4
Machine: SHARP Borzoi
Converting old-style param struct to taglist
Ignoring unrecognised tag 0x00000000
Turbo Mode clock : 416.00MHz (*2.0, active)
Run Mode clock   : 208.00MHz
System bus clock : 208.00MHz (1/1)
Memory clock     : 208.00MHz (1/1)
LCD clock        : 104.00MHz (1/2)
Security risk: creating user accessible mapping for 0x08000000 at 0xf1000000
On node 0 totalpages: 16384
zone(0): 16384 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: console=ttyS0 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home) jffs2_orphaned_inodes=delete RTC_RESET=1 EQUIPMENT=4 LOGOLANG=1 DEFYEAR=2006 LOGO=1 LAUNCH=q
Console: colour dummy device 80x30
Calibrating delay loop... 415.33 BogoMIPS
Memory: 64MB = 64MB total
Memory: 62112KB available (2108K code, 478K data, 80K init)
Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
Buffer-cache hash table entries: 4096 (order: 2, 16384 bytes)
Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
POSIX conformance testing by UNIFIX
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
RCSR = 4
apm: BIOS version 1.2 Flags 0x02 (Driver version 1.14)
FCS : CCCR = 2000210
enable_irq(120) unbalanced from c000c768
batok installed
Starting kswapd
Journalled Block Device driver loaded
JFFS2 version 2.1. © 2001, 2002 Red Hat, Inc., designed by Axis Communications AB.
Sharp SL-Series PXA fb driver initialized.
reset resolution unkown => 480x640
Console: switching to colour frame buffer device 80x30
fb0: SHARPSL_PXAFB frame buffer device
keyboard initilaized.
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with no serial options enabled
SharpSL serial driver version 5.05c (2001-07-08) with no serial options enabled
ttyS00 at 0xf8100000x (irq = 22) is a 16550A
ttyS01 at 0xf8700000x (irq = 20) is a 16550A, using IRDA
ttyS02 at 0xf8200000x (irq = 21) is a 16550A
rs_init: IRDA H/W initializaion
sharpled_init: done.
spitz remote controller
Cotulla Real Time Clock driver v1.00
Cotulla Touch Screen driver initialized
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
PPP generic driver version 2.4.2
PPP BSD Compression module registered
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Spitz audio driver initialize
Sharp SL series flash device: 1000000 at 0
Using static partision definition
Creating 1 MTD partitions on "sharpsl-flash":
0x00140000-0x007f0000 : "Filesystem"
NAND device: Manufacture ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MB 3,3V)
Creating 3 MTD partitions on "NAND 128MB 3,3V":
0x00000000-0x00700000 : "smf"
0x00700000-0x04100000 : "root"
0x04100000-0x08000000 : "home"
Linux Kernel Card Services 3.1.31
  options:  [pm]
Intel PXA250/210 PCMCIA (CS release 3.1.31)
pxa_pcmcia_init(0)
pxa_pcmcia_init(1)
orinoco.c 0.11b (David Gibson <hermes@gibson.dropbear.id.au> and others)
hermes.c: 5 Apr 2002 David Gibson <hermes@gibson.dropbear.id.au>
orinoco_cs.c 0.11b (David Gibson <hermes@gibson.dropbear.id.au> and others)
spectrum_cs.c 0.3.4
Backlight Driver Initialized.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NetWinder Floating Point Emulator V0.97 (double precision)
IrCOMM protocol (Dag Brattli)
cramfs: wrong magic
FAT: bogus logical sector size 381
Eep. Child "rc.xml" (ino #501) of dir ino #499 doesn't exist!
Inode #4224 was a directory with children - removing those too...
Inode #4238 was a directory with children - removing those too...
Inode #3727 was a directory with children - removing those too...
Inode #4134 was a directory with children - removing those too...
Inode #2349 was a directory with children - removing those too...
Inode #2360 was a directory with children - removing those too...
Inode #3653 was a directory with children - removing those too...
Inode #3656 was a directory with children - removing those too...
Inode #3658 was a directory with children - removing those too...
Inode #3668 was a directory with children - removing those too...
Inode #1263 was a directory with children - removing those too...
Inode #499 was a directory with children - removing those too...
Cannot remove child "rc.xml", ino #501, because it doesn't exist
VFS: Mounted root (jffs2 filesystem) readonly.
Freeing init memory: 80K
Warning: unable to open an initial console.
Title: Cf Bluetooth
Post by: badog on December 03, 2005, 08:48:52 pm
there is a same problem in my 750C (billionton CF BT).
help