Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hciattach(8) [redhat man page]

HCIATTACH(8)						    Linux System Administration 					      HCIATTACH(8)

NAME
hciattach - attach serial devices via UART HCI to BlueZ stack SYNOPSIS
hciattach < tty > < type | id > [ speed ] [ flow ] DESCRIPTION
Hciattach is used to attach a serial UART to the Bluetooth stack as HCI transport interface. OPTIONS
<tty> This specifies the serial device to attach. A leading /dev can be omitted. Examples: /dev/ttyS1 ttyS2 <type | id> The type or id of the Bluetooth device that is to be attached, i.e. vendor or other device specific identifier. Currently supported types are type description any Unspecified HCI_UART interface, no vendor specific options ericsson Ericsson based modules digi Digianswer based cards xircom Xircom PCMCIA cards: Credit Card Adapter and Real Port Adapter csr CSR Casira serial adapter or BrainBoxes serial dongle (BL642) bboxes BrainBoxes PCMCIA card (BL620) swave Silicon Wave kits bcsp Serial adapters using CSR chips with BCSP serial protocol Supported IDs are (manufacturer id, product id) 0x0105, 0x080a Xircom PCMCIA cards: Credit Card Adapter and Real Port Adapter 0x0160, 0x0002 BrainBoxes PCMCIA card (BL620) <speed> The speed specifies the UART speed to use. Baudrates higher than 115.200bps require vendor specific initializations that are not implemented for all types of devices. In general the following speeds are supported: 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600 Supported vendor devices are automatically initialised to their respective best settings. <flow> If the keyword flow is appended to the list of options then hardware flow control is forced on the serial link ( CRTSCTS ). All above mentioned device types have flow set by default. To force no flow control use noflow instead. AUTHORS
Written by Maxim Krasnyansky <maxk@qualcomm.com> man page by Nils Faerber <nils@kernelconcepts.de> BlueZ Jan 22 2002 HCIATTACH(8)

Check Out this Related Man Page

XE(4)							   BSD Kernel Interfaces Manual 						     XE(4)

NAME
xe -- Xircom PCMCIA Ethernet device driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device xe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_xe_load="YES" DESCRIPTION
The xe driver supports PCMCIA Ethernet adapters based on Xircom CE2- and CE3-class hardware. This includes devices made by Xircom along with various OEM manufacturers. Please note that the xe driver only supports PCMCIA cards and their Ethernet functions. xe does not support the on-board modem device located on some version of the Ethernet/modem combo cards. In particular, Xircom RealPort2 cards are not supported by this driver. The xe driver supports the following media types: autoselect Enable autoselection of media type and options. 10Base2/BNC Select 10Mbps operation on a BNC coaxial connector. 10BaseT/UTP Select 10Mbps operation on a RJ-45 connector. 100BaseTX Select 100Mbps operation. Note that 100BaseTX operation is not available on CE2-class cards, while the 10Base2/BNC mode is only available on CE2-class cards. Full- duplex operation is currently not supported. For more information on configuring network interface devices, see ifconfig(8). HARDWARE
The xe driver supports the following cards: o Xircom CreditCard Ethernet (PS-CE2-10) o Xircom CreditCard Ethernet + Modem 28 (PS-CEM-28) o Xircom CreditCard Ethernet + Modem 33 (CEM33) o Xircom CreditCard 10/100 (CE3, CE3B) o Xircom CreditCard Ethernet 10/100 + Modem 56 (CEM56) o Xircom RealPort Ethernet 10 (RE10) o Xircom RealPort Ethernet 10/100 (RE100) o Xircom RealPort Ethernet 10/100 + Modem 56 (REM56, REM56G) o Accton Fast EtherCard-16 (EN2226) o Compaq Microcom CPQ550 Ethernet/Modem PC Card o Compaq Netelligent 10/100 PC Card (CPQ-10/100) o Intel EtherExpress Pro/100 PC Card Mobile Adapter 16 (Pro/100 M16A) o Intel EtherExpress Pro/100 LAN/Modem PC Card Adapter (Pro/100 M16B) Other similar devices using the same hardware may also be supported. DIAGNOSTICS
xe%d: Cannot allocate ioport xe%d: Cannot allocate irq A fatal initialization error occurred while attempting to allocate system resources for the card. xe%d: Unable to fix your %s combo card A fatal initialization error occurred while attempting to attach an Ethernet/modem combo card. xe%d: watchdog timeout: resetting card The card failed to generate an interrupt acknowledging a transmitted packet. May indicate a PCMCIA configuration problem. xe%d: no carrier The card has lost all contact with the network; this usually indicates a cable problem. SEE ALSO
pccard(4), ifconfig(8) HISTORY
The xe driver first appeared in FreeBSD 3.3. AUTHORS
The xe device driver was written by Scott Mitchell <rsm@FreeBSD.org>. This manual page was written by Scott Mitchell <rsm@FreeBSD.org>, and Tom Rhodes <trhodes@FreeBSD.org>. BUGS
Supported devices will fail to attach on some machines using the NEWCARD PC Card framework. Automatic media selection is usually unreliable. BSD
July 16, 2005 BSD
Man Page