[solved]How to auto connect zte ac682 USB serial modem?

Booting, installing, newbie
Post Reply
Message
Author
gundul3l3k
Posts: 36
Joined: Mon 07 Nov 2011, 15:45
Location: Surabaya,indonesia

[solved]How to auto connect zte ac682 USB serial modem?

#1 Post by gundul3l3k »

I am newbie from Indonesia ,I have a modem zte ac682 ,conecting to the internet is no problem to slaco, but I have to unmount :/de/sr1 then open terminal .
at terminal I should write " modprobe usbserial vendor+0x19d2 product=0xffdd.then I can connect and browsing .I need help in order
to not open terminal write that script.I hope some one help me to write what script that can connect aotumaticaly. Thanks :lol: :lol:
Last edited by gundul3l3k on Tue 15 Nov 2011, 12:57, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

Wired USB modem or wireless?
What version of Puppy?
Computer specifications?
Have you tried menu->setup->internet connection wizard?
Tried a different USB port?
Tried to get Puppy booted first and then plug in the modem?
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

gundul3l3k
Posts: 36
Joined: Mon 07 Nov 2011, 15:45
Location: Surabaya,indonesia

#3 Post by gundul3l3k »

zte ac 682 is dial up modem ,provide by my isp and lock ./dev/sro1 detect by windows automaticaly, but in slaco I have to do " eject,lsusb and modprobe. In my pc I have install groups "warry,slaco,ubuntu,dreamlinux,windows,bactrack.all of them I should do those scrips.Most Indonesian have same problem when connecting with this modem in linux. which or what scripts i should write on at /etc/bla bla wvdial.
I intent to migrate to puppy full install. help me with example scripts thanks. :D :D

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#4 Post by 01micko »

gundul3l3k

Welcome to Puppy :)

As I read it you have to enter

Code: Select all

modprobe usbserial vendor+0x19d2 product=0xffdd
in a terminal.

One way you could achieve this is to put that line in /etc/rc.d/rc.local

Code: Select all

echo "modprobe usbserial vendor+0x19d2 product=0xffdd" >> /etc/rc.d/rc.local
This will ensure that this code runs every time you boot.

I hope this is what you need.
Puppy Linux Blog - contact me for access

gundul3l3k
Posts: 36
Joined: Mon 07 Nov 2011, 15:45
Location: Surabaya,indonesia

#5 Post by gundul3l3k »

this is what i do in slaco to connect and reconnect my modem
1. in terminal i wrote : echo " eject /dev/sr1">> /etc/rc.d/rc.local
echo " modprobe usbserial vendor=0x19d2 product=0xffdd " >>/etc/rc.d/rc.local (before booting I plug my modem and the kernel modul detect usbserial ) in windows I just connected .it works well.

2. I wrote scrpt in tru gedit/nano :
# !/bin/bash
modprobe usbserial vendor=0x19d2 product=0xffdd then I save as /home/smart.sh, i did " chmod 775 /home/smart.sh ,then I drag it to windows to make sort cut >>>>> this is solving my problem when I unplug and replug modem...I just push the short cut and connect. :lol: :lol: :lol: ,thanks

Post Reply