* [Bluez-users] Pretec and Ambicom BT2000E driver
@ 2004-04-09 22:30 Pavel Ruzicka
2004-04-10 10:34 ` Marcel Holtmann
2004-04-10 18:01 ` Daniel Jimenez
0 siblings, 2 replies; 8+ messages in thread
From: Pavel Ruzicka @ 2004-04-09 22:30 UTC (permalink / raw)
To: bluez-users
Hello,
yesterday somebody talks about BT2000E CF card.
I have Pretec BT2000E CF card.
I found new version of alternative driver which probably fix resume problems
and 2.6 kernel compiling.
I found changelog here:
http://www.iral.com/~albertr/linux/bt2000e/ChangeLog
Best regards,
Pavel Ruzicka
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-09 22:30 [Bluez-users] Pretec and Ambicom BT2000E driver Pavel Ruzicka
@ 2004-04-10 10:34 ` Marcel Holtmann
2004-04-10 17:59 ` Daniel Jimenez
` (2 more replies)
2004-04-10 18:01 ` Daniel Jimenez
1 sibling, 3 replies; 8+ messages in thread
From: Marcel Holtmann @ 2004-04-10 10:34 UTC (permalink / raw)
To: Pavel Ruzicka; +Cc: BlueZ Mailing List
Hi Pavel,
> yesterday somebody talks about BT2000E CF card.
> I have Pretec BT2000E CF card.
> I found new version of alternative driver which probably fix resume problems
> and 2.6 kernel compiling.
I know that driver and I really thought of including it, but the best
way is to make it working through serial_cs and hci_uart/hciattach. Once
this is solved every card with a 16C950 UART will work and not only the
two with an Ericsson chip on it.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-10 10:34 ` Marcel Holtmann
@ 2004-04-10 17:59 ` Daniel Jimenez
2004-04-10 22:36 ` Pavel Ruzicka
[not found] ` <1081778308.8875.2.camel@go2>
2 siblings, 0 replies; 8+ messages in thread
From: Daniel Jimenez @ 2004-04-10 17:59 UTC (permalink / raw)
To: marcel; +Cc: pavouk, bluez-users
> Hi Pavel,
>
> I know that driver and I really thought of including it, but the best
> way is to make it working through serial_cs and hci_uart/hciattach.
> Once this is solved every card with a 16C950 UART will work and not
> only the two with an Ericsson chip on it.
>
My Ambicom card is an ericsson chipset and I can't seem to get it to work. :(
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-09 22:30 [Bluez-users] Pretec and Ambicom BT2000E driver Pavel Ruzicka
2004-04-10 10:34 ` Marcel Holtmann
@ 2004-04-10 18:01 ` Daniel Jimenez
1 sibling, 0 replies; 8+ messages in thread
From: Daniel Jimenez @ 2004-04-10 18:01 UTC (permalink / raw)
To: pavouk; +Cc: bluez-users
> Hello,
>
> yesterday somebody talks about BT2000E CF card.
> I have Pretec BT2000E CF card.
> I found new version of alternative driver which probably fix resume
> problems and 2.6 kernel compiling.
> I found changelog here:
> http://www.iral.com/~albertr/linux/bt2000e/ChangeLog
>
> Best regards,
>
> Pavel Ruzicka
>
Were you able to get this to work in 2.6? I can't seem to find out how to
compile it.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-10 10:34 ` Marcel Holtmann
2004-04-10 17:59 ` Daniel Jimenez
@ 2004-04-10 22:36 ` Pavel Ruzicka
2004-04-11 0:49 ` Daniel Jimenez
[not found] ` <1081778308.8875.2.camel@go2>
2 siblings, 1 reply; 8+ messages in thread
From: Pavel Ruzicka @ 2004-04-10 22:36 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: BlueZ Mailing List
Hello,
> I know that driver and I really thought of including it, but the best
> way is to make it working through serial_cs and hci_uart/hciattach. Once
> this is solved every card with a 16C950 UART will work and not only the
> two with an Ericsson chip on it.
Today I make some experiments with it.
I have Zaurus SL-C860 with CackoRom kernel 2.4.18...
I edit configuration. After inserting BT2000E CF card is loaded serial_cs
kernel module.
DMESG: ttyS03 at port 0xf60002f8 (irq = 39) is a 16C950/954
# hciattach 10 ttyS3 ericsson 115200
# hciconfig hci0 up
Can't init device hci0. Connection timed out(110)
I've tried several combination with hciattach command with speed from 9600 to
460800, flow enabled/disabled but without success.
Do you have some idea?
Do you know right parameters for hciattach?
There are some more useful informations:
# cat /proc/tty/driver/serial
serinfo:1.0 driver:5.05c revision:2001-07-08
0: uart:16C950/954 port:F60002F8 irq:39 baud:115200 tx:139 rx:21 fe:6 brk:11
RTS|CTS|DTR|DSR|CD|RI
1: uart:unknown port:0 irq:0
2: uart:unknown port:0 irq:0
3: uart:unknown port:0 irq:0
# cat /proc/tty/drivers
serial_cpu /dev/cua 5 64-66 serial:callout
serial_cpu /dev/ttyS 4 64-66 serial
serial /dev/cua 5 67-70 serial:callout
serial /dev/ttyS 4 67-70 serial
# ls -l /dev/ttyS3
crw------- 1 zaurus root 4, 67 Apr 10 21:58 /dev/ttyS3
I have few more questions.
In dmesg I see: ttyS03... Why not ttyS3?
When I make"rmmod serial_cs"
I see in dmesg this: tty03 unloaded.
Why tty03 and not ttyS3?
I'am a little confused ;-)
This cards works now with bt2000e_cs.o but sometimes my Zaurus freezes when
removing card...
> Regards
> Marcel
Best regards,
Pavel Ruzicka
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-10 22:36 ` Pavel Ruzicka
@ 2004-04-11 0:49 ` Daniel Jimenez
2004-04-11 8:07 ` Pavel Ruzicka
0 siblings, 1 reply; 8+ messages in thread
From: Daniel Jimenez @ 2004-04-11 0:49 UTC (permalink / raw)
To: BlueZ Mailing List
Pavel Ruzicka wrote:
> Hello,
>
> This cards works now with bt2000e_cs.o but sometimes my Zaurus freezes when
> removing card...
>
> Best regards,
>
> Pavel Ruzicka
>
What kernel does it work on? I'm trying to figure out HOW to compile it!
--
Daniel Jimenez <djimenez[at]pobox[dot]com>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
2004-04-11 0:49 ` Daniel Jimenez
@ 2004-04-11 8:07 ` Pavel Ruzicka
0 siblings, 0 replies; 8+ messages in thread
From: Pavel Ruzicka @ 2004-04-11 8:07 UTC (permalink / raw)
To: bluez-users; +Cc: Daniel Jimenez
Hello,
> > This cards works now with bt2000e_cs.o but sometimes my Zaurus freezes
> > when removing card...
>
> What kernel does it work on? I'm trying to figure out HOW to compile it!
I use this card on Sharp Zaurus SL-C860, which is ARM architecture.
Kernel 2.4.18-rmk7-pxa3-embedix. There are not possible to use newer
kernel.
I use precompiled driver.
I don't know, how to compile driver. Maybe write to kernel tree and edit
Makefile /usr/src/linux/drivers/bluetooth.
But I'am not kernel expert.
Best regards,
Pavel Ruzicka
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Bluez-users] Pretec and Ambicom BT2000E driver
[not found] ` <1081778308.8875.2.camel@go2>
@ 2004-04-12 15:00 ` Marcel Holtmann
0 siblings, 0 replies; 8+ messages in thread
From: Marcel Holtmann @ 2004-04-12 15:00 UTC (permalink / raw)
To: Gene Imes; +Cc: BlueZ Mailing List
Hi Gene,
> Marcel, is anyone making any progress toward "make it working through
> serial_cs and hci_uart/hciattach"?
I don't got any progress so far and from a first code review I also
can't take the bt2000e driver into the kernel, because it would oops.
> I have some of these and would like them to work.
Go ahead and try. Every patch to make this working is welcome.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-04-12 15:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-09 22:30 [Bluez-users] Pretec and Ambicom BT2000E driver Pavel Ruzicka
2004-04-10 10:34 ` Marcel Holtmann
2004-04-10 17:59 ` Daniel Jimenez
2004-04-10 22:36 ` Pavel Ruzicka
2004-04-11 0:49 ` Daniel Jimenez
2004-04-11 8:07 ` Pavel Ruzicka
[not found] ` <1081778308.8875.2.camel@go2>
2004-04-12 15:00 ` Marcel Holtmann
2004-04-10 18:01 ` Daniel Jimenez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox