Tuesday, October 12, 2010, 15:50

Still OpenWRT on SX762

So gave another try to OpenWRT, now can confirm at least modem part is working with it (i write these lines through the test device)
(though packages needed to make it work marked as "BROKEN", from SVN it seems because of licensing issues, and was failed before because it automaticly made an AnnexA image),


VOIP part most likely works to (yet to test it).

 

USB on the other hand what i would like to use as fs one day not working, Openwrt's kernel lacking USB driver called dwc3884-hcd (Synopsys 3884-0 DWC HS OTG Subsystem-AHB) while found that driver in a source tarball it was for 2.6.12 kernel and while trying to porting to openwrt's 2.6.33 it just hard task for one who cant see through kernel architecture.

WLAN not working eighter, the reason of that there were Siemens modifications in atheros HAL and a custom eesim module what (i think) supposed to simulate WLAN card's eeprom, of course they forgot to include those in their GPL source tarball.

 

 === IMPORTANT ============================
  Use 'passwd' to set your login password
  this will disable telnet and enable SSH
 ------------------------------------------


BusyBox v1.17.2 (2010-09-15 11:05:37 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 KAMIKAZE (bleeding edge, r23070) ------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
 ---------------------------------------------------
root@OpenWrt:/# ps -A
  PID USER       VSZ STAT COMMAND
    1 root      1364 S    init
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    4 root         0 SW   [events/0]
    5 root         0 SW   [khelper]
    8 root         0 SW   [async/mgr]
   48 root         0 SW   [sync_supers]
   50 root         0 SW   [bdi-default]
   52 root         0 SW   [kblockd/0]
   60 root         0 SW   [khubd]
   78 root         0 SW   [rpciod/0]
   88 root         0 SW   [kswapd0]
   89 root         0 SW   [aio/0]
   90 root         0 SW   [nfsiod]
   91 root         0 SW   [crypto/0]
  103 root         0 SW   [mtdblockd]
  322 root      1384 S    /bin/sh /etc/init.d/rcS S boot
  324 root      1356 S    logger -s -p 6 -t sysinit
  325 root      1364 S    init
  326 root      1408 S    /bin/ash --login
  334 root      1368 S    syslogd -C16
  336 root      1348 S    klogd
  350 root       772 S    /sbin/hotplug2 --override --persistent --set-worker
  525 root      1356 S    telnetd -l /bin/login.sh
  540 nobody     904 S    /usr/sbin/dnsmasq -K -D -y -Z -b -E -s lan -S /lan/
  548 root      1360 S    watchdog -t 5 /dev/watchdog
  550 root      1012 S    /sbin/dsl_cpe_control -i -f /lib/firmware/ModemHWE.b
  554 root      1012 S    /sbin/dsl_cpe_control -i -f /lib/firmware/ModemHWE.b
  555 root      1012 S    /sbin/dsl_cpe_control -i -f /lib/firmware/ModemHWE.b
  557 root         0 SW   [autbtex]
  558 root         0 SW   [ceocex_ne]
  559 root         0 SW   [pmex_ne]
  560 root         0 SW   [pmex_fe]
  665 root       908 S    br2684ctl -c 0 -a 0.1.32
 1126 root      1616 S    /usr/sbin/pppd plugin rp-pppoe.so mtu 1492 mru 1492
 1402 root      1360 S    /bin/ash --login
 1410 root      1356 R    ps -A
root@OpenWrt:/# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:01:02:03:04:05
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3739 (3.6 KiB)  TX bytes:3739 (3.6 KiB)

nas0      Link encap:Ethernet  HWaddr 00:00:01:00:00:00
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:49249 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26533 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:67326770 (64.2 MiB)  TX bytes:2433669 (2.3 MiB)

pppoe-wan Link encap:Point-to-Point Protocol
          inet addr:xxx.xx.xx.xx  P-t-P:145.236.238.74  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:1538 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1570 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:713446 (696.7 KiB)  TX bytes:260629 (254.5 KiB)

root@OpenWrt:/# uname -a
Linux OpenWrt 2.6.33.7 #3 Wed Sep 15 14:37:17 UTC 2010 mips GNU/Linux
root@OpenWrt:/# cat /proc/cpuinfo
system type             : Danube rev1.3 333Mhz
machine                 : Lantiq Eval Board
processor               : 0
cpu model               : MIPS 24Kc V4.1
BogoMIPS                : 221.69
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 16
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0000, 0x0ce0, 0x05b8, 0x0558]
ASEs implemented        : mips16 dsp
shadow register sets    : 1
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

 

 

Last modified: 2012-02-17, 10:37

© 2011 …