October 16, 2012

modem Haier CE682 tidak terdeteksi di linux ubuntu/backtrack


1.install usb_modeswitch merupakan syarat memudahkan agar modem terdeteksi sebagai CD-ROM menjadi message storage/modem
root@:~$ sudo gedit /etc/usb_modeswitch.conf
tambahkan kode dibawah ke baris yang paling akhir



######################################################## # /etc/usb_modeswitch.conf # # Smart Haier CE682 (EVDO) #
DefaultVendor = 0X201e DefaultProduct = 0X1022
TargetVendor = 00X201e TargetProduct = 0X1022
MessageContent="5553424312345678c00000008000069f030000000000000000000000000000"
masuk lagi ke :
root@:~$ sudo gedit /etc/udev/rules.d/99-haier-ce682.rules
isi dengan
######################################################## # /etc/udev/rules.d/99-zte-ce682.rules # # Smart Haier CE682 (EVDO) #
SUBSYSTEM=="usb", SYSFS{idVendor}=="201e", SYSFS{idProduct}=="1022", RUN+="/usr/sbin/usb_modeswitch -default-vendor 0x201e -default-product 0×1022 -message-content 5553424312345678c00000008000069f030000000000000000000000000000"
2. lalu save sekarang load beberapa parameter yang dibutuhkan ke kernel
root@:~$ sudo modprobe usbserial vendor=0X201e product=0X1022
3. Permasalahan
root@bt:~# dmesg | tail
ISOFS: changing to secondary root
usb 3-3: USB disconnect, address 3
usb 3-3: new full speed USB device using ohci_hcd and address 4
scsi10 : usb-storage 3-3:1.3
scsi 10:0:0:0: Direct-Access SDVDISK EVDO ReV A 7.00 PQ: 0 ANSI: 0 CCS sd 10:0:0:0: Attached scsi generic sg2 type 0
sd 10:0:0:0: [sdb] Attached SCSI removable disk===>abaikan NET: Registered protocol family 10
lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth0: link is not ready If you still have problems, send mail to . Modem Port Scan<*1>: S0 S1 S2 S3 ///port tidak terdeteksi Sorry, no modem was detected! Is it in use by another program? Did you configure it properly with setserial? Please read the FAQ at http://open.nit.ca/wiki/?WvDial If you still have problems, send mail to .
root@bt:~# lsusb
Bus 003 Device 004: ID 201e:1022 //modem sudah terdeteksi Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 174f:5216 Syntek
If you still have problems, send mail to .
root@bt:~# wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttyUSB1: No such file or directory /port ttyusb tidak terdeteksi
--> Cannot open /dev/ttyUSB1: No such file or directory
--> Cannot open /dev/ttyUSB1: No such file or directory
4. solve after
modprobe -v option
echo ' 201e 1022' > /sys/bus/usb-serial/drivers/option1/new_id

No comments: