hello

i have idea netsetter latest model E1550(3g enabld) but now with 2G only, im using ubuntu 10.4 where i cldnt connect to internet using the idea.
the modem has got the software for linux, it has been successfully installed. even it shows full signal strength.but when i click connect, it shws connected but no data transfer both upload and download rate is zero. how many evr tyms i try its the same, zero...someone pls help.....

Dani AI

Generated

As reported, the Idea E1550 shows signal and the vendor manager claims “connected” on Ubuntu 10.04 but upload/download remain at zero. has offered carrier support and correctly pointed to mode‑switching as a common cause. The checklist below is a compact, practical troubleshooting path that isolates whether the stick is exposing a real modem (PPP) interface or only the vendor “connection manager”/storage device.

Quick diagnostics (run with sudo):

lsusb
dmesg | tail -n 80
ls /dev/ttyUSB* /dev/ttyACM* 2>/dev/null
tail -n 200 /var/log/syslog | egrep -i 'ppp|pppd|modem|option|usb'
ifconfig -a
ps aux | egrep 'ppp|wvdial|pppd'

What to look for

  • If lsusb shows the device but no /dev/ttyUSB* nodes appear, the stick is still in storage mode and needs mode‑switching (as noted by ).
  • If /dev/ttyUSB0 (or similar) exists, a PPP session should create ppp0; check ifconfig -a and syslog for pppd negotiation or authentication errors.
  • NetworkManager sometimes reports “connected” to the vendor GUI while no PPP link exists. Running sudo wvdial (or using a manual pppd invocation) exposes the actual AT negotiation and error messages.

Minimal example wvdial snippet (replace <APN> and device path):

[Dialer Defaults]
Modem = /dev/ttyUSB0
Phone = *99#
Username =
Password =
Init3 = AT+CGDCONT=1,"IP","<APN>"
Stupid Mode = 1

Other checks and cautions

  • Confirm the APN and dial number with the operator before changing settings.
  • If the stick stays mounted as a mass storage device, use a mode‑switch tool or the vendorless drivers; blacklisting usb_storage is a last resort and may affect other USB devices.
  • Collect lsusb, dmesg and syslog output to identify vendor/product IDs and exact driver behavior; those logs show the definitive reason for zero traffic.

Dear Sir,

Kindly provide your Idea cellular number for further assistance. You can also get in touch with our Customer care centre - details updated on Idea website. www.ideacellular.com.

Regards,
Ideacellular

there is a package called usb-modeswitch ,install it using synaptic .
i am using this package since last one and half year.
i am sure it will solve your problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.