Try as root "modprobe option". It doesn't seem to be detecting the USB modem properly. I have a Huawei E220 and this shows up in dmesg when it creates the ttyUSB devices:
Code:
usb 2-2: new full speed USB device using ohci_hcd and address 30
usb 2-2: New USB device found, idVendor=12d1, idProduct=1003
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-2: Product: HUAWEI Mobile
usb 2-2: Manufacturer: HUAWEI Technologies
usb 2-2: configuration #1 chosen from 1 choice
usb 2-2: USB disconnect, address 30
usb 2-2: new full speed USB device using ohci_hcd and address 31
usb 2-2: New USB device found, idVendor=12d1, idProduct=1003
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-2: Product: HUAWEI Mobile
usb 2-2: Manufacturer: HUAWEI Technologies
usb 2-2: configuration #1 chosen from 1 choice
option 2-2:1.0: GSM modem (1-port) converter detected
usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0
option 2-2:1.1: GSM modem (1-port) converter detected
usb 2-2: GSM modem (1-port) converter now attached to ttyUSB1
Edit: also, you can check the presence of any ttyUSB devices with "ls -l /dev/ttyUSB*".