Hello guys,
I bought 2 weeks ago a Topex Bytton gprs router on ebay. This bytton is actually a ASUS WL-500g Deluxe with a gprs modem attached. I took some pictures of it and it's insides. Their on my box at http://testsensor.snort.ro/bytton . I got the latest backfire on it, everything is working fine except the gprs modem which I've been trying to figure-out for 2 weeks now and it's driving me mad. In the pictures I took you can see the modem chip and it's model, it a Voxson EN2002. I haven't been able to find anything online about it. Is there something I can do to make it work?
Cheers!
root@ByttWrt:~# dmesg | grep diag
diag: Detected 'ASUS WL-500g Deluxe'root@ByttWrt:~# lsmod
Module Size Used by Not tainted
pl2303 13920 0
option 13776 0
usb_storage 35584 0
usbserial 26128 2 pl2303,option
cdc_acm 13760 0
uhci_hcd 19088 0
ohci_hcd 17952 0
nf_nat_tftp 432 0
nf_conntrack_tftp 2400 1 nf_nat_tftp
nf_nat_irc 864 0
nf_conntrack_irc 2592 1 nf_nat_irc
nf_nat_ftp 1360 0
nf_conntrack_ftp 4896 1 nf_nat_ftp
ipt_MASQUERADE 992 2
iptable_nat 2880 1
nf_nat 12544 5 nf_nat_tftp,nf_nat_irc,nf_nat_ftp,ipt_MASQUERADE,iptable_nat
xt_NOTRACK 672 0
iptable_raw 656 1
xt_state 800 0
nf_conntrack_ipv4 8352 3 iptable_nat,nf_nat
nf_defrag_ipv4 608 1 nf_conntrack_ipv4
nf_conntrack 44000 12 nf_nat_tftp,nf_conntrack_tftp,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_conntrack_ftp,ipt_MASQUERADE,iptable_nat,nf_nat,xt_NOTRACK,xt_state,nf_conntrack_ipv4
ehci_hcd 34080 1 ohci_hcd
sd_mod 22992 0
pppoe 10208 0
pppox 1312 1 pppoe
ipt_REJECT 1984 0
xt_TCPMSS 2720 0
ipt_LOG 4640 0
xt_comment 464 0
xt_multiport 1904 0
xt_mac 576 0
xt_limit 1152 0
iptable_mangle 992 0
iptable_filter 768 0
ip_tables 8800 4 iptable_nat,iptable_raw,iptable_mangle,iptable_filter
xt_tcpudp 1856 0
x_tables 9824 13 ipt_MASQUERADE,iptable_nat,xt_NOTRACK,xt_state,ipt_REJECT,xt_TCPMSS,ipt_LOG,xt_comment,xt_multiport,xt_mac,xt_limit,ip_tables,xt_tcpudp
ppp_async 9040 0
ppp_generic 21200 3 pppoe,pppox,ppp_async
slhc 5360 1 ppp_generic
b43legacy 98784 0
b43 154752 0
mac80211 212576 2 b43legacy,b43
usbcore 107120 9 pl2303,option,usb_storage,usbserial,cdc_acm,uhci_hcd,ohci_hcd,ehci_hcd
scsi_mod 72896 2 usb_storage,sd_mod
nls_base 4960 1 usbcore
crc_ccitt 976 1 ppp_async
cfg80211 129216 3 b43legacy,b43,mac80211
compat_firmware_class 5936 2 b43legacy,b43
compat 432 0
arc4 816 2
aes_generic 31056 0
deflate 1328 0
ecb 1328 2
cbc 2016 0
switch_robo 4048 0
switch_core 5216 1 switch_robo
diag 7504 0root@ByttWrt:~# logread | grep -i modem
Apr 6 02:12:24 ByttWrt user.info kernel: cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
Apr 6 02:12:25 ByttWrt user.info kernel: USB Serial support registered for GSM modem (1-port)
Apr 6 02:12:25 ByttWrt user.info kernel: option: v0.7.2:USB Driver for GSM modemsroot@ByttWrt:~# ls -al /dev/tty*
crw-rw-rw- 1 root root 5, 0 Jan 1 1970 /dev/tty
crw-rw-rw- 1 root root 4, 64 May 31 16:32 /dev/ttyS0
crw-rw-rw- 1 root root 4, 65 Jan 1 1970 /dev/ttyS1
root@ByttWrt:~# microcom
Try /dev/ttyS0
/dev/ttyS0 not respondingTry /dev/ttyS1
/dev/ttyS1 not respondingTry /dev/ttyS2
/dev/ttyS2 not foundroot@ByttWrt:~# opkg list-installed | grep kmod
kmod-b43 - 2.6.32.10+2010-03-24-5
kmod-b43legacy - 2.6.32.10+2010-03-24-5
kmod-cfg80211 - 2.6.32.10+2010-03-24-5
kmod-crc-ccitt - 2.6.32.10-1
kmod-crypto-aes - 2.6.32.10-1
kmod-crypto-arc4 - 2.6.32.10-1
kmod-crypto-core - 2.6.32.10-1
kmod-diag - 2.6.32.10-6
kmod-ipt-conntrack - 2.6.32.10-1
kmod-ipt-core - 2.6.32.10-1
kmod-ipt-nat - 2.6.32.10-1
kmod-ipt-nathelper - 2.6.32.10-1
kmod-mac80211 - 2.6.32.10+2010-03-24-5
kmod-nls-base - 2.6.32.10-1
kmod-ppp - 2.6.32.10-1
kmod-pppoe - 2.6.32.10-1
kmod-scsi-core - 2.6.32.10-1
kmod-switch - 2.6.32.10-3
kmod-usb-acm - 2.6.32.10-1
kmod-usb-core - 2.6.32.10-1
kmod-usb-ohci - 2.6.32.10-1
kmod-usb-serial - 2.6.32.10-1
kmod-usb-serial-option - 2.6.32.10-1
kmod-usb-serial-pl2303 - 2.6.32.10-1
kmod-usb-storage - 2.6.32.10-1
kmod-usb-uhci - 2.6.32.10-1
kmod-usb2 - 2.6.32.10-1
(Last edited by bazy on 31 May 2010, 20:31)