Page 48 of 48 FirstFirst ... 38464748
Results 706 to 714 of 714

Thread: New oleg firmware version

  1. #706
    I am using my old WL500gp as router and to collect data from my arduino sensors, running script which collescts data over serial line, parses it and save it in rrd database and online (cosm.com). I noticed strange disk activity every 5 seconds, trying to turn off screen session logging, increase data storage interval, and it all stays the same. Disk monitoring tools like atop are not functioning properly to identify specific process responsible for disk writes because support for it is not compiled into kernel.
    Do you know any good method/tools for this?

  2. #707
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Hey lly, any chance you could give us an update on oleg for RT-N66U?
    Still waiting on the drivers?

    DD-WRT and Tomato just don't deliver the quality and functionalities I need.
    EXT4 and large LBA support is just nowhere to be found

  3. #708
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by wpte View Post
    Hey lly, any chance you could give us an update on oleg for RT-N66U?
    Still waiting on the drivers?
    Sorry, I know, we should done it last year.
    At now, only free time for SDK 5.110 migration is a real problem

  4. #709
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    Sorry, I know, we should done it last year.
    At now, only free time for SDK 5.110 migration is a real problem
    Ok, but it is possible then? It's just a time issue.
    Maybe I can dig into it a bit, I've more spare time on my hands now these days
    Do you have some pointers for me? where to look at etc. ?
    Or is it just about getting the SDK5110 branch to build?

  5. #710
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by wpte View Post
    Ok, but it is possible then? It's just a time issue.
    Maybe I can dig into it a bit, I've more spare time on my hands now these days
    Do you have some pointers for me? where to look at etc. ?
    Or is it just about getting the SDK5110 branch to build?
    The unfinished part in sdk5110 branch is ... kernel. Broadcom modifications couldn't be applied "As Is" due to they move open-source fast-NAT into closed ctf.ko blob theMIROn's advice is to follow Broadcom and replace BCM_NAT.

    Size of diff(patch) against kernel is 660Kb(made from ASUS GPL, can't be applied on our kernel). Of course, I can share it to you, but I'm not sure that we should load you this way.
    Last edited by lly; 20-05-2013 at 15:29.

  6. #711
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by lly View Post
    The unfinished part in sdk5110 branch is ... kernel. Broadcom modifications couldn't be applied "As Is" due to they move open-source fast-NAT into closed ctf.ko blob theMIROn's advice is to follow Broadcom and replace BCM_NAT.

    Size of diff(patch) against kernel is 660Kb(made from ASUS GPL, can't be applied on our kernel). Of course, I can share it to you, but I'm not sure that we should load you this way.
    Well, I could always take a look you know.
    Sounds like a lot of work, but maybe I can at least get a few things done in the right direction?

  7. #712

    Question Partition ext4 is not mounted

    I'm trying to convert the hard drive partitions to ext4. I archived the files in /opt, formatted this partition in ext4 as in instructions, connect the modules from the modules-1.9.2.7-rtn-r5066-MIPS32r2.tgz, corrected fstab, restored the files from the archive back, and reboot the router... ext4 partition is not mounted and is not displayed in the mount, df -h, and ext4 support in /proc/filesystems appeared. In what may be the reason that the section is not mounted? (

    Router Asus RT-N16 c iOS 1.9.2.7-rtn-r5362. Some logs:

    Code:
    [admin@WL-BCAEC5C484F0 root]$ cat /etc/fstab 
    #device Mountpoint FStype Options Dump Pass#
    /dev/sda1 none swap sw 0 0
    /dev/sda2 /opt ext4 rw,noatime,barrier0 1 1
    /dev/sda3 /tmp/mnt/disca_3 ext3 rw,noatime 1 1
    
    [admin@WL-BCAEC5C484F0 root]$
    Code:
    [admin@WL-BCAEC5C484F0 root]$ mount
    rootfs on / type rootfs (rw)
    /dev/root on / type squashfs (ro)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devfs on /dev type tmpfs (rw,noatime)
    devpts on /dev/pts type devpts (rw)
    tmpfs on /tmp type tmpfs (rw,noatime)
    usbfs on /proc/bus/usb type usbfs (rw)
    nfsd on /proc/fs/nfsd type nfsd (rw)
    /dev/discs/disca/part3 on /tmp/mnt/disca_3 type ext3 (rw,noatime,errors=continue,data=ordered)
    [admin@WL-BCAEC5C484F0 root]$
    Code:
    [admin@WL-BCAEC5C484F0 root]$ df -h
    Filesystem                Size      Used Available Use% Mounted on
    rootfs                    4.6M      4.6M         0 100% /
    /dev/root                 4.6M      4.6M         0 100% /
    devfs                   100.0K      4.0K     96.0K   4% /dev
    tmpfs                    61.9M    616.0K     61.3M   1% /tmp
    /dev/discs/disca/part3
                              1.8T      1.7T         0 100% /tmp/mnt/disca_3
    [admin@WL-BCAEC5C484F0 root]$
    Code:
    [admin@WL-BCAEC5C484F0 root]$ cat /proc/filesystems 
    nodev	sysfs
    nodev	rootfs
    nodev	bdev
    nodev	proc
    nodev	sockfs
    nodev	pipefs
    nodev	anon_inodefs
    nodev	tmpfs
    nodev	inotifyfs
    nodev	devpts
    	ext3
    	squashfs
    nodev	ramfs
    	vfat
    nodev	usbfs
    	ntfs
    nodev	rpc_pipefs
    nodev	nfsd
    	ext4
    [admin@WL-BCAEC5C484F0 root]$
    Code:
    [admin@WL-BCAEC5C484F0 root]$ cat /tmp/syslog.log 
    ...
    Jan  1 04:00:03 kernel: usbcore: registered new interface driver usbfs
    Jan  1 04:00:03 kernel: usbcore: registered new interface driver hub
    Jan  1 04:00:03 kernel: usbcore: registered new device driver usb
    Jan  1 04:00:03 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jan  1 04:00:03 kernel: USB20H mdio control register : 0x8000000c
    Jan  1 04:00:03 kernel: ehci_hcd 0000:00:04.1: EHCI Host Controller
    Jan  1 04:00:03 kernel: ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
    Jan  1 04:00:03 kernel: ehci_hcd 0000:00:04.1: irq 5, io mem 0x18004000
    Jan  1 04:00:03 kernel: ehci_hcd 0000:00:04.1: USB 0.0 started, EHCI 1.00
    Jan  1 04:00:03 kernel: usb usb1: configuration #1 chosen from 1 choice
    Jan  1 04:00:03 kernel: hub 1-0:1.0: USB hub found
    Jan  1 04:00:03 kernel: hub 1-0:1.0: 2 ports detected
    Jan  1 04:00:03 kernel: usbcore: registered new interface driver usblp
    Jan  1 04:00:03 kernel: usb 1-2: new high speed USB device using ehci_hcd and address 2
    Jan  1 04:00:04 kernel: SCSI subsystem initialized
    Jan  1 04:00:04 kernel: usb 1-2: configuration #1 chosen from 1 choice
    Jan  1 04:00:04 kernel: Initializing USB Mass Storage driver...
    Jan  1 04:00:04 kernel: scsi0 : SCSI emulation for USB Mass Storage devices
    Jan  1 04:00:04 kernel: usbcore: registered new interface driver usb-storage
    Jan  1 04:00:04 kernel: USB Mass Storage support registered.
    Jan  1 04:00:04 kernel: NTFS driver 2.1.30 [Flags: R/O MODULE].
    Jan  1 04:00:04 kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    Jan  1 04:00:04 portmap[311]: user 'rpc' not found, reverting to default uid
    Jan  1 04:00:05 statd[313]: Version 1.1.6 Starting
    Jan  1 04:00:05 statd[313]: statd running as root. chown /var/lib/nfs/sm to choose different user
    Jan  1 04:00:06 kernel: scsi 0:0:0:0: Direct-Access     Seagate  FA GoFlex Desk   0155 PQ: 0 ANSI: 4
    Jan  1 04:00:06 kernel: sd 0:0:0:0: [sda] 3907029167 512-byte hardware sectors (2000399 MB)
    Jan  1 04:00:06 kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jan  1 04:00:06 kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
    Jan  1 04:00:06 kernel:  sda: sda1 sda2 sda3
    Jan  1 04:00:06 kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    ...
    Jan  1 04:00:23 kernel: Adding 506008k swap on /dev/sda1.  Priority:-1 extents:1 across:506008k
    Jan  1 04:00:24 kernel: EXT4-fs (sda2): Unrecognized mount option "barrier0" or missing value
    Jan  1 04:00:24 kernel: Unhandled kernel unaligned access[#1]:
    Jan  1 04:00:24 kernel: Cpu 0
    Jan  1 04:00:24 kernel: $ 0   : 00000000 00000062 800a5d2c 00000001
    Jan  1 04:00:24 kernel: $ 4   : 810e6c40 00000000 ffffffff 80286250
    Jan  1 04:00:24 kernel: $ 8   : 00000000 80316064 00003fff 756c6176
    Jan  1 04:00:24 kernel: $12   : 00000000 000f7181 00000000 00000067
    Jan  1 04:00:24 kernel: $16   : 810e6b78 873b6c00 800745fc ffffffea
    Jan  1 04:00:24 kernel: $20   : 86d36740 810e6c40 800c0000 00000000
    Jan  1 04:00:24 kernel: $24   : 00000001 8013e20c                  
    Jan  1 04:00:24 kernel: $28   : 86cf8000 86cf9bd8 00000001 c0257a48
    Jan  1 04:00:24 kernel: Hi    : 00000000
    Jan  1 04:00:24 kernel: Lo    : 4c023000
    Jan  1 04:00:24 kernel: epc   : 800a5d30 bd_release+0x4/0x38     Tainted: P       
    Jan  1 04:00:24 kernel: ra    : c0257a48 ext4_group_desc_csum_verify+0x6a4/0x2ed8 [ext4]
    Jan  1 04:00:24 kernel: Status: 1100bc03    KERNEL EXL IE 
    Jan  1 04:00:24 kernel: Cause : 00000010
    Jan  1 04:00:24 kernel: BadVA : 00000031
    Jan  1 04:00:24 kernel: PrId  : 00019740
    Jan  1 04:00:24 kernel: Modules linked in: ext4 crc16 jbd2 nfsd exportfs lockd sunrpc ntfs usb_storage sd_mod scsi_mod usblp ehci_hcd usbcore nf_nat_ftp nf_conntrack_ftp wl(P) et(P) igs(P) emf(P)
    Jan  1 04:00:24 kernel: Process mount (pid: 397, threadinfo=86cf8000, task=86cce000)
    Jan  1 04:00:24 kernel: Stack : 00000000 86cf9b50 00000000 00000000 00000000 00000003 00000000 00000000
    Jan  1 04:00:24 kernel:         00000000 00000000 00000000 86e42000 00000000 00000000 00000000 00000000
    Jan  1 04:00:24 kernel:         00000001 00000000 00000000 00000000 86cf9cb0 00000002 8735b500 802edc60
    Jan  1 04:00:24 kernel:         00008000 86e42000 86e3c000 00490000 7ff13a78 80114c64 800794b4 80079c18
    Jan  1 04:00:24 kernel:         878af188 8033c9c0 86cf9c7c c02755a0 873b6c00 800bc084 873b6c40 00000200
    Jan  1 04:00:24 kernel:         ...
    Jan  1 04:00:24 kernel: Call Trace:
    Jan  1 04:00:24 kernel: [<800a5d30>] bd_release+0x4/0x38
    Jan  1 04:00:24 kernel: [<c0257a48>] ext4_group_desc_csum_verify+0x6a4/0x2ed8 [ext4]
    Jan  1 04:00:24 kernel: Code: 03e00008  ac83ffa0  8c83003c <8c620030> 2442ffff  14400003  ac620030  8c82003c  ac40002c 
    Feb  8 19:27:35 USB storage: ext3 fs at /dev/discs/disca/part3 mounted to /tmp/mnt/disca_3
    Feb  8 19:27:38 dropbear[391]: Exit before auth (user 'admin', 0 fails): Timeout before auth
    Feb  8 19:27:43 dropbear[399]: Child connection from 192.168.1.115:37688
    Feb  8 19:27:46 dropbear[399]: Password auth succeeded for 'admin' from 192.168.1.115:37688
    [admin@WL-BCAEC5C484F0 root]$
    Does not mounted. Maybe have more some logs what I should to see?

    Maybe in this case the reason is the same as described wpte, here?
    Last edited by WoolF911; 10-02-2014 at 02:33.

  8. #713
    maybe change barrier0 to barrier=0?
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  9. #714
    Hi,
    Is there any newer router than RT-N16 which is supported by Oleg firmware? Unfortunately my RT-N16 went dead and it is not normally available on the market anymore.

    Thanks a lot,
    Pavel

Page 48 of 48 FirstFirst ... 38464748

Similar Threads

  1. Probleme mit der Oleg firmware
    By errox in forum German Discussion - Deutsch (DE)
    Replies: 15
    Last Post: 14-06-2008, 23:26
  2. new firmware 1.9.2.7-8 by oleg
    By alien433 in forum WL-500gP Firmware Discussion
    Replies: 31
    Last Post: 24-01-2008, 21:31
  3. Oleg firmware not working.
    By wpte in forum WL-500gP Q&A
    Replies: 6
    Last Post: 07-01-2008, 13:48
  4. C Compiler voor de oleg firmware
    By wouzs in forum Dutch Discussion - Nederlands
    Replies: 1
    Last Post: 28-10-2007, 16:57

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •