Thursday, May 08, 2008

EVDO airframe drivers and Hardy



Turns out (big surprise!) I was full of it the other night for contemplating leaving Linux for OpenSolaris to get better USB throughput.

[ 63.558567] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for airprime
[ 63.558587] airprime 2-1:1.0: airprime converter detected
[ 63.558675] usb 2-1: airprime converter now attached to ttyUSB0
[ 63.558719] usb 2-1: airprime converter now attached to ttyUSB1
[ 63.558761] usb 2-1: airprime converter now attached to ttyUSB2
[ 63.558768] airprime 2-1:1.1: airprime converter detected
[ 63.558812] usb 2-1: airprime converter now attached to ttyUSB3
[ 63.558854] usb 2-1: airprime converter now attached to ttyUSB4
[ 63.558897] usb 2-1: airprime converter now attached to ttyUSB5
[ 63.558903] airprime 2-1:1.2: airprime converter detected
[ 63.558946] usb 2-1: airprime converter now attached to ttyUSB6
[ 63.558995] usb 2-1: airprime converter now attached to ttyUSB7
[ 63.559037] usb 2-1: airprime converter now attached to ttyUSB8
[ 63.559043] airprime 2-1:1.3: airprime converter detected
[ 63.559088] usb 2-1: airprime converter now attached to ttyUSB9
[ 63.559129] usb 2-1: airprime converter now attached to ttyUSB10
[ 63.559171] usb 2-1: airprime converter now attached to ttyUSB11
[ 63.559180] usbcore: registered new interface driver airprime
[ 63.577915] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c: USB Serial support registered for GSM modem (1-port)
[ 63.577937] usbcore: registered new interface driver option
[ 63.577939] /build/buildd/linux-2.6.24/drivers/usb/serial/option.c: USB Driver for GSM modems: v0.7.1

And

mfranz@ubuntu-t61:~$ lsmod | grep usb
usbserial 35688 5 option,airprime
usb_storage 73408 0
libusual 18980 1 usb_storage
scsi_mod 151180 6 usb_storage,sbp2,sr_mod,sg,sd_mod,libata
usbcore 146028 8 option,airprime,usbserial,usb_storage,libusual,ehci_hcd,uhci_hcd

No comments: