W8970 openwrt

W putty przy połaczeniu serial wybiesz szybkość transmisji na 115200 bps

Niestety nic nie pomogło włącznie ze zmianą transmisji na 115200bps.
Zastanawiam się czy winą nie jest to że po kupnie zmieniłem Firmware na najnowsze.
No chyba że ten USB-RS232 jest jakiś trefny...

To nie ma znaczenia, serial nadaje już od startu bootloadera.

Jak złączyłeś Tx i Rx to znaczy że jest OK

Może wina siedzi w windowsie 8.1 64bit?
Jutro zainstaluje windows xp na drugim laptopie i zobaczę czy to coś pomoże.

Skoro "pisanie" działa to windows, interfejs, konfiguracja jest poprawna. problem z połączeniem z routerem. Możliwe że została zniszczona linia Tx.
Jak masz multimetr to sprawdź czy w routerze na pinie Tx ( pierwszy od procesora) jest jakieś napięcie ( jak jest uruchomiony)

Możliwe że masz racje, ale jak tak teraz się przypatrzyłem to płyta się nieco różni od tej opisanej na forum.

Nie, chyba mi się zdawało :slight_smile:

Cześć,
Mam problem z konfiguracją VDSL (Neostrada Fiber) na OpenWRT dla routera TD-W8970
Nie wiem jak ustawić interfejsy i czy potrzebne jest dodatkowe oprogramowanie
Moja konfiguracja:

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
config globals 'globals'
        option ula_prefix 'fdd4:23cb:6f20::/48'
config interface 'lan'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.254'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ifname 'eth0.1'
        option macaddr 'f8:1a:67:5b:38:fa'
config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 2 4 5 6t'
config atm-bridge 'atm'
config interface 'wan'
        option _orig_ifname 'ptm.35'
        option _orig_bridge 'false'
        option proto 'pppoa'
        option encaps 'vc'
        option atmdev '0'
        option vci '35'
        option username 'user'
        option password 'pass'
        option vpi '8'
config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'
config vdsl 'dsl'
        option annex 'a'
        option firmware '/lib/firmware/vdsl.bin'
        option tone 'av'
        option xfer_mode 'ptm'

i log z próby połączenia:

Sat Oct 11 20:49:31 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 20:49:31 2014 daemon.info pppd[6203]: Plugin pppoatm.so loaded.
Sat Oct 11 20:49:31 2014 daemon.info pppd[6203]: PPPoATM plugin_init
Sat Oct 11 20:49:31 2014 daemon.info pppd[6203]: PPPoATM setdevname_pppoatm - SUCCESS:0.8.35
Sat Oct 11 20:49:31 2014 daemon.notice pppd[6203]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 20:49:31 2014 daemon.err pppd[6203]: connect(0.8.35): No such device
Sat Oct 11 20:49:31 2014 daemon.info pppd[6203]: Exit.
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 20:49:32 2014 daemon.info pppd[6230]: Plugin pppoatm.so loaded.
Sat Oct 11 20:49:32 2014 daemon.info pppd[6230]: PPPoATM plugin_init
Sat Oct 11 20:49:32 2014 daemon.info pppd[6230]: PPPoATM setdevname_pppoatm - SUCCESS:0.8.35
Sat Oct 11 20:49:32 2014 daemon.notice pppd[6230]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 20:49:32 2014 daemon.err pppd[6230]: connect(0.8.35): No such device
Sat Oct 11 20:49:32 2014 daemon.info pppd[6230]: Exit.
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 20:49:32 2014 daemon.info pppd[6247]: Plugin pppoatm.so loaded.
Sat Oct 11 20:49:32 2014 daemon.info pppd[6247]: PPPoATM plugin_init
Sat Oct 11 20:49:32 2014 daemon.info pppd[6247]: PPPoATM setdevname_pppoatm - SUCCESS:0.8.35
Sat Oct 11 20:49:32 2014 daemon.notice pppd[6247]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 20:49:32 2014 daemon.err pppd[6247]: connect(0.8.35): No such device
Sat Oct 11 20:49:32 2014 daemon.info pppd[6247]: Exit.
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 20:49:32 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 20:49:32 2014 daemon.info pppd[6264]: Plugin pppoatm.so loaded.
Sat Oct 11 20:49:32 2014 daemon.info pppd[6264]: PPPoATM plugin_init
Sat Oct 11 20:49:32 2014 daemon.info pppd[6264]: PPPoATM setdevname_pppoatm - SUCCESS:0.8.35
Sat Oct 11 20:49:32 2014 daemon.notice pppd[6264]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 20:49:32 2014 daemon.err pppd[6264]: connect(0.8.35): No such device
Sat Oct 11 20:49:32 2014 daemon.info pppd[6264]: Exit.

Tak samo zachowuje się dla connect (0.0.35)
Z góry dziękuję za pomoc

Zmień w pliku /etc/config:

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
config globals 'globals'
        option ula_prefix 'fdd4:23cb:6f20::/48'
config interface 'lan'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.254'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ifname 'eth0.1'
        option macaddr 'f8:1a:67:5b:38:fa'
config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 2 4 5 6t'

config interface 'wan'
        option _orig_bridge 'false'
        option ifname 'ptm0.35'
        option proto 'pppoe'
        option username 'user'
        option password 'pass'
config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'
config vdsl 'dsl'
        option annex 'a'
        option firmware '/lib/firmware/vdsl.bin'
        option tone 'av'
        option xfer_mode 'ptm'

Tym razem mam coś takiego:

Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' is disabled
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' is enabled
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 21:34:52 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Network device 'ptm0' link is down
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Network device 'ptm0' link is up
Sat Oct 11 21:34:52 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:34:52 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:34:52 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:34:52 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:34:52 2014 daemon.info pppd[4014]: Plugin rp-pppoe.so loaded.
Sat Oct 11 21:34:52 2014 daemon.info pppd[4014]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Sat Oct 11 21:34:52 2014 daemon.notice pppd[4014]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 21:35:07 2014 daemon.warn pppd[4014]: Timeout waiting for PADO packets
Sat Oct 11 21:35:07 2014 daemon.err pppd[4014]: Unable to complete PPPoE Discovery
Sat Oct 11 21:35:07 2014 daemon.info pppd[4014]: Exit.
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' is disabled
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' is enabled
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 21:35:08 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Network device 'ptm0' link is down
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Network device 'ptm0' link is up
Sat Oct 11 21:35:08 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:35:08 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:35:08 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:35:08 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:35:08 2014 daemon.info pppd[4042]: Plugin rp-pppoe.so loaded.
Sat Oct 11 21:35:08 2014 daemon.info pppd[4042]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Sat Oct 11 21:35:08 2014 daemon.notice pppd[4042]: pppd 2.4.7 started by root, uid 0

Czy pppoe zakłada wykorzystanie wbudowanego modemu? (bo z tego chce korzystać). Do TD-W8970 mam podłączoną linie telefoniczną.

Tak. nawet nie myślę inaczej tego używać.
Czy restartowałeś router po konfiguracji?

Nie restartowałem, robiłem tylko "/etc/init.d/network restart", po restarcie wygląda to tak samo:

Sat Oct 11 21:31:56 2014 daemon.warn pppd[1281]: Timeout waiting for PADO packets
Sat Oct 11 21:31:56 2014 daemon.err pppd[1281]: Unable to complete PPPoE Discovery
Sat Oct 11 21:31:56 2014 daemon.info pppd[1281]: Exit.
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' is disabled
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' is enabled
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 21:31:57 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Network device 'ptm0' link is down
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Network device 'ptm0' link is up
Sat Oct 11 21:31:57 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:31:57 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:31:57 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:31:57 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:31:58 2014 daemon.info pppd[1320]: Plugin rp-pppoe.so loaded.
Sat Oct 11 21:31:58 2014 daemon.info pppd[1320]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Sat Oct 11 21:31:58 2014 daemon.notice pppd[1320]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 21:32:13 2014 daemon.warn pppd[1320]: Timeout waiting for PADO packets
Sat Oct 11 21:32:13 2014 daemon.err pppd[1320]: Unable to complete PPPoE Discovery
Sat Oct 11 21:32:13 2014 daemon.info pppd[1320]: Exit.
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' is now down
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' is disabled
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' is enabled
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' is setting up now
Sat Oct 11 21:32:13 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Network device 'ptm0' link is down
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Network device 'ptm0' link is up
Sat Oct 11 21:32:13 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:32:13 2014 daemon.notice netifd: VLAN 'ptm0.35' link is down
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Sat Oct 11 21:32:13 2014 daemon.notice netifd: VLAN 'ptm0.35' link is up
Sat Oct 11 21:32:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Sat Oct 11 21:32:13 2014 daemon.info pppd[1435]: Plugin rp-pppoe.so loaded.
Sat Oct 11 21:32:13 2014 daemon.info pppd[1435]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Sat Oct 11 21:32:13 2014 daemon.notice pppd[1435]: pppd 2.4.7 started by root, uid 0

Masz wgraną wersję tą którą podałem na forum czy wgrałeś z openwrt.org?
Masz synchronizację z linią? Daj wynik z polecenia:
/etc/init.d/dsl_control status

Wersja którą wrzuciłeś.
Wygląda na to, że mam synchronizację:

root@OpenWrt:~# /etc/init.d/dsl_control status
Chipset:                Lantiq-VRx Unknown
Line State:             UP [0x801: showtime_tc_sync]
Data Rate:              27.268 Mb/s / 5.588 Mb/s
Line Attenuation:       28.2dB / 0.0dB
Noise Margin:           9.3dB / 9.8dB
Line Uptime:            2m 37s

Daj wynik z: cat /etc/config/network
oraz z
ipconfig

root@OpenWrt:~# cat /etc/config/network
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'
config globals 'globals'
        option ula_prefix 'fdd4:23cb:6f20::/48'
config interface 'lan'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.254'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option ifname 'eth0.1'
        option macaddr 'f8:1a:67:5b:38:fa'
config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'
config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 2 4 5 6t'
config atm-bridge 'atm'
config interface 'wan'
        option ifname 'ptm0.35'
        option _orig_bridge 'false'
        option proto 'pppoe'
        option username 'XXX@neostrada.pl'
        option password 'XXX'
config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'
config vdsl 'dsl'
        option annex 'a'
        option firmware '/lib/firmware/vdsl.bin'
        option tone 'av'
        option xfer_mode 'ptm'

root@OpenWrt:~# ifconfig
br-lan    Link encap:Ethernet  HWaddr F8:1A:67:5B:38:FA
          inet addr:192.168.1.254  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::fa1a:67ff:fe5b:38fa/64 Scope:Link
          inet6 addr: fdd4:23cb:6f20::1/60 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7816 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3211 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:676860 (660.9 KiB)  TX bytes:469966 (458.9 KiB)
