Hello guys,
I am having this trouble, though I think it will work, to configure
smart-bro prepaid kit (the new one) in slack. The spec of USB isHSDPA USB
MODEM MF627.
- I have already installed wvdial
- when I insert the USB kit, it is detected like a cd storage device since I
have plugdev enabled for the user I am using
- I did create a conf /etc/smartbro.conf where the contents are:
[Dialer Defaults]
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init5 = AT+CGDCONT=1,"IP","smartbro"
Stupid Mode = 1
Modem Type = Analog Modem
ISDN = 0
Phone = *99#
Modem = /dev/ttyUSB0
Username = user
Password = pass
Dial Command = ATDT
Baud = 460800
- I did also create a rules for udev in /etc/udev/rules.d/25-zte-mf622.rules
where the contents are
ACTION!="add", GOTO="End"
SUBSYSTEM=="usb", SYSFS{idProduct}=="2000",
SYSFS{idVendor}=="19d2", GOTO="ZeroCD"
SUBSYSTEM=="usb", SYSFS{idProduct}=="0001",
SYSFS{idVendor}=="19d2", GOTO="Modem"
LABEL="ZeroCD"
RUN+="/sbin/rmmod usb_storage"
LABEL="Modem"
RUN+="/sbin/modprobe usbserial vendor=0x19d2 product=0x0001",
MODE="660", GROUP="dialout"
LABEL="End"
- although running this /sbin/rmmod usb_storage is usless in my part since i
donn't have usb_storage module compiled in my kernel coz I tried issuing it
and it says not found in my /proc/modules (is it required?)
- i run this command /sbin/modprobe usbserial vendor=0x19d2 product=0x0001
- and then I run the command: wvdial --config=/etc/smartbro.conf and got
this problem
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
- afaik, slack doesn't use /dev/ttyUSB0 (I tried creating it thru mknode but
it doesn't work), but where it should be?
- in my "dmesg" it says:
usb-storage: device found at 9
usb-storage: waiting for device to settle before scanning
usb 5-2: New USB device found, idVendor=19d2, idProduct=2000
usb 5-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
usb 5-2: Product: ZTE CDMA Technologies MSM
usb 5-2: Manufacturer: ZTE,Incorporated
usb 5-2: SerialNumber: 1234567890ABCDEF
scsi 9:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
sr0: scsi-1 drive
sr 9:0:0:0: Attached scsi CD-ROM sr0
sr 9:0:0:0: Attached scsi generic sg1 type 5
usb-storage: device scan complete
usb 5-2: USB disconnect, address 9
- that's the steps how I did it. I am totally noob with this device to be
run on linux, I was just following some steps I found when doing google but
didn't have a luck to find steps how they did it using slack.
I would appreciate any help with you guys, thanks in advance!
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph