OpenWRT 8.09.1 i dysk FAT32 na USB
|
wujo11 |
Dodano 10-08-2009 12:18
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Piszę ponieważ po lekturze innych tematów oraz poradników doszedłem do wniosku, że mój problem to jakiś oddzielny byt ponieważ to co działa u innych u mnie zawodzi...
Więc tak, router to Asus WL500Gp z OpenWRT 8.09.1 na pokładzie. Dysk, który chcę podłączyć to 2,5'' 80GB z jedną partycją FAT32. Chciałbym, by dysk automatycznie się montował przy każdym starcie routera.
Oto co zrobiłem:
opkg update
opkg install kmod-usb-storage
opkg install kmod-fs-ext2 kmod-fs-ext3 kmod-fs-vfat kmod-nls-utf8 kmod-nls-cp437 kmod-nls-iso8859-1
I to tyle co się zgadza z resztą opisów, później wszyscy montują dyski EXT2/3 z jądrem 2.6 (a ja mam 2.4) i są inne ścieżki i komendy i nic się u mnie nie sprawdza.
I po restarcie wszystko od nowa muszę robić bo nic na routerku nie zostaje... |
|
|
|
obsy |
Dodano 10-08-2009 12:22
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
http://openwrt.livenet.pl/doku.php/ha...are:usbhdd czy
http://eko.one.pl/index.php?page=open...penwrt-hdd, sprawdzone, działa...
Edytowany przez obsy dnia 10-08-2009 13:09
|
|
|
|
wujo11 |
Dodano 10-08-2009 20:54
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Ok, zrobiłem tak jak w 2-gim linku i to co router podmontowuje do /hdd (czyli /dev/scsi/host0/bus0/target0/lun0/part1) jest puste, tzn. nic tam nie ma. Natomiast dysk posiada 1 partycję w FAT32, która jest widoczna z komputera. Dodam, że dodałem opóźnienie jak trzeba i polecenie dmesg wypisuje, ze widzi dysk pod USB, nawet nazwę i model pisze. Ale nic się nie montuje... Oczywiście zmodyfikowałem pliki konfiguracyjne i wydałem odpowiednie komendy enable i start. Niestety operacja się powidła ale pacjent nadal nie żyje... |
|
|
|
obsy |
Dodano 10-08-2009 23:30
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
to z palca
mount -t vfat /dev/scsi/host0/bus0/target0/lun0/part1 /hdd zadziała? jeżeli nie to co w logach wypisał? (logread)
|
|
|
|
wujo11 |
Dodano 10-08-2009 23:34
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Nic z tego, pisze, 'no such device'.
Logread:
1:02.0 to 64
Jan 1 01:00:16 Wl500g user.warn kernel: PCI: Enabling device 01:02.0 (0004 -> 0006)
Jan 1 01:00:16 Wl500g user.emerg kernel: PCI/DMA
Jan 1 01:00:16 Wl500g user.emerg kernel: wl0: wlc_attach: chiprev 2 coreunit 0 corerev 9 cccap 0x640009 maccap 0x0 band 2.4G, phy_type 2 phy_rev 7 ana_rev 3
Jan 1 01:00:17 Wl500g user.warn kernel: wl0: Broadcom BCM4318 802.11 Wireless Controller 4.150.10.5
Jan 1 01:00:17 Wl500g user.info sysinit: Warning: loading wl will taint the kernel: non-GPL license - Proprietary
Jan 1 01:00:17 Wl500g user.info sysinit: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Jan 1 01:00:17 Wl500g user.info kernel: Journalled Block Device driver loaded
Jan 1 01:00:18 Wl500g user.info kernel: CSLIP: code copyright 1989 Regents of the University of California
Jan 1 01:00:19 Wl500g user.info kernel: PPP generic driver version 2.4.2
Jan 1 01:00:19 Wl500g user.warn kernel: ip_tables: (C) 2000-2002 Netfilter core team
Jan 1 01:00:20 Wl500g user.warn kernel: ip_conntrack version 2.1 (5953 buckets, 5953 max) - 352 bytes per conntrack
Jan 1 01:00:20 Wl500g user.info kernel: ipt_recent v0.3.1: Stephen Frost . http://snowman.net/projects/ipt_recent/
Jan 1 01:00:21 Wl500g user.info kernel: IPP2P v0.8.1_rc1 loading
Jan 1 01:00:21 Wl500g user.info kernel: imq driver loaded.
Jan 1 01:00:23 Wl500g user.info kernel: SB USB 1.1 init
Jan 1 01:00:23 Wl500g user.debug kernel: PCI: Setting latency timer of device 00:03.0 to 64
Jan 1 01:00:23 Wl500g user.info kernel: usb-ohci.c: USB OHCI at membase 0xb8003000, IRQ 6
Jan 1 01:00:23 Wl500g user.info kernel: usb-ohci.c: usb-00:03.0, PCI device 14e4:4715
Jan 1 01:00:23 Wl500g user.info kernel: usb.c: new USB bus registered, assigned bus number 1
Jan 1 01:00:23 Wl500g user.info kernel: hub.c: USB hub found
Jan 1 01:00:23 Wl500g user.info kernel: hub.c: 2 ports detected
Jan 1 01:00:23 Wl500g user.info kernel: usb-uhci.c: $Revision: 1.275 $ time 09:27:10 May 31 2009
Jan 1 01:00:23 Wl500g user.info kernel: usb-uhci.c: High bandwidth mode enabled
Jan 1 01:00:23 Wl500g user.warn kernel: PCI: Enabling device 01:03.0 (0000 -> 0001)
Jan 1 01:00:23 Wl500g user.info kernel: UHCI: Enabling VIA 6212 workarounds
Jan 1 01:00:23 Wl500g user.info kernel: usb-uhci.c: USB UHCI at I/O 0x100, IRQ 2
Jan 1 01:00:23 Wl500g user.warn kernel: usb-uhci.c: Detected 2 ports
Jan 1 01:00:23 Wl500g user.info kernel: usb.c: new USB bus registered, assigned bus number 2
Jan 1 01:00:23 Wl500g user.info kernel: hub.c: USB hub found
Jan 1 01:00:23 Wl500g user.info kernel: hub.c: 2 ports detected
Jan 1 01:00:24 Wl500g user.warn kernel: PCI: Enabling device 01:03.1 (0000 -> 0001)
Jan 1 01:00:24 Wl500g user.info kernel: UHCI: Enabling VIA 6212 workarounds
Jan 1 01:00:24 Wl500g user.info kernel: usb-uhci.c: USB UHCI at I/O 0x120, IRQ 2
Jan 1 01:00:24 Wl500g user.warn kernel: usb-uhci.c: Detected 2 ports
Jan 1 01:00:24 Wl500g user.info kernel: usb.c: new USB bus registered, assigned bus number 3
Jan 1 01:00:24 Wl500g user.info kernel: hub.c: USB hub found
Jan 1 01:00:24 Wl500g user.info kernel: hub.c: 2 ports detected
Jan 1 01:00:24 Wl500g user.info kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Jan 1 01:00:24 Wl500g user.warn kernel: PCI: Enabling device 01:03.2 (0000 -> 0002)
Jan 1 01:00:24 Wl500g user.info kernel: ehci_hcd 01:03.2: PCI device 1106:3104
Jan 1 01:00:24 Wl500g user.info kernel: ehci_hcd 01:03.2: irq 2, pci mem c027a000
Jan 1 01:00:24 Wl500g user.info kernel: usb.c: new USB bus registered, assigned bus number 4
Jan 1 01:00:24 Wl500g user.info kernel: EHCI: Enabling VIA 6212 workarounds
Jan 1 01:00:24 Wl500g user.info kernel: ehci_hcd 01:03.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
Jan 1 01:00:24 Wl500g user.info kernel: hub.c: USB hub found
Jan 1 01:00:24 Wl500g user.info kernel: hub.c: 4 ports detected
Jan 1 01:00:24 Wl500g user.info kernel: usb.c: registered new driver usblp
Jan 1 01:00:24 Wl500g user.info kernel: printer.c: v0.13: USB Printer Device Class driver
Jan 1 01:00:24 Wl500g user.err kernel: hub.c: connect-debounce failed, port 1 disabled
Jan 1 01:00:24 Wl500g user.info kernel: Initializing USB Mass Storage driver...
Jan 1 01:00:24 Wl500g user.info kernel: usb.c: registered new driver usb-storage
Jan 1 01:00:24 Wl500g user.info kernel: USB Mass Storage support registered.
Jan 1 01:00:25 Wl500g user.info kernel: hub.c: new USB device 01:03.2-1, assigned address 2
Jan 1 01:00:25 Wl500g user.info kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jan 1 01:00:25 Wl500g user.warn kernel: Vendor: FUJITSU Model: MHV2080AH PL Rev: 00A0
Jan 1 01:00:25 Wl500g user.warn kernel: Type: Direct-Access ANSI SCSI revision: 02
Jan 1 01:00:25 Wl500g user.warn kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Jan 1 01:00:25 Wl500g user.warn kernel: SCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
Jan 1 01:00:25 Wl500g user.info kernel: Partition check:
Jan 1 01:00:25 Wl500g user.info kernel: /dev/scsi/host0/bus0/target0/lun0:
Jan 1 01:00:25 Wl500g user.info kernel: p1
Jan 1 01:00:25 Wl500g user.debug kernel: WARNING: USB Mass Storage data integrity not assured
Jan 1 01:00:25 Wl500g user.debug kernel: USB Mass Storage device found at 2
Jan 1 01:00:25 Wl500g user.notice root: usb device is mass storage
Jan 1 01:00:25 Wl500g user.notice root: waiting on usb drive 0 ...
Jan 1 01:00:26 Wl500g user.notice root: waiting on usb drive 1 ...
Jan 1 01:00:28 Wl500g user.notice root: waiting on usb drive 2 ...
Jan 1 01:00:29 Wl500g user.notice root: waiting on usb drive 3 ...
Jan 1 01:00:30 Wl500g user.notice root: waiting on usb drive 4 ...
Jan 1 01:00:31 Wl500g user.notice root: waiting on usb drive 5 ...
Jan 1 01:00:32 Wl500g user.notice root: waiting on usb drive 6 ...
Jan 1 01:00:33 Wl500g user.notice root: waiting on usb drive 7 ...
Jan 1 01:00:34 Wl500g user.notice root: waiting on usb drive 8 ...
Jan 1 01:00:35 Wl500g user.info sysinit: mount: mounting /dev/scsi/hosts0/bus0/target0/lun0/part1 on /hdd failed: No such device
Jan 1 01:00:35 Wl500g user.notice root: waiting on usb drive 9 ...
Jan 1 01:00:36 Wl500g user.notice root: waiting on usb drive 10 ...
Jan 1 01:00:36 Wl500g user.notice root: starting ntpclient
Aug 10 20:03:46 Wl500g user.info kernel: device wl0 entered promiscuous mode
Aug 10 20:03:46 Wl500g user.info kernel: wl0: attempt to add interface with same source address.
Aug 10 20:03:46 Wl500g user.info kernel: br-lan: port 2(wl0) entering learning state
Aug 10 20:03:46 Wl500g user.info kernel: br-lan: port 2(wl0) entering forwarding state
Aug 10 20:03:46 Wl500g user.info kernel: br-lan: topology change detected, propagating
Aug 5 21:05:51 Wl500g user.info sysinit: Wed Aug 5 19:05:51 UTC 2009
Aug 5 21:05:51 Wl500g user.info sysinit: Loading defaults
Aug 5 21:05:52 Wl500g user.info sysinit: Loading synflood protection
Aug 5 21:05:52 Wl500g user.info sysinit: Adding custom chains
Aug 5 21:05:53 Wl500g user.info sysinit: Loading zones
Aug 5 21:05:54 Wl500g user.info sysinit: Loading forwarding
Aug 5 21:05:54 Wl500g user.info sysinit: Loading redirects
Aug 5 21:05:54 Wl500g user.info sysinit: Loading rules
Aug 5 21:05:54 Wl500g user.info sysinit: Loading includes
Aug 5 21:05:55 Wl500g user.info sysinit: l7 used = ""
Aug 5 21:06:27 Wl500g user.notice root: adding lan (br-lan) to firewall zone lan
Aug 5 21:06:28 Wl500g user.notice root: adding wan (eth0.1) to firewall zone wan
Aug 5 21:06:28 Wl500g cron.err crond[977]: crond (busybox 1.11.2) started, log level 5
Aug 5 21:06:29 Wl500g authpriv.info dropbear[984]: Running in background
Aug 5 21:06:29 Wl500g daemon.crit httpd_gargoyle[1005]: socket :: - Address family not supported by protocol
Aug 5 21:06:29 Wl500g daemon.err httpd_gargoyle[1005]: unknown sockaddr family on listen socket - 0
Aug 5 21:06:29 Wl500g daemon.warn httpd_gargoyle[1009]: started as root without requesting chroot(), warning only
Aug 5 21:06:29 Wl500g daemon.notice httpd_gargoyle[1009]: httpd_gargoyle/1.0 14mar2008 starting on Wl500g, port 80
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: started, version 2.47 cachesize 150
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: compile time options: IPv6 GNU-getopt no-DBus no-I18N TFTP
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: DHCP, IP range 192.168.1.33 -- 192.168.1.254, lease time 12h
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: using local addresses only for domain lan
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: reading /tmp/resolv.conf.auto
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: using nameserver 194.54.118.5#53
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: using nameserver 80.54.118.5#53
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: using local addresses only for domain lan
Aug 5 21:06:34 Wl500g daemon.info dnsmasq[1070]: read /etc/hosts - 1 addresses
Aug 5 21:06:34 Wl500g daemon.err dnsmasq[1070]: failed to read /etc/ethers:No such file or directory
Aug 5 21:06:34 Wl500g user.info sysinit: ERROR: No valid dynamic DNS service configurations defined
Aug 5 21:06:34 Wl500g user.info sysinit: (Did you specify correct configuration file path?)
Aug 5 21:06:34 Wl500g user.info sysinit: sysctl: error: 'net.netfilter.nf_conntrack_checksum' is an unknown key
Aug 5 21:06:34 Wl500g user.info sysinit: sysctl: error: 'net.ipv4.netfilter.ip_conntrack_checksum' is an unknown key
Aug 5 21:06:34 Wl500g user.info sysinit: sysctl: error: 'net.ipv4.netfilter.ip_conntrack_udp_timout_stream' is an unknown key
Aug 5 21:06:41 Wl500g daemon.info dnsmasq[1070]: DHCPDISCOVER(br-lan) 192.168.1.207 00:18:de:9c:e1:a8
Aug 5 21:06:41 Wl500g daemon.info dnsmasq[1070]: DHCPOFFER(br-lan) 192.168.1.207 00:18:de:9c:e1:a8
Aug 5 21:06:41 Wl500g daemon.info dnsmasq[1070]: DHCPREQUEST(br-lan) 192.168.1.207 00:18:de:9c:e1:a8
Aug 5 21:06:41 Wl500g daemon.info dnsmasq[1070]: DHCPACK(br-lan) 192.168.1.207 00:18:de:9c:e1:a8 HAL-6000
Aug 5 21:08:58 Wl500g authpriv.info dropbear[1085]: Child connection from 192.168.1.207:4541
Aug 5 21:09:06 Wl500g authpriv.notice dropbear[1085]: password auth succeeded for 'root' from 192.168.1.207:4541
Aug 5 21:11:01 Wl500g cron.err crond[977]: USER root pid 1107 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 21:21:01 Wl500g cron.err crond[977]: USER root pid 1169 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 21:31:01 Wl500g cron.err crond[977]: USER root pid 1199 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 21:41:01 Wl500g cron.err crond[977]: USER root pid 1201 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 21:51:01 Wl500g cron.err crond[977]: USER root pid 1203 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:00:01 Wl500g cron.err crond[977]: USER root pid 1205 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:01:01 Wl500g cron.err crond[977]: USER root pid 1207 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:11:02 Wl500g cron.err crond[977]: USER root pid 1209 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:21:01 Wl500g cron.err crond[977]: USER root pid 1211 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:31:01 Wl500g cron.err crond[977]: USER root pid 1213 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:41:01 Wl500g cron.err crond[977]: USER root pid 1215 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 22:51:01 Wl500g cron.err crond[977]: USER root pid 1217 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:00:02 Wl500g cron.err crond[977]: USER root pid 1219 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:01:01 Wl500g cron.err crond[977]: USER root pid 1221 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:11:01 Wl500g cron.err crond[977]: USER root pid 1223 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:21:01 Wl500g cron.err crond[977]: USER root pid 1225 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:31:01 Wl500g cron.err crond[977]: USER root pid 1227 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:41:01 Wl500g cron.err crond[977]: USER root pid 1229 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 5 23:51:01 Wl500g cron.err crond[977]: USER root pid 1231 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 6 00:00:01 Wl500g cron.err crond[977]: USER root pid 1233 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 6 00:01:01 Wl500g cron.err crond[977]: USER root pid 1235 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 6 00:11:01 Wl500g cron.err crond[977]: USER root pid 1237 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 6 00:21:01 Wl500g cron.err crond[977]: USER root pid 1239 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
Aug 6 00:31:01 Wl500g cron.err crond[977]: USER root pid 1241 cmd /usr/bin/set_kernel_timezone >/dev/null 2>&1
|
|
|
|
obsy |
Dodano 10-08-2009 23:41
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
Musi działać. /dev/scsi/host0/bus0/target0/lun0/part1 masz?
/hdd katalog masz?
|
|
|
|
wujo11 |
Dodano 10-08-2009 23:49
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Tak jest, oba są i oba puste... :/ |
|
|
|
obsy |
Dodano 10-08-2009 23:51
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
mount: mounting /dev/scsi/hosts0/bus0/target0/lun0/part1 on /hdd failed: No such device
Literówkę zrobiłeś.
|
|
|
|
wujo11 |
Dodano 11-08-2009 00:02
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Nie wiem skąd tam ta literówka ( już poprawiłem /etc/config/fstab ), ale i poprawnie pisząc:
mount -t vfat /dev/scsi/host0/bus0/target0/lun0/part1 /hdd
mount: mounting /dev/scsi/host0/bus0/target0/lun0/part1 on /hdd failed: No such device
Edytowany przez wujo11 dnia 11-08-2009 00:16
|
|
|
|
obsy |
Dodano 11-08-2009 06:36
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
Wiec jeszcze raz: co masz w ogóle w katalogu /dev/scsi/host0/bus0/target0/lun0/ ?
|
|
|
|
wujo11 |
Dodano 11-08-2009 09:26
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Proszę bardzo: oba katalogi są:
ls /
bin etc home lib proc root sys usr www
dev hdd jffs mnt rom sbin tmp var
ls /dev/scsi/host0/bus0/target0/lun0/
disc part1
|
|
|
|
arteq |
Dodano 11-08-2009 09:36
|

VIP

Posty: 1918
Dołączył: 04/03/2006 17:42
|
OT:Kamiaze NAS Edition(kernel 2.4) powinien montowac poprawnie dysk USB na FAT32
moze sformatuj ponownie dysk z openwrt.
Edytowany przez arteq dnia 11-08-2009 09:38
Pozdrawiam, Artur
http://digi-led.pl Elementy elektroniczne | urz?dzenia sieciowe | us?ugi informatyczne
http://openwrt.pl - Polskie Centrum OpenWrt
o p e n (your) r o u t e r . p l
|
|
|
|
obsy |
Dodano 11-08-2009 09:39
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
Pokaż wynik lsmod.
Następnie pytanie: a na komputerze dysk Ci się montuje?
|
|
|
|
wujo11 |
Dodano 11-08-2009 10:02
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Na kompie używam Win XP i dysk jest widoczny, normalnie mam do niego dostęp, jak do zwykłych dysków.
lsmod
Module Size Used by Tainted: P
usb-storage 69632 0 (unused)
printer 9852 0 (unused)
wlcompat 9504 0 (unused)
ehci-hcd 20556 0 (unused)
usb-uhci 27164 0 (unused)
usb-ohci 19252 0 (unused)
ipt_weburl 15844 0 (unused)
ipt_timerange 860 0 (unused)
ip_conntrack_tftp 1628 0 (unused)
ip_nat_irc 2296 0 (unused)
ip_conntrack_irc 3028 1
ip_nat_ftp 2920 0 (unused)
ip_conntrack_ftp 4172 1
ipt_iprange 732 0 (unused)
ipt_TOS 988 0 (unused)
ipt_tos 316 0 (unused)
ipt_TTL 956 0 (unused)
ipt_MARK 604 0 (unused)
ipt_ECN 1628 0 (unused)
ipt_DSCP 972 0 (unused)
ipt_CLASSIFY 716 0 (unused)
ipt_unclean 6844 0 (unused)
ipt_ttl 508 0 (unused)
ipt_tcpmss 668 0 (unused)
ipt_mark 316 0 (unused)
ipt_length 348 0 (unused)
ipt_ecn 668 0 (unused)
ipt_dscp 316 0 (unused)
ipt_IMQ 684 0 (unused)
imq 2144 0 (unused)
ipt_string 3252 0 (unused)
ipt_layer7 10728 0 (unused)
ipt_ipp2p 7332 0 (unused)
ipt_bandwidth 15356 0 (unused)
ipt_REDIRECT 660 2
ipt_NETMAP 660 0 (unused)
ipt_MIRROR 1308 0 (unused)
ipt_MASQUERADE 1316 2
iptable_nat 20856 3 [ip_nat_irc ip_nat_ftp ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE]
ipt_CONNMARK 840 0 (unused)
ipt_recent 8220 0 (unused)
ipt_helper 584 0 (unused)
ipt_conntrack 1128 0 (unused)
ipt_connmark 376 0 (unused)
ipt_connbytes 1192 0 (unused)
ipt_state 408 6
ip_conntrack 22368 3 [ip_conntrack_tftp ip_nat_irc ip_conntrack_irc ip_nat_ftp ip_conntrack_ftp ipt_layer7 ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE iptable_nat ipt_CONNMARK ipt_helper ipt_conntrack ipt_connmark ipt_connbytes ipt_state]
sd_mod 12500 0 (unused)
ipt_REJECT 3932 2
ipt_TCPMSS 2316 2
ipt_LOG 3804 0 (unused)
ipt_multiport 748 0 (unused)
ipt_mac 556 0 (unused)
ipt_limit 892 1
iptable_mangle 2156 1
iptable_filter 1676 1
ip_tables 16960 44 [ipt_weburl ipt_timerange ipt_iprange ipt_TOS ipt_tos ipt_TTL ipt_MARK ipt_ECN ipt_DSCP ipt_CLASSIFY ipt_unclean ipt_ttl ipt_tcpmss ipt_mark ipt_length ipt_ecn ipt_dscp ipt_IMQ ipt_string ipt_layer7 ipt_ipp2p ipt_bandwidth ipt_REDIRECT ipt_NETMAP ipt_MIRROR ipt_MASQUERADE iptable_nat ipt_CONNMARK ipt_recent ipt_helper ipt_conntrack ipt_connmark ipt_connbytes ipt_state ipt_REJECT ipt_TCPMSS ipt_LOG ipt_multiport ipt_mac ipt_limit iptable_mangle iptable_filter]
ppp_async 8044 0 (unused)
ppp_generic 22380 0 [ppp_async]
slhc 6064 0 [ppp_generic]
ext3 71388 0 (unused)
jbd 51152 0 [ext3]
ext2 40304 0 (unused)
wl 666560 0 (unused)
usbcore 71296 1 [usb-storage printer ehci-hcd usb-uhci usb-ohci]
scsi_mod 66048 2 [usb-storage sd_mod]
switch-robo 5180 0 (unused)
switch-core 5104 0 [switch-robo]
diag 50448 0 (unused)
|
|
|
|
arteq |
Dodano 11-08-2009 10:10
|

VIP

Posty: 1918
Dołączył: 04/03/2006 17:42
|
nie widze modułu vfat
Pozdrawiam, Artur
http://digi-led.pl Elementy elektroniczne | urz?dzenia sieciowe | us?ugi informatyczne
http://openwrt.pl - Polskie Centrum OpenWrt
o p e n (your) r o u t e r . p l
|
|
|
|
obsy |
Dodano 11-08-2009 10:30
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
Właśnie dlatego o to pytałem. Nie ma vfata, nie ma stron kodowych cp437 i iso8859-1. Nie zainstalowałeś/nie zainstalowały się odpowiednie pakiety.
|
|
|
|
wujo11 |
Dodano 11-08-2009 10:42
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
Jestem innego zdania, pisałem już o tym w 1szym poście. To zrobiłem jako pierwsze. A to dowód, gdy chcę ponownie instalować:
opkg install kmod-fs-ext2 kmod-fs-ext3 kmod-fs-vfat kmod-nls-utf8
kmod-nls-cp437 kmod-nls-iso8859-1
Package kmod-fs-ext2 (2.4.35.4-brcm-2.4-1) installed in root is up to date.
Package kmod-fs-ext3 (2.4.35.4-brcm-2.4-1) installed in root is up to date.
Package kmod-fs-vfat (2.4.35.4-brcm-2.4-1) installed in root is up to date.
Package kmod-nls-utf8 (2.4.35.4-brcm-2.4-1) installed in root is up to date.
Package kmod-nls-cp437 (2.4.35.4-brcm-2.4-1) installed in root is up to date.
Package kmod-nls-iso8859-1 (2.4.35.4-brcm-2.4-1) installed in root is up to date.
A skoro jest to co mam zrobić, żeby działał?
Edytowany przez wujo11 dnia 11-08-2009 10:44
|
|
|
|
arteq |
Dodano 11-08-2009 10:44
|

VIP

Posty: 1918
Dołączył: 04/03/2006 17:42
|
insmod vfat
Pozdrawiam, Artur
http://digi-led.pl Elementy elektroniczne | urz?dzenia sieciowe | us?ugi informatyczne
http://openwrt.pl - Polskie Centrum OpenWrt
o p e n (your) r o u t e r . p l
|
|
|
|
wujo11 |
Dodano 11-08-2009 10:57
|

User

Posty: 55
Dołączył: 15/09/2008 15:39
|
insmod vfat
insmod: unresolved symbol fat_scan
Już ręce opadają... |
|
|
|
obsy |
Dodano 11-08-2009 11:30
|

VIP

Posty: 5775
Dołączył: 31/10/2006 20:06
|
insmod fat...
... po którym pewnie Ci wyjdzie że nie może załadować nls-base, a to oznacza że gargoryle nie ma tego wkompilowane, co z kolei oznacza że gargoyle nie jest w ogóle kompilowane ze wsparciem dla systemów plików i nic z tym nie zrobisz poza ręczną kompilacją systemu ze stosownymi opcjami.
Trzeba to Ericowi zgłosić.
|
|
|