Linksys WRT160NL + OpenWRT + 3G (Play)
|
b3rok |
Dodano 11-10-2009 20:14
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Czesc,
probuje odpalic Internet od Play (modem usb Huawei E160) na WRT160NL. Korzystam z opisu:
http://eko.one.pl/index.php?page=open...openwrt-3g
Opisalem co robilem krok po kroku (ciut dokladniej niz na EkoWiki - jak co mozna tamten opis uzupelnic).
1. OpenWRT wgrane :]
2. Po SSH:
opkg update
opkg install kmod-usb-serial chat comgt usb[b][color=red]-[/color][/b]modeswitch
3. Podpinam E160 do routera
4. Identycznie jak w opisie:
cat /proc/bus/usb/devices
P: Vendor=12d1 ProdID=1003 Rev= 0.00
S: Manufacturer=HUAWEI Technology
S: Product=HUAWEI Mobile
5.
wget http://www.draisberghof.de/usb_modeswitch/usb_modeswitch.conf -O /etc/usb_modeswitch.conf
vi /etc/usb_modeswitch.conf
Pobralem plik, odkomentowalem pozycje i tak to wyglada:
# Huawei E220 (aka "Vodafone EasyBox II", aka "T-Mobile wnw Box Micro")
# Huawei E230
# Huawei E270
# Huawei E870
# and probably most other Huawei devices (just adapt product ID)
#
# Two options: 1. removal of "usb-storage" 2. the special control
# message found by Miroslav Bobovsky
#
# Contributor: Hans Kurent, Denis Sutter, Vincent Teoh
DefaultVendor= 0x12d1;
DefaultProduct= 0x1003
[b]# choose one of these:[/b]
;DetachStorageOnly=1
[b]HuaweiMode=1[/b]
6.
mkdir -p /etc/hotplug.d/usb
touch /etc/hotplug.d/usb/20-modem
chmod 755 /etc/hotplug.d/usb/20-modem
7.
vi /etc/hotplug.d/usb/20-modem
#!/bin/sh
case "$ACTION" in
add)
logger "Przelaczenie modemu"
usb_modeswitch
;;
esac
__________________________________________
Tutaj mam problem:
Cytat Konfiguracja
Jest identyczna jak w poprzednim przykładzie, jednakże tutaj urządzenie szeregowe nazywa się /dev/ttyUSB0
config interface wan
option device "/dev/ttyUSB0"
option proto "3g"
option apn "internet"
Jak listuje dev, to nie widze ttyUSB0
Edytowany przez b3rok dnia 11-10-2009 23:48
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
obsy |
Dodano 11-10-2009 20:17
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
No a gdzie problem? Bo pytania nie zadałeś
|
|
|
|
arteq |
Dodano 11-10-2009 20:19
|
VIP
Posty: 1918
Dołączył: 04/03/2006 17:42
|
uprzedzam pytanie, opis obsego działa :-)
niewiem czy nie zapomiałes zainstalowac modułu seriala dla sierry.
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
|
|
|
|
b3rok |
Dodano 11-10-2009 20:23
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Heheh - juz dopisuje (a Wy szybycy jak zwykle - RESPECT!)
PS
Cytat Niezbędne są pakiety: kmod-usb-serial, chat, comgt, usb_modeswitch oraz kmod-usb-serial-option lub kmod-usb-serial-sierrawireless jeżeli mamy inny modem
To zrozumialem, ze obowiazkowe sa te co pogrubilem.
kmod-usb-serial-option lub kmod-usb-serial-sierrawireless - nie instalowalem.
Cytat arteq napisał/a:
uprzedzam pytanie, opis obsego działa :-)
niewiem czy nie zapomiałes zainstalowac modułu seriala dla sierry.
Hmmm a nie Option? Bo w opisie jest mowa o E160 (ten co ja mam), a "kmod-usb-serial-sierrawireless jeżeli mamy inny modem"
Edytowany przez b3rok dnia 11-10-2009 20:28
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
obsy |
Dodano 11-10-2009 20:27
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
To zainstaluj. Akurat E160 był obsługiwany właśnie przez kmod-usb-serial-option.
Po prostu po podpięciu/przepięciu zobacz co jest w /proc/bus/usb/devices, linia z driver. jak jest none to nic nie obsługuje, jak masz tam usbserial, option, sierra czy hso to jest i powinno działać jak w opisie.
Edytowany przez obsy dnia 11-10-2009 20:42
|
|
|
|
b3rok |
Dodano 11-10-2009 20:41
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Cytat obsy napisał/a:
Po prostu po podpięciu/przepięciu zobacz co jest w /proc/bus/usb/devices, linia z driver. jak jest none to nic nie obsługuje, jak masz tam usbserial, option, sierra czy hso to jest i powinno działać jak w opisie.
Doinstalowalem optiona, ale po wejsciu w:
nic nie ma, ale teraz w /dev/ mam: ttyUSB0 i ttyUSB1
Edytowany przez b3rok dnia 11-10-2009 20:42
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
obsy |
Dodano 11-10-2009 20:44
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
cat nie vi. To wirtualny system plików i vi może dać Ci pusty wynik.
Jak masz ttyUSB0 to dalej już wiesz co robić.
|
|
|
|
b3rok |
Dodano 11-10-2009 21:35
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Cytat obsy napisał/a:
cat nie vi. To wirtualny system plików i vi może dać Ci pusty wynik.
aaaaha . Jest:
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=option
Cytat
Jak masz ttyUSB0 to dalej już wiesz co robić.
zaraz sie okaze :].
Wielkie dzieki!
P.S.
Korzystajac z okazji ;) - w Luci/Network/Interfaces/WAN nie musze zmieniac Protocol z domyslnego (DHCP) na UMTS/3G?
dopisano
pytanie w ps prosze potraktowac jako nieaktualne - nie doczytalem:
config interface wan
option device "/dev/ttyUSB0"
option proto "3g"
option apn "internet
Edytowany przez b3rok dnia 11-10-2009 21:42
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
b3rok |
Dodano 11-10-2009 23:09
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Ciagle nie potrafie zmusic WRTka do polaczenia sie z Play :/.
dmesg:
Cytat
Linux version 2.6.30.8 (user@debian) (gcc version 4.1.2) #19 Thu Oct 8 17:38:10 CEST 2009
prom: fw_arg0=00000009, fw_arg1=a1f67fb0, fw_arg2=a1f68470, fw_arg3=00000008
MyLoader: sysp=aaaa5554, boardp=aaaa5554, parts=aaaa5554
console [early0] enabled
CPU revision is: 00019374 (MIPS 24Kc)
Atheros AR9130 rev 2, CPU:400.000 MHz, AHB:200.000 MHz, DDR:400.000 MHz
Determined physical RAM map:
memory: 02000000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Zone PFN ranges:
Normal 0x00000000 -> 0x00002000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0x00000000 -> 0x00002000
On node 0 totalpages: 8192
free_area_init_node: node 0, pgdat 802a96b0, node_mem_map 81000000
Normal zone: 64 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 8128 pages, LIFO batch:0
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
Kernel command line: rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,1152 00 board=WRT160NL
Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
Writing ErrCtl register=00000000
Readback ErrCtl register=00000000
NR_IRQS:56
PID hash table entries: 128 (order: 7, 512 bytes)
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 29520k/32768k available (1918k kernel code, 3248k reserved, 432k data, 1 36k init, 0k highmem)
SLUB: Genslabs=7, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop... 266.24 BogoMIPS (lpj=1331200)
Mount-cache hash table entries: 512
net_namespace: 528 bytes
NET: Registered protocol family 16
MIPS: machine is Linksys WRT160NL
ar71xx: using random MAC address for eth0
ar71xx: using random MAC address for eth1
bio: create slab at 0
NET: Registered protocol family 2
Switched to high resolution mode on CPU 0
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
NET: Registered protocol family 1
squashfs: version 4.0 (2009/01/31) Phillip Lougher
Registering mini_fo version $Id$
JFFS2 version 2.2. (NAND) (SUMMARY) Š 2001-2006 Red Hat, Inc.
yaffs Oct 1 2009 21:30:36 Installing.
msgmni has been set to 57
alg: No test for lzma (lzma-generic)
alg: No test for stdrng (krng)
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
console handover: boot [early0] -> real [ttyS0]
ag71xx_mdio: probed
eth0: Atheros AG71xx at 0xb9000000, irq 4
eth0: connected to 4 PHYs
eth1: Atheros AG71xx at 0xba000000, irq 5
Registering RTL8306SD switch with Chip ID: 0x5988, version: 0x0000
eth1: connected to PHY at 0:04 [uid=00008306, driver=Realtek RTL8306S]
Atheros AR71xx SPI Controller driver version 0.2.4
m25p80 spi0.0: mx25l64 (8192 Kbytes)
Searching for RedBoot partition table in spi0.0 at offset 0x7e0000
Searching for RedBoot partition table in spi0.0 at offset 0x7f0000
No RedBoot partition table detected in spi0.0
6 wrt160nl partitions found on MTD device spi0.0
Creating 6 MTD partitions on "spi0.0":
0x000000000000-0x000000040000 : "u-boot"
0x000000040000-0x000000170000 : "kernel"
0x000000170000-0x0000007e0000 : "rootfs"
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=370000, len=470000
0x000000370000-0x0000007e0000 : "rootfs_data"
0x0000007e0000-0x0000007f0000 : "nvram"
0x0000007f0000-0x000000800000 : "art"
0x000000040000-0x0000007e0000 : "firmware"
Atheros AR71xx hardware watchdog driver version 0.1.0
ar71xx-wdt: timeout=15 secs (max=21)
TCP westwood registered
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 on device 31:2.
Freeing unused kernel memory: 136k freed
Please be patient, while OpenWrt loads ...
Registered led device: wrt160nl:blue:power
Registered led device: wrt160nl:amber:wps
Registered led device: wrt160nl:blue:wps
Registered led device: wrt160nl:blue:wlan
gpio-buttons driver version 0.1.1
input: gpio-buttons as /devices/platform/gpio-buttons/input/input0
Button Hotplug driver version 0.3.1
ar71xx: pll_reg 0xb8050014: 0x13000a44
eth0: link up (100Mbps/Full duplex)
eth0: link down
mini_fo: using base directory: /
mini_fo: using storage directory: /jffs
ar71xx: pll_reg 0xb8050014: 0x13000a44
eth0: link up (100Mbps/Full duplex)
device eth0 entered promiscuous mode
br-lan: port 1(eth0) entering forwarding state
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
cfg80211: Regulatory domain changed to country: US
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
(5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(5490000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
phy0: Selected rate control algorithm 'ath9k_rate_control'
phy0: Atheros AR9100 MAC/BB Rev:0, AR2122 RF Rev:a2, mem=0xb80c0000, irq=2
PPP generic driver version 2.4.2
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 24
Driver 'sd' needs updating - please use bus_type methods
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ar71xx-ehci ar71xx-ehci: Atheros AR91xx built-in EHCI controller
ar71xx-ehci ar71xx-ehci: new USB bus registered, assigned bus number 1
ar71xx-ehci ar71xx-ehci: irq 3, io mem 0x1b000000
ar71xx-ehci ar71xx-ehci: 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: 1 port detected
nf_conntrack version 0.5.0 (512 buckets, 2048 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
USB Serial support registered for GSM modem (1-port)
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
ar71xx-wdt: enabling watchdog timer
usb 1-1: new high speed USB device using ar71xx-ehci and address 2
usb 1-1: configuration #1 chosen from 1 choice
usb-storage: probe of 1-1:1.0 failed with error -1
usb 1-1: USB disconnect, address 2
usb 1-1: new high speed USB device using ar71xx-ehci and address 3
usb 1-1: configuration #1 chosen from 1 choice
option 1-1:1.0: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
option 1-1:1.1: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
usb-storage: probe of 1-1:1.2 failed with error -1
usb-storage: probe of 1-1:1.3 failed with error -1
to mnie zastanawia... (w etc/config/network WAN ma ttyUSB0):
option 1-1:1.0: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
option 1-1:1.1: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
ifup wan
Cytat SIM ready
PIN set successfully
Dodano 20 min pozniej
Dziala! Jeszcze raz thx. Przyczyna braku polaczenia byl... slaby zasieg, tzn.:
- modem E160 podpiety do notebooka - od razu lapie zasieg (mimo, ze jest slabawy)
- modem podpiety do routera (mimo, ze stoi blizej okna niz notebook) mial problem ze zlapaniem sygnalu, ale w koncu sie udalo :).
Edytowany przez b3rok dnia 11-10-2009 23:50
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
arteq |
Dodano 12-10-2009 00:00
|
VIP
Posty: 1918
Dołączył: 04/03/2006 17:42
|
moge zrobic moj kamikaze 3G na ar71xx ale dopiero po 8.00 rano ;P
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 12-10-2009 06:40
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
to mnie zastanawia... (w etc/config/network WAN ma ttyUSB0):
option 1-1:1.0: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
option 1-1:1.1: GSM modem (1-port) converter detected
usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
Urządzenie daje po prostu dwa interfejsy. Jeden jest do transmisji, drugi kontrolny - jak ten pierwszy działa to dzięki drugiemu możesz sprawdzić siłę sygnału czy wysłać smsa.
|
|
|
|
b3rok |
Dodano 12-10-2009 07:38
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
arteq - to poprosze Twojego kamikaze 3G - wersja na ar71xx, bo jednak ciagle mam problemy. Wzialem WRT160NL do pracy (tu mam lepszy zasieg Play) i juz od 15 min modem nie potrafi zaskoczyc. Najpierw przez pare sekund mrugala zielona dioda, a teraz przez caly czas mruga niebieska (inny kolor niz turkusowy - ktory swieci sie w przypadku podlaczenia do sieci Play).
obsy - aaaha : )
Edytowany przez b3rok dnia 12-10-2009 07:46
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
obsy |
Dodano 12-10-2009 09:22
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
@b3rok: podłącz go przez aktywnego (zasilanego) huba. Masz objawy na modemie jak by brakowało mu prądu do pracy (a modemy potrzebują trochę tego)
|
|
|
|
b3rok |
Dodano 12-10-2009 15:15
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Cytat obsy napisał/a:
@b3rok: podłącz go przez aktywnego (zasilanego) huba. Masz objawy na modemie jak by brakowało mu prądu do pracy (a modemy potrzebują trochę tego)
Hmmmm, wczoraj jak juz modem zaskoczyl to chodzil super, no nic dzisiaj kolejne testy (moze arteq wrzuci swoje Kamikaze - to cos sie wyjasni).
HUBa aktywnego niestety nie posiadam, ale myśle ze w ciagu tygodnia sie dorobie .
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
arteq |
Dodano 12-10-2009 15:32
|
VIP
Posty: 1918
Dołączył: 04/03/2006 17:42
|
wrzuce, ale trzeba trosze poczekac (przywracam system po repartycjonowaniu dysku).
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
|
|
|
|
b3rok |
Dodano 13-10-2009 11:52
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Spoko, czekam cierpliwie - jednocześnie się przypominając : ).
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
arteq |
Dodano 13-10-2009 16:09
|
VIP
Posty: 1918
Dołączył: 04/03/2006 17:42
|
ftp://artekw.cerbero.pl/openwrt/mods/.../3G/ar71xx
Prosze bardzo :-) Nietestowane na tym sprzecie, z powodu braku sprzetu rzecz jasna. Działa na brcm47xx i brcm63xx
Jak cos nie działa pisz :]
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
|
|
|
|
b3rok |
Dodano 13-10-2009 16:53
|
Administrator
Posty: 621
Dołączył: 10/01/2008 18:40
|
Po pierwsze dzieki!
Juz mam problem - ktora wersje wybrac i czym one sie roznia. (O gzip i squashfs juz poczytalem).
Edytowany przez b3rok dnia 13-10-2009 16:54
I. Huawei HG8240 + 1x Netgear r7000 @FreshTomato + Synology DS1512+
II. TP-Link TL-WDR4300 @Obsy OpenWRT Gargoyle
III. TP-Link TL-WDR3600 @Obsy OpenWRT Gargyle
|
|
|
|
obsy |
Dodano 13-10-2009 18:12
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Żaden - do części składowe obrazu - jadro system plików, różnie kompresowane itd.
|
|
|
|
arteq |
Dodano 13-10-2009 18:14
|
VIP
Posty: 1918
Dołączył: 04/03/2006 17:42
|
poprawiłem juz, mozesz pobierac *.sqashfs.bin
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
|
|
|