I'm having some problems getting my card (Novatel U630, bios v14) started in Linux (Gentoo Kernel 2.6.10-r3) on my laptop (Toshiba Satellite P10).
After I inserted the card, it starts flashing red, and the kernel logs
/dev/modem is created and linked to /dev/ttyS0. So far so good, however, if I run minicom I obtain the error
Using the wvdial.conf by Tazz_Tux produces the error
(The AT+CMEE=1 could be replaced by ATZ for the same results).
Nonetheless the card does get picked up
I looked at the other threads as well, but I am none the wiser.
Any help would be appreciated.
After I inserted the card, it starts flashing red, and the kernel logs
Code:
cs:memory probe 0xa0000000-0xa0ffffff: clean
cardmgr[13811]: socket 0: Serial or Modem
cardmgr[13811]: executing 'modprobe serial_cs'
ttyS0 at I/O 0x3f8 (irq = 3) is a 16550A
cardmgr[13811]: executing './serial start ttyS0'
/dev/modem is created and linked to /dev/ttyS0. So far so good, however, if I run minicom I obtain the error
Code:
AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0
ERROR
Code:
# wvdial novatel internet 3gonly 384k
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: AT+CMEE=1
AT+CMEE=1
ERROR
--> Bad init string
--> Initializing modem.
--> Sending: AT+CMEE=1
AT+CMEE=1
ERROR
--> Bad init string
--> Initializing modem.
--> Sending: AT+CMEE=1
AT+CMEE=1
ERROR
--> Bad init string
Nonetheless the card does get picked up
Code:
# cardctl ident 0
product info: "Novatel Wireless", "Merlin UMTS Modem", "U640", ""
manfid: 0x00a4, 0x0276
function: 2 (serial)
I looked at the other threads as well, but I am none the wiser.
Any help would be appreciated.