Odp: Jak uruchomić HDD z USB na OpenWrt Chaos Calmer 15.05.
Zmieniłem ale dalej woła o użytkownika i hasło jak chce zmapować dysk
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → Jak uruchomić HDD z USB na OpenWrt Chaos Calmer 15.05.
Strony Poprzednia 1 2 3 4 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
Zmieniłem ale dalej woła o użytkownika i hasło jak chce zmapować dysk
# uci show samba
samba.@samba[0]=samba
samba.@samba[0].name='OpenWrt'
samba.@samba[0].workgroup='WORKGROUP'
samba.@samba[0].description='OpenWrt'
samba.@samba[0].homes='1'
samba.@sambashare[0]=sambashare
samba.@sambashare[0].path='/mnt/sda1'
samba.@sambashare[0].read_only='no'
samba.@sambashare[0].guest_ok='yes'
samba.@sambashare[0].name='sda1'
samba.@sambashare[1]=sambashare
samba.@sambashare[1].path='/mnt/sda2'
samba.@sambashare[1].read_only='no'
samba.@sambashare[1].guest_ok='yes'
samba.@sambashare[1].name='sda2'
A wchodzisz do katalogu sda2 czy innego?
obojętnie zawsze pyta o hasło
\\192.168.1.1\ i mam podać użytkownika i hasło
samba.@samba[0].homes='1' - tu też chyba trzeba zmienić na 0
Wingroza zawsze pyta - klikasz wejdź, połącz czy co tam w tym kliku napisane - bez podawania hasła/usera.
ale to się zapętla czy bez hasła czy podam hasło kompa, routera to i tak w kółko pyta o to samo
No i będzie pytał - bo to windows (przynajmniej raz do wylogowania) - masz po prostu dwie ścieżki/zasoby dla gościa na tym samym adresie, czego windows nie rozumie domyślnie.
Nie wpisuj żadnego usera ani hasła - jak się nie powiodło za pierwszym razem, w przypadku windows, najprościej zrestartować komputer, bo samo zrestartowanie usługi samby w windowsie może nie wystarczyć...taki...gupi...system.
hmm tylko jak to przeskoczyć, sprawdziłem na drugim kompie i jest to samo
Kwestia windowsa. U mnie na linuksie nie pyta. Czasami tego windowsa nie masz w wersji home?
Jeszcze tam (w 7 i 8 i 8.1 tak jest - jak we wcześniejszych nie pamiętam) trzeba zaznaczyć coś jak "loguj anonimowo", czy jakoś tak, a następnie (chyba) button "zaloguj" kliknąć.
taki...gupi...system.
Windows wcale nie jest głupi, ani też jak piszesz "gupi". Jest z powodzeniem wykorzystywany przez wiele osób, firm czy wielkich korporacji. W pewnych przypadkach jest niezastąpiony. Odpowiednia konfiguracja i musi działać.
build000 napisał/a:taki...gupi...system.
Windows wcale nie jest głupi, ani też jak piszesz "gupi". Jest z powodzeniem wykorzystywany przez wiele osób, firm czy wielkich korporacji. W pewnych przypadkach jest niezastąpiony. Odpowiednia konfiguracja i musi działać.
No oczywiście masz prawo do własnej opinii - jak zresztą i ja - pozwól, że swoją będę głosił jak ja myślę i uważam, oraz w formie jaką uznam za stosowną, nawet celowo pisząc "gupi"...![]()
Nie wiem może się odezwie ktoś kto wie jak to skonfigurować bo już nerwów nie mam do tego.
Dobra poradziłem sobie, zresetowałem router i poustawiałem wszystko od nowa teraz dyski są widoczne. Dzięki wszystkim za pomoc.
Cezary
po zmianie oprogramowania nie mogę postawić dysku na USB
robię wszystko tak jak ostatnio:
System/Autostart, idź na sam koniec, masz tam lokalny autostart. Przed exit 0 wpisz:
mkdir -p /mnt/sdb1
ntfs-3g /dev/sdb1 /mnt/sdb1
Zrób wyślij, zrestartuj router.
Później możesz wrócić do gui, wybierz serwisy/udziały sieciowe, w sekcji udostępnione katalogi kliknij dodaj, jako nazwa wpisz dysk, ścieżka: /mnt/sdb1, zaznacz zezwalaj gościom, kliknij na dole zapisz i zastosuj, wszystko.
Powinien być dostępny w sieci zasób sieciowy: \\192.168.1.1\dysk
Tym razem mam dysk na NTFS, który przed wczytaniem Twojego obrazu był widoczny,
zrobiłem wszystko z powyższą instrukcją i w otoczeniu sieciowym widzę Dysk lecz pusty a ma sporo danych.
Co jeszcze powinienem zrobić???
1. Zrobić to w konsoli a nie w gui
2. Sprawdzić przez mount czy w ogóle zamontował dysk
3. Jesteś pewien że to /dev/sdb1 jest?
1. Czyli jak krok po kroku??
2. mount ???
3. Nie wiem, wydaje mi się, że tak miałem ostatnio. jak to sprawdzić ??? w logach znalazłem
Sat Apr 2 14:13:49 2016 user.emerg syslog: ntfs-3g: Failed to access volume '/dev/sdb1': No such file or directory
więc coś mam nie tak.
Może masz /dev/sda1 po prostu, zobacz w logach. Tak, polecenie mount.
Poniżej logi, nic nie znalazłem, możesz zerknąć??
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.544000] fuse init (API version 7.23)
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.600000] usbcore: registered new interface driver cdc_acm
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.604000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.624000] usbcore: registered new interface driver cdc_wdm
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.644000] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.648000] Backport generated by backports.git backports-20151218-0-g2f58d9d
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.664000] ip_tables: (C) 2000-2006 Netfilter Core Team
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.716000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.808000] usbcore: registered new interface driver usblp
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.848000] usbcore: registered new interface driver usbserial
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.852000] usbcore: registered new interface driver usbserial_generic
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 21.860000] usbserial: USB Serial support registered for generic
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.036000] xt_time: kernel timezone is -0000
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.052000] usbcore: registered new interface driver cdc_ether
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.068000] usbcore: registered new interface driver cdc_ncm
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.252000] usbcore: registered new interface driver huawei_cdc_ncm
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.484000] PPP generic driver version 2.4.2
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.504000] PPP MPPE Compression module registered
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.512000] NET: Registered protocol family 24
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.524000] PPTP driver version 0.8.5
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.548000] usbcore: registered new interface driver qmi_wwan
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.564000] usbcore: registered new interface driver rndis_host
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.580000] usbcore: registered new interface driver sierra
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.588000] usbserial: USB Serial support registered for Sierra USB modem
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.604000] usbcore: registered new interface driver sierra_net
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.700000] b43-phy0: Broadcom 4318 WLAN found (core revision 9)
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.748000] b43-phy0: Found PHY: Analog 3, Type 2 (G), Revision 7
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.752000] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 8, Version 0
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.792000] Broadcom 43xx driver loaded [ Features: PNL ]
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.816000] usbcore: registered new interface driver cdc_mbim
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.964000] usbcore: registered new interface driver option
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 22.968000] usbserial: USB Serial support registered for GSM modem (1-port)
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 23.004000] usbcore: registered new interface driver qcserial
Sat Apr 2 15:17:04 2016 kern.info kernel: [ 23.012000] usbserial: USB Serial support registered for Qualcomm USB modem
Sat Apr 2 15:17:04 2016 kern.debug kernel: [ 23.068000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sat Apr 2 15:17:06 2016 kern.info kernel: [ 29.232000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Sat Apr 2 15:17:08 2016 kern.info kernel: [ 31.104000] eth0: link UP - 100/full - flow control off
Sat Apr 2 15:17:08 2016 kern.info kernel: [ 31.684000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sat Apr 2 15:17:09 2016 user.emerg syslog: this file has been obseleted. please call "/sbin/block mount" directly
Sat Apr 2 15:17:09 2016 daemon.err block: /dev/mtdblock3 is already mounted
Sat Apr 2 15:17:12 2016 authpriv.info dropbear[1045]: Not backgrounding
Sat Apr 2 15:17:21 2016 kern.info kernel: [ 44.760000] device eth0.1 entered promiscuous mode
Sat Apr 2 15:17:21 2016 kern.info kernel: [ 44.764000] device eth0 entered promiscuous mode
Sat Apr 2 15:17:21 2016 kern.info kernel: [ 44.776000] br-lan: port 1(eth0.1) entered forwarding state
Sat Apr 2 15:17:21 2016 kern.info kernel: [ 44.784000] br-lan: port 1(eth0.1) entered forwarding state
Sat Apr 2 15:17:21 2016 daemon.notice netifd: Interface 'lan' is enabled
Sat Apr 2 15:17:21 2016 daemon.notice netifd: Interface 'lan' is setting up now
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'lan' is now up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'loopback' is enabled
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'loopback' is setting up now
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'loopback' is now up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan' is enabled
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan6' is enabled
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Network device 'eth0' link is up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Bridge 'br-lan' link is up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'lan' has link connectivity
Sat Apr 2 15:17:22 2016 daemon.notice netifd: VLAN 'eth0.1' link is up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Network device 'lo' link is up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'loopback' has link connectivity
Sat Apr 2 15:17:22 2016 daemon.notice netifd: VLAN 'eth0.2' link is up
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan' has link connectivity
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan' is setting up now
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan6' has link connectivity
Sat Apr 2 15:17:22 2016 daemon.notice netifd: Interface 'wan6' is setting up now
Sat Apr 2 15:17:23 2016 daemon.notice netifd: wan (1369): udhcpc (v1.23.2) started
Sat Apr 2 15:17:24 2016 kern.info kernel: [ 46.788000] br-lan: port 1(eth0.1) entered forwarding state
Sat Apr 2 15:17:24 2016 kern.info kernel: [ 47.068000] eth0: link UP - 100/full - flow control off
Sat Apr 2 15:17:24 2016 daemon.notice netifd: wan (1369): Sending discover...
Sat Apr 2 15:17:24 2016 daemon.notice netifd: wan (1369): Sending select for 192.168.0.11...
Sat Apr 2 15:17:25 2016 daemon.notice netifd: wan (1369): Lease of 192.168.0.11 obtained, lease time 3600
Sat Apr 2 15:17:26 2016 daemon.notice netifd: radio0 (1326): command failed: Operation not supported (-122)
Sat Apr 2 15:17:26 2016 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Sat Apr 2 15:17:27 2016 daemon.notice netifd: Interface 'wan' is now up
Sat Apr 2 15:17:29 2016 user.emerg syslog: setting up led LAN
Sat Apr 2 15:17:29 2016 user.emerg syslog: setting up led USB1
Sat Apr 2 15:17:29 2016 user.emerg syslog: setting up led USB2
Sat Apr 2 15:17:30 2016 daemon.notice netifd: radio0 (1326): Configuration file: /var/run/hostapd-phy0.conf
Sat Apr 2 15:17:31 2016 kern.info kernel: [ 53.852000] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
Sat Apr 2 15:17:31 2016 kern.info kernel: [ 53.956000] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Sat Apr 2 15:17:31 2016 daemon.notice netifd: radio0 (1326): wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Sat Apr 2 15:17:31 2016 kern.info kernel: [ 53.984000] device wlan0 entered promiscuous mode
Sat Apr 2 15:17:31 2016 daemon.notice netifd: radio0 (1326): ACS: Automatic channel selection started, this may take a bit
Sat Apr 2 15:17:31 2016 daemon.notice netifd: radio0 (1326): wlan0: interface state COUNTRY_UPDATE->ACS
Sat Apr 2 15:17:31 2016 daemon.notice netifd: radio0 (1326): wlan0: ACS-STARTED
Sat Apr 2 15:17:31 2016 daemon.info procd: - init complete -
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: started, version 2.73 cachesize 150
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: 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 loop-detect inotify
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: DNS service limited to local subnets
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq-dhcp[1564]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: using local addresses only for domain lan
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: reading /tmp/resolv.conf.auto
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: using local addresses only for domain lan
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: using nameserver 37.8.214.2#53
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: using nameserver 31.11.202.254#53
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: read /etc/hosts - 1 addresses
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/dhcp - 1 addresses
Sat Apr 2 15:17:35 2016 daemon.info dnsmasq-dhcp[1564]: read /etc/ethers - 0 addresses
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Survey is missing channel time
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): ACS: Channel 1 has insufficient survey data
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): wlan0: ACS-COMPLETED freq=2412 channel=1
Sat Apr 2 15:17:39 2016 daemon.notice netifd: radio0 (1326): Using interface wlan0 with hwaddr 00:24:d2:1a:5f:82 and ssid "KubuchWiFi"
Sat Apr 2 15:25:33 2016 daemon.notice netifd: radio0 (1326): wlan0: interface state ACS->ENABLED
Sat Apr 2 15:25:33 2016 daemon.notice netifd: radio0 (1326): wlan0: AP-ENABLED
Sat Apr 2 15:25:33 2016 kern.info kernel: [ 63.672000] br-lan: port 2(wlan0) entered forwarding state
Sat Apr 2 15:25:33 2016 kern.info kernel: [ 63.676000] br-lan: port 2(wlan0) entered forwarding state
Sat Apr 2 15:25:33 2016 kern.info kernel: [ 63.684000] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sat Apr 2 15:25:33 2016 user.notice firewall: Reloading firewall due to ifup of wan (eth0.2)
Sat Apr 2 15:25:34 2016 daemon.notice netifd: Network device 'wlan0' link is up
Sat Apr 2 15:25:35 2016 kern.info kernel: [ 65.680000] br-lan: port 2(wlan0) entered forwarding state
Sat Apr 2 15:25:37 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac IEEE 802.11: authenticated
Sat Apr 2 15:25:37 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac IEEE 802.11: associated (aid 1)
Sat Apr 2 15:25:37 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac WPA: pairwise key handshake completed (RSN)
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq-dhcp[1564]: DHCPREQUEST(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:25:37 2016 daemon.warn odhcpd[1005]: DHCPV6 SOLICIT IA_NA from 000100011c08fef9fc4dd4568aac on br-lan: ok fdf4:8270:98b9::a75/128
Sat Apr 2 15:25:37 2016 user.notice ddns-scripts[1804]: myddns_ipv4: PID '1804' started at 2016-04-02 15:25
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq[1564]: read /etc/hosts - 1 addresses
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/odhcpd - 0 addresses
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/dhcp - 1 addresses
Sat Apr 2 15:25:37 2016 daemon.info dnsmasq-dhcp[1564]: read /etc/ethers - 0 addresses
Sat Apr 2 15:25:38 2016 user.warn ddns-scripts[1804]: myddns_ipv4: Service section disabled! - TERMINATE
Sat Apr 2 15:25:38 2016 daemon.warn odhcpd[1005]: DHCPV6 REQUEST IA_NA from 000100011c08fef9fc4dd4568aac on br-lan: ok fdf4:8270:98b9::a75/128
Sat Apr 2 15:25:38 2016 user.warn ddns-scripts[1804]: myddns_ipv4: PID '1804' exit WITH ERROR '1' at 2016-04-02 15:25
Sat Apr 2 15:25:38 2016 daemon.info dnsmasq[1564]: read /etc/hosts - 1 addresses
Sat Apr 2 15:25:38 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/odhcpd - 1 addresses
Sat Apr 2 15:25:38 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/dhcp - 1 addresses
Sat Apr 2 15:25:38 2016 daemon.info dnsmasq-dhcp[1564]: read /etc/ethers - 0 addresses
Sat Apr 2 15:25:43 2016 daemon.info dnsmasq-dhcp[1564]: DHCPINFORM(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:25:43 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:27:07 2016 daemon.info dnsmasq-dhcp[1564]: DHCPINFORM(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:27:07 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:30:58 2016 daemon.info dnsmasq-dhcp[1564]: DHCPINFORM(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:30:58 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:35:33 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac WPA: group key handshake completed (RSN)
Sat Apr 2 15:37:07 2016 daemon.info dnsmasq-dhcp[1564]: DHCPINFORM(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:37:07 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:39:23 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac IEEE 802.11: disassociated
Sat Apr 2 15:49:24 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac IEEE 802.11: authenticated
Sat Apr 2 15:49:24 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac IEEE 802.11: associated (aid 1)
Sat Apr 2 15:49:24 2016 daemon.info hostapd: wlan0: STA fc:4d:d4:56:8a:ac WPA: pairwise key handshake completed (RSN)
Sat Apr 2 15:49:25 2016 daemon.info dnsmasq-dhcp[1564]: DHCPREQUEST(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:49:25 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
Sat Apr 2 15:49:26 2016 daemon.warn odhcpd[1005]: DHCPV6 SOLICIT IA_NA from 000100011c08fef9fc4dd4568aac on br-lan: ok fdf4:8270:98b9::a75/128
Sat Apr 2 15:49:26 2016 daemon.warn odhcpd[1005]: DHCPV6 REQUEST IA_NA from 000100011c08fef9fc4dd4568aac on br-lan: ok fdf4:8270:98b9::a75/128
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /etc/hosts - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/odhcpd - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/dhcp - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq-dhcp[1564]: read /etc/ethers - 0 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /etc/hosts - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/odhcpd - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq[1564]: read /tmp/hosts/dhcp - 1 addresses
Sat Apr 2 15:49:26 2016 daemon.info dnsmasq-dhcp[1564]: read /etc/ethers - 0 addresses
Sat Apr 2 15:49:27 2016 daemon.info dnsmasq-dhcp[1564]: DHCPINFORM(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac
Sat Apr 2 15:49:27 2016 daemon.info dnsmasq-dhcp[1564]: DHCPACK(br-lan) 192.168.1.152 fc:4d:d4:56:8a:ac ReniaPC
W ogóle nie ma dysku. Pokaż wynik polecenia
cat /sys/kernel/debug/usb/devices
gdzie te polecenia się wpisuje bo nie mogę tego znaleźć ![]()
Faq przeczytaj na górze strony.
dysk jest podpięty, przed wgraniem obrazu dysk był widoczny i funkcjonował a teraz nie.
czytałem
"Gdzie te wszystkie polecenia się wpisuje?
Poradniki opisane na stronie eko.one.pl zwykle dotyczą konfiguracji przy pomocy odpowiednich poleceń systemowych. Wpisuje je się w konsoli, po zalogowaniu do routera przez ssh (po ustawieniu hasła) lub telnet (jak nie jest hasło ustawione). Jako klienta ssh/telnet najlepiej użyć programu putty. Polecenie wpisuje się oczywiście bez znaku # z przodu, to sygnalizuje tylko znak zachęty.
Pamiętaj, że o ile masz interfejs graficzny (GUI) to zwykle możesz większość rzeczy wykilkać. Ale i tak z pewnością wrócisz do konsoli po pewnym czasie, jako że daje więcej możliwości i dostosowania routera do swoich wymagań."
i nie pomogło mi to ![]()
Co nie pomogło? Zalogowałeś się przez ssh do routera?
Strony Poprzednia 1 2 3 4 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → Jak uruchomić HDD z USB na OpenWrt Chaos Calmer 15.05.
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc