okay.. here is what i tried.. first a cat of /proc/bus/usb/devices with the bluetooth dongle, then a cat .... without the dongle and the result is below.. 36c36 < B: Alloc= 27/900 us ( 3%), #Int= 1, #Iso= 2 ---
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
46,74d45 < T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 < D: Ver= 1.10 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs= 1 < P: Vendor=1131 ProdID=1001 Rev= 3.73 < S: Product=ISSCBTA < C:* #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr= 0mA < I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms < E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms < E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms < I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms < I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms < I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms < I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms < I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms < I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb < E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms < E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms < I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) < the last one "< I: If#= 2 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)", does not have a driver, so how do i know if my device is configured (has a driver) ? any inputs would be really good.. thanks for all the help.. regards, Udayan On 7/9/07, Mikkel L. Ellertson <mikkel@xxxxxxxxxxxxxxxx> wrote:
Udayan Singh wrote: > Hi > > Have been using FC6, and have a laptop from company called HCL > (Indian) and Centrino processor. I have attached a USB dongle to it > (version 1.2). Now this system is dual boot, so when i log on from > windows, am able to see the rest of the devices on network. Now if i > logon from FC6, am unable to check which devices are there. > > I have a motorola mobile (also having version 1.2) , v3i. > > Any pointers to how can i see the bluetooth devices that have been > registered by kernel (can i see in proc/ sys fileystem). > > Any inputs would be wonderfu.l.. > > Regards, > Udayan > The first thing I would check is to see if the bluetooth dongle is a supported USB device. If you look in /proc/bus/usb/devices for the device, and check if it has a driver. Here are two examples of what to look for. Unsupported IrDA device: T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 12 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=07d0 ProdID=4959 Rev= 1.00 S: Manufacturer=Kingsun CO. S: Product=USB to IRDA C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=1ms Supported mouse: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=045e ProdID=0040 Rev= 3.00 S: Manufacturer=Microsoft S: Product=Microsoft 3-Button Mouse with IntelliEye(TM) C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=10ms The S: lines will usualy give you an idea of what the device is. The I line will show you the driver for the device. If there is no driver shown, then you will have to see if you can find a driver for it. This will probably not be easy is there isn't one in the current kernel... Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup! -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list