* [Bluez-users] travelmate c110
@ 2004-10-18 13:42 pokui
2004-10-18 13:48 ` Marcel Holtmann
0 siblings, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-18 13:42 UTC (permalink / raw)
To: bluez-users
Hi all,
The chipset on my acer travelmate c110 doesn't seem to be supported
because typing "hcitool dev" gives me:
Devices:
#
1. Is there anyway I can tell what chipset this laptop is using (and
cross-check against the h/w list).
2. Given that the chipset may not be supported (if I can find out what the
answer to 1 is), what would I need to add support for this chipset (in
terms of what major parts of the code do I need to modify etc)
thanks.
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-18 13:42 [Bluez-users] travelmate c110 pokui
@ 2004-10-18 13:48 ` Marcel Holtmann
2004-10-18 13:54 ` pokui
2004-10-19 10:42 ` [Bluez-users] Student query: a question about multihop libo
0 siblings, 2 replies; 12+ messages in thread
From: Marcel Holtmann @ 2004-10-18 13:48 UTC (permalink / raw)
To: pokui; +Cc: BlueZ Mailing List
Hi,
> The chipset on my acer travelmate c110 doesn't seem to be supported
> because typing "hcitool dev" gives me:
> Devices:
> #
>
> 1. Is there anyway I can tell what chipset this laptop is using (and
> cross-check against the h/w list).
>
> 2. Given that the chipset may not be supported (if I can find out what the
> answer to 1 is), what would I need to add support for this chipset (in
> terms of what major parts of the code do I need to modify etc)
use "hciconfig -a" to look for your local adapter, but first check any
hardware switch on your machine. Maybe you have to activate it first.
You can also use "lsusb" and check "/proc/bus/usb/devices".
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-18 13:48 ` Marcel Holtmann
@ 2004-10-18 13:54 ` pokui
2004-10-18 14:19 ` Marcel Holtmann
2004-10-19 10:42 ` [Bluez-users] Student query: a question about multihop libo
1 sibling, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-18 13:54 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: pokui, BlueZ Mailing List
> Hi,
>
>> The chipset on my acer travelmate c110 doesn't seem to be supported
>> because typing "hcitool dev" gives me:
>> Devices:
>> #
>>
>> 1. Is there anyway I can tell what chipset this laptop is using (and
>> cross-check against the h/w list).
>>
>> 2. Given that the chipset may not be supported (if I can find out what
>> the
>> answer to 1 is), what would I need to add support for this chipset (in
>> terms of what major parts of the code do I need to modify etc)
>
> use "hciconfig -a" to look for your local adapter, but first check any
> hardware switch on your machine. Maybe you have to activate it first.
> You can also use "lsusb" and check "/proc/bus/usb/devices".
Hi there,
hciconfig -a just returns my prompt... FWIW, this is an inbuilt chipset on
a tabletpc... does it still show up as USB device?
>
> Regards
>
> Marcel
>
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-18 13:54 ` pokui
@ 2004-10-18 14:19 ` Marcel Holtmann
2004-10-19 13:08 ` pokui
0 siblings, 1 reply; 12+ messages in thread
From: Marcel Holtmann @ 2004-10-18 14:19 UTC (permalink / raw)
To: pokui; +Cc: BlueZ Mailing List
Hi,
> hciconfig -a just returns my prompt... FWIW, this is an inbuilt chipset on
> a tabletpc... does it still show up as USB device?
I am not sure. Maybe it is attached through an UART. Is Windows giving
you any kind of extra information about the bus type of your Bluetooth
adapter?
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Bluez-users] Student query: a question about multihop
2004-10-18 13:48 ` Marcel Holtmann
2004-10-18 13:54 ` pokui
@ 2004-10-19 10:42 ` libo
2004-10-19 10:56 ` Marcel Holtmann
1 sibling, 1 reply; 12+ messages in thread
From: libo @ 2004-10-19 10:42 UTC (permalink / raw)
To: bluez-users
+---------+
| GN |
+---------+
/ \
/ \
/ \
/ \
+--------+ +--------+
| PANU 1 | | PANU 2|
+--------+ +--------+
I did as the HOWTO-PAN.txt said.
GN connect with PANU1 with bnep0 and PANU1 with bnep1. I have to allocate IPs for both of bnep0 (10.0.0.1) and bnep1 (10.0.1.1), thus PANU1 (10.0.0.2) and PANU2 (10.0.1.2) are in different subnet, and they can not ping each other.
I may have done something wrong. It is unrealistic to allocate IP for each bnep if there are more PANUs connect to the GN. I think there must be a better way to let those PANUs in the same subnet, and one can access the other through GN easily.
Thank you for your advice.
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] Student query: a question about multihop
2004-10-19 10:42 ` [Bluez-users] Student query: a question about multihop libo
@ 2004-10-19 10:56 ` Marcel Holtmann
0 siblings, 0 replies; 12+ messages in thread
From: Marcel Holtmann @ 2004-10-19 10:56 UTC (permalink / raw)
To: libo; +Cc: BlueZ Mailing List
Hi,
> +---------+
> | GN |
> +---------+
> / \
> / \
> / \
> / \
> +--------+ +--------+
> | PANU 1 | | PANU 2|
> +--------+ +--------+
> I did as the HOWTO-PAN.txt said.
> GN connect with PANU1 with bnep0 and PANU1 with bnep1. I have to allocate IPs for both of bnep0 (10.0.0.1) and bnep1 (10.0.1.1), thus PANU1 (10.0.0.2) and PANU2 (10.0.1.2) are in different subnet, and they can not ping each other.
> I may have done something wrong. It is unrealistic to allocate IP for each bnep if there are more PANUs connect to the GN. I think there must be a better way to let those PANUs in the same subnet, and one can access the other through GN easily.
there is an easier way. Use bridging.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-18 14:19 ` Marcel Holtmann
@ 2004-10-19 13:08 ` pokui
2004-10-19 13:16 ` Marcel Holtmann
0 siblings, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-19 13:08 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: pokui, BlueZ Mailing List
[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]
> Hi,
>
>> hciconfig -a just returns my prompt... FWIW, this is an inbuilt chipset
>> on
>> a tabletpc... does it still show up as USB device?
>
> I am not sure. Maybe it is attached through an UART. Is Windows giving
> you any kind of extra information about the bus type of your Bluetooth
> adapter?
Oddly enough, windows reports it as a USB CSR bluetooth device by widcomm.
FWIW, this is running SuSE 9.1. I've attached text files that show the
output of the commands:
-lsusb -vv > lsusb.txt
-cat /proc/bus/usb/devices_please-use-sysfs-instead > proc_bus.txt
uname -a returns:
Linux noah 2.6.4-52-default #1 Wed Apr 7 02:08:30 UTC 2004 i686 i686 i386
GNU/Linux
Any ideas?
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
> more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
[-- Attachment #2: lsusb.txt --]
[-- Type: text/plain, Size: 7968 bytes --]
Bus 004 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 1
bMaxPacketSize0 8
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3 Linux 2.6.4-52-default ehci_hcd
iProduct 2 EHCI Host Controller
iSerial 1 0000:00:1d.7
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x40
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 2
bInterval 12
Language IDs: (length=4)
0409 English(US)
Bus 003 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3 Linux 2.6.4-52-default uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.2
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x40
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 2
bInterval 255
Language IDs: (length=4)
0409 English(US)
Bus 002 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3 Linux 2.6.4-52-default uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x40
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 2
bInterval 255
Language IDs: (length=4)
0409 English(US)
Bus 001 Device 003: ID 1241:1111
Language IDs: none (cannot get min. string descriptor; got len=-1, error=32:Broken pipe)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 0 Interface
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x1241
idProduct 0x1111
bcdDevice 1.00
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 34
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Devices
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 2 Mouse
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.00
bCountryCode 0
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 52
cannot get report descriptor
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 8
bInterval 8
Language IDs: none (cannot get min. string descriptor; got len=-1, error=32:Broken pipe)
Bus 001 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3 Linux 2.6.4-52-default uhci_hcd
iProduct 2 UHCI Host Controller
iSerial 1 0000:00:1d.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x40
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 2
bInterval 255
Language IDs: (length=4)
0409 English(US)
[-- Attachment #3: proc_bus.txt --]
[-- Type: text/plain, Size: 2218 bytes --]
T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.4-52-default ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:00:1d.7
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=256ms
T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.4-52-default uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.2
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.4-52-default uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.1
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc=118/900 us (13%), #Int= 1, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.4-52-default uhci_hcd
S: Product=UHCI Host Controller
S: SerialNumber=0000:00:1d.0
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0
D: Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=1241 ProdID=1111 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=hid
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=8ms
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-19 13:08 ` pokui
@ 2004-10-19 13:16 ` Marcel Holtmann
2004-10-19 13:21 ` pokui
0 siblings, 1 reply; 12+ messages in thread
From: Marcel Holtmann @ 2004-10-19 13:16 UTC (permalink / raw)
To: pokui; +Cc: BlueZ Mailing List
Hi,
> >> a tabletpc... does it still show up as USB device?
> >
> > I am not sure. Maybe it is attached through an UART. Is Windows giving
> > you any kind of extra information about the bus type of your Bluetooth
> > adapter?
>
> Oddly enough, windows reports it as a USB CSR bluetooth device by widcomm.
> FWIW, this is running SuSE 9.1. I've attached text files that show the
> output of the commands:
>
> -lsusb -vv > lsusb.txt
> -cat /proc/bus/usb/devices_please-use-sysfs-instead > proc_bus.txt
there is no CSR dongle in the devices file and so you must find the
switch to activate it. Maybe it is only a software switch. Is there an
ACER ACPI module available?
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-19 13:16 ` Marcel Holtmann
@ 2004-10-19 13:21 ` pokui
2004-10-19 14:12 ` pokui
0 siblings, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-19 13:21 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: pokui, BlueZ Mailing List
> Hi,
>
>> >> a tabletpc... does it still show up as USB device?
>> >
>> > I am not sure. Maybe it is attached through an UART. Is Windows giving
>> > you any kind of extra information about the bus type of your Bluetooth
>> > adapter?
>>
>> Oddly enough, windows reports it as a USB CSR bluetooth device by
>> widcomm.
>> FWIW, this is running SuSE 9.1. I've attached text files that show the
>> output of the commands:
>>
>> -lsusb -vv > lsusb.txt
>> -cat /proc/bus/usb/devices_please-use-sysfs-instead > proc_bus.txt
>
> there is no CSR dongle in the devices file and so you must find the
> switch to activate it. Maybe it is only a software switch. Is there an
> ACER ACPI module available?
Yes there is. Building it now... will post as soon as it's done - there is
a button above my keyboard I had ignored - probably it'll do the trick.
thanks.
>
> Regards
>
> Marcel
>
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-19 13:21 ` pokui
@ 2004-10-19 14:12 ` pokui
2004-10-19 14:26 ` pokui
0 siblings, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-19 14:12 UTC (permalink / raw)
To: Marcel Holtmann, BlueZ Mailing List
>> there is no CSR dongle in the devices file and so you must find the
>> switch to activate it. Maybe it is only a software switch. Is there an
>> ACER ACPI module available?
>
> Yes there is. Building it now... will post as soon as it's done
hmm.. I've got that up, only I have this error message from the kernel.
Oct 19 17:07:55 noah kernel: hub 4-0:1.0: connect-debounce failed, port 5
disabled
how do I enable the "port 5" of my usb hub?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-19 14:12 ` pokui
@ 2004-10-19 14:26 ` pokui
2004-10-19 14:54 ` Marcel Holtmann
0 siblings, 1 reply; 12+ messages in thread
From: pokui @ 2004-10-19 14:26 UTC (permalink / raw)
To: Marcel Holtmann, BlueZ Mailing List
>
> how do I enable the "port 5" of my usb hub?
never mind: figured out how to get the acpi module to behave "civily" :-)
# hciconfig -a
hci0: Type: USB
BD Address: 00:02:8A:9E:8B:8A ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:107 acl:0 sco:0 events:14 errors:0
TX bytes:300 acl:0 sco:0 commands:13 errors:0
Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'BlueZ (0)'
Class: 0xff0100
Service Classes: Positioning, Networking, Rendering, Capturing,
Object Transfer, Audio, Telephony, Information
Device Class: Computer, Uncategorized
HCI Ver: 1.1 (0x1) HCI Rev: 0x20d LMP Ver: 1.1 (0x1) LMP Subver:
0x20d
Manufacturer: Cambridge Silicon Radio (10)
thanks all.. (maybe I should write an acer c110 howto ;-) )
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Bluez-users] travelmate c110
2004-10-19 14:26 ` pokui
@ 2004-10-19 14:54 ` Marcel Holtmann
0 siblings, 0 replies; 12+ messages in thread
From: Marcel Holtmann @ 2004-10-19 14:54 UTC (permalink / raw)
To: pokui; +Cc: BlueZ Mailing List
Hi,
> never mind: figured out how to get the acpi module to behave "civily" :-)
>
> # hciconfig -a
> hci0: Type: USB
> BD Address: 00:02:8A:9E:8B:8A ACL MTU: 192:8 SCO MTU: 64:8
> UP RUNNING PSCAN ISCAN
> RX bytes:107 acl:0 sco:0 events:14 errors:0
> TX bytes:300 acl:0 sco:0 commands:13 errors:0
> Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
> Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
> Link policy: RSWITCH HOLD SNIFF PARK
> Link mode: SLAVE ACCEPT
> Name: 'BlueZ (0)'
> Class: 0xff0100
> Service Classes: Positioning, Networking, Rendering, Capturing,
> Object Transfer, Audio, Telephony, Information
> Device Class: Computer, Uncategorized
> HCI Ver: 1.1 (0x1) HCI Rev: 0x20d LMP Ver: 1.1 (0x1) LMP Subver:
> 0x20d
> Manufacturer: Cambridge Silicon Radio (10)
>
>
> thanks all.. (maybe I should write an acer c110 howto ;-) )
please do so and post the URL. I will link it from my page.
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-10-19 14:54 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-18 13:42 [Bluez-users] travelmate c110 pokui
2004-10-18 13:48 ` Marcel Holtmann
2004-10-18 13:54 ` pokui
2004-10-18 14:19 ` Marcel Holtmann
2004-10-19 13:08 ` pokui
2004-10-19 13:16 ` Marcel Holtmann
2004-10-19 13:21 ` pokui
2004-10-19 14:12 ` pokui
2004-10-19 14:26 ` pokui
2004-10-19 14:54 ` Marcel Holtmann
2004-10-19 10:42 ` [Bluez-users] Student query: a question about multihop libo
2004-10-19 10:56 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox