Code Monkey home page Code Monkey logo

openwrt-on-dir-320-b1's People

Watchers

 avatar

openwrt-on-dir-320-b1's Issues

пакет minidlna не устанавливается

Доброго времени суток!

пакет minidlna не устанавливается - ругается на 
архитектуру ... как из LuCI так и из SSH

Downloading 
http://downloads.openwrt.org/snapshots/trunk/ramips/packages/minidlna_1.0.25-1_r
amips_24kec.ipk.
Unknown package 'minidlna'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for minidlna found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package minidlna.

В чем может быть проблема?

Original issue reported on code.google.com by [email protected] on 6 Apr 2013 at 3:35

i need dlna

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Apr 2013 at 5:31

openwrt l2tp

Прошил dir320NRU, добавилл новый l2tp интерфейс, 
всё подключается на отлично, выдает IP, 
пакеты ходят. Создал новую зону 
межсетевого экрана для l2tp, но интернет 
билайна отказывается как следует работать. 
Вместо сайтов выводит заглушку о неверно 
настроенном соединении.
Перепробовал уже несколько разных 
конфигов xl2tpd, ничего не помогает - всё таже 
заглушка. Наверняка не у меня одного такая 
проблема. Что с нашими провайдерами не так 
и в каком направлении смотреть дальше?

Original issue reported on code.google.com by [email protected] on 15 Aug 2013 at 5:42

Attachments:

luci-app-3ginfo

It doesn't work when choose "services"

/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute firstchild dispatcher 
target for entry '/admin/services'.
The called action terminated with an exception:
/usr/lib/lua/luci/dispatcher.lua:448: Failed to execute cbi dispatcher target 
for entry '/admin/services/3ginfo'.
The called action terminated with an exception:
/usr/lib/lua/luci/cbi.lua:444: class must be a descendent of AbstractSection
stack traceback:
    [C]: in function 'assert'
    /usr/lib/lua/luci/dispatcher.lua:448: in function 'dispatch'
    /usr/lib/lua/luci/dispatcher.lua:195: in function </usr/lib/lua/luci/dispatcher.lua:194>

Original issue reported on code.google.com by rzrusink on 15 Mar 2013 at 4:41

Port Forward

Не получается пробросить порт в Openwrt AA 12.09 
от 12.06.13 добавляю в /etc/config/firewall как в вики 
проекта написано:
config redirect
        option target 'DNAT'
        option src 'wan'
        option dest 'lan'
        option proto 'tcp'
        option src_dport '3389'
        option dest_ip '192.168.1.125'
        option dest_port '3389'
        option name 'RDP'
и порт пробрасывается но доступ к нему есть 
только из lan т.е. с других внешних ip на адрес 
wan не подключается, зато могу подключится 
из своей lan на ip wan. Получается что сам 
проброс работает, но из инета не 
подключится. 

Все перерыл, не могу найти причину... 
Подскажите что не так.

В аттаче архив со скринами LuCI и файлом 
/etc/config/firewall


Original issue reported on code.google.com by [email protected] on 20 Nov 2013 at 8:55

Attachments:

Oscam не работает

What steps will reproduce the problem?
1. oscam не принимает запросы от ресивера в 
прошивке 
https://code.google.com/p/openwrt-on-dir-320-b1/downloads/detail?name=openwrt-AA
-oscam-19.03.2013.bin&can=2&q=

Original issue reported on code.google.com by [email protected] on 28 Mar 2013 at 4:09

не работает вкладка upnp


не работает вкладка upnp

\This page contains the following errors:
error on line 119 at column 33: xmlParseEntityRef: no name
Below is a rendering of the page up to the first error.

Original issue reported on code.google.com by [email protected] on 6 Apr 2013 at 4:51

l2tp beeline

http://homenet.beeline.ru/index.php?showtopic=315899

Original issue reported on code.google.com by [email protected] on 14 Aug 2013 at 9:14

UQMI: Command line help typo --autoconnect

What steps will reproduce the problem?
1. Run uqmi
2. Command line help is displayed.

What is the expected output? What do you see instead?
Seen: --autconnect
Expected: --autoconnect

What version of the product are you using? On what operating system?
Latest, Debian wheezy


Original issue reported on code.google.com by [email protected] on 22 Jan 2014 at 9:58

uqmi - new small QMI-support modem manager


xakep666, look for this - http://nbd.name/gitweb.cgi?p=uqmi.git;a=summary  git 
copy is  git://nbd.name/uqmi.git
and this -  http://code.google.com/p/wl500g/source/detail?r=4878 ( and the next 
issues) 
- lly.dev from wl500gp had adapted this utile for asus alternative firmware 
with my possible helping. but. When I' tried to compile it for openwrt I'v got 
the problem with static link. Summary:
- lly.dev has made adapted src
- the main change - is including libubox src to uqmi src and compiling it as 
static, but not shear library.
- The problem with compilation is
Clibc-0.9.33.2/usr/lib 
-L/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_
gcc-4.6-linaro_uClibc-0.9.33.2/lib  -Wl,--gc-sections -Llibubox -Wl,-Bstatic 
-lubox -Wl,-Bdynamic
/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_gc
c-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mipsel-openwrt-linux-uclibc/4.6.4/../../../
../mipsel-openwrt-linux-uclibc/bin/ld: skipping incompatible libubox/libubox.a 
when searching for -lubox
/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_gc
c-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mipsel-openwrt-linux-uclibc/4.6.4/../../../
../mipsel-openwrt-linux-uclibc/bin/ld: cannot find -lubox


 When I add static library 'libubox.a' to Makefile?, I've got another mistakes 
the main of them - missed some functions declare. Could you try to compile it & 
test. My Makefile I can post here if needs.  



1. try to compile this program manager - uqmi -  
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by rzrusink on 8 Mar 2013 at 5:31

Интернет-радиоприемник

Сможет ли кто-нибудь собрать прошивку для 
использования роутера в качестве 
интернет-радиоприемника,как это делали с 
Asus-ом?(http://mightyohm.com/blog/2008/10/building-a-wifi-radio-part-1-introd
uction/).Без всяких экранов,просто с 
переключением плейлиста кнопкой wps?

Original issue reported on code.google.com by [email protected] on 22 Jul 2013 at 6:30

DIR-300 NRU B5-B7

Возможно ли создание прошивки для DIR-300 NRU 
B5..B7?
Вышеуказанные роутеры построены на той же 
SOC, однако имеют лишь 4мб flash памяти.
Готов участвовать в тестировании.

Original issue reported on code.google.com by [email protected] on 22 Jun 2013 at 7:52

Attachments:

must have - без веб моды

хотелось бы голую версию для экономии 
места на роутере, хочу сделать интернет 
радио на кухне

Original issue reported on code.google.com by [email protected] on 5 Feb 2014 at 2:42

принт-сервер и iptv wi-fi

Ситуация: есть основной роутер dir-300 с dd-wrt
на нем есть возможность входа по ssh, которую 
я использую при доступе из wan
потому этот роутер стоит на входе, так же он 
раздает wi-fi (6-й канал)
есть роутер dir-320-b1, поставил на него 
openwrt-AA-oscam-12.06.2013
он соединен с первым через кабель, порты на 
нем wan и lan вроде смог объеденить в 1 группу, 
отключил dhcp, адреса раздает первый роутер, 
этот как свитч. хочу на нем настроить 
принтсервер под hp 1020, но не могу понять как
так же хочу настроить работу iptv по wi-fi, пока 
dir-320 стоял один и с родной прошивкой - 
работало, но в родной прошивке из него не 
сделать принт-сервер
dir-300 по wi-fi дико тупит с iptv
подскажите как лучше организовать?

Original issue reported on code.google.com by [email protected] on 4 Oct 2013 at 5:49

Компиляция прошивкм

Здравствуйте, подскажите новичку как 
правильно скомпилировать прошивку для 
этого девайса, перечитал кучу статей так и 
не получилось собрать рабочую, думаю 
ошибся на шаге конфигурации... выложите 
пожалуйста минимальный конфиг с 
поддержкой USB, 3g, pppoe, ну все необходимое, я 
понимаю так как вы собирали версию для всех 
с разными потребностями.. Хотелось бы 
минимизировать и собрать под себя. Но не 
знаю какие настройки необходимы для 
успешного запуска 

Original issue reported on code.google.com by [email protected] on 25 Jun 2013 at 8:13

Не получается установить/пользоваться kmod-video-core

Прошивка: openwrt-BB-std-01.06.2013.bin

Репозиторий не менял
src/gz custompackages 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk/bin/ramips/packages

При попытке установить получаю следующее:

opkg install kmod-video-core
Installing kmod-video-core (3.8.12-1) to root...
Downloading 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk/bin/ramips/packages/kmod-v
ideo-core_3.8.12-1_ramips_24kec.ipk.
Collected errors:
 * opkg_install_pkg: Package kmod-video-core md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
 * opkg_install_cmd: Cannot install package kmod-video-core.


Руками ставится, но при подключении камеры 
в логах ошибки
[153183.160000] videodev: Unknown symbol i2c_unregister_device (err 0)
[153183.210000] v4l2_common: Unknown symbol i2c_new_device (err 0)
[153183.220000] v4l2_common: Unknown symbol v4l2_subdev_init (err 0)
[153183.230000] v4l2_common: Unknown symbol v4l2_device_register_subdev (err 0)
[153183.250000] v4l2_common: Unknown symbol i2c_unregister_device (err 0)
[153183.260000] v4l2_common: Unknown symbol v4l2_ctrl_get_menu (err 0)
[153183.270000] v4l2_common: Unknown symbol i2c_new_probed_device (err 0)
[153183.280000] v4l2_common: Unknown symbol v4l2_ctrl_fill (err 0)
[243452.610000] videodev: Unknown symbol i2c_unregister_device (err 0)
[243452.700000] v4l2_common: Unknown symbol i2c_new_device (err 0)
[243452.710000] v4l2_common: Unknown symbol v4l2_subdev_init (err 0)
[243452.720000] v4l2_common: Unknown symbol v4l2_device_register_subdev (err 0)
[243452.740000] v4l2_common: Unknown symbol i2c_unregister_device (err 0)
[243452.750000] v4l2_common: Unknown symbol v4l2_ctrl_get_menu (err 0)
[243452.770000] v4l2_common: Unknown symbol i2c_new_probed_device (err 0)
[243452.780000] v4l2_common: Unknown symbol v4l2_ctrl_fill (err 0)

и /dev/video - не появляется

с пакетом kmod-video-gspca-core - то же самое

может репозиторий не тот ...
хотя usbutils установился нормально

root@OpenWrt:~# opkg install usbutils
Installing usbutils (006-1) to root...
Downloading 
http://downloads.openwrt.org/snapshots/trunk/ramips/packages/usbutils_006-1_rami
ps.ipk.
Multiple packages (librt and librt) providing same name marked HOLD or PREFER. 
Using latest.
Multiple packages (libpthread and libpthread) providing same name marked HOLD 
or PREFER. Using latest.
Configuring usbutils.

Original issue reported on code.google.com by [email protected] on 4 Jun 2013 at 8:23

1

Привет!
Я не знаю, есть ли в этом смысл, но я 
пересобрал "кривой" китайский Makefile для oscam 
на более соответствующий OpenWRT, поскольку 
инструменты OpenWRT поддерживают CMake напрямую 
через include/cmake.mk 

Rusink

Hi! I don't know if it's any sense in it, but I rebuilt but the curve Chinese 
Makefile to the  OpenWRT correct one. Because the OpenWRT tools supports CMake 
through include/cmake.mk

Rusink

You  can involve it to SDK.


Original issue reported on code.google.com by rzrusink on 3 Mar 2013 at 6:11

Attachments:

Обновление

Здравствуйте, обновите пожалуйста раздел 
downloads хотелось бы скачать скомпилированную 
свежую ревизию прошивки :)


Original issue reported on code.google.com by [email protected] on 6 Oct 2013 at 5:15

compilation errors

What steps will reproduce the problem?

1. download all resources from 
"http://openwrt-on-dir-320-b1.googlecode.com/svn/branches/attitude_adjustment/"

2. make preq (make -r preq: build failed. Please re-run make with V=s to see 
what's going on) 

3. make V=s


What is the expected output? What do you see instead?

...
In file included from src/imagetag.c:19:
src/bcm_tag.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'.' token
In file included from src/imagetag.c:19:
src/bcm_tag.h:1:87: warning: no newline at end of file
In file included from src/imagetag.c:20:
src/imagetag_cmdline.h:171: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:171: warning: its scope is only this definition or 
declaration, which is probably not what you want
src/imagetag_cmdline.h:186: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:198: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:207: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:217: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:247: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:253: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag_cmdline.h:263: warning: 'struct gengetopt_args_info' declared 
inside parameter list
src/imagetag.c:31: error: 'NUM_PIRELLI' undeclared here (not in a function)
src/imagetag.c:31: error: 'BOARDID_LEN' undeclared here (not in a function)
src/imagetag.c:31: error: 'PIRELLI_BOARDS' undeclared here (not in a function)
src/imagetag.c:119: warning: 'struct gengetopt_args_info' declared inside 
parameter list
src/imagetag.c: In function 'tagfile':
src/imagetag.c:124: error: storage size of 'tag' isn't known
src/imagetag.c:130: error: 'IMAGETAG_CRC_START' undeclared (first use in this 
function)
src/imagetag.c:130: error: (Each undeclared identifier is reported only once
src/imagetag.c:130: error: for each function it appears in.)
src/imagetag.c:141: error: invalid application of 'sizeof' to incomplete type 
'struct bcm_tag'
src/imagetag.c:162: error: dereferencing pointer to incomplete type
src/imagetag.c:162: error: dereferencing pointer to incomplete type
src/imagetag.c:163: error: dereferencing pointer to incomplete type
src/imagetag.c:164: error: dereferencing pointer to incomplete type
src/imagetag.c:186: error: dereferencing pointer to incomplete type
src/imagetag.c:192: error: dereferencing pointer to incomplete type
src/imagetag.c:235: error: dereferencing pointer to incomplete type
src/imagetag.c:237: error: dereferencing pointer to incomplete type
src/imagetag.c:286: error: dereferencing pointer to incomplete type
src/imagetag.c:333: error: dereferencing pointer to incomplete type
src/imagetag.c:334: error: dereferencing pointer to incomplete type
src/imagetag.c:335: error: dereferencing pointer to incomplete type
src/imagetag.c:336: error: dereferencing pointer to incomplete type
src/imagetag.c:337: error: dereferencing pointer to incomplete type
src/imagetag.c:341: error: dereferencing pointer to incomplete type
src/imagetag.c:353: error: dereferencing pointer to incomplete type
src/imagetag.c:362: error: dereferencing pointer to incomplete type
src/imagetag.c:363: error: dereferencing pointer to incomplete type
src/imagetag.c:363: error: 'RSASIG_LEN' undeclared (first use in this function)
src/imagetag.c:366: error: dereferencing pointer to incomplete type
src/imagetag.c:367: error: dereferencing pointer to incomplete type
src/imagetag.c:367: error: 'TAGLAYOUT_LEN' undeclared (first use in this 
function)
src/imagetag.c:370: error: dereferencing pointer to incomplete type
src/imagetag.c:371: error: dereferencing pointer to incomplete type
src/imagetag.c:371: error: 'TAGINFO1_LEN' undeclared (first use in this 
function)
src/imagetag.c:374: error: dereferencing pointer to incomplete type
src/imagetag.c:375: error: dereferencing pointer to incomplete type
src/imagetag.c:375: error: 'TAGINFO2_LEN' undeclared (first use in this 
function)
src/imagetag.c:378: error: dereferencing pointer to incomplete type
src/imagetag.c:379: error: dereferencing pointer to incomplete type
src/imagetag.c:382: error: dereferencing pointer to incomplete type
src/imagetag.c:383: error: dereferencing pointer to incomplete type
src/imagetag.c:383: error: 'ALTTAGINFO_LEN' undeclared (first use in this 
function)
src/imagetag.c:386: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: 'DUALFLAG_LEN' undeclared (first use in this 
function)
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:387: error: dereferencing pointer to incomplete type
src/imagetag.c:388: error: dereferencing pointer to incomplete type
src/imagetag.c:392: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: 'INACTIVEFLAG_LEN' undeclared (first use in this 
function)
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:393: error: dereferencing pointer to incomplete type
src/imagetag.c:394: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c:399: error: dereferencing pointer to incomplete type
src/imagetag.c: In function 'main':
src/imagetag.c:431: error: storage size of 'parsed_args' isn't known
src/imagetag.c:447: error: 'TAGVER_LEN' undeclared (first use in this function)
src/imagetag.c:455: error: 'CHIPID_LEN' undeclared (first use in this function)
src/imagetag.c:459: error: 'SIG1_LEN' undeclared (first use in this function)
src/imagetag.c:463: error: 'SIG2_LEN' undeclared (first use in this function)
src/imagetag.c:468: error: 'FLASHLAYOUTVER_LEN' undeclared (first use in this 
function)
src/imagetag.c:474: error: 'RSASIG_LEN' undeclared (first use in this function)
src/imagetag.c:481: error: 'TAGINFO1_LEN' undeclared (first use in this 
function)
src/imagetag.c:488: error: 'TAGINFO2_LEN' undeclared (first use in this 
function)
src/imagetag.c:495: error: 'ALTTAGINFO_LEN' undeclared (first use in this 
function)
make[3]: *** 
[/home/portal/rpm/svn/dir320nru/attitude_adjustment/build_dir/host/firmware-util
s/.built] Error 1
make[3]: Leaving directory 
`/home/portal/rpm/svn/dir320nru/attitude_adjustment/tools/firmware-utils'
make[2]: *** [tools/firmware-utils/compile] Error 2
make[2]: Leaving directory `/home/portal/rpm/svn/dir320nru/attitude_adjustment'
make[1]: *** 
[/home/portal/rpm/svn/dir320nru/attitude_adjustment/staging_dir/target-mips_r2_u
Clibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[1]: Leaving directory `/home/portal/rpm/svn/dir320nru/attitude_adjustment'
make: *** [world] Ошибка 2

What version of the product are you using? On what operating system?

centos 5

Please provide any additional information below.

Can you write what happened (if it possible in russian language)?

Original issue reported on code.google.com by [email protected] on 12 Jul 2013 at 2:22

DHCP работает криво

What steps will reproduce the problem?
1. прошивка openwrt-AA-mpcs-12.06.2013.bin
2. при полном отключении от сети питания 220В 
и последующему включению DHCP сервер на LAN 
интерфейсе не раздает ір адреса
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Jun 2013 at 5:29

Не могу обновить список программ!

Не могу обновить список пакетов! Вот что 
пишет :

Package xl2tpd version 1.3.1-1 has no valid architecture, ignoring.
Package zlib version 1.2.8-1 has no valid architecture, ignoring.
Downloading 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk/bin/ramips/packages//Packa
ges.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker.
Collected errors:
 * opkg_conf_parse_file: /etc/opkg.conf:1: Ignoring invalid line: `src/gs custompackage http://openwrt-on-dir-320-b1.googlecode.com/svn/opkg'

И еще какие покаты он установил они без 
названия вложил скрин)

Original issue reported on code.google.com by [email protected] on 24 Mar 2014 at 6:31

Attachments:

ошибка при компиляции с патчем 604-rt2x00-alternative-temperature-compensation


1)скачал исходники по этой ссылке 
http://openwrt-on-dir-320-b1.googlecode.com/svn/branches/attitude_adjustment

