276

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Niestety przy takim układzie nie działa ani się nie chce włączyć ani wyłączyć

config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler '/usr/bin/radio.sh ;'
    option min '0'
    option max '2'

277

(421 odpowiedzi, napisanych Oprogramowanie / Software)

config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler '/usr/bin/radio.sh ;'
    option min '0'
    option max '2'
Tak powinno być ?

278

(421 odpowiedzi, napisanych Oprogramowanie / Software)

config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler 'kill -9 $(pidof madplay) > /dev/null 2>&1 ; /usr/bin/radio.sh ;'
    option min '0'
    option max '2'

tak mam

279

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Mam ten skrypt tak jak podałeś ale działa albo jedno albo drugie oba naraz nie

280

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Jest częściowy postęp
Przy skrypcie jaki podałeś w zależności czy mam
option handler 'kill -9 $(pidof madplay) > /dev/null 2>&1'
czy
option handler 'wget -qO - http://stream.rcs.revma.com/ypqt40u0x1zuv | madplay -Q - &'
To mogę tylko albo wyłączyć jeśli gra lub włączyć jeśli nie gra.

plik systemowy wygląda teraz tak

config system
    option ttylogin '0'
    option log_size '64'
    option urandom_seed '0'
    option cronloglevel '9'
    option timezone 'CET-1CEST,M3.5.0/2,M10.5.0/3'
    option zonename 'Europe/Warsaw'
    option stat '0'
    option hostname 'Sypialnia'

config timeserver 'ntp'
    option enabled '1'
    option enable_server '1'
    list server '0.pool.ntp.org'
    list server '1.pool.ntp.org'
    list server '2.pool.ntp.org'
    list server '3.pool.ntp.org'

config led 'led_wan_green'
    option name 'WAN (green)'
    option sysfs 'netgear:green:wan'
    option trigger 'switch0'
    option port_mask '0x20'
    option speed_mask '0x08'

config led 'led_wan_amber'
    option name 'WAN (amber)'
    option sysfs 'netgear:amber:wan'
    option trigger 'switch0'
    option port_mask '0x20'
    option speed_mask '0x06'

config led 'led_usb'
    option name 'USB'
    option sysfs 'netgear:green:usb'
    option trigger 'usbdev'
    option interval '50'
    option dev '1-1'

config led 'led_wlan2g'
    option name 'WLAN2G'
    option sysfs 'netgear:green:wlan2g'
    option trigger 'phy0tpt'

config led 'led_wlan5g'
    option name 'WLAN5G'
    option sysfs 'netgear:blue:wlan5g'
    option trigger 'phy1tpt'

config button 'reboot_button'
    option action 'released'
    option handler 'logger reboot ; /usr/lib/gargoyle/reboot.sh ;'
    option min '3'
    option button 'reset'
    option max '10'

config button 'reset_button'
    option button 'reset'
    option action 'released'
    option handler 'logger restore defaults ; /sbin/firstboot -y; reboot ;'
    option max '90'
    option min '11'

config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler 'kill -9 $(pidof madplay) > /dev/null 2>&1 ; /usr/bin/radio.sh ;'
    option min '0'
    option max '2'

config button 'rfkill_button'
    option button 'rfkill'
    option action 'released'
    option handler 'logger reboot ; /sbin/wifionoff ;'
    option min '0'
    option max '2'

config button 'btn2_button'
    option button 'BTN_2'
    option action 'released'
    option handler 'logger reboot ; /sbin/wifionoff ;'
    option min '0'
    option max '2'

Przy takim ustawieniu radyjko mogę tylko wyłączyć
Jak to teraz zmienić ?

281

(421 odpowiedzi, napisanych Oprogramowanie / Software)

tak ma to wyglądać ?
config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler 'kill -9 $(pidof madplay) > /dev/null 2>&1'
    option handler 'wget -qO - http://stream.rcs.revma.com/ypqt40u0x1zuv | madplay -Q - &'
    option min '0'
    option max '2'

282

(421 odpowiedzi, napisanych Oprogramowanie / Software)

niestey nic mi to nie mowi
jak i co mam podmienic w tym configu ?

283

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Na moim netgearze 4300 na przednim panelu mam dwa przyciski a jeden z nich chciałem wykorzystać do włączania i wyłączania radyjka.
Komendą  wget -qO - http://stream.rcs.revma.com/ypqt40u0x1zuv | madplay -Q - & w konsoli mogę włączyć radio.
Jakie wpisy muszę zrobić żeby  jednym z tych przycisków włączać i wyłączać to radio
Aktualnie w /etc/config/system mam tak

config system
    option ttylogin '0'
    option log_size '64'
    option urandom_seed '0'
    option cronloglevel '9'
    option timezone 'CET-1CEST,M3.5.0/2,M10.5.0/3'
    option zonename 'Europe/Warsaw'
    option stat '0'
    option hostname 'Sypialnia'

config timeserver 'ntp'
    option enabled '1'
    option enable_server '1'
    list server '0.pool.ntp.org'
    list server '1.pool.ntp.org'
    list server '2.pool.ntp.org'
    list server '3.pool.ntp.org'

config led 'led_wan_green'
    option name 'WAN (green)'
    option sysfs 'netgear:green:wan'
    option trigger 'switch0'
    option port_mask '0x20'
    option speed_mask '0x08'

config led 'led_wan_amber'
    option name 'WAN (amber)'
    option sysfs 'netgear:amber:wan'
    option trigger 'switch0'
    option port_mask '0x20'
    option speed_mask '0x06'

config led 'led_usb'
    option name 'USB'
    option sysfs 'netgear:green:usb'
    option trigger 'usbdev'
    option interval '50'
    option dev '1-1'

config led 'led_wlan2g'
    option name 'WLAN2G'
    option sysfs 'netgear:green:wlan2g'
    option trigger 'phy0tpt'

config led 'led_wlan5g'
    option name 'WLAN5G'
    option sysfs 'netgear:blue:wlan5g'
    option trigger 'phy1tpt'

config button 'reboot_button'
    option action 'released'
    option handler 'logger reboot ; /usr/lib/gargoyle/reboot.sh ;'
    option min '3'
    option button 'reset'
    option max '10'

config button 'reset_button'
    option button 'reset'
    option action 'released'
    option handler 'logger restore defaults ; /sbin/firstboot -y; reboot ;'
    option max '90'
    option min '11'

config button 'wps_button'
    option button 'wps'
    option action 'released'
    option handler 'logger reboot ; /sbin/wifionoff ;'
    option min '0'
    option max '2'

config button 'rfkill_button'
    option button 'rfkill'
    option action 'released'
    option handler 'logger reboot ; /sbin/wifionoff ;'
    option min '0'
    option max '2'

config button 'btn2_button'
    option button 'BTN_2'
    option action 'released'
    option handler 'logger reboot ; /sbin/wifionoff ;'
    option min '0'
    option max '2'

284

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Bartekk napisał/a:

Cześć, dorobiłem prowizoryczne wybieranie głośności radia i ściszanie, ponieważ nie chciało mi się biegać co chwilę do wzmacniacza. Podmieńcie sobie te pliki (iradio.sh i iradio.js)

PunBB bbcode test

Pliki:

http://hostuje.net/file.php?id=601b4ebd … 6e2c6ae017

Czy działa to jeszcze?
U mnie po zamianie tych plików w

/plugin_root/www
i
/plugin_root/www/js

pokazuje się nowe menu zmiany głośności ale mimo to brak reakcji

285

(421 odpowiedzi, napisanych Oprogramowanie / Software)

można to zmienić w gui ?

286

(421 odpowiedzi, napisanych Oprogramowanie / Software)

Witam
można jeszcze zainstalować ten plugin ?
Z poziomu gui nie nie idzie a w konsoli mam coś takiego

opkg update
Downloading package list for eko1_routing source...
Package list for eko1_routing downloaded successfully.

Downloading package list for gargoyle_base source...
Package list for gargoyle_base downloaded successfully.

Downloading package list for eko1_packages source...
Package list for eko1_packages downloaded successfully.

Downloading package list for gargoyle_kmods source...
Package list for gargoyle_kmods downloaded successfully.

Downloading package list for openwrt_telephony source...
Package list for openwrt_telephony downloaded successfully.

Downloading package list for openwrt_luci source...
Package list for openwrt_luci downloaded successfully.

Downloading package list for openwrt_packages source...
Package list for openwrt_packages downloaded successfully.

Downloading package list for openwrt_routing source...
Package list for openwrt_routing downloaded successfully.

Downloading package list for eko1_luci source...
Package list for eko1_luci downloaded successfully.

Downloading package list for gargoyle_pl source...
Package list for gargoyle_pl downloaded successfully.

Downloading package list for openwrt_base source...
Package list for openwrt_base downloaded successfully.

Downloading package list for eko1_telephony source...
Package list for eko1_telephony downloaded successfully.

Downloading package list for eko1_base source...
Package list for eko1_base downloaded successfully.

opkg install plugin-gargoyle-iradio
ERROR: Dependency madplay of package plugin-gargoyle-iradio cannot be found, try updating your package lists


cat /sys/kernel/debug/usb/devices

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480  MxCh= 1
B:  Alloc=  0/800 us ( 0%), #Int=  2, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev= 4.09
S:  Manufacturer=Linux 4.9.184 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=ehci-platform
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480  MxCh= 4
D:  Ver= 2.10 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0610 Rev=92.26
S:  Manufacturer=GenesysLogic
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#=  3 Spd=480  MxCh= 4
D:  Ver= 2.10 Cls=09(hub  ) Sub=00 Prot=02 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0610 Rev= 4.02
S:  Manufacturer=GenesysLogic
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=01 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms
I:* If#= 0 Alt= 1 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=02 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

T:  Bus=01 Lev=03 Prnt=03 Port=00 Cnt=01 Dev#=  4 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=1b3f ProdID=2008 Rev= 1.00
S:  Manufacturer=GeneralPlus
S:  Product=USB Audio Device
C:* #Ifs= 4 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=(none)
I:* If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
I:  If#= 1 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
E:  Ad=05(O) Atr=01(Isoc) MxPS= 192 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
I:  If#= 2 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
E:  Ad=86(I) Atr=01(Isoc) MxPS= 100 Ivl=1ms
I:* If#= 3 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=32ms

T:  Bus=01 Lev=03 Prnt=03 Port=02 Cnt=02 Dev#=  5 Spd=480  MxCh= 0
D:  Ver= 2.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=1058 ProdID=25e1 Rev=10.21
S:  Manufacturer=Western Digital
S:  Product=My Passport 25E1
S:  SerialNumber=57584831413838384A585556
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

T:  Bus=01 Lev=03 Prnt=03 Port=03 Cnt=03 Dev#=  6 Spd=12   MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=041e ProdID=4068 Rev= 1.00
S:  Manufacturer=Creative Labs
S:  Product=VF0470 Live! Cam Notebook
C:* #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=ov519
E:  Ad=81(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
I:  If#= 0 Alt= 1 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=ov519
E:  Ad=81(I) Atr=01(Isoc) MxPS= 384 Ivl=1ms
I:  If#= 0 Alt= 2 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=ov519
E:  Ad=81(I) Atr=01(Isoc) MxPS= 512 Ivl=1ms
I:  If#= 0 Alt= 3 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=ov519
E:  Ad=81(I) Atr=01(Isoc) MxPS= 768 Ivl=1ms
I:  If#= 0 Alt= 4 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=ov519
E:  Ad=81(I) Atr=01(Isoc) MxPS= 896 Ivl=1ms
I:* If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=(none)
I:* If#= 2 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
I:  If#= 2 Alt= 1 #EPs= 1 Cls=01(audio) Sub=02 Prot=00 Driver=(none)
E:  Ad=82(I) Atr=05(Isoc) MxPS=  40 Ivl=1ms

287

(592 odpowiedzi, napisanych Oprogramowanie / Software)

Czy wiadomo już kiedy będzie oficjalne wydanie 1.13 ?

288

(634 odpowiedzi, napisanych Oprogramowanie / Software)

iw list
Wiphy phy1
    max # scan SSIDs: 4
    max scan IEs length: 2247 bytes
    max # sched scan SSIDs: 0
    max # match sets: 0
    max # scan plans: 1
    max scan plan interval: -1
    max scan plan iterations: 0
    Retry short limit: 7
    Retry long limit: 4
    Coverage class: 0 (up to 0m)
    Available Antennas: TX 0x3 RX 0x3
    Configured Antennas: TX 0x3 RX 0x3
    Supported interface modes:
         * IBSS
         * managed
         * AP
         * AP/VLAN
         * monitor
         * mesh point
    Band 2:
        Capabilities: 0x1ff
            RX LDPC
            HT20/HT40
            SM Power Save disabled
            RX Greenfield
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 3839 bytes
            No DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: 4 usec (0x05)
        HT TX/RX MCS rate indexes supported: 0-15
        VHT Capabilities (0x018001b0):
            Max MPDU length: 3895
            Supported Channel Width: neither 160 nor 80+80
            RX LDPC
            short GI (80 MHz)
            TX STBC
        VHT RX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT RX highest supported: 0 Mbps
        VHT TX MCS set:
            1 streams: MCS 0-9
            2 streams: MCS 0-9
            3 streams: not supported
            4 streams: not supported
            5 streams: not supported
            6 streams: not supported
            7 streams: not supported
            8 streams: not supported
        VHT TX highest supported: 0 Mbps
        Frequencies:
            * 5180 MHz [36] (20.0 dBm)
            * 5200 MHz [40] (20.0 dBm)
            * 5220 MHz [44] (20.0 dBm)
            * 5240 MHz [48] (20.0 dBm)
            * 5260 MHz [52] (20.0 dBm) (radar detection)
            * 5280 MHz [56] (20.0 dBm) (radar detection)
            * 5300 MHz [60] (20.0 dBm) (radar detection)
            * 5320 MHz [64] (20.0 dBm) (radar detection)
            * 5500 MHz [100] (27.0 dBm) (radar detection)
            * 5520 MHz [104] (27.0 dBm) (radar detection)
            * 5540 MHz [108] (27.0 dBm) (radar detection)
            * 5560 MHz [112] (27.0 dBm) (radar detection)
            * 5580 MHz [116] (27.0 dBm) (radar detection)
            * 5600 MHz [120] (27.0 dBm) (radar detection)
            * 5620 MHz [124] (27.0 dBm) (radar detection)
            * 5640 MHz [128] (27.0 dBm) (radar detection)
            * 5660 MHz [132] (27.0 dBm) (radar detection)
            * 5680 MHz [136] (27.0 dBm) (radar detection)
            * 5700 MHz [140] (27.0 dBm) (radar detection)
            * 5745 MHz [149] (disabled)
            * 5765 MHz [153] (disabled)
            * 5785 MHz [157] (disabled)
            * 5805 MHz [161] (disabled)
            * 5825 MHz [165] (disabled)
    valid interface combinations:
         * #{ IBSS } <= 1, #{ managed, AP, mesh point } <= 8,
           total <= 8, #channels <= 1, STA/AP BI must match, radar detect widths: { 20 MHz (no HT), 20 MHz, 40 MHz, 80 MHz }

    HT Capability overrides:
         * MCS: ff ff ff ff ff ff ff ff ff ff
         * maximum A-MSDU length
         * supported channel width
         * short GI for 40 MHz
         * max A-MPDU length exponent
         * min MPDU start spacing
    Device supports VHT-IBSS.
Wiphy phy0
    max # scan SSIDs: 4
    max scan IEs length: 2257 bytes
    max # sched scan SSIDs: 0
    max # match sets: 0
    max # scan plans: 1
    max scan plan interval: -1
    max scan plan iterations: 0
    Retry short limit: 7
    Retry long limit: 4
    Coverage class: 0 (up to 0m)
    Available Antennas: TX 0x3 RX 0x3
    Supported interface modes:
         * IBSS
         * managed
         * AP
         * AP/VLAN
         * monitor
         * mesh point
    Band 1:
        Capabilities: 0x1fe
            HT20/HT40
            SM Power Save disabled
            RX Greenfield
            RX HT20 SGI
            RX HT40 SGI
            TX STBC
            RX STBC 1-stream
            Max AMSDU length: 3839 bytes
            No DSSS/CCK HT40
        Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
        Minimum RX AMPDU time spacing: 4 usec (0x05)
        HT TX/RX MCS rate indexes supported: 0-15
        Frequencies:
            * 2412 MHz [1] (20.0 dBm)
            * 2417 MHz [2] (20.0 dBm)
            * 2422 MHz [3] (20.0 dBm)
            * 2427 MHz [4] (20.0 dBm)
            * 2432 MHz [5] (20.0 dBm)
            * 2437 MHz [6] (20.0 dBm)
            * 2442 MHz [7] (20.0 dBm)
            * 2447 MHz [8] (20.0 dBm)
            * 2452 MHz [9] (20.0 dBm)
            * 2457 MHz [10] (20.0 dBm)
            * 2462 MHz [11] (20.0 dBm)
            * 2467 MHz [12] (20.0 dBm)
            * 2472 MHz [13] (20.0 dBm)
            * 2484 MHz [14] (disabled)
    valid interface combinations:
         * #{ IBSS } <= 1, #{ managed, AP, mesh point } <= 4,
           total <= 4, #channels <= 1, STA/AP BI must match
    HT Capability overrides:
         * MCS: ff ff ff ff ff ff ff ff ff ff
         * maximum A-MSDU length
         * supported channel width
         * short GI for 40 MHz
         * max A-MPDU length exponent
         * min MPDU start spacing

289

(634 odpowiedzi, napisanych Oprogramowanie / Software)

To co jest nie tak ze po świeżej instalacji gargoyle 1.12 jest u mnie tak biednie ?

290

(634 odpowiedzi, napisanych Oprogramowanie / Software)

Takie pytanie
Dla wifi 5Ghz przy szerokości kanału 80Mhz ile powinno być dostępnych kanałów bo u mnie jest to tylko kanał 36,52,100,116,132 z czego tylko kanał 36 nie jest DFS ?
Router ma gargoyle 1.12 od Cezarego

291

(3 odpowiedzi, napisanych Oprogramowanie / Software)

Czyli gui od gargoyle i luci ma buga skoro tego nie da się zrobić w tym routerze z poziomu gui tylko trzeba to zrobić w konsoli ?

292

(3 odpowiedzi, napisanych Oprogramowanie / Software)

Witam
Zmieniłem router z tp linka wdr3600 na netgeara r6220 i nie wiem czy to bug czy to problem u mnie.
Nie mogę zmienić (sklonować) adresu mac ze starego routera na nowy ani w gui ani z konsoli za pomocą polecenia
# uci set network.wan.macaddr=00:11:22:33:44:55
# uci commit network

pomaga taka komenda
#uci set network.wan_eth0_2_dev.macaddr=00:11:22:33:44:55
# uci commit network
czy to normalne ?

293

(634 odpowiedzi, napisanych Oprogramowanie / Software)

czyli raczej instalowac stabilne 1.12 ?
ps
1.13 to ten obraz
gargoyle-1.13.0.0pre4-ramips-mt7621-r6220-squashfs-factory.img

294

(634 odpowiedzi, napisanych Oprogramowanie / Software)

a jest już twój 1.13 bo wyszukiwarka pokazuje tylko 1.12 ?

295

(634 odpowiedzi, napisanych Oprogramowanie / Software)

Czy można na tym routerze który ma jeszcze oryginalny soft bezpośrednio z gui zainstalować od razu gargoyle czy najpierw trzeba instalować openwrt (faktory)a dopiero po tym poprzez sysupgrade gargulca ?

296

(34 odpowiedzi, napisanych Oprogramowanie / Software)

root@Gargoyle:~# opkg install block-mount kmod-fs-f2fs to pomogło i działa
pakiet f2fsck nie chciał się zainstalować chyba brak w repo

297

(34 odpowiedzi, napisanych Oprogramowanie / Software)

root@Gargoyle:~# opkg install block-mount kmod-fs-f2fs f2fsck
WARNING: Package block-mount is already installed, ignoring
         Use --force-reinstall to force reinstallation

ERROR: No package named f2fsck found, try updating your package lists

298

(34 odpowiedzi, napisanych Oprogramowanie / Software)

nic nie instalowałem po wgraniu systemu

299

(34 odpowiedzi, napisanych Oprogramowanie / Software)

root@Gargoyle:~# blkid
/dev/mtdblock2: TYPE="squashfs"
/dev/sda1: UUID="87f63a34-91ac-4d6a-8482-3fcde8e8771a" TYPE="f2fs" PARTUUID="96988da8-c1bb-4cf4-a882-d254176d5aca"
/dev/sda2: UUID="95acd706-8477-4b8c-ba66-8743ed37f0cb" TYPE="swap" PARTUUID="93a5f89e-1439-4a6a-a84d-3255f453fac4"
/dev/sda3: LABEL="Duch" UUID="19F1C4CD5630EADE" TYPE="ntfs" PTTYPE="dos" PARTUUID="ff82e2df-b1a8-4e71-9d6f-e1e6916b7996"

a to skopiowany config fstab
config global
    option anon_swap '0'
    option anon_mount '0'
    option auto_swap '1'
    option auto_mount '1'
    option delay_root '5'
    option check_fs '1'

config mount
    option uuid '87f63a34-91ac-4d6a-8482-3fcde8e8771a'
    option target '/overlay'
    option enabled '1'

config swap
    option uuid '95acd706-8477-4b8c-ba66-8743ed37f0cb'
    option enabled '0'

config mount
    option target '/mnt/sda3'
    option uuid '0000001800000048'
    option enabled '0'

300

(34 odpowiedzi, napisanych Oprogramowanie / Software)

skopiowałem to co było w fstab wgrałem na nowo system a po tym jak system się uruchomil wkleiłem zawartość fstaba wylaczylem router podpiowem dysk i uruchomiłem router