1

(7 odpowiedzi, napisanych Oprogramowanie / Software)

sprawa wyglada tak , ze faktycznie pliki z rapida sie sciagaja do katalogu z skryptem ale po zamknieciu okna konsoli przestaje pobierac a pliki znikaja , co to znaczy ze mozna cos uruchomic w screenie ?

2

(7 odpowiedzi, napisanych Oprogramowanie / Software)

tym to juz sie sam zajme smile mysle ze dam rade cos takiego stworzyc tylko jak bys mi podpowiedzial jak dodac ten skrypt do autostartu i co zrobic aby odswierzal sobie ten plik z linkami do rapida , gdzie on zapisuje pliki po sciagnieciu ? w logu jest ze 100
% pobieranie zakonczone a pliku nie widac

3

(7 odpowiedzi, napisanych Oprogramowanie / Software)

co wpisac w konsoli aby ten skrypt sie odpalal przystarcie asuska i czy jest jakies polecenie aby sprawdzic co sie aktualnie sciaga , fajnie by bylo jak bym mogl te linki przez www sobie wklejac , mozna by odpalic serwer  http na jakims porcie bo aktualnie linki sa w pliku rapid.txt tylko jak zrobic to zeby sobie ten skrypcik to odswierzal ?

4

(7 odpowiedzi, napisanych Oprogramowanie / Software)

witam czy dalo by sie korzystac z tego skryptu bez odpalonej konsoli ? http://rs.nerdblog.pl/

5

(20 odpowiedzi, napisanych Oprogramowanie / Software)

działa big_smile dzięki

6

(20 odpowiedzi, napisanych Oprogramowanie / Software)

opkg update robie tylko przed opkg instal ,  mam edytowac ten plik bezpośrednio w ruterze , stawiam jescze raz wszystko ...

7

(20 odpowiedzi, napisanych Oprogramowanie / Software)

CZY JA ROBIE COS ZLE ?
Wwgralem softa jescze raz loguje sie przez talent wydaje komendy

mtd erase nvram
passwd
reboot


luguje sie przez ssh i konfiguruje


opkg update
    uci set system.@system[0].timezone=CET-1CEST,M3.5.0,M10.5.0/3
    uci commit system
    opkg install ntpclient
reboot & exit





opkg update
uci set wireless.@wifi-device[0].channel=6
    uci set wireless.@wifi-device[0].disabled=0
    uci set wireless.@wifi-iface[0].network=lan
    uci set wireless.@wifi-iface[0].mode=ap
    uci set wireless.@wifi-iface[0].ssid="OPENWRT"
    uci set wireless.@wifi-iface[0].encryption=psk2
    uci set wireless.@wifi-iface[0].key=hackme12
    uci commit wireless
reboot & exit



opkg update
opkg install kmod-fs-ext2 kmod-fs-ext3 kmod-fs-vfat kmod-nls-utf8 kmod-nls-cp437 kmod-nls-iso8859-1
opkg install kmod-usb-core kmod-usb-uhci-iv kmod-usb2 kmod-usb-storage kmod-fs-ext2 kmod-fs-ext3 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso88591



reboot & exit


opkg update
opkg install fdisk e2fsprogs swap-utils

reboot & exit

fdisk /dev/scsi/host0/bus0/target0/lun0/disc



d // usowa partycje
n // tworzy
t // ustawia sytem
w // wyjcie
n p 1 +500M
n p 2

t 82   // swap
t 83   // linux

reboot & exit

mkswap /dev/scsi/host0/bus0/target0/lun0/part1
mkfs.ext3 /dev/scsi/host0/bus0/target0/lun0/part2

exit

w programie WIN SCP edytuje plik /etc/config/fstab

config mount
  option device /dev/scsi/host0/bus0/target0/lun0/part2
  option target /hdd
  option fstype ext3
  option options rw,noatime
  option enabled 1

config swap
  option device /dev/scsi/host0/bus0/target0/lun0/part1
  option enabled 1
 

PO PROBIE ZAPISU WYSKAKUJE :


Command 'ls -la --full-time'
failed with return code 1 and error message
ls: unrecognized option `--full-time'
BusyBox v1.11.2 (2009-05-28 19:38:17 UTC) multi-call binary

Usage: ls [-1AacCdeFilnpLRrSsTtuvwxXhk] [filenames...]

List directory contents

Options:
    -1    List files in a single column
    -A    Do not list implied . and ..
    -a    Do not hide entries starting with .
    -C    List entries by columns
    -c    With -l: show ctime
    --color[={always,never,auto}]    Control coloring
    -d    List directory entries instead of contents
    -e    List both full date and full time
    -F    Append indicator (one of */=@|) to entries
    -i    List the i-node for each file
    -l    Use a long listing format
    -n    List numeric UIDs and GIDs instead of names
    -p    Append indicator (one of /=@|) to entries
    -L    List entries pointed to by symlinks
    -R    List subdirectories recursively
    -r    Sort the listing in reverse order
    -S    Sort the listing by file size
    -s    List the size of each file, in blocks
    -T NUM    Assume Tabstop every NUM columns
    -t    With -l: show modification time
    -u    With -l: show access time
    -v    Sort the listing by version
    -w NUM    Assume the terminal is NUM columns wide
    -x    List entries by lines instead of by columns
    -X    Sort the listing by extension
    -h    Print sizes in human readable format (e.g., 1K 243M 2G).

PONOWNA PROBA LOGOWANIA

Command 'ls -la --full-time'
failed with return code 1 and error message
ls: unrecognized option `--full-time'.

reboot & exit

polecenia :  free i df

root@OpenWrt:~# df
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                    1600      1600         0 100% /
/dev/root                 1600      1600         0 100% /rom
tmpfs                    15276        56     15220   0% /tmp
/dev/mtdblock/4           5952      1180      4772  20% /jffs
mini_fo:/jffs             1600      1600         0 100% /
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        30552        13432        17120            0         1264
Swap:            0            0            0
Total:        30552        13432        17120
root@OpenWrt:~#

Wiec mu pisze
mkdir -p /hdd
mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /hdd
swapon /dev/scsi/host0/bus0/target0/lun0/part1

polecenia :  free i df
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        30552        13740        16812            0         1296
Swap:       498920            0       498920
Total:       529472        13740       515732
root@OpenWrt:~# df
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                    1600      1600         0 100% /
/dev/root                 1600      1600         0 100% /rom
tmpfs                    15276        56     15220   0% /tmp
/dev/mtdblock/4           5952      1180      4772  20% /jffs
mini_fo:/jffs             1600      1600         0 100% /
/dev/scsi/host0/bus0/target0/lun0/part2
                      76459480    184220  72391312   0% /hdd
   
       
Swap i HDD sie pojawia ale po restarcie asusa znika !           
Przez WIN SCP JUZ SIE NIE MOGE ZALOGOWAC ZEBY DODAC LINIJKE

start() {
        sleep 10
       
do pliku /etc/init.d/fstab

BO WYWALA TEN SAM BLaD CO WcZESNIEJ

SPRAWDZAJAC CZY ZAPISAL MI ZMIANY W PLIKU /etc/config/fstab
pisze mu cat /etc/config/fstab

i dostaje taki wynik
root@OpenWrt:~# cat /etc/config/fstab
config mount
  option device /dev/scsi/host0/bus0/target0/lun0/part2
  option target /hdd
  option fstype ext3
  option options rw,noatime
  option enabled 1

config swap
  option device /dev/scsi/host0/bus0/target0/lun0/part1
  option enabled 1
wyglada na to ze sie zapisalo a nie botuje ani tego ani tego ;/

8

(20 odpowiedzi, napisanych Oprogramowanie / Software)

zrobiłem to co napisałeś , dysk dalej przy starcie sie niezamaontował a w dodatku mi wywaliło internet znikło połączenie , musiałem od nowa wgrać system do rutera , zaczynam konfiguracje od początku .

9

(20 odpowiedzi, napisanych Oprogramowanie / Software)

ale dlaczeo terraz zamontowało a przy starcie nie ? swapa tez tak zamontuje ?

10

(20 odpowiedzi, napisanych Oprogramowanie / Software)

Cezary napisał/a:

mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /mnt

zamontowało chyba

root@OpenWrt:~# mkdir -p /hdd
root@OpenWrt:~# mkdir -p /hdd
root@OpenWrt:~# mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/part2 /mnt
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        30552        13836        16716            0         1296
Swap:            0            0            0
Total:        30552        13836        16716
root@OpenWrt:~# df
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                    1600      1600         0 100% /
/dev/root                 1600      1600         0 100% /rom
tmpfs                    15276        60     15216   0% /tmp
/dev/mtdblock/4           5952      1180      4772  20% /jffs
mini_fo:/jffs             1600      1600         0 100% /
/dev/scsi/host0/bus0/target0/lun0/part2
                      76459480    184220  72391312   0% /mnt
root@OpenWrt:~#

11

(20 odpowiedzi, napisanych Oprogramowanie / Software)

tak
mkfs.ext3 /dev/scsi/host0/bus0/target0/lun0/part2
dodam jeszcze to

root@OpenWrt:~# cat /etc/init.d/fstab
#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org

START=20

do_mount() {
        local cfg="$1"
        config_get fstype "$cfg" fstype
        fstype="${fstype:-auto}"
        config_get options "$cfg" options
        options="${options:-rw}"
        config_get device "$cfg" device
        [ -n "$device" ] || return 0
        config_get target "$cfg" target
        [ -n "$target" ] || return 0
        mkdir -p $target
        config_get_bool enabled "$cfg" "enabled" '1'
        [ "$enabled" -eq 0 ] && options="noauto,$options"
        echo "$device   $target $fstype $options        0       0" >> /tmp/fstab
}

do_swapon() {
        local cfg="$1"
        config_get device "$cfg" device
        [ -n "$device" ] || return 0
        config_get_bool enabled "$cfg" "enabled" '1'
        [ "$enabled" -gt 0 ] && {
                echo "$device   none    swap    ${noauto}sw     0       0" >> /tmp/fstab
        }
}

do_unmount() {
        local cfg="$1"
        config_get target "$cfg" target
        [ -n "$target" ] || return 0
        config_get_bool enabled "$cfg" "enabled" '1'
        [ "$enabled" -gt 0 ] && {
                umount $target
        }
}

do_swapoff() {
        local cfg="$1"
        config_get device "$cfg" device
        [ -n "$device" ] || return 0
        config_get_bool enabled "$cfg" "enabled" '1'
        [ "$enabled" -gt 0 ] && type swapoff >/dev/null && {
                swapoff $device
        }
}

start() {
        config_load fstab
        echo '# WARNING: this is an auto generated file, please use uci to set static filesystems' > /tmp/fstab
        config_foreach do_mount mount
        config_foreach do_swapon swap
        mount -a
        [ -x /sbin/swapon ] && swapon -a
}

stop() {
        config_load fstab
        config_foreach do_unmount mount
        config_foreach do_swapoff swap
        [ -x /sbin/swapoff ] && swapoff -a
}

jakim programem laczyc sie do rutera aby edytowac pliki ? wczoraj bez dysku mi sie laczylo jakims scp (czy jakos tak) po formatowaniu wywala blad i nic nie pokazuje.
chciałem dodać w tym pliku linijke o montowaniu pi 10 sekundach dysku

12

(20 odpowiedzi, napisanych Oprogramowanie / Software)

witam , ruter niechce mi zamontować dysku przy starcie , wykonałem całe formatowanie wg. opisu z strony openwrt.pl wyniki polecen free ,df , cat /etc/config/fstab , dmesg.
root@OpenWrt:~# df
Filesystem           1k-blocks      Used Available Use% Mounted on
rootfs                    1600      1600         0 100% /
/dev/root                 1600      1600         0 100% /rom
tmpfs                    15276        60     15216   0% /tmp
/dev/mtdblock/4           5952      1180      4772  20% /jffs
mini_fo:/jffs             1600      1600         0 100% /
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        30552        13736        16816            0         1264
Swap:            0            0            0
Total:        30552        13736        16816
root@OpenWrt:~# cat /etc/config/fstab
config mount
  option device /dev/scsi/host0/bus0/target0/lun0/part2
  option target /hdd
  option fstype ext3
  option options rw,noatime
  option enabled 1

config swap
  option device /dev/scsi/host0/bus0/target0/lun0/part1
  option enabled 1
root@OpenWrt:~# dmesg
CPU revision is: 00029029
Primary instruction cache 16kB, physically tagged, 4-way, linesize 16 bytes.
Primary data cache 16kB, 2-way, linesize 16 bytes.
Linux version 2.4.35.4 (andy@stable-sandbox) (gcc version 3.4.6 (OpenWrt-2.0)) #12 Mon Jun 1 21:52:49 UTC 2009
Setting the PFC to its default value
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
On node 0 totalpages: 8192
zone(0): 8192 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200
CPU: BCM5354 rev 2 at 240 MHz
Using 120.000 MHz high precision timer.
Calibrating delay loop... 237.56 BogoMIPS
Memory: 30468k/32768k available (1425k kernel code, 2300k reserved, 100k data, 84k init, 0k highmem)
Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
Checking for 'wait' instruction...  unavailable.
POSIX conformance testing by UNIFIX
PCI: no core
PCI: Fixing up bus 0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
Registering mini_fo version $Id$
devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
squashfs: version 3.0 (2006/03/15) Phillip Lougher
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0xb8000300 (irq = 3) is a 16550A
ttyS01 at 0xb8000400 (irq = 3) is a 16550A
b44.c:v0.93 (Mar, 2004)
PCI: Setting latency timer of device 00:01.0 to 64
eth0: Broadcom 47xx 10/100BaseT Ethernet 00:1f:c6:51:3b:e5
Physically mapped flash: Found an alias at 0x800000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1800000 for the chip at 0x0
Amd/Fujitsu Extended Query Table v1.1 at 0x0040
number of CFI chips: 1
cfi_cmdset_0002: Disabling fast programming due to code brokenness.
Flash device: 0x800000 at 0x1c000000
bootloader size: 131072
Physically mapped flash: Filesystem type: squashfs, size=0x181cc9
Creating 5 MTD partitions on "Physically mapped flash":
0x00000000-0x00020000 : "cfe"
0x00020000-0x007f0000 : "linux"
0x0009b000-0x00220000 : "rootfs"
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only
0x007f0000-0x00800000 : "nvram"
0x00220000-0x007f0000 : "rootfs_data"
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
NET4: Ethernet Bridge 008 for NET4.0
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
VFS: Mounted root (squashfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 84k freed
Algorithmics/MIPS FPU Emulator v1.5
diag: Detected 'ASUS WL-500g Premium V2'
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
roboswitch: Probing device eth0: found!
89.200.149.236 sent an invalid ICMP type 3, code 13 error to a broadcast: 192.168.1.255 on eth0
mini_fo: using base directory: /
mini_fo: using storage directory: /jffs
jffs2.bbc: SIZE compression mode activated.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
SCSI subsystem driver Revision: 1.00
eth0.1: add 01:00:5e:00:00:01 mcast address to master interface
eth0.0: add 01:00:5e:00:00:01 mcast address to master interface
eth0.0: dev_set_promiscuity(master, 1)
device eth0 entered promiscuous mode
device eth0.0 entered promiscuous mode
br-lan: port 1(eth0.0) entering learning state
br-lan: port 1(eth0.0) entering forwarding state
br-lan: topology change detected, propagating
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Setting latency timer of device 00:05.0 to 64
PCI/DMA
wl0: wlc_attach: chiprev 2 coreunit 0 corerev 13 cccap 0x104007ea maccap 0x30482205 band 2.4G, phy_type 5 phy_rev 0 ana_rev 6
wl0: Broadcom BCM4318 802.11 Wireless Controller 4.150.10.5
Journalled Block Device driver loaded
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (5953 buckets, 5953 max) - 360 bytes per conntrack
usb-uhci.c: $Revision: 1.275 $ time 09:27:10 May 31 2009
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
SB USB20H init
SB COREREV: 2
SB USB20H resetting
USB20H fcr: 0x64
USB20H shim cr: 0x8f7
PCI: Setting latency timer of device 00:03.1 to 64
ehci_hcd 00:03.1: PCI device 14e4:471a
ehci_hcd 00:03.1: irq 6, pci mem b8003800
usb.c: new USB bus registered, assigned bus number 1
ehci_hcd 00:03.1: illegal capability!
ehci_hcd 00:03.1: USB 0.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
hub.c: USB hub found
hub.c: 2 ports detected
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
hub.c: new USB device 00:03.1-1, assigned address 2
hub.c: USB hub found
hub.c: 2 ports detected
hub.c: new USB device 00:03.1-1.1, assigned address 3
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: SAMSUNG   Model: SV0802N           Rev: 0-23
  Type:   Direct-Access                      ANSI SCSI revision: 02
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 156368016 512-byte hdwr sectors (80060 MB)
Partition check:
/dev/scsi/host0/bus0/target0/lun0: p1 p2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
device wl0 entered promiscuous mode
wl0: attempt to add interface with same source address.
br-lan: port 2(wl0) entering learning state
br-lan: port 2(wl0) entering forwarding state
br-lan: topology change detected, propagating

dodam ze znalazłem rozbierzność przy instalacji pakietów , na stronie eko-one jest pakiet kmod-nls-iso8859-1 ktory sie nie instaluje ale na openwrt.pl jest kmod-nls-iso88591 jest taki ktroy sie juz instaluje . Czy to moze byc przyczyna ??

13

(31 odpowiedzi, napisanych Oprogramowanie / Software)

kurde , wielkie dzieki za pomoc , jak pierwszy raz masz doczynienia z czym takim to nie wszystko jest takie proste . Jeszcze raz wielkie dzieki za pomoc

14

(31 odpowiedzi, napisanych Oprogramowanie / Software)

kurde bo tyle tego jest ;/ zly zainstalowalem ;/ daj linka do pliku co mam wgrac asus wl500 gpv2

15

(31 odpowiedzi, napisanych Oprogramowanie / Software)

tzn ? to jadro ?

16

(31 odpowiedzi, napisanych Oprogramowanie / Software)

root@OpenWrt:~# uci show
dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded=1
dhcp.@dnsmasq[0].boguspriv=1
dhcp.@dnsmasq[0].filterwin2k=0
dhcp.@dnsmasq[0].localise_queries=1
dhcp.@dnsmasq[0].local=/lan/
dhcp.@dnsmasq[0].domain=lan
dhcp.@dnsmasq[0].expandhosts=1
dhcp.@dnsmasq[0].nonegcache=0
dhcp.@dnsmasq[0].authoritative=1
dhcp.@dnsmasq[0].readethers=1
dhcp.@dnsmasq[0].leasefile=/tmp/dhcp.leases
dhcp.@dnsmasq[0].resolvfile=/tmp/resolv.conf.auto
dhcp.lan=dhcp
dhcp.lan.interface=lan
dhcp.lan.start=100
dhcp.lan.limit=150
dhcp.lan.leasetime=12h
dhcp.wan=dhcp
dhcp.wan.interface=wan
dhcp.wan.ignore=1
dropbear.@dropbear[0]=dropbear
dropbear.@dropbear[0].PasswordAuth=on
dropbear.@dropbear[0].Port=22
firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood=1
firewall.@defaults[0].input=ACCEPT
firewall.@defaults[0].output=ACCEPT
firewall.@defaults[0].forward=REJECT
firewall.@zone[0]=zone
firewall.@zone[0].name=lan
firewall.@zone[0].input=ACCEPT
firewall.@zone[0].output=ACCEPT
firewall.@zone[0].forward=REJECT
firewall.@zone[1]=zone
firewall.@zone[1].name=wan
firewall.@zone[1].input=REJECT
firewall.@zone[1].output=ACCEPT
firewall.@zone[1].forward=REJECT
firewall.@zone[1].masq=1
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src=lan
firewall.@forwarding[0].dest=wan
firewall.@forwarding[0].mtu_fix=1
firewall.@include[0]=include
firewall.@include[0].path=/etc/firewall.user
fstab.@mount[0]=mount
fstab.@mount[0].target=/home
fstab.@mount[0].device=/dev/sda1
fstab.@mount[0].fstype=ext3
fstab.@mount[0].options=rw,sync
fstab.@mount[0].enabled=0
fstab.@swap[0]=swap
fstab.@swap[0].device=/dev/sda2
fstab.@swap[0].enabled=0
httpd.@httpd[0]=httpd
httpd.@httpd[0].port=80
httpd.@httpd[0].home=/www
luci.main=core
luci.main.lang=auto
luci.main.mediaurlbase=/luci-static/openwrt.org
luci.main.resourcebase=/luci-static/resources
luci.flash_keep=extern
luci.flash_keep.uci=/etc/config/
luci.flash_keep.dropbear=/etc/dropbear/
luci.flash_keep.openvpn=/etc/openvpn/
luci.flash_keep.passwd=/etc/passwd
luci.flash_keep.opkg=/etc/opkg.conf
luci.flash_keep.firewall=/etc/firewall.user
luci.flash_keep.uploads=/lib/uci/upload/
luci.languages=internal
luci.languages.en=English
luci.sauth=internal
luci.sauth.sessionpath=/tmp/luci-sessions
luci.sauth.sessiontime=3600
luci.ccache=internal
luci.ccache.enable=1
luci.template=internal
luci.template.compiler_mode=file
luci.template.compiledir=/tmp/luci-templatecache
luci.themes=internal
luci.themes.OpenWrt=/luci-static/openwrt.org
network.eth0=switch
network.eth0.vlan0=0 1 2 3 5*
network.eth0.vlan1=4 5
network.loopback=interface
network.loopback.ifname=lo
network.loopback.proto=static
network.loopback.ipaddr=127.0.0.1
network.loopback.netmask=255.0.0.0
network.lan=interface
network.lan.type=bridge
network.lan.ifname=eth0.0
network.lan.proto=static
network.lan.ipaddr=192.168.1.1
network.lan.netmask=255.255.255.0
network.wan=interface
network.wan.ifname=eth0.1
network.wan.proto=dhcp
system.@system[0]=system
system.@system[0].hostname=OpenWrt
system.@system[0].timezone=UTC
ucitrack.@network[0]=network
ucitrack.@network[0].init=network
ucitrack.@network[0].affects=dhcp
ucitrack.@wireless[0]=wireless
ucitrack.@wireless[0].affects=network
ucitrack.@firewall[0]=firewall
ucitrack.@firewall[0].init=firewall
ucitrack.@firewall[0].affects=luci-splash qos
ucitrack.@olsr[0]=olsr
ucitrack.@olsr[0].init=olsrd
ucitrack.@dhcp[0]=dhcp
ucitrack.@dhcp[0].init=dnsmasq
ucitrack.@dropbear[0]=dropbear
ucitrack.@dropbear[0].init=dropbear
ucitrack.@httpd[0]=httpd
ucitrack.@httpd[0].init=httpd
ucitrack.@fstab[0]=fstab
ucitrack.@fstab[0].init=fstab
ucitrack.@qos[0]=qos
ucitrack.@qos[0].init=qos
ucitrack.@system[0]=system
ucitrack.@system[0].init=led
ucitrack.@luci_hosts[0]=luci_hosts
ucitrack.@luci_hosts[0].init=luci_hosts
ucitrack.@luci_hosts[0].affects=dhcp
ucitrack.@luci_ethers[0]=luci_ethers
ucitrack.@luci_ethers[0].init=luci_ethers
ucitrack.@luci_ethers[0].affects=dhcp
ucitrack.@luci_splash[0]=luci_splash
ucitrack.@luci_splash[0].init=luci_splash
ucitrack.@upnpd[0]=upnpd
ucitrack.@upnpd[0].init=miniupnpd
ucitrack.@ntpclient[0]=ntpclient
ucitrack.@ntpclient[0].init=ntpclient
ucitrack.@samba[0]=samba
ucitrack.@samba[0].init=samba
ucitrack.@tinyproxy[0]=tinyproxy
ucitrack.@tinyproxy[0].init=tinyproxy
root@OpenWrt:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
tmpfs on /dev type tmpfs (rw,size=512k)
devpts on /dev/pts type devpts (rw,mode=600)
/dev/mtdblock3 on /jffs type jffs2 (rw)
mini_fo:/jffs on / type mini_fo (rw)
root@OpenWrt:~#

17

(31 odpowiedzi, napisanych Oprogramowanie / Software)

ja mam chyba jakies jadro 2.6 to cos zmienia ? jak wczesniej cos kombinowalem to widzialem ze dzialaja komedy do jadra 2.6 moze sflashuje ruter jeszcze raz ?

18

(31 odpowiedzi, napisanych Oprogramowanie / Software)

to samo ;/

uci: Invalid argument

19

(31 odpowiedzi, napisanych Oprogramowanie / Software)

juz sam nie wiem co jest grane , po kablu mam necik na dwoch kompach , jak odpalam laptopa to nie widzi mi wi fi na noki n80 to samo ;/

20

(31 odpowiedzi, napisanych Oprogramowanie / Software)

tzn ? mam wgrac kamikaze jeszcze raz cz cos jeszcze ?

21

(31 odpowiedzi, napisanych Oprogramowanie / Software)

mam laptopa obok i patrze czy hula i dioda air nie miga

22

(31 odpowiedzi, napisanych Oprogramowanie / Software)

moze to przez to ze nawgrywalem do rutera roznych innch softow , olega potem openwrt-a jakiegos z modem potem kamikaze gargoyle a teraz normalna wersje z lucim ma to jakies znaczenie ?

23

(31 odpowiedzi, napisanych Oprogramowanie / Software)

config 'wifi-device' 'wl0'
    option 'type' 'broadcom'
    option 'channel' '6'
    option 'disabled' '0'

config 'wifi-iface'
    option 'device' 'wl0'
    option 'network' 'lan'
    option 'mode' 'ap'
    option 'hidden' '0'
    option 'encryption' 'psk2'
    option 'ssid' 'nasz_essid'
    option 'key' 'hackme12'

tak wyglada teraz moj plik

24

(31 odpowiedzi, napisanych Oprogramowanie / Software)

odpalilem edytor zedytowalem to ale wi fi dalej niedziala

25

(31 odpowiedzi, napisanych Oprogramowanie / Software)

przeszukałem całe gui i tam nie ma czego wyklikac , czym sie połacze do rutera aby edytowac te pliki ?