Michael Butler
2008-Apr-27 21:43 UTC
Sierra AirCard 595 and Belkin Bluetooth adapter F8T020 + F8T007
Neither of these devices appear to be supported in the /sys/dev/usb/usbdevs list. The Aircard 595 shows up as .. kernel: ohci0: <NEC uPD 9210 USB controller> mem 0xf0908000-0xf0908fff irq 18 at device 0.0 on cardbus0 kernel: ohci0: [GIANT-LOCKED] kernel: ohci0: [ITHREAD] kernel: usb5: OHCI version 1.0 kernel: usb5: <NEC uPD 9210 USB controller> on ohci0 kernel: usb5: USB revision 1.0 kernel: uhub5: <NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb5 kernel: uhub5: 1 port with 1 removable, self powered kernel: ohci1: <NEC uPD 9210 USB controller> mem 0xf0909000-0xf0909fff irq 18 at device 0.1 on cardbus0 kernel: ohci1: [GIANT-LOCKED] kernel: ohci1: [ITHREAD] kernel: usb6: OHCI version 1.0 kernel: usb6: <NEC uPD 9210 USB controller> on ohci1 kernel: usb6: USB revision 1.0 kernel: uhub6: <NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb6 kernel: uhub6: 1 port with 1 removable, self powered root: Unknown USB device: vendor 0x1199 product 0x0019 bus uhub5 kernel: ugen0: <Sierra Wireless, Incorporated Sierra Wireless AC595 Modem, class 0/0, rev 1.10/0.02, addr 2> on uhub5 Would I be correct in assuming that simply adding this device to usbdevs and umodem.c is sufficient? Secondly, the bluetooth adapter shows up as a straightforward serial port .. kernel: sio4: <Bluetooth BT0100M > at port 0x2f8-0x2ff irq 18 function 0 config 1 on pccard0 kernel: sio4: type 16550A kernel: sio4: [FILTER] How can I hook this up to the bluetooth netgraph stack? Michael