I'm building a router for the wireless network in my Chevy (two kids, "we want to be on MSN while driving", not to mention no more "are we there yet" when they are busy), and I have used an old 12V VIA C3 computer as the basis. But I have one problem: I can't get the 3G part to work. I know it can see my Huawei, and I suppose it's probably a small idiot mistake, but in the monitor I have connected to the VIA I see this:
USB 1-2: new full speed USB device using uhci_hcd and address 2
USB 1-2: configuration #1 chosen from 1 choice
usbcore:registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore:registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
But when I try to edit the WAN properties (I use the web interface, btw if that matters, and I have installed all the necessary packages), I see this:
# Value "/dev/usb/tts/2" of option "network.wan.device" does not validate as datatype "device"
# In dependency check for section "network.wan":
Dependency (proto=static and ipaddr and netmask) failed:
option "network.wan.netmask" has no value
Dependency (proto=static and ip6addr) failed:
option "network.wan.ip6addr" has no value
Dependency (proto=pppoe and password and username) failed:
option "network.wan.proto" is not eqal "pppoe"
Dependency (proto=pppoa and encaps and password and username and vci and vpi) failed:
option "network.wan.encaps" has no value
Dependency (proto=ppp and device) failed:
Error in option "network.wan.device" (network.interface.device):
Value "/dev/usb/tts/2" of option "network.wan.device" does not validate as datatype "device"
Dependency (proto=3g and device) failed:
Error in option "network.wan.device" (network.interface.device):
Value "/dev/usb/tts/2" of option "network.wan.device" does not validate as datatype "device"
Dependency (proto=pptp and password and server and username) failed:
option "network.wan.proto" is not eqal "pptp"
Dependency (proto=dhcp) failed:
option "network.wan.proto" is not eqal "dhcp"
Dependency (proto=none) failed:
option "network.wan.proto" is not eqal "none"
I have tried /dev/usb/tts/0 and up to 2 (like in the guide from Josefsson.org) or /dev/ttyUSB0 and up to 2 (which is suggested in the web GUI). Does anybody see a glaring mistake there?