24 Listopada 2024 10:22:18
Nawigacja
· Strona Główna
· Forum

· Tomato by Shibby
· FreshTomato


Wątki na forum
Najnowsze dyskusje
· [S] Asus RT-AC56U
· DIR868l OFW asus vs ...
· Szukam zaproszenia n...
· [MOD] FreshTomato-AR...
· Asus RT-AC5300 ,prob...
· archer c6 v3.20
· [S] Nighthawk R7000P...
· [S]Asus RT-AC5300 - ...
· Tanie N100 na promce...
· net z telefonu wifi+...
· Tomato - bugi/proble...
· HUAWEI z światłowodem
· Asus TUF-AX3000_V2 p...
· rt-ax88upro częste ...
· [Howto] Xpenology na...
· Jaki router pod Open...
· Ruter z tomato
· Czy to jeszcze NAS?
· RT AC66U B1
· Wireguard na FreshTo...
Najpopularniejsze obecnie wątki
· DIR868l OFW asus ... [8]
· [S] Asus RT-AC56U [0]
Ankieta
Jaki procesor posiada twój router?

Broadcom MIPSEL
Broadcom MIPSEL
36% [151 głosów]

Broadcom ARM
Broadcom ARM
52% [219 głosów]

Atheros
Atheros
5% [22 głosów]

Marvell
Marvell
1% [4 głosów]

Ralink
Ralink
1% [3 głosów]

Intel/AMD/VIA
Intel/AMD/VIA
1% [5 głosów]

Żaden z powyższych
Żaden z powyższych
4% [15 głosów]

Ogółem głosów: 419
Musisz zalogować się, aby móc zagłosować.
Rozpoczęto: 02/02/2015 09:38
Twoje IP
3.149.239.79
Zobacz wątek
OpenLinksys » :: OPROGRAMOWANIE :: » Tomato - firmware
 Drukuj wątek
[MOD] Tomato by shibby
ovner
Zapuściłem torcika na kompilacji Tomato Firmware v1.28.8052 031H ND USB Ext-BT ale transsmision z optware 2.04. Powoli sie rozkulał i leciało ~1.1MB/s po chwili coś sie wykrzaczyło i pojawiło się około 15 pidów z transsmisionem i oczywiście program wyleciał w kosmos. Po ubiciu killall -KILL transmission-daemon ubiły sie wszystkie procesy z wyjątkiem jednego którego w żaden sposób nie można było ubić, nawet przez ubice pida, pozostał reboot routera.
Teraz jest jedna główna kwestia router strasznie długo się uruchamia po 5 minutach zrezygnowałem z czekania brutalnie wyłączyłem zasilanie.Prawdopodobnie muli ze względu na montowanie dysku z danymi, zakładki init i firewall wyglądają tak:
INIT

#dodanie .profile
echo "export PATH=/opt/bin:/opt/sbin:$PATH" > /root/.profile
echo "unset LD_LIBRARY_PATH" >> /root/.profile
mkdir /tmp/mnt/opt
mkdir /tmp/mnt/dane


Firewall

iptables -A INPUT -p tcp --dport 44411 -j ACCEPT
iptables -A INPUT -p tcp --dport 6666 -j ACCEPT
#montowanie opt na penie
wait5
mount /dev/discs/disc0/part1 /mnt/opt
wait 5
mount -o bind /tmp/mnt/opt /opt
#swap i dane na hdd
/sbin/swapon /dev/discs/disc1/part1
mount /dev/discs/disc1/part2 /mnt/dane
wait 10
/opt/bin/transmission-daemon -g /mnt/dane/torrenty
wait 10
/opt/etc/init.d/rsget.pl start


Jak odmulić router przy bootowaniu juz wywaliłem automontowanie HDD i jest OK ale musze wszystko z palucha montować i uruchamiać, po usunięciu wszystkich komend wait też żadnej poprawy.
Przy DL transsmisiona ~800KB/s CPU Load (1 / 5 / 15 mins) 3.51 / 3.50 / 3.29 :D
TUF-AX5400 @ Firmware:388.1_0-gnuton1
RT-N16 @ FreshTomato Firmware 2023.3 MIPSR2 K26 USB VPN + Huawei e3372 no-hilink
www.speedtest.net/result/14587008641.png
 
koralm
przydała by się jakaś rozpiska co dokładnie zawierają kompilacje Pfft
tak żeby człowiek mógł porównać z innymi i wybrać co ma wgrać (ciężko wyłączyć czasem główny router tylko po to żeby zobaczyć czym się różnią poszczególne wersje)
Proud winner of Netgear WNR3500L
 
buniaczek
@koralm - jeśli prześledzisz pierwszy post to wiadomo czego możesz się spodziewać w danej wersjiSmile Nowe rzeczy są generalnie dodawane w odniesieniu do starych lub ewentualnie modyfikowane/optymalizowane Smile
-------------------------
Netgear WNR3500L || Tomato-K26USB-1.28 RT5x MIPSR2 101V Big-VPN ||
Asus RT-N56U || Asus firmware 3.0.0.3.135 - wygrania w konkursie na openlinksys.info||
[b]Asus RT-N10U v.B1 [small]
 
edoos

Cytat

ovner napisał(a):

INIT

#dodanie .profile
echo "export PATH=/opt/bin:/opt/sbin:$PATH" > /root/.profile
echo "unset LD_LIBRARY_PATH" >> /root/.profile
mkdir /tmp/mnt/opt
mkdir /tmp/mnt/dane


Firewall

iptables -A INPUT -p tcp --dport 44411 -j ACCEPT
iptables -A INPUT -p tcp --dport 6666 -j ACCEPT
#montowanie opt na penie
wait5
mount /dev/discs/disc0/part1 /mnt/opt
wait 5
mount -o bind /tmp/mnt/opt /opt
#swap i dane na hdd
/sbin/swapon /dev/discs/disc1/part1
mount /dev/discs/disc1/part2 /mnt/dane
wait 10
/opt/bin/transmission-daemon -g /mnt/dane/torrenty
wait 10
/opt/etc/init.d/rsget.pl start


Jak odmulić router przy bootowaniu juz wywaliłem automontowanie HDD i jest OK ale musze wszystko z palucha montować i uruchamiać, po usunięciu wszystkich komend wait też żadnej poprawy.
Przy DL transsmisiona ~800KB/s CPU Load (1 / 5 / 15 mins) 3.51 / 3.50 / 3.29 :D


ja mam init tak
#dodanie .profile
echo "export PATH=/opt/bin:/opt/sbin:$PATH" > /root/.profile
echo "unset LD_LIBRARY_PATH" >> /root/.profile

a fire wall sleep 10
/bin/mount /dev/sda2 /opt
/bin/mount /dev/sda3 /mmc
/bin/mount /dev/sda1 /mmc/transmission/fat

#porty dla transmission
iptables -A INPUT -p tcp --dport 51515 -j ACCEPT
iptables -A INPUT -p tcp --dport 9091 -j ACCEPT

#transmission
/opt/etc/init.d/transmission start
wyaje mi sie ze masz za duzo sleep :p do montowania dysku wystarczy raz dac sleep 10 jak dysk wystartuje i sie zainicjuje to potem reszta jest niepotrzebna. tak mi sie wydaje .
Pozdrawiam Ed
 
ovner

Cytat

edoos napisał(a):
wyaje mi sie ze masz za duzo sleep Pfft do montowania dysku wystarczy raz dac sleep 10 jak dysk wystartuje i sie zainicjuje to potem reszta jest niepotrzebna. tak mi sie wydaje .
Pozdrawiam Ed

Jak sie odpala transsmision i jest 16 torrentów seedowanych z 27 wszyztkich to troche zajmuje zanim to przemieli, a rsget tez jest dość mułowaty przy odpaleniu, dopierpo po dłuższej chwili można sie na niego wbić przez www. Odpalając wszystko na raz może coś nie załapać. Problem w tym że montowanie partycji z danym strasznie długo trwa.
TUF-AX5400 @ Firmware:388.1_0-gnuton1
RT-N16 @ FreshTomato Firmware 2023.3 MIPSR2 K26 USB VPN + Huawei e3372 no-hilink
www.speedtest.net/result/14587008641.png
 
Sim
@piotrg

Dzięki za szybką odpowiedź. Zrobiłem wszystko zgodnie z Twoimi wskazówkami tj .. zmieniłem adresacje userów i zaczynają sie od 10.0.0.2 zmieniłem netmask na 255.255.255.240 zmieniłem zakres dhcp na 10.0.0.2 do ostatniego usera ( z tym że jak sprawdzałem to wpis w rubryce Basic/Network/ a konkretnie rubryka dhcp serwer i IP Address Range nie powinny i u mnie nie mają jakiegokolwiek wpływu na wpisy z rubryki Basic/Static Dhcp ( z tego co widzę to co jest w static jest ustalane na sztywno dla konkretnego Mac adresu który pojawi sie w sieci natomiast zakresy które w moim poprzednim poście dot. Ip Addrees Range 200-205 dot userów którzy podłączą powiedzmy do switcha jakiekolwiek urządzenie nasłuchujące dhcp.) Reasumując po zmianach nadal po włączeniu " Default Class rate/ceiling for unlisted MAC / IP's" i ustawieniu konkretnych przedziałów każdy który jest na liście wyżej dostaje i tak to co jest w defaulcie.....

------------------------------------------------------------------
Jeżeli ktoś mam jeszcze jakiś sugestie proszę o info.

Spróbuje poszukać troche w shelu i w zwiazku z tym mam dwa pytanka
1. Czy aktualny plik firewala (iptables) oraz Htb (tc) to /etc/iptables ; /etc/qoslimit.
2. Czy da się zmienić punkt montowania całego katalogu /usr/ na powiedzmy pendriva którego u mnie wykrywa jako dysk sda wiec zakładam że odpowiedni wpis w pliku ładującym ( może administration/scripts/inits) oraz modyfikacja w mtabie powinny dać odpowiedni rezultat ...z tym że nie chce "reanimować" routera z stąd moje pytanie może ktoś już to robił
.... jeszcze jedna sprawa po wpisaniu komendy df mam informacje że główny katalog / jest w 100% zajęty ,
całkowite 0 wolnego miejsca może tu leży mój problem ??( nie potrafi nadpisać plików) a może to standard niestety nie mam tego gdzie sprawdzić ).
Pozdro i sorki za tak długiego posta.
Netgear WNR3500L
 
Dropsiur
Shibby takie pytanko do Ciebie, otóż, wersja tomato: K26-1.28.9052RAF-EN-MIPSR2-031H-VPN.trx jest troszkę za duża dla Asusa RT-N10 o jakieś 72kB i obraz nie wchodzi przy flashu, pisze właśnie, że obraz jest za duży. Miałem wcześniej wersję 029H PL z VPN i wchodziła bez problemu. Dało by się coś z tym zrobić ? Pozdrawiam Smile
Linksys WRT54GL Tomato by shibby ND-1.28.8754RAF-PL-036H-VPN

Asus RT-N10 Tomato by shibby K26-1.28.9052RAF-EN-MIPSR2-031H-Std


Zwyci?zca w konkursie "Karnawa?owe szale?stwo ze sprz?tem Netgear'a" WNR3500Lv2
 
shibby

Cytat

Dropsiur napisał(a):

Shibby takie pytanko do Ciebie, otóż, wersja tomato: K26-1.28.9052RAF-EN-MIPSR2-031H-VPN.trx jest troszkę za duża dla Asusa RT-N10 o jakieś 72kB i obraz nie wchodzi przy flashu, pisze właśnie, że obraz jest za duży. Miałem wcześniej wersję 029H PL z VPN i wchodziła bez problemu. Dało by się coś z tym zrobić ? Pozdrawiam Smile


oo az z ciekawosci sprawdze Smile
Proxmox VE: i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+
VM Router: OpenWRT 22.03.4
VM NAS: Synology SA6400
VM VPS: Debian, WWW, Home Assistant
Switch: Netgear MS510TXPP
Switch: Ubiquiti USW-Flex-mini - szt. 2
Wi-Fi: Ubiquiti U6-Lite - szt. 2
 
edoos

Cytat

ovner napisał(a):

Cytat

edoos napisał(a):
wyaje mi sie ze masz za duzo sleep Pfft do montowania dysku wystarczy raz dac sleep 10 jak dysk wystartuje i sie zainicjuje to potem reszta jest niepotrzebna. tak mi sie wydaje .
Pozdrawiam Ed

Jak sie odpala transsmision i jest 16 torrentów seedowanych z 27 wszyztkich to troche zajmuje zanim to przemieli, a rsget tez jest dość mułowaty przy odpaleniu, dopierpo po dłuższej chwili można sie na niego wbić przez www. Odpalając wszystko na raz może coś nie załapać. Problem w tym że montowanie partycji z danym strasznie długo trwa.


A to faktycznie zanim odpali te torty to sie moze zakrecic jak swinski leb.
Ja z zasady mam max 7 torrentow mimo ze sprzet wiecej da rade Grin.
 
dropsik
Dlaczego nie mogę na innych modach niż Tomato v1.28.9054 MIPSR1-beta-036H K26 USB Ext
uruchomić czytnika na ftdi.
Testowałem wszystkie nowsze mody i mam to samo na oscamie
2011/05/04 11:14:01 1005 r ERROR opening device /dev/ttyUSB0
2011/05/04 11:14:01 1005 r Cannot open deviceFrowndev/ttyUSB0

Cytat


Tomato v1.28.9052 MIPSR1-031H K26 USB Ext
root@tomato:/tmp/home/root# ls /dev/tty*
/dev/tty /dev/ttyS3 /dev/ttyp3 /dev/ttyp7 /dev/ttypb /dev/ttypf
/dev/ttyS0 /dev/ttyp0 /dev/ttyp4 /dev/ttyp8 /dev/ttypc
/dev/ttyS1 /dev/ttyp1 /dev/ttyp5 /dev/ttyp9 /dev/ttypd
/dev/ttyS2 /dev/ttyp2 /dev/ttyp6 /dev/ttypa /dev/ttype
root@tomato:/tmp/home/root#


konfiguruje wszystko tak samo i w Tomato v1.28.9054 MIPSR1-beta-036H K26 USB Ext
wszystko ok, a w innych nie :|

Cytat


Tomato v1.28.9054 MIPSR1-beta-036H K26 USB Ext
root@tomato:/tmp/home/root# ls /dev/tty*
/dev/tty /dev/ttyUSB0 /dev/ttyp4 /dev/ttyp9 /dev/ttype
/dev/ttyS0 /dev/ttyp0 /dev/ttyp5 /dev/ttypa /dev/ttypf
/dev/ttyS1 /dev/ttyp1 /dev/ttyp6 /dev/ttypb
/dev/ttyS2 /dev/ttyp2 /dev/ttyp7 /dev/ttypc
/dev/ttyS3 /dev/ttyp3 /dev/ttyp8 /dev/ttypd
root@tomato:/tmp/home/root#


i jeszcze dmesg (aktualnie na Tomato v1.28.9052 MIPSR1-032H K26 USB Ext-BT):

Cytat

root@tomato:/tmp/home/root# ls /dev/tty*
/dev/tty /dev/ttyS3 /dev/ttyp3 /dev/ttyp7 /dev/ttypb /dev/ttypf
/dev/ttyS0 /dev/ttyp0 /dev/ttyp4 /dev/ttyp8 /dev/ttypc
/dev/ttyS1 /dev/ttyp1 /dev/ttyp5 /dev/ttyp9 /dev/ttypd
/dev/ttyS2 /dev/ttyp2 /dev/ttyp6 /dev/ttypa /dev/ttype
root@tomato:/tmp/home/root# dmesg
Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #65 Wed Apr 20 10:21:10 CEST 2011
CPU revision is: 00029006
Setting the PFC to its default value
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
On node 0 totalpages: 8192
Normal zone: 64 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 8128 pages, LIFO batch:0
Built 1 zonelists. Total pages: 8128
Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Primary instruction cache 16kB, physically tagged, 2-way, linesize 16 bytes.
Primary data cache 16kB, 2-way, linesize 16 bytes.
Synthesized TLB refill handler (19 instructions).
Synthesized TLB load handler fastpath (31 instructions).
Synthesized TLB store handler fastpath (31 instructions).
Synthesized TLB modify handler fastpath (30 instructions).
PID hash table entries: 128 (order: 7, 512 bytes)
CPU: BCM4704 rev 9 pkg 0 at 264 MHz
Using 132.000 MHz high precision timer.
console [ttyS0] enabled
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 29172k/32768k available (2536k kernel code, 3596k reserved, 473k data, 120k init, 0k highmem)
SLUB: Genslabs=6, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Calibrating delay loop... 261.12 BogoMIPS (lpj=130560)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
PCI: Initializing host
PCI: Fixing up bus 0
PCI: Fixing up bridge
PCI: Setting latency timer of device 0000:01:00.0 to 64
PCI: Fixing up bus 1
Time: MIPS clocksource has been installed.
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
squashfs: version 3.0 (2006/03/15) Phillip Lougher
io scheduler noop registered (default)
HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
N_HDLC line discipline registered.
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 3) is a 16550A
serial8250: ttyS1 at MMIO 0x0 (irq = 3) is a 16550A
PPP generic driver version 2.4.2
MPPE/MPPC encryption/compression module registered
NET: Registered protocol family 24
PPPoL2TP kernel driver, V0.17
PPTP driver version 0.8.5
Physically mapped flash: Found 1 x16 devices at 0x0 in 16-bit bank
Physically mapped flash: Found an alias at 0x800000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1800000 for the chip at 0x0
Amd/Fujitsu Extended Query Table at 0x0040
Physically mapped flash: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Flash device: 0x800000 at 0x1c000000
Creating 5 MTD partitions on "Physically mapped flash":
0x00000000-0x00040000 : "pmon"
0x00040000-0x007f0000 : "linux"
0x00135000-0x00750000 : "rootfs"
0x00750000-0x007f0000 : "jffs2"
0x007f0000-0x00800000 : "nvram"
Found a 0MB serial flash
sflash: found no supported devices
u32 classifier
OLD policer on
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (512 buckets, 4096 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
net/ipv4/netfilter/tomato_ct.c [Apr 20 2011 10:20:14]
NET: Registered protocol family 1
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear
All bugs added by David S. Miller
VFS: Mounted root (squashfs filesystem) readonly.
Freeing unused kernel memory: 120k freed
Warning: unable to open an initial console.
et: module license 'unspecified' taints kernel.
PCI: Setting latency timer of device 0000:00:01.0 to 64
eth0: Broadcom BCM47xx 10/100 Mbps Ethernet Controller 5.10.56.46
PCI: Setting latency timer of device 0000:00:02.0 to 64
PCI: Enabling device 0000:01:02.0 (0000 -> 0002)
PCI: Setting latency timer of device 0000:01:02.0 to 64
eth1: Broadcom BCM4318 802.11 Wireless Controller 5.10.56.46
Algorithmics/MIPS FPU Emulator v1.5
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
SCSI subsystem initialized
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
PCI: Enabling device 0000:01:03.2 (0000 -> 0002)
ehci_hcd 0000:01:03.2: EHCI Host Controller
ehci_hcd 0000:01:03.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:01:03.2: irq 12, io mem 0x40004000
ehci_hcd 0000:01:03.2: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
PCI: Enabling device 0000:01:03.0 (0000 -> 0001)
uhci_hcd 0000:01:03.0: UHCI Host Controller
uhci_hcd 0000:01:03.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:01:03.0: irq 12, io base 0x00000100
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: Enabling device 0000:01:03.1 (0000 -> 0001)
uhci_hcd 0000:01:03.1: UHCI Host Controller
uhci_hcd 0000:01:03.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:01:03.1: irq 12, io base 0x00000120
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usbcore: registered new interface driver usblp
usblp: USB Printer Device Class driver
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb 2-2: new full speed USB device using uhci_hcd and address 2
vlan0: add 33:33:00:00:00:01 mcast address to master interface
vlan0: add 01:00:5e:00:00:01 mcast address to master interface
vlan0: dev_set_promiscuity(master, 1)
device eth0 entered promiscuous mode
device vlan0 entered promiscuous mode
usb 2-2: configuration #1 chosen from 1 choice
device eth1 entered promiscuous mode
br0: port 2(eth1) entering forwarding state
br0: port 1(vlan0) entering forwarding state
vlan1: Setting MAC address to 00 1b fc 81 6f 31.
vlan1: add 33:33:00:00:00:01 mcast address to master interface
vlan1: add 01:00:5e:00:00:01 mcast address to master interface
scsi 0:0:0:0: Direct-Access Kingston DataTraveler II+ PMAP PQ: 0 ANSI: 0 CCS
sd 0:0:0:0: [sda] 4029440 512-byte hardware sectors (2063 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI removable disk
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 99160k swap on /dev/sda1. Priority:-1 extents:1 across:99160k
usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device
Unhandled kernel unaligned access[#1]:
Cpu 0
$ 0 : 00000000 10009c00 c01c8a04 800839ac
$ 4 : 802f140c 000080d0 ffffffff c019ae74
$ 8 : 0000000d 8010d980 00000000 00000000
$12 : 4d455453 c01a3000 00000101 6972643d
$16 : 10009c01 c01a1170 000080d0 802f1414
$20 : 81552c60 80311940 00000019 00000019
$24 : 00000000 00000000
$28 : 817ae000 817afc40 8005121c c019ae74
Hi : 00000280
Lo : 00000230
epc : 800839fc kmem_cache_alloc+0x50/0xf4 Tainted: P
ra : c019ae74 usb_serial_probe+0xe8/0x14b4 [usbserial]
Status: 10009c02 KERNEL EXL
Cause : 00000010
BadVA : 00000019
PrId : 00029006
Modules linked in: ftdi_sio usbserial usblp uhci_hcd ehci_hcd vfat fat ext2 ext3 jbd mbcache usb_storage sd_mod scsi_wait_scan scsi_mod usbcore nf_nat_pptp nf_conntrack_pptp nf_nat_proto_gre nf_conntrack_proto_gre nf_nat_ftp nf_conntrack_ftp nf_nat_sip nf_conntrack_sip nf_nat_h323 nf_conntrack_h323 wl(P) igs(P) emf(P) et(P)
Process insmod (pid: 567, threadinfo=817ae000, task=80dc7400)
Stack : 00000044 802e0000 00000000 802e2c6c c0199b8c c01a1170 c0199b8c c01a1170
c0199b8c c01cb93c c019ae74 819f1046 ffffffff 00000000 ffffffff 8010bf9c
802e2c6c 80060220 00000101 00000000 10323537 00000044 81018a60 00000030
000200d0 00000000 81f00500 80e28600 00000020 00000000 800dc600 80dad580
00000002 817afd48 81eb5400 80320000 81f00500 0000a1ff 800dc718 817afdb0
...
Call Trace:
[<800839fc>] kmem_cache_alloc+0x50/0xf4
[] usb_serial_probe+0xe8/0x14b4 [usbserial]
[] usb_probe_interface+0x7c/0x124 [usbcore]
[<8013a718>] driver_probe_device+0xf0/0x31c
[<8013ae2c>] __driver_attach+0x2c4/0x30c
[<801393fc>] bus_for_each_dev+0x58/0xbc
[<80139918>] bus_add_driver+0xb0/0x210
[] usb_register_driver+0xb0/0x17c [usbcore]
[] ftdi_init+0x10c/0x170 [ftdi_sio]
[<8005256c>] sys_init_module+0x1a8/0x16d8
[<80010f70>] stack_done+0x20/0x3c


Code: 8c88008c 11000026 2406ffff <8d11000c> 12200023 00000000 9502000a 00021080 00511021
IMQ starting with 2 devices...
IMQ driver loaded successfully.
Hooking IMQ after NAT on PREROUTING.
Hooking IMQ before NAT on POSTROUTING.
drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
out of order segment: rcv_next 9BF236A9 seq 9BF236D6 - 9BF236D7
ofo requeuing : rcv_next 9BF236D6 seq 9BF236D6 - 9BF236D7
root@tomato:/tmp/home/root#

Edytowany przez dropsik dnia 04-05-2011 13:42
 
shibby
moduł się sypie. Widocznie na starszych wersjach modulu bylo cos nie tak i od wersji build54 poprawiono ten blad, dlatego tez starsza wersja ci nie dziala.

Probowałes build5x-047?
Proxmox VE: i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+
VM Router: OpenWRT 22.03.4
VM NAS: Synology SA6400
VM VPS: Debian, WWW, Home Assistant
Switch: Netgear MS510TXPP
Switch: Ubiquiti USW-Flex-mini - szt. 2
Wi-Fi: Ubiquiti U6-Lite - szt. 2
 
dropsik
to samo tzn nie działa, tylko ta 36H działa, a potem już żadna.
wcześniejsze nie wiem nie sprawdzałem

Cytat

shibby napisał(a):

Probowałes build5x-047?


wrzucę jeszcze raz dla pewnośc
Edytowany przez dropsik dnia 04-05-2011 14:30
 
dropsik

Cytat

shibby napisał(a):

Probowałes build5x-047?


Cytat

dropsik napisał(a):
wrzucę jeszcze raz dla pewnośc


lipa :|

Cytat


Tomato v1.28.0905 MIPSR1-047 K26 USB Ext-BT
root@tomato:/tmp/home/root# dmesg
Linux version 2.6.22.19 (root@tomato) (gcc version 4.2.4) #11 Mon Apr 18 12:08:29 CEST 2011
CPU revision is: 00029006
Setting the PFC to its default value
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
On node 0 totalpages: 8192
Normal zone: 64 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 8128 pages, LIFO batch:0
Built 1 zonelists. Total pages: 8128
Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
Primary instruction cache 16kB, physically tagged, 2-way, linesize 16 bytes.
Primary data cache 16kB, 2-way, linesize 16 bytes.
Synthesized TLB refill handler (19 instructions).
Synthesized TLB load handler fastpath (31 instructions).
Synthesized TLB store handler fastpath (31 instructions).
Synthesized TLB modify handler fastpath (30 instructions).
PID hash table entries: 128 (order: 7, 512 bytes)
CPU: BCM4704 rev 9 pkg 0 at 264 MHz
Using 132.000 MHz high precision timer.
console [ttyS0] enabled
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 29296k/32768k available (36k kernel code, 3472k reserved, 2858k data, 120k init, 0k highmem)
Calibrating delay loop... 262.96 BogoMIPS (lpj=1314816)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
PCI: Initializing host
PCI: Fixing up bus 0
PCI: Fixing up bridge
PCI: Setting latency timer of device 0000:01:00.0 to 64
PCI: Fixing up bus 1
NET: Registered protocol family 2
Time: MIPS clocksource has been installed.
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 1024 (order: 1, 8192 bytes)
TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
TCP: Hash tables configured (established 1024 bind 1024)
TCP reno registered
squashfs: version 3.0 (2006/03/15) Phillip Lougher
io scheduler noop registered (default)
HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
N_HDLC line discipline registered.
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0xb8000300 (irq = 3) is a 16550A
serial8250: ttyS1 at MMIO 0xb8000400 (irq = 3) is a 16550A
PPP generic driver version 2.4.2
MPPE/MPPC encryption/compression module registered
NET: Registered protocol family 24
PPPoL2TP kernel driver, V0.17
PPTP driver version 0.8.5
Physically mapped flash: Found 1 x16 devices at 0x0 in 16-bit bank
Physically mapped flash: Found an alias at 0x800000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1800000 for the chip at 0x0
Amd/Fujitsu Extended Query Table at 0x0040
Physically mapped flash: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Flash device: 0x800000 at 0x1c000000
Creating 5 MTD partitions on "Physically mapped flash":
0x00000000-0x00040000 : "pmon"
0x00040000-0x007f0000 : "linux"
0x00126800-0x00710000 : "rootfs"
0x00710000-0x007f0000 : "jffs2"
0x007f0000-0x00800000 : "nvram"
Found a 0MB serial flash
sflash: found no supported devices
u32 classifier
OLD policer on
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (512 buckets, 4096 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
BCM fast NAT: INIT
net/ipv4/netfilter/tomato_ct.c [Apr 18 2011 11:33:51]
NET: Registered protocol family 1
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear
All bugs added by David S. Miller
VFS: Mounted root (squashfs filesystem) readonly.
Freeing unused kernel memory: 120k freed
Warning: unable to open an initial console.
emf: module license 'Proprietary' taints kernel.
PCI: Setting latency timer of device 0000:00:01.0 to 64
eth0: Broadcom BCM47xx 10/100 Mbps Ethernet Controller 5.10.147.0
PCI: Setting latency timer of device 0000:00:02.0 to 64
PCI: Enabling device 0000:01:02.0 (0000 -> 0002)
PCI: Setting latency timer of device 0000:01:02.0 to 64
eth1: Broadcom BCM4318 802.11 Wireless Controller 5.10.147.0
Algorithmics/MIPS FPU Emulator v1.5
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
SCSI subsystem initialized
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
PCI: Enabling device 0000:01:03.2 (0000 -> 0002)
ehci_hcd 0000:01:03.2: EHCI Host Controller
ehci_hcd 0000:01:03.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:01:03.2: irq 12, io mem 0x40004000
ehci_hcd 0000:01:03.2: USB 2.0 started, EHCI 1.00
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
uhci_hcd: USB Universal Host Controller Interface driver
PCI: Enabling device 0000:01:03.0 (0000 -> 0001)
uhci_hcd 0000:01:03.0: UHCI Host Controller
uhci_hcd 0000:01:03.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:01:03.0: irq 12, io base 0x00000100
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: Enabling device 0000:01:03.1 (0000 -> 0001)
uhci_hcd 0000:01:03.1: UHCI Host Controller
uhci_hcd 0000:01:03.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:01:03.1: irq 12, io base 0x00000120
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usbcore: registered new interface driver usblp
usblp: USB Printer Device Class driver
usb 1-1: new high speed USB device using ehci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
vlan0: add 33:33:00:00:00:01 mcast address to master interface
vlan0: add 01:00:5e:00:00:01 mcast address to master interface
vlan0: dev_set_allmulti(master, 1)
vlan0: dev_set_promiscuity(master, 1)
device eth0 entered promiscuous mode
device vlan0 entered promiscuous mode
usb 2-2: new full speed USB device using uhci_hcd and address 2
device eth1 entered promiscuous mode
usb 2-2: configuration #1 chosen from 1 choice
br0: port 2(eth1) entering forwarding state
br0: port 1(vlan0) entering forwarding state
vlan1: Setting MAC address to 00 1b fc 81 6f 31.
vlan1: add 33:33:00:00:00:01 mcast address to master interface
vlan1: add 01:00:5e:00:00:01 mcast address to master interface
IMQ starting with 2 devices...
IMQ driver loaded successfully.
Hooking IMQ after NAT on PREROUTING.
Hooking IMQ before NAT on POSTROUTING.
scsi 0:0:0:0: Direct-Access Kingston DataTraveler II+ PMAP PQ: 0 ANSI: 0 CCS
sd 0:0:0:0: [sda] 4029440 512-byte hardware sectors (2063 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI removable disk
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 99160k swap on /dev/sda1. Priority:-1 extents:1 across:99160k
usbserial: Unknown symbol kmalloc_caches
ftdi_sio: Unknown symbol usb_serial_port_softint
ftdi_sio: Unknown symbol usb_serial_disconnect
ftdi_sio: Unknown symbol usb_serial_probe
ftdi_sio: Unknown symbol usb_serial_register
ftdi_sio: Unknown symbol usb_serial_deregister
ftdi_sio: Unknown symbol kmalloc_caches
out of order segment: rcv_next A20777C seq A2077A9 - A2077AA
ofo requeuing : rcv_next A2077A9 seq A2077A9 - A2077AA
Ack 3268214047 out of 3268214073:3268214073
Ack 3268214067 out of 3268214073:3268214073
out of order segment: rcv_next F72A4341 seq F72A4E31 - F72A4F0F
ofo requeuing : rcv_next F72A4E31 seq F72A4E31 - F72A4F0F
out of order segment: rcv_next 1416FB80 seq 1416FB94 - 1416FBA8
out of order segment: rcv_next 1416FB80 seq 1416FBA8 - 1416FBAE
ofo requeuing : rcv_next 1416FB94 seq 1416FB94 - 1416FBA8
ofo requeuing : rcv_next 1416FBA8 seq 1416FBA8 - 1416FBAE
root@tomato:/tmp/home/root#
 
shibby
odlacz czytnik, zresetuj router.

odpal z palca komendy:
modprobe usbserial
modprobe ftdi_sio

i pokaz ostatnie linie (tak z 10) z dmesg

pozniej podlacz czytnik i znow pokaz dmesg (z 20 lini)

u mnie moduly laduja sie bez problemu na 047 na netgearze a u ciebie odrazu jakies bledy sypia.
Proxmox VE: i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+
VM Router: OpenWRT 22.03.4
VM NAS: Synology SA6400
VM VPS: Debian, WWW, Home Assistant
Switch: Netgear MS510TXPP
Switch: Ubiquiti USW-Flex-mini - szt. 2
Wi-Fi: Ubiquiti U6-Lite - szt. 2
 
dropsik

Cytat

shibby napisał(a):

odlacz czytnik, zresetuj router.

odpal z palca komendy:
modprobe usbserial
modprobe ftdi_sio

i pokaz ostatnie linie (tak z 10) z dmesg

pozniej podlacz czytnik i znow pokaz dmesg (z 20 lini)

u mnie moduly laduja sie bez problemu na 047 na netgearze a u ciebie odrazu jakies bledy sypia.


w 036H miałem usbserial.ko i ftdi_sio.ko w /opt/cs/card/
i w "Run after mounting" wklejone:

Cytat

insmod /opt/cs/card/usbserial.ko
insmod /opt/cs/card/ftdi_sio.ko

i działało ok
w 047 niestety nie
ale jak zmieniłem wpisy w "Run after mounting na takie:

Cytat

insmod usbserial
insmod ftdi_sio

czytnik ftdi się odnalazł Smile

Cytat

usbcore: registered new interface driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device
ftdi_sio 2-2:1.0: FTDI USB Serial Device converter detected
drivers/usb/serial/ftdi_sio.c: Detected FT232RL
usb 2-2: Number of endpoints 2
usb 2-2: Endpoint 1 MaxPacketSize 64
usb 2-2: Endpoint 2 MaxPacketSize 64
usb 2-2: Setting MaxPacketSize 64
usb 2-2: FTDI USB Serial Device converter now attached to ttyUSB0
usbcore: registered new interface driver ftdi_sio
drivers/usb/serial/ftdi_sio.c: v1.5.0:USB FTDI Serial Converters Driver

w 9052 niestety nie działa, a ten polecasz do asusa :|
ale ważne że tu jest ok
dzięki za pomoc
 
sasukepl
Nadal wyłącza się BT wersji 1.28.0905 MIPSR2-047 K26 USB Ext-BT i działa dodawanie torentów tylko w IE. nie działa na Operze
Asus RT-AC3200 Tomato shibby 140
Wouxun KG-UVD1P w celu nas?uchu wiecie czegoSmile
 
buniaczek
Mam ten sam sprzęt i ten sam soft. Od 3dni bez problemów(jedynie problemy z niektórymi trackerami).
Jedyna różnica to Pendrive 16GB(ext2) zamiast dysku.
Do tomato dorzuciłem też optware (bash, mc)
-------------------------
Netgear WNR3500L || Tomato-K26USB-1.28 RT5x MIPSR2 101V Big-VPN ||
Asus RT-N56U || Asus firmware 3.0.0.3.135 - wygrania w konkursie na openlinksys.info||
[b]Asus RT-N10U v.B1 [small]
 
buniaczek

Cytat

buniaczek napisał(a):

Mam ten sam sprzęt i ten sam soft. Od 3dni bez problemów(jedynie problemy z niektórymi trackerami).
Jedyna różnica to Pendrive 16GB(ext2) zamiast dysku.
Do tomato dorzuciłem też optware (bash, mc)


Ktoś mądrzejszy powiedział kiedyś "nie chwal dnia przed zachodem słońca". Niestety miał racje - dziś w nocy transmission zaliczyło pad.. Konieczny był restart transmission.
-------------------------
Netgear WNR3500L || Tomato-K26USB-1.28 RT5x MIPSR2 101V Big-VPN ||
Asus RT-N56U || Asus firmware 3.0.0.3.135 - wygrania w konkursie na openlinksys.info||
[b]Asus RT-N10U v.B1 [small]
 
adrian414
Mi w 032h build52 niestety transmission też się wyłącza ;/
ASUS RT-N16 / ASUS RT-AC56U
WLA-9000AP DD-WRT v24 14896
ASUS RT-AC3200 #FreshTomato 2019.2
 
shibby
jakies logi?
Proxmox VE: i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+
VM Router: OpenWRT 22.03.4
VM NAS: Synology SA6400
VM VPS: Debian, WWW, Home Assistant
Switch: Netgear MS510TXPP
Switch: Ubiquiti USW-Flex-mini - szt. 2
Wi-Fi: Ubiquiti U6-Lite - szt. 2
 
Przejdź do forum
Zaloguj
Wprowadź adres e-mail lub nazwę użytkownika

Hasło



Nie masz jeszcze konta? Zarejestruj się.

Zapomniałeś/aś hasła?
Aktualnie online
· Gości online: 78

· Użytkowników online: 0

· Łącznie użytkowników: 24,115
· Najnowszy użytkownik: Ja
Czat
Musisz się zalogować, aby opublikować wiadomość.

Maniek91PL
06-11-2024 22:37
dzięki !Grin

maxikaaz
29-10-2024 14:27
@Maniek91PL - Administration=> Admin Access, i tam masz "Allow Wireless Access" do zaznaczenia

Maniek91PL
26-10-2024 22:07
siemka! ktoś przypomni co się ustawiało jeśli nie mogę wejść od strony wifi do tomato? od lan działa

overflow2
04-10-2024 17:34
Kupowałem Asusy n10u albo n12d1 ale nie widzę ich, chyba już nie produkują, Chodzi o coś nowego i taniego. Transfery niewielkie.

maxikaaz
04-10-2024 09:38
@overflow2 patrząc po dostępności funkcji w nowych kompilacjach, to chyba nawet WRT54G/GL jeszcze ma OpenVPN, albo jakiś odpowiednik... zależy, na jakie transfery liczysz.

overflow2
30-09-2024 20:53
Jaki aktualnie najtańszy router do tomato do openvpn?

maxikaaz
27-07-2024 15:07
@servee - na początek router do rozebrania i obejrzenia, ciężko wróżyć tak tylko po objawach

maxikaaz
27-07-2024 14:55
@servee - cały kontroler nie pada tak sobie z powodu "zbiegu okoliczności",
więc prawdopodobnie gdzieś przepięcie.

servee
25-07-2024 13:33
@maxikaaz: działało, aż pewnego pięknego dnia przestało działać. W tym dniu była też burza, ale to raczej zbieg okoliczności.

maxikaaz
25-07-2024 11:38
@servee - o ile problem jest w obrębie samych wyjść (dławiki, warystory), to naprawialne, ale jeśli w samym SoC - to nienaprawialne ze względu na koszta. A co było przyczyną?

95,558,524 unikalnych wizyt