eth0      Link encap:Ethernet  HWaddr F8:1A:67:5B:38:FA
          inet6 addr: fe80::fa1a:67ff:fe5b:38fa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15642 errors:0 dropped:1 overruns:0 frame:0
          TX packets:3255 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3261038 (3.1 MiB)  TX bytes:502686 (490.9 KiB)
eth0.1    Link encap:Ethernet  HWaddr F8:1A:67:5B:38:FA
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15572 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3251 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2846913 (2.7 MiB)  TX bytes:473366 (462.2 KiB)
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:6266 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6266 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:394728 (385.4 KiB)  TX bytes:394728 (385.4 KiB)
ptm0      Link encap:Ethernet  HWaddr 00:20:DA:86:23:75
          inet6 addr: fe80::220:daff:fe86:2375/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:215 errors:0 dropped:0 overruns:0 frame:0
          TX packets:251 errors:0 dropped:901 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:27259 (26.6 KiB)  TX bytes:22960 (22.4 KiB)
ptm0.35   Link encap:Ethernet  HWaddr 00:20:DA:86:23:75
          inet6 addr: fe80::220:daff:fe86:2375/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1813 (1.7 KiB)  TX bytes:472 (472.0 B)
wlan0     Link encap:Ethernet  HWaddr F8:1A:67:5B:38:FA
          inet6 addr: fe80::fa1a:67ff:fe5b:38fa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4728 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:573634 (560.1 KiB)

Z pliku network wywal linię:
config atm-bridge 'atm'
i zrestartuj router.
Reszta wygląda OK.
Pozwoliłem sobie skasować hasło z Twojego konfigu.

Ups... Dzięki.
Dałem mu trochę więcej czasu:

Sat Oct 11 22:15:52 2014 daemon.notice pppd[1812]: pppd 2.4.7 started by root, uid 0
Sat Oct 11 22:15:52 2014 daemon.info pppd[1812]: PPP session is 8624
Sat Oct 11 22:15:52 2014 daemon.warn pppd[1812]: Connected to 00:90:1a:9f:f8:76 via interface ptm0.35
Sat Oct 11 22:15:52 2014 daemon.info pppd[1812]: Using interface pppoe-wan
Sat Oct 11 22:15:52 2014 daemon.notice pppd[1812]: Connect: pppoe-wan <--> ptm0.35
Sat Oct 11 22:15:53 2014 daemon.info pppd[1812]: CHAP authentication succeeded
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: CHAP authentication succeeded
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: peer from calling number x authorized
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: local  IP address x
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: remote IP address x
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: primary   DNS address 194.204.152.34
Sat Oct 11 22:15:53 2014 daemon.notice pppd[1812]: secondary DNS address 194.204.159.1
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Network device 'pppoe-wan' link is up
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Interface 'wan6' is enabled
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Network alias 'pppoe-wan' link is up
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Interface 'wan6' has link connectivity 
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Interface 'wan6' is setting up now
Sat Oct 11 22:15:53 2014 daemon.notice netifd: Interface 'wan' is now up
Sat Oct 11 22:15:54 2014 user.notice firewall: Reloading firewall due to ifup of wan (pppoe-wan)
Sat Oct 11 22:15:54 2014 daemon.notice odhcp6c[1848]: (re)starting transaction on pppoe-wan
Sat Oct 11 22:15:54 2014 daemon.notice odhcp6c[1848]: Starting SOLICIT transaction (timeout 4294967295s, max rc 0)
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[962]: reading /tmp/resolv.conf.auto
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[962]: using local addresses only for domain lan
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[962]: using nameserver 194.204.152.34#53
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[962]: using nameserver 194.204.159.1#53
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[962]: exiting on receipt of SIGTERM
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: started, version 2.71 cachesize 150
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: using local addresses only for domain lan
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: reading /tmp/resolv.conf.auto
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: using local addresses only for domain lan
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: using nameserver 194.204.152.34#53
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: using nameserver 194.204.159.1#53
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: read /etc/hosts - 1 addresses
Sat Oct 11 22:15:55 2014 daemon.info dnsmasq[1896]: read /tmp/hosts/dhcp - 1 addresses

Dzięki za pomoc.

Mam jeszcze jeden problem z tym urządzeniem. Po zamontowaniu dysku USB lub pendrive jest on w trybie "read only". Czy ktoś z Was spotkał się z czymś takim? Nic nie daje montowanie z -o rw. Block detect nie widzi dysków, fdisk -l je widzi.
I have problem mounting an external drive on my OpenWRT on TD-W8970. Using GUI mount points is not working at all, all i get is error:
user.err syslog: /dev/mtdblock3 is already mounted
Mounting manually in shell using option rw mounts fine, but the file system is read only and may not be accessed by smb user and so on.
Mounting procedure and effects:

root@OpenWrt:~# mount -o rw,sync -t ntfs /dev/sdb1 /dysk1
root@OpenWrt:~# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root /rom squashfs ro,relatime 0 0
proc /proc proc rw,noatime 0 0
sysfs /sys sysfs rw,noatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
/dev/mtdblock3 /overlay jffs2 rw,noatime 0 0
overlayfs:/overlay / overlayfs rw,noatime,lowerdir=/,upperdir=/overlay 0 0
tmpfs /dev tmpfs rw,relatime,size=512k,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
debugfs /sys/kernel/debug debugfs rw,noatime 0 0
/dev/sdb1 /dysk1 ntfs ro,sync,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=iso8859-1,errors=continue,mft_zone_multiplier=1 0 0
root@OpenWrt:~#


root@OpenWrt:/# block detect
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        '0'



root@OpenWrt:/# fdisk -l
Disk /dev/mtdblock0: 128 KiB, 131072 bytes, 256 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mtdblock1: 7.6 MiB, 7995392 bytes, 15616 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mtdblock2: 6.4 MiB, 6680064 bytes, 13047 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mtdblock3: 3.6 MiB, 3801088 bytes, 7424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mtdblock4: 64 KiB, 65536 bytes, 128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mtdblock5: 192 KiB, 196608 bytes, 384 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x38feb62e
Device    Boot Start       End    Blocks  Id System
/dev/sda1         63 625137344 312568641   7 HPFS/NTFS/exFAT

Disk /dev/sdb: 30.1 GiB, 32308723712 bytes, 63102976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x009d55c0
Device    Boot Start       End   Blocks  Id System
/dev/sdb1 *     2048  63102975 31550464   7 HPFS/NTFS/exFAT



root@OpenWrt:/# lsmod
arc4                    1296  0
ath                    19349  3 ath9k
ath9k                  95367  0
ath9k_common           11789  1 ath9k
ath9k_hw              322687  2 ath9k
atm                    37618  2 pppoatm
br2684                  6880  0
cfg80211              207783  4 ath9k
compat                  2365  4 ath9k
crc_ccitt               1019  1 ppp_async
crypto_blkcipher       10695  2 ltq_deu_vr9
drv_dsl_cpe_api       149224  0
drv_ifxos              14938  2 drv_dsl_cpe_api
drv_mei_cpe            97320  2 ltq_ptm_vr9
ehci_hcd               33884  1 ehci_platform
ehci_platform           2384  0
ext4                  324777  0
fat                    48255  2 msdos
gpio_button_hotplug     6144  0
ip6_tables              9329  3 ip6table_raw
ip6t_REJECT             2480  2
ip6table_filter          672  1
ip6table_mangle         1072  1
ip6table_raw             576  1
ip_tables               9517  4 iptable_nat
ipt_MASQUERADE          1136  1
ipt_REJECT              1840  2
iptable_filter           720  1
iptable_mangle           928  1
iptable_nat             2000  1
iptable_raw              640  1
ipv6                  278012 36 ip6t_REJECT
jbd2                   53228  1 ext4
ledtrig_usbdev          1968  0
loop                   12400  0
ltq_deu_vr9            26384  2
ltq_hcd_vr9            47336  0
ltq_ptm_vr9            27525  0
mac80211              377105  1 ath9k
mbcache                 4269  1 ext4
msdos                   5920  0
nf_conntrack           49262 13 iptable_nat
nf_conntrack_ftp        5296  1 nf_nat_ftp
nf_conntrack_ipv4       5268  8
nf_conntrack_ipv6       6032  3
nf_conntrack_irc        2816  1 nf_nat_irc
nf_defrag_ipv4           790  1 nf_conntrack_ipv4
nf_defrag_ipv6          8903  1 nf_conntrack_ipv6
nf_nat                 11152  7 iptable_nat
nf_nat_ftp              1248  0
nf_nat_ipv4             2654  1 iptable_nat
nf_nat_irc               992  0
nls_cp437               4432  0
nls_iso8859_1           2896  3
ntfs                  100003  1
ohci_hcd               17984  0
ppp_async               7184  0
ppp_generic            21250  8 pppoe
pppoatm                 3440  0
pppoe                   8704  2
pppox                   1338  1 pppoe
scsi_mod               81394  2 usb_storage
sd_mod                 26384  2
slhc                    4923  1 ppp_generic
uhci_hcd               18960  0
usb_storage            38296  1
vfat                    8416  0
x_tables               11221 26 ipt_MASQUERADE
xt_CT                   2704  0
xt_LOG                 10000  0
xt_REDIRECT             1264  0
xt_TCPMSS               2768  2
xt_comment               480 65
xt_conntrack            2160 10
xt_id                    480  0
xt_limit                1344 20
xt_mac                   624  0
xt_mark                  672  0
xt_multiport            1200  0
xt_nat                  1072 12
xt_state                 704  0
xt_tcpudp               1680 20
xt_time                 1824  0



root@OpenWrt:/# opkg list | grep -i usb
avrusbboot - 2006-06-25-4 - AVRUSBBoot is a bootloader for the Atmel AVR controllers. It uses a firmware-only USB driver to transfer binary data from the PC to the flash of the controller. Once the AVR is flashed with the bootloader, no other ISP programmer is needed; then the microcontroller can be reprogrammed over USB.
ccid - 1.4.17-1 - Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices).
cups-bjnp - 1.2-1 - CUPS backend for the canon printers using the proprietary USB over IP BJNP protocol. This backend allows Cups to print over the network to a Canon printer. It currently supports Cups 1.2 and Cups 1.3 and is designed by reverse engineering.
dfu-util - r3095-1 - Dfu-util is a program that implements the host side of the USB DFU (Universal Serial Bus Device Firmware Upgrade) protocol. This version is specifically used to flash the FIC Neo 1973 mobile phone.
digitemp - 3.6.0-5 - DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is build without USB support.
digitemp-usb - 3.6.0-5 - DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is build with USB support.
fowsr - 2.0-131015-1 - fowsr is a USB Data Collector application for WH1080 compatible weather stations. Output formats include XML, Wunderground.com and pywws.
fxload - 2008_10_13-1 - Downloading firmware into EZ-USB microcontrollers
gadgetfs-test-bulk - 2007-11-29-1 - Test program for gadgetfs from linux-usb.org. This package is built with BULK transfer support.
gadgetfs-test-isoc - 2007-11-29-1 - Test program for gadgetfs from linux-usb.org. This package is built with ISOCHRONOUS transfer support using libaio.
kmod-ath9k-htc - 3.10.49+2014-05-22-1 - This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets.
kmod-brcmfmac - 3.10.49+2014-05-22-1 - Kernel module for Broadcom IEEE802.11n USB Wireless cards
kmod-can-slcan - 3.10.49-1 - CAN driver for several 'low cost' CAN interfaces that are attached via serial lines or via USB-to-serial adapters using the LAWICEL ASCII protocol.
kmod-can-usb-8dev - 3.10.49-1 - This driver supports the USB2CAN interface from 8 devices ([url]http://www.8devices.com[/url]).
kmod-can-usb-ems - 3.10.49-1 - This driver is for the one channel CPC-USB/ARM7 CAN/USB interface from EMS Dr. Thomas Wuensche ([url]http://www.ems-wuensche.de[/url]).
kmod-can-usb-esd - 3.10.49-1 - This driver supports the CAN-USB/2 interface from esd electronic system design gmbh ([url]http://www.esd.eu[/url]).
kmod-can-usb-kvaser - 3.10.49-1 - This driver adds support for Kvaser CAN/USB devices like Kvaser Leaf Light.
kmod-can-usb-peak - 3.10.49-1 - This driver supports the PCAN-USB and PCAN-USB Pro adapters from PEAK-System Technik ([url]http://www.peak-system.com[/url]).
kmod-carl9170 - 3.10.49+2014-05-22-1 - Driver for Atheros AR9170 USB sticks
kmod-i2c-tiny-usb - 3.10.49-1 - Kernel module for the I2C Tiny USB adaptor developed by Till Harbaum ([url]http://www.harbaum.org/till/i2c_tiny_usb[/url])
kmod-ide-core - 3.10.49-1 - Kernel support for IDE, useful for usb mass storage devices (e.g. on WL-HDD) Includes: - ide-core - ide-gd_mod
kmod-ledtrig-usbdev - 3.10.49-1 - Kernel module to drive LEDs based on USB device presence/activity
kmod-libertas-usb - 3.10.49+2014-05-22-1 - Marvell 88W8015 Wireless Driver
kmod-ltq-hcd-vr9 - 3.10.49-1 - USB driver for vr9
kmod-net-zd1201 - 3.10.49-1 - Kernel modules for Zydas ZD1201 support Devices using this chip: * Sweex LC100020 * Zyxel ZyAir B-220 * Peabird USB * Gigafast WF741-UIC * E-Tech Wireless USB Adapter * DSE 802.11b USB wireless LAN adapter * CC and C WLAN USB Adapter (WL 1202) * Edimax EW-7117U * X-Micro WLAN 11b USB Adapter * Belkin F5D6051 * Topcom SKYR@CER WIRELESS USB STICK 11 * Surecom EP-9001 * JAHT WN-1011U * BeWAN Wi-Fi USB 11 * NorthQ NQ9000 * MSI UB11B * Origo WLL-1610 * Longshine LCS-8131R * Gigabyte GN-WLBZ201
kmod-p54-usb - 3.10.49+2014-05-22-1 - Prism54 Drivers (USB)
kmod-rt2500-usb - 3.10.49+2014-05-22-1 - Ralink Drivers for RT2x00 cards (RT2500 USB)
kmod-rt2800-usb - 3.10.49+2014-05-22-1 - Ralink Drivers for RT2x00 cards (RT2870 USB)
kmod-rt2x00-usb - 3.10.49+2014-05-22-1 - Ralink Drivers for RT2x00 cards (USB)
kmod-rt73-usb - 3.10.49+2014-05-22-1 - Ralink Drivers for RT2x00 cards (RT73 USB)
kmod-rtl8187 - 3.10.49+2014-05-22-1 - Realtek Drivers for RTL818x devices (RTL8187 USB)
kmod-rtlwifi-usb - 3.10.49+2014-05-22-1 - Realtek common driver part (USB support)
kmod-usb-acm - 3.10.49-1 - Kernel support for USB ACM devices (modems/isdn controllers)
kmod-usb-atm - 3.10.49-1 - Kernel support for USB DSL modems
kmod-usb-atm-cxacru - 3.10.49-1 - Kernel support for cxacru based USB ADSL modems
kmod-usb-atm-speedtouch - 3.10.49-1 - Kernel support for SpeedTouch USB ADSL modems
kmod-usb-atm-ueagle - 3.10.49-1 - Kernel support for Eagle 8051 based USB ADSL modems
kmod-usb-audio - 3.10.49-1 - Kernel support for USB audio devices
kmod-usb-chipidea - 3.10.49-1 - Kernel support for USB ChipIdea controllers
kmod-usb-cm109 - 3.10.49-1 - Kernel support for CM109 VOIP phone
kmod-usb-core - 3.10.49-1 - Kernel support for USB
kmod-usb-dwc2 - 3.10.49-1 - This driver provides USB Device Controller support for the Synopsys DesignWare USB OTG Core
kmod-usb-hid - 3.10.49-1 - Kernel support for USB HID devices such as keyboards and mice
kmod-usb-net - 3.10.49-1 - Kernel modules for USB-to-Ethernet convertors
kmod-usb-net-asix - 3.10.49-1 - Kernel module for USB-to-Ethernet Asix convertors
kmod-usb-net-cdc-eem - 3.10.49-1 - Kernel support for USB CDC EEM
kmod-usb-net-cdc-ether - 3.10.49-1 - Kernel support for USB CDC Ethernet devices
kmod-usb-net-cdc-mbim - 3.10.49-1 - Kernel module for Option USB High Speed Mobile Devices
kmod-usb-net-cdc-ncm - 3.10.49-1 - Kernel support for CDC NCM connections
kmod-usb-net-cdc-subset - 3.10.49-1 - Kernel support for Simple USB Network Links (CDC Ethernet subset)
kmod-usb-net-dm9601-ether - 3.10.49-1 - Kernel support for USB DM9601 devices
kmod-usb-net-hso - 3.10.49-1 - Kernel module for Option USB High Speed Mobile Devices
kmod-usb-net-ipheth - 3.10.49-1 - Kernel support for Apple iPhone USB Ethernet driver
kmod-usb-net-kalmia - 3.10.49-1 - Kernel support for Samsung Kalmia based LTE USB modem
kmod-usb-net-kaweth - 3.10.49-1 - Kernel module for USB-to-Ethernet Kaweth convertors
kmod-usb-net-mcs7830 - 3.10.49-1 - Kernel module for USB-to-Ethernet MCS7830 convertors
kmod-usb-net-pegasus - 3.10.49-1 - Kernel module for USB-to-Ethernet Pegasus convertors
kmod-usb-net-qmi-wwan - 3.10.49-1 - QMI WWAN driver for Qualcomm MSM based 3G and LTE modems
kmod-usb-net-rndis - 3.10.49-1 - Kernel support for RNDIS connections
kmod-usb-net-sierrawireless - 3.10.49-1 - Kernel support for Sierra Wireless devices
kmod-usb-net-smsc95xx - 3.10.49-1 - Kernel module for SMSC LAN95XX based devices
kmod-usb-ohci - 3.10.49-1 - Kernel support for USB OHCI controllers
kmod-usb-printer - 3.10.49-1 - Kernel support for USB printers
kmod-usb-serial - 3.10.49-1 - Kernel support for USB-to-Serial converters
kmod-usb-serial-ark3116 - 3.10.49-1 - Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters
kmod-usb-serial-belkin - 3.10.49-1 - Kernel support for Belkin USB-to-Serial converters
kmod-usb-serial-ch341 - 3.10.49-1 - Kernel support for Winchiphead CH341 USB-to-Serial converters
kmod-usb-serial-cp210x - 3.10.49-1 - Kernel support for Silicon Labs cp210x USB-to-Serial converters
kmod-usb-serial-cypress-m8 - 3.10.49-1 - Kernel support for devices with Cypress M8 USB to Serial chip (for example, the Delorme Earthmate LT-20 GPS) Supported microcontrollers in the CY4601 family are: CY7C63741 CY7C63742 CY7C63743 CY7C64013
kmod-usb-serial-ftdi - 3.10.49-1 - Kernel support for FTDI USB-to-Serial converters
kmod-usb-serial-ipw - 3.10.49-1 - Support for IPWireless 3G devices
kmod-usb-serial-keyspan - 3.10.49-1 - Kernel support for Keyspan USB-to-Serial devices
kmod-usb-serial-mct - 3.10.49-1 - Kernel support for Magic Control Technology USB-to-Serial converters
kmod-usb-serial-mos7720 - 3.10.49-1 - Kernel support for Moschip MOS7720 USB-to-Serial converters
kmod-usb-serial-motorola-phone - 3.10.49-1 - Kernel support for Motorola usb phone
kmod-usb-serial-option - 3.10.49-1 - Kernel support for Option HSDPA modems
kmod-usb-serial-oti6858 - 3.10.49-1 - Kernel support for Ours Technology OTI6858 USB-to-Serial converters
kmod-usb-serial-pl2303 - 3.10.49-1 - Kernel support for Prolific PL2303 USB-to-Serial converters
kmod-usb-serial-qualcomm - 3.10.49-1 - Kernel support for Qualcomm USB Serial devices (Gobi)
kmod-usb-serial-sierrawireless - 3.10.49-1 - Kernel support for Sierra Wireless devices
kmod-usb-serial-ti-usb - 3.10.49-1 - Kernel support for TI USB 3410/5052 devices
kmod-usb-serial-visor - 3.10.49-1 - Kernel support for Handspring Visor PDAs
kmod-usb-serial-wwan - 3.10.49-1 - Kernel support for USB GSM and CDMA modems
kmod-usb-storage - 3.10.49-1 - Kernel support for USB Mass Storage devices
kmod-usb-storage-extras - 3.10.49-1 - Say Y here if you want to have some more drivers, such as for SmartMedia card readers
kmod-usb-test - 3.10.49-1 - Kernel support for testing USB Host Controller software
kmod-usb-uhci - 3.10.49-1 - Kernel support for USB UHCI controllers
kmod-usb-wdm - 3.10.49-1 - USB Wireless Device Management support
kmod-usb-yealink - 3.10.49-1 - Kernel support for Yealink VOIP phone
kmod-usb2 - 3.10.49-1 - Kernel support for USB2 (EHCI) controllers
kmod-usb2-pci - 3.10.49-1 - Kernel support for PCI USB2 (EHCI) controllers
kmod-usb3 - 3.10.49-1 - Kernel support for USB3 (XHCI) controllers
kmod-usbip - 3.10.49-1 - USB-over-IP kernel support
kmod-usbip-client - 3.10.49-1 - USB-over-IP client driver
kmod-usbip-server - 3.10.49-1 - USB-over-IP host driver
kmod-usbmon - 3.10.49-1 - Kernel support for USB traffic monitoring
kmod-video-cpia2 - 3.10.49-1 - Kernel modules for supporting CPIA2 USB based cameras
kmod-video-gspca-etoms - 3.10.49-1 - The Etoms USB Camera Driver (etoms) kernel module
kmod-video-gspca-finepix - 3.10.49-1 - The Fujifilm FinePix USB V4L2 driver (finepix) kernel module
kmod-video-gspca-jeilinj - 3.10.49-1 - The JEILINJ USB Camera Driver (jeilinj) kernel module
kmod-video-gspca-konica - 3.10.49-1 - The Konica USB Camera Driver (konica) kernel module
kmod-video-gspca-m5602 - 3.10.49-1 - The ALi USB m5602 Camera Driver (m5602) kernel module
kmod-video-gspca-mars - 3.10.49-1 - The Mars USB Camera Driver (mars) kernel module
kmod-video-gspca-mr97310a - 3.10.49-1 - The Mars-Semi MR97310A USB Camera Driver (mr97310a) kernel module
kmod-video-gspca-ov519 - 3.10.49-1 - The OV519 USB Camera Driver (ov519) kernel module
kmod-video-gspca-ov534 - 3.10.49-1 - The OV534 USB Camera Driver (ov534) kernel module
kmod-video-gspca-ov534-9 - 3.10.49-1 - The OV534-9 USB Camera Driver (ov534_9) kernel module
kmod-video-gspca-pac207 - 3.10.49-1 - The Pixart PAC207 USB Camera Driver (pac207) kernel module
kmod-video-gspca-pac7311 - 3.10.49-1 - The Pixart PAC7311 USB Camera Driver (pac7311) kernel module
kmod-video-gspca-se401 - 3.10.49-1 - The SE401 USB Camera Driver kernel module
kmod-video-gspca-sn9c20x - 3.10.49-1 - The SN9C20X USB Camera Driver (sn9c20x) kernel module
kmod-video-gspca-sonixb - 3.10.49-1 - The SONIX Bayer USB Camera Driver (sonixb) kernel module
kmod-video-gspca-sonixj - 3.10.49-1 - The SONIX JPEG USB Camera Driver (sonixj) kernel module
kmod-video-gspca-spca500 - 3.10.49-1 - The SPCA500 USB Camera Driver (spca500) kernel module
kmod-video-gspca-spca501 - 3.10.49-1 - The SPCA501 USB Camera Driver (spca501) kernel module
kmod-video-gspca-spca505 - 3.10.49-1 - The SPCA505 USB Camera Driver (spca505) kernel module
kmod-video-gspca-spca506 - 3.10.49-1 - The SPCA506 USB Camera Driver (spca506) kernel module
kmod-video-gspca-spca508 - 3.10.49-1 - The SPCA508 USB Camera Driver (spca508) kernel module
kmod-video-gspca-spca561 - 3.10.49-1 - The SPCA561 USB Camera Driver (spca561) kernel module
kmod-video-gspca-sq905 - 3.10.49-1 - The SQ Technologies SQ905 based USB Camera Driver (sq905) kernel module
kmod-video-gspca-sq905c - 3.10.49-1 - The SQ Technologies SQ905C based USB Camera Driver (sq905c) kernel module
kmod-video-gspca-stk014 - 3.10.49-1 - The Syntek DV4000 (STK014) USB Camera Driver (stk014) kernel module
kmod-video-gspca-stv06xx - 3.10.49-1 - The STV06XX USB Camera Driver (stv06xx) kernel module
kmod-video-gspca-sunplus - 3.10.49-1 - The SUNPLUS USB Camera Driver (sunplus) kernel module
kmod-video-gspca-t613 - 3.10.49-1 - The T613 (JPEG Compliance) USB Camera Driver (t613) kernel module
kmod-video-gspca-tv8532 - 3.10.49-1 - The TV8532 USB Camera Driver (tv8532) kernel module
kmod-video-gspca-vc032x - 3.10.49-1 - The VC032X USB Camera Driver (vc032x) kernel module
kmod-video-gspca-zc3xx - 3.10.49-1 - The ZC3XX USB Camera Driver (zc3xx) kernel module
kmod-video-pwc - 3.10.49-1 - Kernel modules for supporting Philips USB based cameras
kmod-video-uvc - 3.10.49-1 - Kernel modules for supporting USB Video Class (UVC) devices
kmod-w1-master-ds2490 - 3.10.49-1 - Kernel module for the DS2490 usb 1-wire bus master driver
libftdi - 0.20-1 - libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode.  The library is linked with your program in userspace, no kernel driver required.
libftdi1 - 1.1-1 - libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode.  The library is linked with your program in userspace, no kernel driver required.
libusb-1.0 - 1.0.9-1 - libusb is a C library that gives applications easy access to USB devices on many different operating systems.
libusb-compat - 0.1.4-1 - libusb is a C library that gives applications easy access to USB devices on many different operating systems.
libusbmuxd - 1.0.9-1 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd shared library.
libusbmuxd-utils - 1.0.9-1 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd utilities.
nut-driver-bcmxcp_usb - 2.6.5-2 - Experimental driver for UPSes supporting the BCM/XCP protocol over USB
nut-driver-blazer_usb - 2.6.5-2 - Driver for Megatec/Q1 protocol USB
nut-driver-richcomm_usb - 2.6.5-2 - Driver UPS equipment using Richcomm dry-contact to USB solution
nut-driver-tripplite_usb - 2.6.5-2 - Driver for older Tripp Lite USB UPSes (not PDC HID)
nut-driver-usbhid-ups - 2.6.5-2 - Driver for USB/HID UPS equipment
puppy - 1.14-1 - Client to access Topfield PVRs via the USB port
pyusb - 0.4.2-1 - usb port python bindings
sispmctl - 3.0-1 - The sispmctl tool can control Gembird SIS-PM Silver Shield programmable power outlet strips (also known under the name Revolt Intelli-Plug) from the command line. . It can be used to switch on or off any of the programmable power sockets of the SIS-PM via USB. It can also show the current status of each power socket, and it can handle multiple SIS-PM devices, too.
speedtouch-usb-firmware - 3-012 - This package add the firmware for SpeedTouch330 ADSL USB modem.
testusb - 1 - This tool can be used to perform various tests with use of the usbtest driver.
usb-modeswitch - 2014-07-18-01ecc3b9764d1dd89cf36ede0a2d98f9adb0cd33 - USB mode switching utility
usbmuxd - 1.0.8-2 - This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device.
usbreset - 4 - This package contains the small usbreset utility which can be used to send a USB port reset to a USB device - useful for debugging or to force re-detection of particular devices.
usbutils - 007-1 - USB devices listing utilities



root@OpenWrt:/# block mount
block: /dev/mtdblock3 is already mounted
root@OpenWrt:/#

I'm running:

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 BARRIER BREAKER (14.07, r42853)
 -----------------------------------------------------
```
Disconnecting and connecting device
```
Sun Feb  8 11:41:22 2015 kern.info kernel: [94722.280000] usb 1-1: USB disconnect, device number 2
Sun Feb  8 11:41:33 2015 kern.info kernel: [94733.244000] usb 1-1: new high-speed USB device number 3 using ifxusb_hcd
Sun Feb  8 11:41:34 2015 kern.info kernel: [94733.452000] usb-storage 1-1:1.0: USB Mass Storage device detected
Sun Feb  8 11:41:34 2015 kern.info kernel: [94733.460000] scsi3 : usb-storage 1-1:1.0
Sun Feb  8 11:41:35 2015 kern.notice kernel: [94734.512000] scsi 3:0:0:0: Direct-Access     Kingston DataTraveler 150 PMAP PQ: 0 ANSI: 0 CCS
Sun Feb  8 11:41:35 2015 kern.notice kernel: [94734.888000] sd 3:0:0:0: [sdb] 63102976 512-byte logical blocks: (32.3 GB/30.0 GiB)
Sun Feb  8 11:41:35 2015 kern.notice kernel: [94734.896000] sd 3:0:0:0: [sdb] Write Protect is off
Sun Feb  8 11:41:35 2015 kern.debug kernel: [94734.900000] sd 3:0:0:0: [sdb] Mode Sense: 23 00 00 00
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.904000] sd 3:0:0:0: [sdb] No Caching mode page found
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.908000] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.920000] sd 3:0:0:0: [sdb] No Caching mode page found
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.924000] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Sun Feb  8 11:41:35 2015 kern.info kernel: [94734.976000]  sdb: sdb1
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.984000] sd 3:0:0:0: [sdb] No Caching mode page found
Sun Feb  8 11:41:35 2015 kern.err kernel: [94734.988000] sd 3:0:0:0: [sdb] Assuming drive cache: write through
Sun Feb  8 11:41:35 2015 kern.notice kernel: [94734.996000] sd 3:0:0:0: [sdb] Attached SCSI removable disk

Próbowałes poleceniem:

root@OpenWrt:~# mount -o remount,rw,sync -t ntfs /dev/sdb1 /dysk1

Próbowałeś formatować pendrive na np FAT32 i sprawdzić czy też jest on jako ro?
Czy sda1 też jest montowane jako ro?

Oba dyski były na NTFS i montowały się z ro. Po przeformatowaniu jednego na FAT32 i zamontowaniu z -t vfa -o rw,sync jest OK.

Zmieniłem dyski na:
sda1 = ntfs
sdb1 = fat32

Montowanie z remount:

root@OpenWrt:/# mount -t vfat /dev/sdb1 /dysk1 -o rw,sync,remount
mount: mounting /dev/sdb1 on /dysk1 failed: Invalid argument

Bez remount:

root@OpenWrt:/# mount -t vfat /dev/sdb1 /dysk1 -o rw,sync
drwxr-xr-x    2 root     root         16384 Jan  1  1970 dysk1


root@OpenWrt:/# mount -t ntfs /dev/sda1 /dysk1 -o rw,sync
dr-x------    1 root     root         28672 Feb  8 13:21 dysk1