* [Bluez-users] Cant get dongle up
@ 2006-10-20 8:40 anoop
2006-10-20 8:51 ` Marcel Holtmann
0 siblings, 1 reply; 4+ messages in thread
From: anoop @ 2006-10-20 8:40 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 2043 bytes --]
Dear Blue-z users
I am new to Linux and blueZ, so may be my question may be silly.
My USB BT dongle has ISSC chipset (the ebay seller claimed that it will be a Bilionton dongle but it turned out to be a cheap EEPROM less dongle with 11:11.. BD address ) . It works fine in windows with blusoleil. But I could not get it working in Linux - Kernerl 2.6.11 , Fedora core 3 redhat 12.0.
This is the output of hciconfig
[root@localhost ~]# hciconfig -a
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:9 acl:0 sco:0 commands:4 errors:1
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
[root@localhost ~]# hciconfig -a
hci0: Type: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:9 acl:0 sco:0 commands:4 errors:1
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
When I try hciconfig hci0 up , this is the response
[root@localhost ~]# hciconfig hci0 up
Can't init device hci0. Connection timed out(110)
[root@localhost ~]#
lsusb displays this
[root@localhost ~]# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 046d:c517 Logitech, Inc.
Bus 002 Device 002: ID 1131:1001 Integrated System Solution Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
The dongle's green LED is ON continuosly.
I searched google and went through the bluez posts and found similar posts.
but could not find a solution. Any help on this would be great since I already wasted more than a week after this.
Thanks
Anoop
---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.
[-- Attachment #1.2: Type: text/html, Size: 2928 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Bluez-users] Cant get dongle up
2006-10-20 8:40 [Bluez-users] Cant get dongle up anoop
@ 2006-10-20 8:51 ` Marcel Holtmann
2006-10-20 9:35 ` anoop
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2006-10-20 8:51 UTC (permalink / raw)
To: BlueZ users
Hi,
> I am new to Linux and blueZ, so may be my question may be silly.
>
> My USB BT dongle has ISSC chipset (the ebay seller claimed that it
> will be a Bilionton dongle but it turned out to be a cheap EEPROM less
> dongle with 11:11.. BD address ) . It works fine in windows with
> blusoleil. But I could not get it working in Linux - Kernerl 2.6.11 ,
> Fedora core 3 redhat 12.0.
does it change the address when using it with BlueSoleil? If it doesn't
then you might wanna return this dongle and buy a good one.
You kernel is quite ancient. You can try to load the hci_usb driver with
the isoc=0 switch, but it might be a better idea to upgrade to Fedora
Core 6 on Tuesday.
Regards
Marcel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Cant get dongle up
2006-10-20 8:51 ` Marcel Holtmann
@ 2006-10-20 9:35 ` anoop
0 siblings, 0 replies; 4+ messages in thread
From: anoop @ 2006-10-20 9:35 UTC (permalink / raw)
To: BlueZ users
[-- Attachment #1.1: Type: text/plain, Size: 1630 bytes --]
Thanks Marcel. Dongle's BD address is not changing. How about buying a D-link DBT120 dongle?. I will try upgrading the kernel. Mean while can you please tell me how to load hci_usb with isoc=0 switch ?.
Regards
Anoop
Marcel Holtmann <marcel@holtmann.org> wrote: Hi,
> I am new to Linux and blueZ, so may be my question may be silly.
>
> My USB BT dongle has ISSC chipset (the ebay seller claimed that it
> will be a Bilionton dongle but it turned out to be a cheap EEPROM less
> dongle with 11:11.. BD address ) . It works fine in windows with
> blusoleil. But I could not get it working in Linux - Kernerl 2.6.11 ,
> Fedora core 3 redhat 12.0.
does it change the address when using it with BlueSoleil? If it doesn't
then you might wanna return this dongle and buy a good one.
You kernel is quite ancient. You can try to load the hci_usb driver with
the isoc=0 switch, but it might be a better idea to upgrade to Fedora
Core 6 on Tuesday.
Regards
Marcel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
[-- Attachment #1.2: Type: text/html, Size: 2076 bytes --]
[-- Attachment #2: Type: text/plain, Size: 373 bytes --]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
[-- Attachment #3: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.24272.1161364394.22397.bluez-users@lists.sourceforge.net>]
* Re: [Bluez-users] Cant get dongle up
[not found] <mailman.24272.1161364394.22397.bluez-users@lists.sourceforge.net>
@ 2006-10-20 19:20 ` Steve " 'dillo " Okay (Roadknight Labs)
0 siblings, 0 replies; 4+ messages in thread
From: Steve " 'dillo " Okay (Roadknight Labs) @ 2006-10-20 19:20 UTC (permalink / raw)
To: bluez-users
>
> ------------------------------
>
> Message: 3
> Date: Fri, 20 Oct 2006 02:35:44 -0700 (PDT)
> From: anoop <ee02m043@yahoo.com>
> Subject: Re: [Bluez-users] Cant get dongle up
> To: BlueZ users <bluez-users@lists.sourceforge.net>
> Message-ID: <20061020093544.63213.qmail@web52002.mail.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks Marcel. Dongle's BD address is not changing. How about
> buying a D-link DBT120 dongle?.
A DBT120 should work quite well. It's been a while since I've done
anything serious with BlueZ, but I do know I've used a DBT-120
successfully between a Linux system and a Powerbook running OS X as
far back as Linux kernel 2.4.21.
HTH,
'dillo
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-10-20 19:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20 8:40 [Bluez-users] Cant get dongle up anoop
2006-10-20 8:51 ` Marcel Holtmann
2006-10-20 9:35 ` anoop
[not found] <mailman.24272.1161364394.22397.bluez-users@lists.sourceforge.net>
2006-10-20 19:20 ` Steve " 'dillo " Okay (Roadknight Labs)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.