2)компилируется успешно , но не работает wifi

3)скачал патчи отсюда 
http://openwrt-on-dir-320-b1.googlecode.com/svn/trunk , заменил ими 
старые

4) при компиляции выдается ошибка , указано 
на скриншоте и генерируется файл во 
вложении 

5) Как правильно применить патчи ? может я 
делаю что-то неверно

Original issue reported on code.google.com by [email protected] on 24 Sep 2013 at 3:19

Attachments:

автоматический подьем WiFi

после включения автоматически не 
включается Wi-Fi никак не могу сообразить как 
заставить его стартовать автоматом способ 
описанный в http://wiki.openwrt.org/doc/uci/wireless
"By default the wireless is OFF. You can turn it on in the /etc/config/wireless 
by changing disabled 1 to disabled 0
In UCI CLI you do this with:

uci set wireless.@wifi-device[0].disabled=0; uci commit wireless; wifi
"
не помогает =(, подскажите что нужно сделать 
чтобы автоматически подымался Wi-FI?

Original issue reported on code.google.com by [email protected] on 17 Feb 2015 at 7:06

Не ставится core TEE модуль для iptables

Во-первых, хочу выразить благодарность за 
прошивку!

Нужно зеркалировать трафик на внутренний 
комп. Хочу заюзать TEE.
Ставлю сначала core модуль.
Он ругается на зависимость, хотя все 
зависимости есть

root@OpenWrt:/tmp# opkg install kmod-ipt-tee
Installing kmod-ipt-tee (3.3.8-1) to root...
Downloading 
http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/ramips/rt305x/package
s/kmod-ipt-tee_3.3.8-1_ramips.ipk.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-tee:
 *      kernel (= 3.3.8-1-243e356d4c2adb7129f20fcae9ea219a) *
 * opkg_install_cmd: Cannot install package kmod-ipt-tee.

Вот proofs:

root@OpenWrt:/tmp# opkg depends -A kmod-ipt-tee
kmod-ipt-tee depends on:
        kernel (= 3.3.8-1-243e356d4c2adb7129f20fcae9ea219a)
        kmod-ipt-core


root@OpenWrt:/tmp# uname -a
Linux OpenWrt 3.3.8 #5 Wed Jun 12 12:10:41 MSK 2013 mips GNU/Linux

root@OpenWrt:/tmp# opkg list-installed kmod-ipt-core
kmod-ipt-core - 3.3.8-1


Спасите, помогите!

Original issue reported on code.google.com by [email protected] on 14 Jan 2014 at 11:05

wi fi led dont work correctly

What steps will reproduce the problem?
1. wi fi led work even wi fi netwok is disabled 
2.
3.

What is the expected output? What do you see instead?
fixed gpio indication

What version of the product are you using? On what operating system?
openwrt-ramips-rt305x-dir-320-b1-squashfs-sysupgrade-oscam.bin

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Mar 2013 at 5:25

Список пакетов входящих в каждую из сборок

Здравствуйте, могли бы вы предоставить 
список пакетов входящих в каждую из сборок. 
Если конкретнее, то интересуют сборки Barrier 
Breaker.

Хотел поставить более новую прошивку из 
транка openwrt при помощи Image Generator, но профили 
по умолчанию содержат только самые 
основные пакеты: там нет даже веб-морды LuCI

Original issue reported on code.google.com by [email protected] on 14 May 2014 at 3:09

совместимость

Доброго времени суток!
прошивка openwrt-BB-std-01.06.2013.bin
на dir-320-b1 не подходит?
...если вспомнить прошлые сообщения, я писал 
что не работают последние прошивки на моем 
девайсе, ну вот собственно возник вопрос, 
после того как я откатился и все заработало.


Original issue reported on code.google.com by [email protected] on 1 Jun 2013 at 1:14

wifi не запускается при загрузке роутера

Прошивка: openwrt-AA-std-12.06.2013.bin 

лог:
Jun 12 22:50:35 OpenWrt daemon.info pppd[1180]: PPP session is 1679
Jun 12 22:50:35 OpenWrt daemon.warn pppd[1180]: Connected to 00:1b:21:48:ee:d1 
via interface eth0.2
Jun 12 22:50:35 OpenWrt daemon.info pppd[1180]: Using interface pppoe-wan
Jun 12 22:50:35 OpenWrt daemon.notice pppd[1180]: Connect: pppoe-wan <--> eth0.2
Jun 12 22:50:36 OpenWrt kern.info kernel: [   75.430000] ADDRCONF(NETDEV_UP): 
wlan0: link is not ready
Jun 12 22:50:36 OpenWrt user.info sysinit: Configuration file: 
/var/run/hostapd-phy0.conf
Jun 12 22:50:36 OpenWrt user.info sysinit: nl80211: Failed to add interface 
wlan0 into bridge eth0.1: Operation not supported
Jun 12 22:50:36 OpenWrt user.info sysinit: nl80211 driver initialization failed.
Jun 12 22:50:36 OpenWrt user.info sysinit: Failed to start hostapd for phy0
Jun 12 22:50:38 OpenWrt daemon.info pppd[1180]: CHAP authentication succeeded
Jun 12 22:50:38 OpenWrt daemon.notice pppd[1180]: CHAP authentication succeeded
Jun 12 22:50:38 OpenWrt daemon.notice pppd[1180]: peer from calling number 
00:1B:21:48:EE:D1 authorized

Original issue reported on code.google.com by [email protected] on 16 Jun 2013 at 8:36

Не могу создать принт-сервер

И так вот проблема пытаюсь скачать пакет 
kmod-usb-printer. Но он пишет вот это 
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-printer:
 *  kernel (= 3.3.8-1-243e356d4c2adb7129f20fcae9ea219a) * 
 * opkg_install_cmd: Cannot install package kmod-usb-printer.
Помоги

Original issue reported on code.google.com by [email protected] on 10 Sep 2013 at 2:37

LED Internet

А как заставить гореть индикатор интернета 
при поднятом wan интерфейсе? 3G или PPoE

Original issue reported on code.google.com by [email protected] on 22 Jun 2013 at 4:36

Проблема с настройкой Wi-fi.

Здравствуйте!
1. Настраиваю Wi-fi. Вношу необходимые 
изменения.
2. Выбираю строку "канал", ставлю "авто", 
нажимаю "Сохранить и применить".
3. Перезагружаю устройство, Wi-fi сам не 
запускается.
4. Делаю всё то же самое, но в строке "канал", 
выбираю конкретный канал с 1 по 13.
5. Сохраняю, перезагружаю устройство - Wi-fi 
запускается сам.

Моё устройство: DIR-320.B1 (OpenWRT)

Наверное, проблема в прошивке? Для меня эта 
проблема не критична, работаю с каналом 13.

Просто написал Вам о встреченной мной 
проблеме.

А так прошивка мне очень даже нравится. 
Принимайте мои благодарности. Спасибо Вам. 

Original issue reported on code.google.com by [email protected] on 5 Aug 2013 at 12:28

Couldn't set root password from LuCi

Steps to reproduce the problem:
1. Flash router from the Failsafe UI with firmware openwrt-dir-320-b1-standart 
version Feb 23, 2013
2. Open LuCi web interface
3. Click "Go to password configuration..."
4. Enter password and confirmation
5. Click "Save & apply"

Alert of unset password presents in LuCI but everything works. Couldn't connect 
to router via SSH.


Original issue reported on code.google.com by [email protected] on 26 Feb 2013 at 6:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.