* Re: Help for bluez-bluefw-1.0. [not found] ` <1088685238.4540.190.camel@pegasus> @ 2004-07-01 12:57 ` Zhikui Chen 2004-07-01 13:06 ` [Bluez-users] " Marcel Holtmann 0 siblings, 1 reply; 8+ messages in thread From: Zhikui Chen @ 2004-07-01 12:57 UTC (permalink / raw) To: Marcel Holtmann; +Cc: bluez-users Thanks. Whats bluez modules will be needed for 2.6.7? Bluetooth I will use is USB dongle ePox and the courrent kernel is 2.6.7. I configured 2.6.7 kernel and built it. and built bluez stuffs: hcidump, hciemu, libs2.7, pan1.1, utils2.7 And I modified /etc/modules.conf by adding lines: alias bt-proto-0 l2cap alias net-pf-31 bluez alias bt-proto-2 sco alias bt-proto-3 rfcomm alias bt-proto-4 bnep alais char-major-10-250 hci_uhci BUT: For my redhat 8 (my notebook PCG 2600TEK only can be installed redhat 8, redhat 9 and mandrake 9.2 could not be install), hciconfig could not be found, and using locate hciconfig, there is output. Marcel could tell me the reason and how should I do? For my redhat 9 (my PC), hciconfig reports that Can't open HCI socket, Address family not surport by protocol, but for 2.4.25, it is ok. Would you like to tell me, whta sould I do? I want to build a bluetooth connection betweent my pc and my notebook. The both bluetooth drivers are BT-DG03 (USB ePOX). Thanks a lot. Zhikui Marcel Holtmann wrote: >Hi Zhikui, > > > >>I have download bluez-bluefw-1.0 source code for Redhat 8 and 9, and >>extracted the gziped file. But ./configure outputs "configure error : >>Linux kernel source not found in /usr/src/linux", who can tell me why >>and how to the next step? And tried to install bluez-bluefw-1.0.rpm, I >>was told cannot open packages database in /var/lib/rpm and I am sure I >>am root login. >> >> > >for what driver do you need bluefw? If you use a 2.6.7 kernel then there >is no need to use bluefw. > >Regards > >Marcel > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bluez-users] Re: Help for bluez-bluefw-1.0. 2004-07-01 12:57 ` Help for bluez-bluefw-1.0 Zhikui Chen @ 2004-07-01 13:06 ` Marcel Holtmann [not found] ` <40E412AA.4070908@po.uni-stuttgart.de> 0 siblings, 1 reply; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 13:06 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > Thanks. Whats bluez modules will be needed for 2.6.7? > > Bluetooth I will use is USB dongle ePox and the courrent kernel is 2.6.7. > I configured 2.6.7 kernel and built it. and built bluez stuffs: hcidump, > hciemu, libs2.7, pan1.1, utils2.7 > And I modified /etc/modules.conf by adding lines: > alias bt-proto-0 l2cap > alias net-pf-31 bluez > alias bt-proto-2 sco > alias bt-proto-3 rfcomm > alias bt-proto-4 bnep > alais char-major-10-250 hci_uhci > > BUT: > For my redhat 8 (my notebook PCG 2600TEK only can be installed redhat 8, > redhat 9 and mandrake 9.2 could not be install), hciconfig could not be > found, and using locate hciconfig, there is output. Marcel could tell me > the reason and how should I do? > For my redhat 9 (my PC), hciconfig reports that Can't open HCI socket, > Address family not surport by protocol, but for 2.4.25, it is ok. Would > you like to tell me, whta sould I do? I want to build a bluetooth > connection betweent my pc and my notebook. The both bluetooth drivers > are BT-DG03 (USB ePOX). the EPoX dongles are CSR based and so not bluefw is needed. Load the hci_usb driver and everything should work. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
[parent not found: <40E412AA.4070908@po.uni-stuttgart.de>]
* [Bluez-users] Re: Help for bluez-bluefw-1.0. [not found] ` <40E412AA.4070908@po.uni-stuttgart.de> @ 2004-07-01 13:39 ` Marcel Holtmann [not found] ` <40E416AB.2040904@po.uni-stuttgart.de> 0 siblings, 1 reply; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 13:39 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > Thanks for your kindness. > > I installed the hci_usb modules, hciconfig still has no output: > > My PC reports: > > bnep 16000 0 > crc32 4608 1 bnep > l2cap 23680 1 bnep > hci_usb 13312 0 > bluetooth 47332 3 bnep,l2cap,hci_usb > autofs 15616 0 > ds 20100 2 > yenta_socket 21248 0 > pcmcia_core 67076 2 ds,yenta_socket > 3c59x 39720 0 > ohci1394 34560 0 > ieee1394 318352 1 ohci1394 > parport_pc 25120 0 > parport 40128 1 parport_pc > usbcore 109780 2 hci_usb > [root@localhost root]# hciconfig > [root@localhost root]# > > Could you tell me what mistake I made? you must a least load one USB host controller driver. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
[parent not found: <40E416AB.2040904@po.uni-stuttgart.de>]
* [Bluez-users] Re: Help for bluez-bluefw-1.0. [not found] ` <40E416AB.2040904@po.uni-stuttgart.de> @ 2004-07-01 13:54 ` Marcel Holtmann [not found] ` <40E41A18.8050201@po.uni-stuttgart.de> 0 siblings, 1 reply; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 13:54 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > I have loaded USB drivers for computers. I don't think so, because I don't saw uhci_hcd or ohci_hcd. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
[parent not found: <40E41A18.8050201@po.uni-stuttgart.de>]
* [Bluez-users] Re: Help for bluez-bluefw-1.0. [not found] ` <40E41A18.8050201@po.uni-stuttgart.de> @ 2004-07-01 14:11 ` Marcel Holtmann [not found] ` <40E4206F.6060101@po.uni-stuttgart.de> 0 siblings, 1 reply; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 14:11 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > After I loaded uhci_hcd, I got: > [root@localhost root]# 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:0 acl:0 sco:0 commands:0 errors:0 > Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 > Packet type: DM1 DH1 HV1 > Link policy: > Link mode: SLAVE ACCEPT > Normally, the report should have a non-zero value for some parameters, > the module uhci_hcd is not correct choice? or ehci_hcd or ohci_hcd? use "hciconfig hci0 up" and follow the newbie howtos from my site. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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
[parent not found: <40E4206F.6060101@po.uni-stuttgart.de>]
* [Bluez-users] Re: Help for bluez-bluefw-1.0. [not found] ` <40E4206F.6060101@po.uni-stuttgart.de> @ 2004-07-01 14:40 ` Marcel Holtmann 2004-07-01 15:00 ` Zhikui Chen 0 siblings, 1 reply; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 14:40 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > So now hciconfig can display the drivers' addresses. > My PC BD address is 00:04:61:81:AD:36 > My notebopok BD is 00:04:61:81:AC:5B > I use hcitool scan, but no output report. > l2ping 00:04:61:81:AC:5B from 00:04:61:81:AD:36, report is "Can't > connect .; host is down", > > BUT my notebook scanned an other computer's bluetooth driver and can > l2ping to it. What's wrong of my PC? My PC has four USB ports, two of > them are from PCIcard. I have tried all ports, My PC can not scan other > bluetooth drivers or l2ping to an other. Using hcitool inq also can not > found my PC bluetooth drivers. start hcid. This is easier and don't have to guide you through all the steps. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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: Help for bluez-bluefw-1.0. 2004-07-01 14:40 ` Marcel Holtmann @ 2004-07-01 15:00 ` Zhikui Chen 2004-07-01 15:02 ` [Bluez-users] " Marcel Holtmann 0 siblings, 1 reply; 8+ messages in thread From: Zhikui Chen @ 2004-07-01 15:00 UTC (permalink / raw) To: Marcel Holtmann; +Cc: BlueZ Mailing List Hi, Marcel, Thanks for your help. Now it's ok after I change a new USB driver. Could you tell me how to enable BNEP/BNEP0? I want to transfer IP packets over bluetooth. Best regards, Zhikui >start hcid. This is easier and don't have to guide you through all the >steps. > >Regards > >Marcel > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bluez-users] Re: Help for bluez-bluefw-1.0. 2004-07-01 15:00 ` Zhikui Chen @ 2004-07-01 15:02 ` Marcel Holtmann 0 siblings, 0 replies; 8+ messages in thread From: Marcel Holtmann @ 2004-07-01 15:02 UTC (permalink / raw) To: Zhikui Chen; +Cc: BlueZ Mailing List Hi Zhikui, > Thanks for your help. > > Now it's ok after I change a new USB driver. > > Could you tell me how to enable BNEP/BNEP0? I want to transfer IP > packets over bluetooth. as I said before, look at the howtos. Look for the kernel module bnep.ko and the userspace tool pand. Regards Marcel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ 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-07-01 15:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <40E40440.8070109@po.uni-stuttgart.de>
[not found] ` <1088685238.4540.190.camel@pegasus>
2004-07-01 12:57 ` Help for bluez-bluefw-1.0 Zhikui Chen
2004-07-01 13:06 ` [Bluez-users] " Marcel Holtmann
[not found] ` <40E412AA.4070908@po.uni-stuttgart.de>
2004-07-01 13:39 ` Marcel Holtmann
[not found] ` <40E416AB.2040904@po.uni-stuttgart.de>
2004-07-01 13:54 ` Marcel Holtmann
[not found] ` <40E41A18.8050201@po.uni-stuttgart.de>
2004-07-01 14:11 ` Marcel Holtmann
[not found] ` <40E4206F.6060101@po.uni-stuttgart.de>
2004-07-01 14:40 ` Marcel Holtmann
2004-07-01 15:00 ` Zhikui Chen
2004-07-01 15:02 ` [Bluez-users] " Marcel Holtmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox