I'd send the "ATI" , "AT+GMM" and "AT+CGDCONT?" command to /dev/ttyUSB0, here is the result of that (via minicom) --------------------- minicom result start ---------------------- ATI Manufacturer: huawei Model: D02HW Revision: 11.005.08.00.168 IMEI: 356060012695676 +GCAP: +CGSM,+DS,+ES
OK AT+GMM D02HW OK AT+CGDCONT? +CGDCONT: 1,"IP","emb.ne.jp","0.0.0.0",0,0 ------------------ minicom result end ----------------- And I'd checked this device to run with pppconfig, pon poff scripts. pon and poff works correct. Here's my config of pppconfig --------- pppconfig-peer start ----------------------- hide-password noauth connect "/usr/sbin/chat -v -f /etc/chatscripts/emobile" debug /dev/ttyUSB0 115200 defaultroute noipdefault user "em" remotename emobile ipparam emobile ---------- pppconfig-peer end --------------------- using phone number in pppconfig is *99***1# (CID number 1, APN is "emb.ne.jp" that was modem's default setting) And I made the GSM config via nm-connection-editor, and I connected the mobile-broadband here is the syslog message. ---------- syslog (NetworkManager) ----------- Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) starting connection 'e-mobile' Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 3 -> 4 Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) scheduled... Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) started... Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <debug> [1239805965.439117] nm_serial_device_open(): (ttyUSB0) opening device... Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) complete. Apr 15 23:32:45 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): powering up... Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <WARN> automatic_registration_response(): Automatic registration failed: not registered and not s earching. Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 4 -> 9 Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <debug> [1239805981.030361] nm_serial_device_close(): Closing device 'ttyUSB0' Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> Marking connection 'e-mobile' invalid. Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) failed. Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 9 -> 3 Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): deactivating device (reason: 0). Apr 15 23:33:01 eeepc-ubuntu NetworkManager: <info> Policy set 'home' (ra0) as default for routing and DNS. Apr 15 23:33:01 eeepc-ubuntu NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed Apr 15 23:33:01 eeepc-ubuntu NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed Apr 15 23:33:20 eeepc-ubuntu kernel: [ 7096.189114] ===>rt_ioctl_giwscan. 2(2) BSS returned, data->length = 323 Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) starting connection 'e-mobile' Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 3 -> 4 Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) scheduled... Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) started... Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <debug> [1239806006.036062] nm_serial_device_open(): (ttyUSB0) opening device... Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) Stage 1 of 5 (Device Prepare) complete. Apr 15 23:33:26 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): powering up... Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <WARN> automatic_registration_response(): Automatic registration failed: not registered and not s earching. Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 4 -> 9 Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <debug> [1239806022.023350] nm_serial_device_close(): Closing device 'ttyUSB0' Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> Marking connection 'e-mobile' invalid. Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> Activation (ttyUSB0) failed. Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): device state change: 9 -> 3 Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> (ttyUSB0): deactivating device (reason: 0). Apr 15 23:33:42 eeepc-ubuntu NetworkManager: <info> Policy set 'home' (ra0) as default for routing and DNS. Apr 15 23:33:42 eeepc-ubuntu NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed Apr 15 23:33:42 eeepc-ubuntu NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed ------------------ syslog end ------------------------ nm-connection-editor (GSM setting) is below phone-no "*99***1#" username "em" password "em" APN "emb.ne.jp" network "" -- CDMA modem don't answer the correct command set https://bugs.launchpad.net/bugs/359063 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
