Fixed Error USB Modem in BackTrack 5

18.14.00

Beberapa hari ini saya mengalami masalah dengan modem, saat saya mengecek dengan perintah dmesg | tail muncul seperti ini :

[   66.031562] sr1: scsi-1 drive
[   66.032086] sr 6:0:0:0: Attached scsi CD-ROM sr1
[   66.033049] sr 6:0:0:0: Attached scsi generic sg2 type 5
[  125.159485] usb 2-1.1: USB disconnect, address 4
[  127.467207] usb 2-1.1: new full speed USB device using ehci_hcd and address 5
[  127.539106] usb 2-1.1: device descriptor read/64, error -32
[  127.739171] scsi7 : usb-storage 2-1.1:1.3
[  128.738880] scsi 7:0:0:0: Direct-Access     SDVDISK  EVDO ReV A       7.00 PQ: 0 ANSI: 0 CCS
[  128.740049] sd 7:0:0:0: Attached scsi generic sg2 type 0
[  128.744298] sd 7:0:0:0: [sdb] Attached SCSI removable disk
Tulisan yang diberi tanda merah mengakibatkan modem tidak terbaca sebagai tty/dev/USB0 atau yang lainnya setelah menjalankan perintah load module a.k.a modprobe ke kernel sehingga wvdial tidak menemukan port yang akan digunakan untuk koneksi ke internet. Solusinya sebagai berikut :

1. Jalankan perintah lsmod
    kaito@kaito-laptop:~$ lsmod
    akan muncul seperti ini
Module Size Used by
ppp_deflate 7040 0
zlib_deflate 20504 1 ppp_deflate
bsd_comp 7040 0
ppp_async 13184 0
crc_ccitt 3072 1 ppp_async
ppp_generic 29332 3 ppp_deflate,bsd_comp,ppp_async
slhc 7552 1 ppp_generic
uhci_hcd 26640 0
i915 25856 2
drm 83348 3 i915
rfcomm 42136 2
l2cap 26240 11 rfcomm
bluetooth 57060 4 rfcomm,l2cap
af_packet 24840 2
ppdev 10244 0
cpufreq_userspace 5280 0
cpufreq_stats 7232 0
cpufreq_powersave 2688 0
cpufreq_ondemand 9612 0
freq_table 5792 2 cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 8072 0
video 18060 0
sbs 19592 0
container 5504 0
button 8976 0
bay 6912 0
dock 10656 1 bay
ac 6148 0
battery 11012 0
nls_iso8859_1 5120 1
nls_cp437 6784 1
vfat 14080 1
fat 54300 1 vfat
ext3 133896 1
jbd 60456 1 ext3
mbcache 9732 1 ext3
lp 12580 0
snd_hda_intel 263712 3
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 3 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 1 snd_seq_midi
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 53232 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
usb_storage 73024 0
ide_core 116804 1 usb_storage
option 11008 0
usbserial 34920 1 option
snd_timer 24324 3 snd_pcm,snd_seq
snd_seq_device 9228 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
psmouse 39952 0
libusual 18448 1 usb_storage
serio_raw 8068 0
parport_pc 37412 1
snd 54660 13 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,sn d_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_de vice
iTCO_wdt 11940 0
soundcore 8800 1 snd
parport 37448 3 ppdev,lp,parport_pc
pcspkr 4224 0
iTCO_vendor_support 4868 1 iTCO_wdt
shpchp 34580 0
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
ipv6 273892 19
pci_hotplug 32704 1 shpchp
intel_agp 25620 1
agpgart 35016 3 drm,intel_agp
evdev 11136 3
xfs 575192 1
sg 36764 0
sr_mod 17828 0
cdrom 37536 1 sr_mod
sd_mod 30336 6
ata_piix 17540 5
usbhid 29536 0
hid 28928 1 usbhid
tg3 110980 0
ata_generic 8452 0
libata 125168 2 ata_piix,ata_generic
scsi_mod 147084 5 usb_storage,sg,sr_mod,sd_mod,libata
ehci_hcd 36492 0
usbcore 138632 8 uhci_hcd,usb_storage,option,usbserial,libusual,usb hid,ehci_hcd
thermal 14344 0
processor 32072 1 thermal
fan 5764 0
fuse 47124 3
apparmor 40728 0
commoncap 8320 1 apparmor 

2. Jalankan perintah berikut
    kaito@kaito-laptop:~$ sudo modprobe -r uhci_hcd
    dan dilanjutkan dengan
    kaito@kaito-laptop:~$ sudo modprobe uhci_hcd

3.  Cek port usb modem yang aktif
     kaito@kaito-laptop:~$ ls /dev/ttyUSB*
     Hasilnya seperti ini :
     /dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2 

4. Jika masih memiliki masalah sampai tahap 3 tambahkan script berikut ke  /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi 
<match key="@storage.originating_device:usb.vendor_id" int="0xkode_vendor">
<match key="@storage.originating_device:usb.product_id" int="0xkode_produk">
<merge key="info.ignore" type="bool">true</merge>
</match>
</match>  
    untuk melihat kode vendor dan produk gunakan perintah " lsusb "

Modem siap digunakan kembali.

Selamat mencoba

 

You Might Also Like

4 komentar

  1. yang jadi pertanyaan apakah pemberlakuan hal ini berlaku di semua jenis modem brow? :D

    BalasHapus
  2. bisa masbro, udah dicoba ke beberapa modem..

    BalasHapus
  3. gan,,,kok modem ane gak bisa kedetek di BackTrack 5 R2 se,,,cara setingnya gimana gan,,,

    BalasHapus

Subscribe