Hej
Chciałem się upewnić czy ten sprzęt z linku poniżej to ten sam o którym mowa w tym wątku?
Strony 1
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Posty przez bobsterr
Strony 1
Hej
Chciałem się upewnić czy ten sprzęt z linku poniżej to ten sam o którym mowa w tym wątku?
Instalujesz pakiet SQlite3 z repozytorium OpenWrt, następnie w skrypcie uruchamianym np z Crona zapisujesz je do pliku z baza danych
SQL='insert into tabela (kol1, kol2, kol3) values ('`$x`', '`$y`','`$z`');'
sqlite3 /tmp/baza "$SQL"Mając bazę danych na serwerze możesz napisać w php prosty webserwis, który będzie zwracał potrzebne dane, które dalej możesz wyświetlać przy użyciu np. Flot (JavaScript) co znacznie odciąży serwer.
https://forum.openwrt.org/viewtopic.php?id=1767
Tu masz odpowiedź na Twoje pytanie.
Tak jak Cezary wspomniał trzeba edytować plik inittab. U mnie ten sposób działa.
Przy okazji zadam pytanie:
Czy można w jakiś sposób przypisać nazwę urządzenia do konkretnego identyfikatora danego urządzenia.
Mam przez USB podpięty modem gsm a więc ttyUSB0 oraz ttyUSB1. Do tego podpinam jeszcze konwerter RS485-USB i pojawia się kolejne urządzenie ttyUSB2. Problem pojawia się gdy uruchomię system ponownie, wówczas nazwy portów ulegają zmianie.
Czy jest na to sposób aby nazwę dla konkretnego urządzenia przypisać na stałe?
http://www.phpclasses.org/package/3679- … -port.html
Tu masz przykład klasy, dzięki której można wysyłać i odbierać dane z serial portu. Sam jej używam.
Nie trzeba instalować żadnych dodatkowych modułów do PHP.
Przykład użycia:
$stty = new phpSerial();
$stty->deviceSet('/dev/ttyS0');
$stty->deviceOpen("w+b");
$stty->sendMessage('ala ma kota');
$in1 = $stty->readPort();
$stty->deviceClose();
echo $in1;
Więc tak:
Znalazłem źródła do sterownika ov51x-jpeg
http://www.rastageeks.org/downloads/ov51x-jpeg/
Pobrałem sobie SDK według tego poradnika:
http://openlinksys.info/forum/viewthrea … ad_id=9570
Pobrałem resztę pakietów (feeds) i co się okazało znaleziony przeze mnie sterownik znajduje się w pobranych pakietach w katalogu Multimedia.
Problem jednak jest taki że za nic nie mogę znaleźć tego pakietu w Menuconfig.
Może trzeba najpierw zaznaczyć jakieś inne zależne pakiety?
Jakieś sugestie?
...
Zajrzałem do plik Makefile i okazało się, że istnieje zależność, która powoduje, że ten pakiet nie jest dostępny:
DEPENDS:=@LINUX_2_6_25||LINUX_2_6_27||LINUX_2_6_28 @USB_SUPPORT +kmod-usb-core +kmod-video-core
Chodzi tu o konkretną wersje kernela jak się domyślam.
Po usunięciu wpisu sterownik jest widoczny w Menuconfig.
Pytanie teraz czy tak skompilowany sterownik zadziała?
Hmm raczej nie pokuszę się o wgranie trunka. Aktualnie mam skonfigurowanych wiele rzeczy i nie chce mi się przechodzić przez to jeszcze raz. Chyba, że jest jakaś opcja pozwalająca w łatwy sposób zapisać kompletną bieżącą konfigurację i wszystkie zainstalowane pakiety?
Wracając do ov51x
Na stronie projektu Linux OVCam Drivers jest wyraźna informacja mówiąca o tym, że urządzenia z chipsetem OV530 jest obsługiwane przez sterownik ov51x.
VID PID (click for descriptors) Chipset Name Linux Support? Driver
05a9 (OmniVision) 4519 Probably OmniVision OV530 (dual-mode?) Yes ov51xJednak na stronie poza starymi wersjami pod jądro od 2.2 do 2.5 są jeszcze źródła sterownika. Może dało by się z nich skompilować działający sterownik pod BackFire dla jądra 2.6.
Cezary - da się czy nie?
Link do źródeł:
http://ovcam.org/ov511/download.html
Niestety coś nie chce działać. Poniżej log
Jul 21 13:34:50 OpenWrt user.info kernel: gspca: disconnect complete
Jul 21 13:35:17 OpenWrt user.info kernel: usb 1-2.1: new full speed USB device using ohci_hcd and address 24
Jul 21 13:35:17 OpenWrt user.info kernel: usb 1-2.1: configuration #1 chosen from 1 choice
Jul 21 13:35:17 OpenWrt user.info kernel: gspca: probing 05a9:4519
Jul 21 13:35:17 OpenWrt user.info kernel: ov519: I2C synced in 0 attempt(s)
Jul 21 13:35:17 OpenWrt user.info kernel: ov519: starting OV7xx0 configuration
Jul 21 13:35:17 OpenWrt user.info kernel: ov519: Unknown sensor: 0x7660
Jul 21 13:35:17 OpenWrt user.info kernel: ov519: Failed to configure OV7xx0
Jul 21 13:35:17 OpenWrt user.info kernel: ov519: OV519 Config failed
Jul 21 13:35:17 OpenWrt user.warn kernel: ov519: probe of 1-2.1:1.0 failed with error -16
Jul 21 13:35:17 OpenWrt user.info kernel: gspca: probing 05a9:4519
Jul 21 13:35:17 OpenWrt user.info kernel: gspca: probing 05a9:4519
Jul 21 13:35:17 OpenWrt user.notice usb-modeswitch: 1-2.1:1.0: Manufacturer=OmniVision_Technologies,_Inc. Product=USB_Camera Serial=?
Jul 21 13:35:18 OpenWrt user.notice usb-modeswitch: 1-2.1:1.1: Manufacturer=OmniVision_Technologies,_Inc. Product=USB_Camera Serial=?
Jul 21 13:35:18 OpenWrt user.notice usb-modeswitch: 1-2.1:1.2: Manufacturer=OmniVision_Technologies,_Inc. Product=USB_Camera Serial=?Nie rozpoznaje sensora.
Może jednak ov51x da sobie z nim radę?
Witam
Próbuję uruchomić kamerę USB GRANDTEC Grand IP Camer Pro Model 1.
Mam WRT54GL a na nim http://downloads.openwrt.org/backfire/1 … uashfs.bin
Wspomniane urządzenie jest kamerą IP jednak z powodu nieudanej próby zmiany firmware obecnie ta funkcjonalność nie działa. Skupiłem się więc na uruchomieniu tej kamery używając dostępnego złącza USB. Kamera na pewno jest sprawna - udało mi się ją uruchomić pod Windows 7 używając tych sterowników: http://www.ovt.com/uploads/usbdriver/OV … upv1_0.zip
Szczegóły dotyczące kamery: chip OV530 VID=05A9 PID=4519
Na stronie http://ovcam.org/ov511/cameras.html jest podana informacja, że ta kamera jest obsługiwana przez sterownik ov51x
jednak nie jest od dostępny w repozytorium BackFire.
Czy możliwe jest skompilowanie tego serownika z podanych na stronie źródeł tak aby działał na moim sprzęcie?
zainstalowane pakiety
root@OpenWrt:~# opkg list_installed
base-files - 43.20-r27608
bluez-libs - 3.36-3
busybox - 1.15.3-2
chat - 2.4.4-16
comgt - 0.32-9
crda - 1.1.1-1
digitemp - 3.6.0-5
dnsmasq - 2.55-6
dropbear - 0.52-4
e2fsprogs - 1.41.11-1
easyconfig - 1-1
fdisk - 2.13.0.1-4
firewall - 2-26
gnokii - 0.6.21-3
hotplug2 - 1.0-beta-3
iptables - 1.4.6-2
iptables-mod-conntrack - 1.4.6-2
iptables-mod-nat - 1.4.6-2
iw - 0.9.22-2
kernel - 2.6.32.27-1
kmod-b43 - 2.6.32.27+2011-06-22-2
kmod-b43legacy - 2.6.32.27+2011-06-22-2
kmod-cfg80211 - 2.6.32.27+2011-06-22-2
kmod-crc-ccitt - 2.6.32.27-1
kmod-crc16 - 2.6.32.27-1
kmod-crypto-aes - 2.6.32.27-1
kmod-crypto-arc4 - 2.6.32.27-1
kmod-crypto-core - 2.6.32.27-1
kmod-diag - 2.6.32.27-7.1
kmod-fs-ext2 - 2.6.32.27-1
kmod-fs-ext3 - 2.6.32.27-1
kmod-fs-ext4 - 2.6.32.27-1
kmod-fs-mbcache - 2.6.32.27-1
kmod-fs-ntfs - 2.6.32.27-1
kmod-fs-vfat - 2.6.32.27-1
kmod-i2c-core - 2.6.32.27-1
kmod-ipt-conntrack - 2.6.32.27-1
kmod-ipt-core - 2.6.32.27-1
kmod-ipt-nat - 2.6.32.27-1
kmod-ipt-nathelper - 2.6.32.27-1
kmod-mac80211 - 2.6.32.27+2011-06-22-2
kmod-nls-base - 2.6.32.27-1
kmod-ppp - 2.6.32.27-1
kmod-pppoe - 2.6.32.27-1
kmod-scsi-core - 2.6.32.27-1
kmod-switch - 2.6.32.27-4
kmod-usb-core - 2.6.32.27-1
kmod-usb-ohci - 2.6.32.27-1
kmod-usb-serial - 2.6.32.27-1
kmod-usb-serial-ftdi - 2.6.32.27-1
kmod-usb-serial-option - 2.6.32.27-1
kmod-usb-storage - 2.6.32.27-1
kmod-usb-video - 2.6.32.27-1
kmod-usb2 - 2.6.32.27-1
kmod-video-core - 2.6.32.27-1
kmod-video-cpia2 - 2.6.32.27-1
kmod-video-gspca-core - 2.6.32.27-1
kmod-video-gspca-vc032x - 2.6.32.27-1
kmod-video-ov511 - 2.6.32.27-1
kmod-video-ovcamchip - 2.6.32.27-1
libblkid - 1.41.11-1
libc - 0.9.30.1-43.20
libcurl - 7.21.3-1
libext2fs - 1.41.11-1
libgcc - 4.3.3+cs-43.20
libip4tc - 1.4.6-2
libiwinfo - 15
libjpeg - 6b-1
liblua - 5.1.4-7
libncurses - 5.7-2
libnl-tiny - 0.1-1
libopenssl - 0.9.8p-1
libpcre - 8.11-2
libpcsclite - 1.5.5-3
libpthread - 0.9.30.1-43.20
libreadline - 5.2-2
librt - 0.9.30.1-43.20
libsqlite3 - 3070701-1
libuci - 12012009.6-3
libuci-lua - 12012009.6-3
libusb - 0.1.12-2
libuuid - 1.41.11-1
libxtables - 1.4.6-2
lighttpd - 1.4.28-1
lighttpd-mod-fastcgi - 1.4.28-1
lua - 5.1.4-7
luci - 0.10+svn7292-1
luci-app-firewall - 0.10+svn7292-1
luci-i18n-english - 0.10+svn7292-1
luci-lib-core - 0.10+svn7292-1
luci-lib-ipkg - 0.10+svn7292-1
luci-lib-lmo - 0.10+svn7292-1
luci-lib-nixio - 0.10+svn7292-1
luci-lib-sys - 0.10+svn7292-1
luci-lib-web - 0.10+svn7292-1
luci-mod-admin-core - 0.10+svn7292-1
luci-mod-admin-full - 0.10+svn7292-1
luci-sgi-cgi - 0.10+svn7292-1
luci-theme-base - 0.10+svn7292-1
luci-theme-openwrt - 0.10+svn7292-1
motion - 3.2.11.1-1
mtd - 13
ntpclient - 2007_365-4
nvram - 7
opkg - 576-1
php5 - 5.3.6-3
php5-cgi - 5.3.6-3
php5-cli - 5.3.6-3
php5-fastcgi - 5.3.6-3
php5-mod-curl - 5.3.6-3
php5-mod-json - 5.3.6-3
php5-mod-pdo - 5.3.6-3
php5-mod-pdo-sqlite - 5.3.6-3
php5-mod-session - 5.3.6-3
php5-mod-sqlite3 - 5.3.6-3
ppp - 2.4.4-16
ppp-mod-pppoe - 2.4.4-16
sqlite3-cli - 3070701-1
uci - 12012009.6-3
udevtrigger - 106-1
uhttpd - 22
usb-modeswitch - 1.1.8-1
usb-modeswitch-data - 20110705-1
vsftpd - 2.3.4-2
wireless-tools - 29-4
wpad-mini - 20110527-1
zlib - 1.2.3-5Pozdrawiam
Mam podłączony modem huawei e160.
Próbuję odczytać odpowiedź modemu na określoną komendę AT. Bez problemu udaje mi się to zadanie zrealizować przy pomocy picocoma. Jednak potrzebuję odebraną odpowiedź np. zapisać do pliku aby móc ja później wyświetlić na stronie.
Na forum znalazłem wskazówkę aby używać comgt, tylko że nie bardzo wiem jak to zrobić.
Chodzi mi głownie o wynik komendy AT+CUSD=1,"AA180C3702",15
Może ktoś na podstawie tej komendy podpowie jak napisać skrypt tak aby zapisać odpowiedź do pliku.
Dzięki za wskazówkę. Jednak wcześniej dysk usb miałem podpięty bezpośrednio bez huba. Pomimo to sprawdzę podmieniajac huba..
Jest na to jakiś sposób? Inny dysk? inny system plików?
Jaka może być przyczyna?
Witam
Sprawa dotyczy WRT54GL z USB mod. Extroot zamontowany na dysku 2,5" 60GB.
Po uruchomieniu routera wszystko działa poprawnie, system uruchamia się z zewnętrznym systemem plików.
Średnio raz na dwa dni, czasami codziennie, coś się wysypuje.
Pierwszym objawem jest komunikat z interpretera php na stronie www postawionej na tym w routerze: Warning: session_start() [function.session-start]: open(/www/sesion/sess_7918b5e6ebd7a0fba61cf69d1f3157dc, O_RDWR) failed: Read-only file system (30) in /www/new/menu.php on line 2.
Ogólnie dzieje się coś dziwnego. Po zalogowaniu do konsoli w katalogach nie widać plików znajdujących się na dysku.
Są za to pliki które istnieją w domyślnym systemie ( bez extroot). Np. Na dysku w katalogu /www mam masę rożnych plików związanych z uruchomiona stroną, natomiast w momencie kiedy wystąpi powyższy problem polecenie ls /www pokazuje katalogi i pliki domyślnego interfejsu Luci.
To co dziwi mnie najbardziej to fakt, że z poziomu konsoli nie widać żadnych plików strony www natomiast w przeglądarce strona się wczytuje wraz z danymi z bazy sqlite umieszczonej na dysku.
Problem występował już wcześniej, kiedy to jeszcze extroot był na pamięci usb. Pomyslalem wtedy, że może coś z nim nie tak i przeniosłem system plików na twardy dysk. systemy plików to odpowiednio ext2 dla pendriva i ext3 dla dysku twardego.
Gdy uruchomię router ponownie wszystko działa poprawnie, do czasu.
Poniżej zamieszczam wynik polecenia dmesg w momencie wystąpienia problemu i po ponownym uruchomieniu.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
device wlan0 left promiscuous mode
br-lan: port 2(wlan0) entering disabled state
device wlan0 entered promiscuous mode
br-lan: port 2(wlan0) entering forwarding state
usb 1-1: new full speed USB device using ohci_hcd and address 5
usb 1-1: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb 1-1: USB disconnect, address 5
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
usb 1-1: new full speed USB device using ohci_hcd and address 6
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
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
scsi 5:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
usb-storage: device scan complete
scsi 6:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
sd 6:0:0:0: [sdc] Attached SCSI removable disk
usb-storage: device scan complete
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
option: option_instat_callback: error -62
option: option_instat_callback: error -62
usb 1-1: USB disconnect, address 6
option: option_instat_callback: error -62
option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
option 1-1:1.0: device disconnected
option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
option 1-1:1.1: device disconnected
usb 1-1: new full speed USB device using ohci_hcd and address 7
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
scsi9 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
scsi10 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
scsi 9:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
scsi 10:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
usb-storage: device scan complete
sd 10:0:0:0: [sdc] Attached SCSI removable disk
usb-storage: device scan complete
hub 1-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
usb 1-2: USB disconnect, address 2
usb 1-2.3: USB disconnect, address 3
usb 1-2.4: USB disconnect, address 4
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #1733488 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #2485505 offset 0
usb 1-2: new full speed USB device using ohci_hcd and address 8
------------[ cut here ]------------
WARNING: at fs/buffer.c:1159 0x800bedf8()
Modules linked in: gspca_zc3xx gspca_vc032x gspca_tv8532 gspca_t613 gspca_sunplus gspca_stv06xx gspca_stk014 gspca_sq905c gspca_sq905 gspca_spca561 gspca_spca508 gspca_spca506 gspca_spca505 gspca_spca501 gspca_spca500 gspca_sonixj gspca_sonixb gspca_pac7311 gspca_pac207 gspca_ov534 gspca_ov519 gspca_mr97310a gspca_mars gspca_m5602 gspca_jeilinj gspca_gl860 gspca_finepix gspca_etoms ovcamchip gspca_main option usbvideo v4l2_common videodev v4l1_compat usbserial usbnet i2c_dev i2c_core nf_nat_tftp nf_conntrack_tftp nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_conntrack_ftp ipt_MASQUERADE iptable_nat nf_nat xt_NOTRACK iptable_raw xt_state nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack pppoe pppox ipt_REJECT xt_TCPMSS ipt_LOG xt_comment xt_multiport xt_mac xt_limit iptable_mangle iptable_filter ip_tables xt_tcpudp x_tables ppp_async ppp_generic slhc loop b43legacy b43 mac80211 crc_ccitt cfg80211 compat_firmware_class compat arc4 aes_generic deflate ecb cbc usb_storage ohci_hcd ehci_hcd sd_mod ext3 jbd usbcore scsi_mod nls_base mbcache switch_robo switch_core diag
Call Trace:[<80025970>] 0x80025970
[<8000a278>] 0x8000a278
[<8000a278>] 0x8000a278
[<80024564>] 0x80024564
[<800bedf8>] 0x800bedf8
[<800bedf8>] 0x800bedf8
[<83b4e580>] 0x83b4e580
[<83b4fbd8>] 0x83b4fbd8
[<83b4fcec>] 0x83b4fcec
[<83b4be28>] 0x83b4be28
[<800f1e94>] 0x800f1e94
[<83b4cb34>] 0x83b4cb34
[<800a05ec>] 0x800a05ec
[<8009f74c>] 0x8009f74c
[<800a1634>] 0x800a1634
[<800fa520>] 0x800fa520
[<800ab22c>] 0x800ab22c
[<800a03a0>] 0x800a03a0
[<800a243c>] 0x800a243c
[<80001444>] 0x80001444
[<800aaf1c>] 0x800aaf1c
[<800a2c44>] 0x800a2c44
[<8007bf30>] 0x8007bf30
[<800a2d70>] 0x800a2d70
[<800a38c8>] 0x800a38c8
[<8007e3fc>] 0x8007e3fc
[<8001ea94>] 0x8001ea94
[<80017ca0>] 0x80017ca0
[<8009a37c>] 0x8009a37c
[<80028d50>] 0x80028d50
[<8009a4dc>] 0x8009a4dc
[<80028f4c>] 0x80028f4c
[<800968f8>] 0x800968f8
[<80026d68>] 0x80026d68
[<80003230>] 0x80003230
---[ end trace c60c5527585c2ea7 ]---
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #899361 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #310690 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #311529 offset 0
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 4 ports detected
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #1030214 offset 0
usb 1-2.3: new full speed USB device using ohci_hcd and address 9
usb 1-2.3: configuration #1 chosen from 1 choice
scsi11 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 9
usb-storage: waiting for device to settle before scanning
usb 1-2.4: new full speed USB device using ohci_hcd and address 10
usb 1-2.4: configuration #1 chosen from 1 choice
scsi12 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 10
usb-storage: waiting for device to settle before scanning
scsi 11:0:0:0: Direct-Access USB 2.0 5.00 PQ: 0 ANSI: 2
sd 11:0:0:0: [sda] 2039808 512-byte logical blocks: (1.04 GB/996 MiB)
usb-storage: device scan complete
sd 11:0:0:0: [sda] Write Protect is off
sd 11:0:0:0: [sda] Mode Sense: 0b 00 00 08
sd 11:0:0:0: [sda] Assuming drive cache: write through
sd 11:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 11:0:0:0: [sda] Assuming drive cache: write through
sd 11:0:0:0: [sda] Attached SCSI removable disk
scsi 12:0:0:0: Direct-Access FUJITSU MHV2060AH PL PQ: 0 ANSI: 0
usb-storage: device scan complete
sd 12:0:0:0: [sdd] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB)
sd 12:0:0:0: [sdd] Write Protect is off
sd 12:0:0:0: [sdd] Mode Sense: 03 00 00 00
sd 12:0:0:0: [sdd] Assuming drive cache: write through
sd 12:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1
sd 12:0:0:0: [sdd] Assuming drive cache: write through
sd 12:0:0:0: [sdd] Attached SCSI disk
EXT3-fs error (device sdb1): read_inode_bitmap: Cannot read inode bitmap - block_group = 351, inode_bitmap = 11501569
EXT3-fs error (device sdb1) in ext3_new_inode: IO failure
mini_fo: create_sto_file: ERROR creating sto file.
EXT3-fs error (device sdb1): read_inode_bitmap: Cannot read inode bitmap - block_group = 351, inode_bitmap = 11501569
EXT3-fs error (device sdb1) in ext3_new_inode: IO failure
mini_fo: create_sto_file: ERROR creating sto file.
journal_bmap: journal block not found at offset 8033 on sdb1
Aborting journal on device sdb1.
ext3_abort called.
EXT3-fs error (device sdb1): ext3_journal_start_sb: Detected aborted journal
Remounting filesystem read-only
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
mini_fo: create_sto_file: ERROR creating sto file.
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #1030180 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #1030180 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #2485505 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #2485505 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #899361 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #310690 offset 0
EXT3-fs error (device sdb1): ext3_find_entry: reading directory #311529 offset 0
login as: root
root@192.168.2.1's password:
BusyBox v1.15.3 (2010-11-12 00:01:06 PST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
Backfire (10.03.1-rc4, r24045) --------------------
* 1/3 shot Kahlua In a shot glass, layer Kahlua
* 1/3 shot Bailey's on the bottom, then Bailey's,
* 1/3 shot Vodka then Vodka.
---------------------------------------------------
Booted from EXTERNALL ROOT
root@OpenWrt:~# logread
Nov 19 22:01:03 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:03 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:03 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:03 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:03 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:05 OpenWrt user.info kernel: Compat-wireless backport release: compat-wireless-2010-10-14-7-gab01eca
Nov 19 22:01:05 OpenWrt user.info kernel: Backport based on wireless-testing.git master-2010-10-19
Nov 19 22:01:05 OpenWrt user.info kernel: device eth0.0 entered promiscuous mode
Nov 19 22:01:05 OpenWrt user.info kernel: device eth0 entered promiscuous mode
Nov 19 22:01:05 OpenWrt user.info kernel: br-lan: port 1(eth0.0) entering forwarding state
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:05 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:06 OpenWrt user.info kernel: cfg80211: Calling CRDA to update world regulatory domain
Nov 19 22:01:06 OpenWrt user.info sysinit: 0.openwrt.pool.ntp.org: Unknown host
Nov 19 22:01:06 OpenWrt user.info sysinit: 1.openwrt.pool.ntp.org: Unknown host
Nov 19 22:01:06 OpenWrt user.info sysinit: 2.openwrt.pool.ntp.org: Unknown host
Nov 19 22:01:06 OpenWrt user.info sysinit: 3.openwrt.pool.ntp.org: Unknown host
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:07 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:09 OpenWrt user.info kernel: b43-phy0: Broadcom 5352 WLAN found (core revision 9)
Nov 19 22:01:09 OpenWrt user.debug kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Nov 19 22:01:09 OpenWrt user.info kernel: Registered led device: b43-phy0::tx
Nov 19 22:01:09 OpenWrt user.info kernel: Registered led device: b43-phy0::rx
Nov 19 22:01:09 OpenWrt user.info kernel: Registered led device: b43-phy0::radio
Nov 19 22:01:09 OpenWrt user.info kernel: Broadcom 43xx driver loaded [ Features: PL, GPIO LED Mask: 0x000f, Firmware-ID: FW13 ]
Nov 19 22:01:09 OpenWrt user.info kernel: Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ]
Nov 19 22:01:10 OpenWrt user.info kernel: loop: module loaded
Nov 19 22:01:11 OpenWrt user.info kernel: cfg80211: World regulatory domain updated:
Nov 19 22:01:11 OpenWrt user.info kernel: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Nov 19 22:01:11 OpenWrt user.info kernel: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 19 22:01:11 OpenWrt user.info kernel: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 19 22:01:11 OpenWrt user.info kernel: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Nov 19 22:01:11 OpenWrt user.info kernel: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 19 22:01:11 OpenWrt user.info kernel: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Nov 19 22:01:11 OpenWrt user.info kernel: PPP generic driver version 2.4.2
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:12 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:12 OpenWrt user.info kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 19 22:01:14 OpenWrt user.info kernel: NET: Registered protocol family 24
Nov 19 22:01:15 OpenWrt user.warn kernel: nf_conntrack version 0.5.0 (970 buckets, 3880 max)
Nov 19 22:01:15 OpenWrt user.warn kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Nov 19 22:01:15 OpenWrt user.warn kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Nov 19 22:01:15 OpenWrt user.warn kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Nov 19 22:01:18 OpenWrt user.info kernel: i2c /dev entries driver
Nov 19 22:01:19 OpenWrt user.info kernel: usbcore: registered new interface driver usbserial
Nov 19 22:01:19 OpenWrt user.info kernel: USB Serial support registered for generic
Nov 19 22:01:19 OpenWrt user.info kernel: usbcore: registered new interface driver usbserial_generic
Nov 19 22:01:19 OpenWrt user.info kernel: usbserial: USB Serial Driver core
Nov 19 22:01:19 OpenWrt user.info kernel: Linux video capture interface: v2.00
Nov 19 22:01:19 OpenWrt user.warn kernel: hso: Unknown symbol rfkill_unregister
Nov 19 22:01:19 OpenWrt user.warn kernel: hso: Unknown symbol rfkill_destroy
Nov 19 22:01:19 OpenWrt user.warn kernel: hso: Unknown symbol rfkill_alloc
Nov 19 22:01:19 OpenWrt user.warn kernel: hso: Unknown symbol rfkill_register
Nov 19 22:01:20 OpenWrt user.info kernel: USB Serial support registered for GSM modem (1-port)
Nov 19 22:01:20 OpenWrt user.info kernel: option 1-1:1.0: GSM modem (1-port) converter detected
Nov 19 22:01:20 OpenWrt user.info kernel: usb 1-1: GSM modem (1-port) converter now attached to ttyUSB0
Nov 19 22:01:20 OpenWrt user.info kernel: option 1-1:1.1: GSM modem (1-port) converter detected
Nov 19 22:01:20 OpenWrt user.info kernel: usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
Nov 19 22:01:20 OpenWrt user.info kernel: usbcore: registered new interface driver option
Nov 19 22:01:20 OpenWrt user.info kernel: option: v0.7.2:USB Driver for GSM modems
Nov 19 22:01:20 OpenWrt user.info kernel: gspca: main v2.7.0 registered
Nov 19 22:01:20 OpenWrt user.info kernel: usbcore: registered new interface driver etoms
Nov 19 22:01:20 OpenWrt user.info kernel: etoms: registered
Nov 19 22:01:20 OpenWrt user.info kernel: usbcore: registered new interface driver finepix
Nov 19 22:01:20 OpenWrt user.info kernel: finepix: registered
Nov 19 22:01:20 OpenWrt user.info kernel: gspca_gl860: driver startup - version 0.9d10
Nov 19 22:01:20 OpenWrt user.info kernel: usbcore: registered new interface driver gspca_gl860
Nov 19 22:01:20 OpenWrt user.info kernel: gspca_gl860: driver registered
Nov 19 22:01:20 OpenWrt user.info kernel: usbcore: registered new interface driver jeilinj
Nov 19 22:01:20 OpenWrt user.info kernel: jeilinj: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver ALi m5602
Nov 19 22:01:21 OpenWrt user.info kernel: ALi m5602: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver mars
Nov 19 22:01:21 OpenWrt user.info kernel: mars: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver mr97310a
Nov 19 22:01:21 OpenWrt user.info kernel: mr97310a: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver ov519
Nov 19 22:01:21 OpenWrt user.info kernel: ov519: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver ov534
Nov 19 22:01:21 OpenWrt user.info kernel: ov534: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver pac207
Nov 19 22:01:21 OpenWrt user.info kernel: pac207: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver pac7311
Nov 19 22:01:21 OpenWrt user.info kernel: pac7311: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver sonixb
Nov 19 22:01:21 OpenWrt user.info kernel: sonixb: registered
Nov 19 22:01:21 OpenWrt user.info kernel: usbcore: registered new interface driver sonixj
Nov 19 22:01:21 OpenWrt user.info kernel: sonixj: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca500
Nov 19 22:01:22 OpenWrt user.info kernel: spca500: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca501
Nov 19 22:01:22 OpenWrt user.info kernel: spca501: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca505
Nov 19 22:01:22 OpenWrt user.info kernel: spca505: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca506
Nov 19 22:01:22 OpenWrt user.info kernel: spca506: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca508
Nov 19 22:01:22 OpenWrt user.info kernel: spca508: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver spca561
Nov 19 22:01:22 OpenWrt user.info kernel: spca561: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver sq905
Nov 19 22:01:22 OpenWrt user.info kernel: sq905: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver sq905c
Nov 19 22:01:22 OpenWrt user.info kernel: sq905c: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver stk014
Nov 19 22:01:22 OpenWrt user.info kernel: stk014: registered
Nov 19 22:01:22 OpenWrt user.info kernel: usbcore: registered new interface driver STV06xx
Nov 19 22:01:22 OpenWrt user.info kernel: STV06xx: registered
Nov 19 22:01:23 OpenWrt user.info kernel: usbcore: registered new interface driver sunplus
Nov 19 22:01:23 OpenWrt user.info kernel: sunplus: registered
Nov 19 22:01:23 OpenWrt user.info kernel: usbcore: registered new interface driver t613
Nov 19 22:01:23 OpenWrt user.info kernel: t613: registered
Nov 19 22:01:23 OpenWrt user.info kernel: usbcore: registered new interface driver tv8532
Nov 19 22:01:23 OpenWrt user.info kernel: tv8532: registered
Nov 19 22:01:23 OpenWrt user.info kernel: usbcore: registered new interface driver vc032x
Nov 19 22:01:23 OpenWrt user.info kernel: vc032x: registered
Nov 19 22:01:23 OpenWrt user.info kernel: usbcore: registered new interface driver zc3xx
Nov 19 22:01:23 OpenWrt user.info kernel: zc3xx: registered
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:30 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:31 OpenWrt user.info kernel: b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
Nov 19 22:01:31 OpenWrt user.info kernel: b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
Nov 19 22:01:32 OpenWrt user.info kernel: device wlan0 entered promiscuous mode
Nov 19 22:01:32 OpenWrt user.info kernel: br-lan: port 2(wlan0) entering forwarding state
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_lookup: ERROR, meta data corruption detected.
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_d_delete: negative dentry passed.
Nov 19 22:01:32 OpenWrt user.crit kernel: mini_fo_d_release: no private data.
Nov 19 22:01:33 OpenWrt user.notice root: starting ntpclient
May 13 20:59:53 OpenWrt user.notice rdate: Failed to sync with ac-ntp0.net.cmu.edu
May 13 20:59:53 OpenWrt user.info kernel: device wlan0 left promiscuous mode
May 13 20:59:53 OpenWrt user.info kernel: br-lan: port 2(wlan0) entering disabled state
May 13 20:59:54 OpenWrt user.info kernel: device wlan0 entered promiscuous mode
May 13 20:59:54 OpenWrt user.info kernel: br-lan: port 2(wlan0) entering forwarding state
May 13 20:59:54 OpenWrt user.notice rdate: Failed to sync with ac-ntp0.net.cmu.edu
May 13 20:59:54 OpenWrt user.notice rdate: Failed to sync with ac-ntp1.net.cmu.edu
May 13 20:59:55 OpenWrt user.info sysinit: Loading defaults
May 13 20:59:55 OpenWrt user.info sysinit: Loading synflood protection
May 13 20:59:56 OpenWrt user.info sysinit: Adding custom chains
May 13 20:59:56 OpenWrt user.info sysinit: Loading zones
May 13 20:59:58 OpenWrt user.info sysinit: Loading forwarding
May 13 20:59:58 OpenWrt user.info sysinit: Loading redirects
May 13 20:59:58 OpenWrt user.info sysinit: Loading rules
May 13 20:59:58 OpenWrt user.info sysinit: Loading includes
May 13 20:59:58 OpenWrt user.info sysinit: Loading zone defaults
May 13 20:59:59 OpenWrt user.notice root: adding lan (br-lan) to firewall zone lan
May 13 21:00:00 OpenWrt user.notice root: adding wan (eth0.1) to firewall zone wan
May 13 21:00:02 OpenWrt cron.err crond[1440]: crond (busybox 1.15.3) started, log level 5
May 13 21:00:02 OpenWrt authpriv.info dropbear[1448]: Running in background
May 13 21:00:04 OpenWrt user.info sysinit: 2011-05-13 21:00:04: (log.c.166) server started
May 13 21:00:05 OpenWrt user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
May 13 21:00:06 OpenWrt user.notice dnsmasq: Allowing 127.0.0.0/8 responses
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: started, version 2.55 cachesize 150
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
May 13 21:00:09 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCP, IP range 192.168.2.100 -- 192.168.2.250, lease time 12h
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using local addresses only for domain lan
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: reading /tmp/resolv.conf.auto
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using nameserver 8.8.4.4#53
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using nameserver 204.117.214.10#53
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using nameserver 204.97.212.10#53
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using nameserver 212.122.200.3#53
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using nameserver 94.101.16.8#53
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: using local addresses only for domain lan
May 13 21:00:09 OpenWrt daemon.info dnsmasq[1484]: read /etc/hosts - 1 addresses
May 13 21:00:09 OpenWrt daemon.info dnsmasq-dhcp[1484]: read /etc/ethers - 0 addresses
May 13 21:00:33 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPDISCOVER(br-lan) 192.168.2.110 00:1d:7d:a2:80:38
May 13 21:00:33 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPOFFER(br-lan) 192.168.2.110 00:1d:7d:a2:80:38
May 13 21:00:33 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPREQUEST(br-lan) 192.168.2.110 00:1d:7d:a2:80:38
May 13 21:00:33 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPACK(br-lan) 192.168.2.110 00:1d:7d:a2:80:38 Hubertos-PC
May 13 21:00:36 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPINFORM(br-lan) 192.168.2.110 00:1d:7d:a2:80:38
May 13 21:00:36 OpenWrt daemon.info dnsmasq-dhcp[1484]: DHCPACK(br-lan) 192.168.2.110 00:1d:7d:a2:80:38 Hubertos-PC
May 13 21:09:51 OpenWrt authpriv.info dropbear[1500]: Child connection from 192.168.2.110:58565
May 13 21:09:56 OpenWrt authpriv.notice dropbear[1500]: password auth succeeded for 'root' from 192.168.2.110:58565
root@OpenWrt:~#dmesg po ponownym uruchomieniu
root@OpenWrt:~# dmesg
ssb: set_irq: core 0x0812, irq 2 => 5
ssb: after irq reconfiguration
ssb: core 0x0800, irq : 2(S) 3* 4 5 6 D I
ssb: core 0x0806, irq : 2(S) 3 4* 5 6 D I
ssb: core 0x0816, irq : 2(S)* 3 4 5 6 D I
ssb: core 0x0817, irq : 2(S) 3 4 5 6* D I
ssb: core 0x080f, irq : 2(S) 3 4 5 6 D I*
ssb: core 0x0812, irq : 2(S) 3 4 5* 6 D I
ssb: core 0x081c, irq : 2(S) 3 4 5 6 D I*
ssb: Sonics Silicon Backplane found at address 0x18000000
Serial init done.
Determined physical RAM map:
memory: 04000000 @ 00000000 (usable)
Initrd not found or empty - disabling initrd
Zone PFN ranges:
Normal 0x00000000 -> 0x00004000
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0x00000000 -> 0x00004000
On node 0 totalpages: 16384
free_area_init_node: node 0, pgdat 802a09f0, node_mem_map 81000000
Normal zone: 128 pages used for memmap
Normal zone: 0 pages reserved
Normal zone: 16256 pages, LIFO batch:3
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256
Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Primary instruction cache 16kB, VIPT, 2-way, linesize 16 bytes.
Primary data cache 8kB, 2-way, VIPT, no aliases, linesize 16 bytes
Memory: 61916k/65536k available (2331k kernel code, 3552k reserved, 356k data, 136k init, 0k highmem)
Hierarchical RCU implementation.
NR_IRQS:128
console [ttyS0] enabled
Calibrating delay loop... 199.16 BogoMIPS (lpj=398336)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
bio: create slab <bio-0> at 0
Switching to clocksource MIPS
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
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.
msgmni has been set to 121
io scheduler noop registered
io scheduler deadline registered (default)
Serial: 8250/16550 driver, 2 ports, IRQ sharing enabled
serial8250: ttyS0 at MMIO 0xb8000300 (irq = 3) is a 16550A
serial8250: ttyS1 at MMIO 0xb8000400 (irq = 3) is a 16550A
serial8250.0: ttyS0 at MMIO 0xb8000300 (irq = 3) is a 16550A
serial8250.0: ttyS1 at MMIO 0xb8000400 (irq = 3) is a 16550A
flash init: 0x1c000000 0x02000000
Physically mapped flash: Found 1 x16 devices at 0x0 in 16-bit bank
Physically mapped flash: Found an alias at 0x400000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x800000 for the chip at 0x0
Physically mapped flash: Found an alias at 0xc00000 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 0x1400000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1800000 for the chip at 0x0
Physically mapped flash: Found an alias at 0x1c00000 for the chip at 0x0
Intel/Sharp Extended Query Table at 0x0035
Using auto-unlock on power-up/resume
cfi_cmdset_0001: Erase suspend on write enabled
erase region 0: offset=0x0,size=0x2000,blocks=8
erase region 1: offset=0x10000,size=0x10000,blocks=63
Flash device: 0x400000 at 0x1fc00000
bootloader size: 262144
Creating 4 MTD partitions on "Physically mapped flash":
0x000000000000-0x000000040000 : "cfe"
0x000000040000-0x0000003f0000 : "linux"
0x00000011b000-0x0000003f0000 : "rootfs"
mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
mtd: partition "rootfs" set to be root filesystem
mtd: partition "rootfs_data" created automatically, ofs=2F0000, len=100000
0x0000002f0000-0x0000003f0000 : "rootfs_data"
0x0000003f0000-0x000000400000 : "nvram"
b44.c:v2.0
eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:16:b6:d9:3d:21
BCM47xx Watchdog Timer enabled (30 seconds, nowayout)
TCP westwood registered
NET: Registered protocol family 17
802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
All bugs added by David S. Miller <davem@redhat.com>
VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Freeing unused kernel memory: 136k freed
Please be patient, while OpenWrt loads ...
diag: Detected 'Linksys WRT54G/GS/GL'
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
roboswitch: Probing device eth0: found a 5325! It's a 5350.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci_hcd ssb0:1: SSB OHCI Controller
ohci_hcd ssb0:1: new USB bus registered, assigned bus number 1
ohci_hcd ssb0:1: irq 6, io mem 0x18003000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb 1-1: new full speed USB device using ohci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usb 1-2: new full speed USB device using ohci_hcd and address 3
usb 1-2: configuration #1 chosen from 1 choice
hub 1-2:1.0: USB hub found
hub 1-2:1.0: 4 ports detected
usb 1-1: USB disconnect, address 2
usb 1-2.3: new full speed USB device using ohci_hcd and address 4
usb 1-2.3: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usb 1-2.4: new full speed USB device using ohci_hcd and address 5
usb 1-2.4: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
usb 1-1: new full speed USB device using ohci_hcd and address 6
usb 1-1: configuration #1 chosen from 1 choice
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
scsi 1:0:0:0: Direct-Access USB 2.0 5.00 PQ: 0 ANSI: 2
sd 1:0:0:0: [sda] 2039808 512-byte logical blocks: (1.04 GB/996 MiB)
usb-storage: device scan complete
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 0b 00 00 08
sd 1:0:0:0: [sda] Assuming drive cache: write through
sd 1:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 1:0:0:0: [sda] Assuming drive cache: write through
sd 1:0:0:0: [sda] Attached SCSI removable disk
scsi 2:0:0:0: Direct-Access FUJITSU MHV2060AH PL PQ: 0 ANSI: 0
sd 2:0:0:0: [sdb] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB)
usb-storage: device scan complete
sd 2:0:0:0: [sdb] Write Protect is off
sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI disk
scsi 5:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
scsi 6:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
usb-storage: device scan complete
sd 6:0:0:0: [sdc] Attached SCSI removable disk
usb-storage: device scan complete
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with writeback data mode.
mini_fo: using base directory: /
mini_fo: using storage directory: /overlay
b44: eth0: powering down PHY
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
Compat-wireless backport release: compat-wireless-2010-10-14-7-gab01eca
Backport based on wireless-testing.git master-2010-10-19
device eth0.0 entered promiscuous mode
device eth0 entered promiscuous mode
br-lan: port 1(eth0.0) entering forwarding state
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
cfg80211: Calling CRDA to update world regulatory domain
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
b43-phy0: Broadcom 5352 WLAN found (core revision 9)
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Registered led device: b43-phy0::tx
Registered led device: b43-phy0::rx
Registered led device: b43-phy0::radio
Broadcom 43xx driver loaded [ Features: PL, GPIO LED Mask: 0x000f, Firmware-ID: FW13 ]
Broadcom 43xx-legacy driver loaded [ Features: PLID, Firmware-ID: FW10 ]
loop: module loaded
cfg80211: World regulatory domain updated:
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
(2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
(2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
(5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
(5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
PPP generic driver version 2.4.2
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 24
nf_conntrack version 0.5.0 (970 buckets, 3880 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
i2c /dev entries driver
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
Linux video capture interface: v2.00
hso: Unknown symbol rfkill_unregister
hso: Unknown symbol rfkill_destroy
hso: Unknown symbol rfkill_alloc
hso: Unknown symbol rfkill_register
USB Serial support registered for GSM modem (1-port)
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
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
gspca: main v2.7.0 registered
usbcore: registered new interface driver etoms
etoms: registered
usbcore: registered new interface driver finepix
finepix: registered
gspca_gl860: driver startup - version 0.9d10
usbcore: registered new interface driver gspca_gl860
gspca_gl860: driver registered
usbcore: registered new interface driver jeilinj
jeilinj: registered
usbcore: registered new interface driver ALi m5602
ALi m5602: registered
usbcore: registered new interface driver mars
mars: registered
usbcore: registered new interface driver mr97310a
mr97310a: registered
usbcore: registered new interface driver ov519
ov519: registered
usbcore: registered new interface driver ov534
ov534: registered
usbcore: registered new interface driver pac207
pac207: registered
usbcore: registered new interface driver pac7311
pac7311: registered
usbcore: registered new interface driver sonixb
sonixb: registered
usbcore: registered new interface driver sonixj
sonixj: registered
usbcore: registered new interface driver spca500
spca500: registered
usbcore: registered new interface driver spca501
spca501: registered
usbcore: registered new interface driver spca505
spca505: registered
usbcore: registered new interface driver spca506
spca506: registered
usbcore: registered new interface driver spca508
spca508: registered
usbcore: registered new interface driver spca561
spca561: registered
usbcore: registered new interface driver sq905
sq905: registered
usbcore: registered new interface driver sq905c
sq905c: registered
usbcore: registered new interface driver stk014
stk014: registered
usbcore: registered new interface driver STV06xx
STV06xx: registered
usbcore: registered new interface driver sunplus
sunplus: registered
usbcore: registered new interface driver t613
t613: registered
usbcore: registered new interface driver tv8532
tv8532: registered
usbcore: registered new interface driver vc032x
vc032x: registered
usbcore: registered new interface driver zc3xx
zc3xx: registered
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
device wlan0 entered promiscuous mode
br-lan: port 2(wlan0) entering forwarding state
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
mini_fo_lookup: ERROR, meta data corruption detected.
mini_fo_d_delete: negative dentry passed.
mini_fo_d_release: no private data.
device wlan0 left promiscuous mode
br-lan: port 2(wlan0) entering disabled state
device wlan0 entered promiscuous mode
br-lan: port 2(wlan0) entering forwarding statelista zainstalowanych pakietów
root@OpenWrt:~# opkg list-installed
base-files - 43.10-r24045
block-hotplug - 0.1.0-2
block-mount - 0.1.0-2
bluez-libs - 3.36-3
busybox - 1.15.3-2
chat - 2.4.4-11
comgt - 0.32-4
coreutils-stty - 7.2-1
crda - 1.1.0-2
digitemp - 3.6.0-3
dnsmasq - 2.55-5
dropbear - 0.52-4
e2fsprogs - 1.41.11-1
fdisk - 2.13.0.1-4
firewall - 1-20
fswebcam - 20100405-1
gnokii - 0.6.21-3
hotplug2 - 1.0-beta-2
iptables - 1.4.6-2
iptables-mod-conntrack - 1.4.6-2
iptables-mod-nat - 1.4.6-2
iw - 0.9.21-1
kernel - 2.6.32.25-1
kmod-b43 - 2.6.32.25+2010-10-19-1
kmod-b43legacy - 2.6.32.25+2010-10-19-1
kmod-cfg80211 - 2.6.32.25+2010-10-19-1
kmod-crc-ccitt - 2.6.32.25-1
kmod-crypto-aes - 2.6.32.25-1
kmod-crypto-arc4 - 2.6.32.25-1
kmod-crypto-core - 2.6.32.25-1
kmod-diag - 2.6.32.25-7.1
kmod-fs-ext2 - 2.6.32.25-1
kmod-fs-mbcache - 2.6.32.25-1
kmod-i2c-core - 2.6.32.25-1
kmod-ipt-conntrack - 2.6.32.25-1
kmod-ipt-core - 2.6.32.25-1
kmod-ipt-nat - 2.6.32.25-1
kmod-ipt-nathelper - 2.6.32.25-1
kmod-loop - 2.6.32.25-1
kmod-mac80211 - 2.6.32.25+2010-10-19-1
kmod-nls-base - 2.6.32.25-1
kmod-ppp - 2.6.32.25-1
kmod-pppoe - 2.6.32.25-1
kmod-scsi-core - 2.6.32.25-1
kmod-switch - 2.6.32.25-3
kmod-usb-core - 2.6.32.25-1
kmod-usb-net - 2.6.32.25-1
kmod-usb-net-hso - 2.6.32.25-1
kmod-usb-ohci - 2.6.32.25-1
kmod-usb-serial - 2.6.32.25-1
kmod-usb-serial-option - 2.6.32.25-1
kmod-usb-storage - 2.6.32.25-1
kmod-usb-video - 2.6.32.25-1
kmod-usb2 - 2.6.32.25-1
kmod-video-core - 2.6.32.25-1
kmod-video-gspca-core - 2.6.32.25-1
kmod-video-gspca-etoms - 2.6.32.25-1
kmod-video-gspca-finepix - 2.6.32.25-1
kmod-video-gspca-gl860 - 2.6.32.25-1
kmod-video-gspca-jeilinj - 2.6.32.25-1
kmod-video-gspca-m5602 - 2.6.32.25-1
kmod-video-gspca-mars - 2.6.32.25-1
kmod-video-gspca-mr97310a - 2.6.32.25-1
kmod-video-gspca-ov519 - 2.6.32.25-1
kmod-video-gspca-ov534 - 2.6.32.25-1
kmod-video-gspca-pac207 - 2.6.32.25-1
kmod-video-gspca-pac7311 - 2.6.32.25-1
kmod-video-gspca-sn9c20x - 2.6.32.25-1
kmod-video-gspca-sonixb - 2.6.32.25-1
kmod-video-gspca-sonixj - 2.6.32.25-1
kmod-video-gspca-spca500 - 2.6.32.25-1
kmod-video-gspca-spca501 - 2.6.32.25-1
kmod-video-gspca-spca505 - 2.6.32.25-1
kmod-video-gspca-spca506 - 2.6.32.25-1
kmod-video-gspca-spca508 - 2.6.32.25-1
kmod-video-gspca-spca561 - 2.6.32.25-1
kmod-video-gspca-sq905 - 2.6.32.25-1
kmod-video-gspca-sq905c - 2.6.32.25-1
kmod-video-gspca-stk014 - 2.6.32.25-1
kmod-video-gspca-stv06xx - 2.6.32.25-1
kmod-video-gspca-sunplus - 2.6.32.25-1
kmod-video-gspca-t613 - 2.6.32.25-1
kmod-video-gspca-tv8532 - 2.6.32.25-1
kmod-video-gspca-vc032x - 2.6.32.25-1
kmod-video-gspca-zc3xx - 2.6.32.25-1
kmod-video-ovcamchip - 2.6.32.25-1
libblkid - 1.41.11-1
libc - 0.9.30.1-43.10
libexpat - 2.0.1-1
libext2fs - 1.41.11-1
libfreetype - 2.3.12-1
libgcc - 4.3.3+cs-43.10
libgd - 2.0.35-1
libiconv - 1.11-1
libiptc - 1.4.6-2
libjpeg - 6b-1
libjson - 0.9-2
liblua - 5.1.4-7
libncurses - 5.7-2
libnl-tiny - 0.1-1
libopenssl - 0.9.8p-1
libpcre - 8.10-1
libpcsclite - 1.5.5-3
libpng - 1.2.44-1
libpthread - 0.9.30.1-43.10
libreadline - 5.2-2
librt - 0.9.30.1-43.10
libsqlite2 - 2.8.17-2
libsqlite3 - 3.7.0-1
libuci - 12012009.6-2
libuci-lua - 12012009.6-2
libusb - 0.1.12-2
libuuid - 1.41.11-1
libxtables - 1.4.6-2
lighttpd - 1.4.26-3
lighttpd-mod-auth - 1.4.26-3
lighttpd-mod-cgi - 1.4.26-3
lighttpd-mod-fastcgi - 1.4.26-3
lighttpd-mod-rewrite - 1.4.26-3
lighttpd-mod-simple-vhost - 1.4.26-3
losetup - 2.13.0.1-4
lua - 5.1.4-7
luci-admin-core - 0.9+svn6512-1
luci-admin-full - 0.9+svn6512-1
luci-admin-mini - 0.9+svn6512-1
luci-app-firewall - 0.9+svn6512-1
luci-app-initmgr - 0.9+svn6512-1
luci-cbi - 0.9+svn6512-1
luci-core - 0.9+svn6512-1
luci-http - 0.9+svn6512-1
luci-i18n-english - 0.9+svn6512-1
luci-ipkg - 0.9+svn6512-1
luci-lmo - 0.9+svn6512-1
luci-nixio - 0.9+svn6512-1
luci-sgi-cgi - 0.9+svn6512-1
luci-sys - 0.9+svn6512-1
luci-theme-base - 0.9+svn6512-1
luci-theme-openwrt - 0.9+svn6512-1
luci-uci - 0.9+svn6512-1
luci-uvl - 0.9+svn6512-1
luci-web - 0.9+svn6512-1
motion - 3.2.11.1-1
mount-utils - 2.13.0.1-4
mtd - 13
nano - 2.2.5-1
ntpclient - 2007_365-4
nvram - 7
opkg - 576-1
php5 - 5.3.1-4
php5-cgi - 5.3.1-4
php5-cli - 5.3.1-4
php5-fastcgi - 5.3.1-4
php5-mod-ctype - 5.3.1-3
php5-mod-gd - 5.3.1-4
php5-mod-iconv - 5.3.1-3
php5-mod-json - 5.3.1-4
php5-mod-mbstring - 5.3.1-3
php5-mod-pdo - 5.3.1-4
php5-mod-pdo-sqlite - 5.3.1-4
php5-mod-session - 5.3.1-4
php5-mod-sqlite - 5.3.1-4
php5-mod-sqlite3 - 5.3.1-4
php5-mod-tokenizer - 5.3.1-3
php5-mod-xml - 5.3.1-3
picocom - 1.6-1
ppp - 2.4.4-11
ppp-mod-pppoe - 2.4.4-11
setserial - 2.17-1
sqlite3-cli - 3.7.0-1
uci - 12012009.6-2
udevtrigger - 106-1
uhttpd - 19
usb-modeswitch - 1.1.4-1
usb-modeswitch-data - 20100826-1
vsftpd - 2.3.2-1
wireless-tools - 29-4
wpad-mini - 20100705-1
zlib - 1.2.3-5root@OpenWrt:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 1920 1920 0 100% /rom
tmpfs 31060 64 30996 0% /tmp
tmpfs 512 0 512 0% /dev
/dev/sdb1 57685532 271304 57414228 0% /overlay
mini_fo:/overlay 1920 1920 0 100% /U mnie jest tak, że jak wpiszę polecenie
vi /proc/bus/usb/devices - to vi otwiera jakby pusty plik, tak jakby nie istniał
natomiast polecenie
cat /proc/bus/usb/devices -działa poprawnie i wyświetla informacje na temat urządzeń
Teraz kombinuje żeby podłączyć pendriva pod usb w logread mam pojawia mi sie coś takiego:
Feb 2 11:11:56 OpenWrt user.info kernel: hub.c: new USB device 00:03.0-2, assigned address 6
Feb 2 11:11:57 OpenWrt user.warn kernel: Vendor: SanDisk Model: Cruzer Rev: 7.01
Feb 2 11:11:57 OpenWrt user.warn kernel: Type: Direct-Access ANSI SCSI revision: 02
Feb 2 11:11:57 OpenWrt user.warn kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Feb 2 11:11:57 OpenWrt user.warn kernel: SCSI device sda: 3940479 512-byte hdwr sectors (2018 MB)
Feb 2 11:11:57 OpenWrt user.warn kernel: sda: Write Protect is off
Feb 2 11:11:57 OpenWrt user.info kernel: /dev/scsi/host0/bus0/target0/lun0: p1
Feb 2 11:11:57 OpenWrt user.warn kernel: USB device connected to the SCSI subsystem
Feb 2 11:11:57 OpenWrt user.debug kernel: WARNING: USB Mass Storage data integrity not assured
Feb 2 11:11:57 OpenWrt user.debug kernel: USB Mass Storage device found at 6pendrive sformatowany jako ext3. Niby coś wykrywa ale nadal go nie widzę. nie bardzo wiem jak to ugryźć.
Zawartość pliku fstab:
root@OpenWrt:~# cat /etc/config/fstab
config global automount
option from_fstab 1
option anon_mount 1
config global autoswap
option from_fstab 1
option anon_swap 0
config mount
option target /home
option device /dev/sda1
option fstype ext3
option options rw,sync
option enabled 0
option enabled_fsck 0
config swap
option device /dev/sda2
option enabled 0Zainstalowane pakiety to:
root@OpenWrt:~# opkg list-installed
base-files - 43.10-r24045
block-hotplug - 0.1.0-2
block-mount - 0.1.0-2
busybox - 1.15.3-2
dnsmasq - 2.55-5
dropbear - 0.52-4
firewall - 1-20
hotplug2 - 1.0-beta-2
iptables - 1.4.6-2
iptables-mod-conntrack - 1.4.6-2
iptables-mod-nat - 1.4.6-2
kernel - 2.4.37.9-1
kmod-brcm-wl - 2.4.37.9+4.150.10.5.3-7
kmod-diag - 2.4.37.9-7.1
kmod-fs-ext2 - 2.4.37.9-1
kmod-fs-ext3 - 2.4.37.9-1
kmod-fs-vfat - 2.4.37.9-1
kmod-ipt-conntrack - 2.4.37.9-1
kmod-ipt-core - 2.4.37.9-1
kmod-ipt-nat - 2.4.37.9-1
kmod-ipt-nathelper - 2.4.37.9-1
kmod-nls-cp437 - 2.4.37.9-1
kmod-nls-iso8859-1 - 2.4.37.9-1
kmod-ppp - 2.4.37.9-1
kmod-pppoe - 2.4.37.9-1
kmod-scsi-core - 2.4.37.9-1
kmod-switch - 2.4.37.9-3
kmod-usb-core - 2.4.37.9-1
kmod-usb-ohci - 2.4.37.9-1
kmod-usb-storage - 2.4.37.9-1
kmod-usb2 - 2.4.37.9-1
kmod-wlcompat - 2.4.37.9+4.150.10.5.3-7
libc - 0.9.30.1-43.10
libgcc - 3.4.6-43.10
libiptc - 1.4.6-2
liblua - 5.1.4-7
libuci - 12012009.6-2
libuci-lua - 12012009.6-2
libxtables - 1.4.6-2
lua - 5.1.4-7
luci - 0.9+svn6512-1
luci-admin-core - 0.9+svn6512-1
luci-admin-full - 0.9+svn6512-1
luci-admin-mini - 0.9+svn6512-1
luci-app-firewall - 0.9+svn6512-1
luci-app-initmgr - 0.9+svn6512-1
luci-cbi - 0.9+svn6512-1
luci-core - 0.9+svn6512-1
luci-http - 0.9+svn6512-1
luci-i18n-english - 0.9+svn6512-1
luci-ipkg - 0.9+svn6512-1
luci-lmo - 0.9+svn6512-1
luci-nixio - 0.9+svn6512-1
luci-sgi-cgi - 0.9+svn6512-1
luci-sys - 0.9+svn6512-1
luci-theme-base - 0.9+svn6512-1
luci-theme-openwrt - 0.9+svn6512-1
luci-uci - 0.9+svn6512-1
luci-uvl - 0.9+svn6512-1
luci-web - 0.9+svn6512-1
mtd - 13
nas - 4.150.10.5.3-7
nvram - 7
opkg - 576-1
ppp - 2.4.4-11
ppp-mod-pppoe - 2.4.4-11
uci - 12012009.6-2
uhttpd - 19
wireless-tools - 29-4
wlc - 4.150.10.5.3-7Cezary jesteś wielki!!
Zrobiłem tak jak pisałeś. Wszystko już wróciło do normy. Mogę edytować pliki i instalować pakiety.
Dzięki
No jeśli chodzi o flash to pewnie masz rację. Najczęściej wgrywam firmware według pewnej instrukcji, która mówiła o ty aby zewrzeć piny 16 i 17 kości flash przy włączaniu , następnie wgrywam firmware przez tftp w windows.
Mogłem przez przypadek ją uszkodzić.
Jak inaczej wgrać soft do routera z konsoli?
Czy ta kość jest do odratowania czy tylko wymiana? Jeśli wymiana to czy można gdzieś ją kupić?
Wrzucam wynik polecenia logread
Jan 1 00:00:35 OpenWrt syslog.info syslogd started: BusyBox v1.15.3
Jan 1 00:00:35 OpenWrt user.notice kernel: klogd started: BusyBox v1.15.3 (2010-04-14 17:18:54 CEST)
Jan 1 00:00:35 OpenWrt user.warn kernel: CPU revision is: 00029008
Jan 1 00:00:35 OpenWrt user.warn kernel: Primary instruction cache 16kB, physically tagged, 2-way, linesize 16 bytes.
Jan 1 00:00:35 OpenWrt user.warn kernel: Primary data cache 8kB, 2-way, linesize 16 bytes.
Jan 1 00:00:35 OpenWrt user.warn kernel: Linux version 2.4.37.9 (cezary@eko.one.pl) (gcc version 3.4.6 (OpenWrt-2.0)) #7 Wed Apr 14 18:55:22 CEST 2010
Jan 1 00:00:35 OpenWrt user.warn kernel: Setting the PFC to its default value
Jan 1 00:00:35 OpenWrt user.warn kernel: Determined physical RAM map:
Jan 1 00:00:35 OpenWrt user.warn kernel: memory: 01000000 @ 00000000 (usable)
Jan 1 00:00:35 OpenWrt user.warn kernel: On node 0 totalpages: 4096
Jan 1 00:00:35 OpenWrt user.warn kernel: zone(0): 4096 pages.
Jan 1 00:00:35 OpenWrt user.warn kernel: zone(1): 0 pages.
Jan 1 00:00:35 OpenWrt user.warn kernel: zone(2): 0 pages.
Jan 1 00:00:35 OpenWrt user.warn kernel: Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200
Jan 1 00:00:35 OpenWrt user.warn kernel: CPU: BCM5352 rev 0 at 200 MHz
Jan 1 00:00:35 OpenWrt user.warn kernel: Using 100.000 MHz high precision timer.
Jan 1 00:00:35 OpenWrt user.warn kernel: Calibrating delay loop... 199.47 BogoMIPS
Jan 1 00:00:35 OpenWrt user.info kernel: Memory: 14248k/16384k available (1441k kernel code, 2136k reserved, 100k data, 84k init, 0k highmem)
Jan 1 00:00:35 OpenWrt user.info kernel: Dentry cache hash table entries: 2048 (order: 2, 16384 bytes)
Jan 1 00:00:35 OpenWrt user.info kernel: Inode cache hash table entries: 1024 (order: 1, 8192 bytes)
Jan 1 00:00:35 OpenWrt user.info kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Jan 1 00:00:35 OpenWrt user.info kernel: Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
Jan 1 00:00:35 OpenWrt user.info kernel: devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
Jan 1 00:00:35 OpenWrt user.info kernel: devfs: boot_options: 0x1
Jan 1 00:00:35 OpenWrt user.notice kernel: JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB.
Jan 1 00:00:35 OpenWrt user.info kernel: squashfs: version 3.0 (2006/03/15) Phillip Lougher
Jan 1 00:00:35 OpenWrt user.warn kernel: pty: 256 Unix98 ptys configured
Jan 1 00:00:35 OpenWrt user.info kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
Jan 1 00:00:35 OpenWrt user.info kernel: ttyS00 at 0xb8000300 (irq = 3) is a 16550A
Jan 1 00:00:35 OpenWrt user.info kernel: ttyS01 at 0xb8000400 (irq = 3) is a 16550A
Jan 1 00:00:35 OpenWrt user.info kernel: b44.c:v0.93 (Mar, 2004)
Jan 1 00:00:35 OpenWrt user.debug kernel: PCI: Setting latency timer of device 00:01.0 to 64
Jan 1 00:00:35 OpenWrt user.info kernel: eth0: Broadcom 47xx 10/100BaseT Ethernet 00:16:b6:d9:3d:21
Jan 1 00:00:35 OpenWrt user.warn kernel: mtdblock: erase of region [0x0, 0x10000] on "nvram" failed
Jan 1 00:00:35 OpenWrt user.warn kernel: jffs2.bbc: SIZE compression mode activated.
Jan 1 00:00:37 OpenWrt user.info kernel: b44: eth0: Link is up at 100 Mbps, full duplex.
Jan 1 00:00:37 OpenWrt user.info kernel: b44: eth0: Flow control is off for TX and off for RX.
Jan 1 00:00:38 OpenWrt user.debug kernel: eth0.0: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 00:00:39 OpenWrt user.debug kernel: eth0.1: add 01:00:5e:00:00:01 mcast address to master interface
Jan 1 00:00:39 OpenWrt user.info kernel: eth0.0: dev_set_promiscuity(master, 1)
Jan 1 00:00:39 OpenWrt user.info kernel: device eth0 entered promiscuous mode
Jan 1 00:00:39 OpenWrt user.info kernel: device eth0.0 entered promiscuous mode
Jan 1 00:00:39 OpenWrt user.info kernel: br-lan: port 1(eth0.0) entering learning state
Jan 1 00:00:39 OpenWrt user.info kernel: br-lan: port 1(eth0.0) entering forwarding state
Jan 1 00:00:39 OpenWrt user.info kernel: br-lan: topology change detected, propagating
Jan 1 00:00:42 OpenWrt user.debug kernel: PCI: Setting latency timer of device 00:05.0 to 64
Jan 1 00:00:42 OpenWrt user.emerg kernel: PCI/DMA
Jan 1 00:00:42 OpenWrt user.emerg kernel: wl0: wlc_attach: chiprev 0 coreunit 0 corerev 9 cccap 0x4787aa maccap 0x0 band 2.4G, phy_type 2 phy_rev 7 ana_rev 2
Jan 1 00:00:42 OpenWrt user.warn kernel: wl0: Broadcom BCM4320 802.11 Wireless Controller 4.150.10.5
Jan 1 00:00:42 OpenWrt user.info sysinit: Warning: loading wl will taint the kernel: non-GPL license - Proprietary
Jan 1 00:00:42 OpenWrt user.info sysinit: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Jan 1 00:00:42 OpenWrt user.info kernel: CSLIP: code copyright 1989 Regents of the University of California
Jan 1 00:00:42 OpenWrt user.info kernel: PPP generic driver version 2.4.2
Jan 1 00:00:44 OpenWrt user.warn kernel: ip_tables: (C) 2000-2002 Netfilter core team
Jan 1 00:00:45 OpenWrt user.warn kernel: ip_conntrack version 2.1 (5953 buckets, 5953 max) - 352 bytes per conntrack
Jan 1 00:00:46 OpenWrt user.info kernel: usb-uhci.c: $Revision: 1.275 $ time 18:52:09 Apr 14 2010
Jan 1 00:00:46 OpenWrt user.info kernel: usb-uhci.c: High bandwidth mode enabled
Jan 1 00:00:46 OpenWrt user.info kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Jan 1 00:00:47 OpenWrt user.info sysinit: 'wl0' is disabled
Jan 1 00:00:47 OpenWrt user.info sysinit: 'wl0' is disabled
Jan 1 00:00:48 OpenWrt user.info sysinit: Loading defaults
Jan 1 00:00:49 OpenWrt user.info sysinit: Loading synflood protection
Jan 1 00:00:49 OpenWrt user.info sysinit: Adding custom chains
Jan 1 00:00:49 OpenWrt user.info sysinit: Loading zones
Jan 1 00:00:50 OpenWrt user.info sysinit: Loading forwarding
Jan 1 00:00:50 OpenWrt user.info sysinit: Loading redirects
Jan 1 00:00:50 OpenWrt user.info sysinit: Loading rules
Jan 1 00:00:50 OpenWrt user.info sysinit: Loading includes
Jan 1 00:00:51 OpenWrt user.info sysinit: Loading zone defaults
Jan 1 00:00:51 OpenWrt user.notice root: adding lan (br-lan) to firewall zone lan
Jan 1 00:00:53 OpenWrt authpriv.info dropbear[650]: Running in background
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq[669]: started, version 2.52 cachesize 150
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq[669]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCP, IP range 192.168.1.100 -- 192.168.1.250, lease time 12h
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq[669]: using local addresses only for domain lan
Jan 1 00:00:57 OpenWrt daemon.warn dnsmasq[669]: no servers found in /tmp/resolv.conf.auto, will retry
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq[669]: read /etc/hosts - 1 addresses
Jan 1 00:00:57 OpenWrt daemon.info dnsmasq-dhcp[669]: read /etc/ethers - 0 addresses
Jan 1 00:06:54 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPREQUEST(br-lan) 192.168.1.146 00:16:d3:8c:be:c1
Jan 1 00:06:54 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPACK(br-lan) 192.168.1.146 00:16:d3:8c:be:c1 Hubert-Komputer
Jan 1 00:07:13 OpenWrt authpriv.info dropbear[677]: Child connection from 192.168.1.146:58418
Jan 1 00:07:17 OpenWrt authpriv.notice dropbear[677]: password auth succeeded for 'root' from 192.168.1.146:58418
Jan 1 00:09:12 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPREQUEST(br-lan) 192.168.1.146 00:16:d3:8c:be:c1
Jan 1 00:09:12 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPACK(br-lan) 192.168.1.146 00:16:d3:8c:be:c1 Hubert-Komputer
Jan 1 00:09:16 OpenWrt authpriv.info dropbear[684]: Child connection from 192.168.1.146:58475
Jan 1 00:09:20 OpenWrt authpriv.notice dropbear[684]: password auth succeeded for 'root' from 192.168.1.146:58475
Jan 1 00:10:16 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPINFORM(br-lan) 192.168.1.146 00:16:d3:8c:be:c1
Jan 1 00:10:16 OpenWrt daemon.info dnsmasq-dhcp[669]: DHCPACK(br-lan) 192.168.1.146 00:16:d3:8c:be:c1 Hubert-Komputeri jeszcze to
root@OpenWrt:~# dmesg | grep jffs
Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0000: 0xffff instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0004: 0x000c instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e0008: 0xb0b1 instead
jffs2_scan_empty(): Empty block at 0x000e000c ends at 0x000e8000 (with 0x48534c46)! Marking dirty
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e8000: 0x4c46 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e8004: 0x04f8 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e8008: 0x017f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e800c: 0x0062 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e8010: 0x0108 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000e8014: 0x706f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120000: 0xffff instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120004: 0x000c instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00120008: 0xb0b1 instead
jffs2_scan_empty(): Empty block at 0x0012000c ends at 0x00128000 (with 0x48534c46)! Marking dirty
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00128000: 0x4c46 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00128004: 0x04f8 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00128008: 0x017f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0012800c: 0x0062 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00128010: 0x0108 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00128014: 0x706f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160000: 0xffff instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160004: 0x000c instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00160008: 0xb0b1 instead
jffs2_scan_empty(): Empty block at 0x0016000c ends at 0x00168000 (with 0x48534c46)! Marking dirty
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00168000: 0x4c46 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00168004: 0x04f8 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00168008: 0x017f instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0016800c: 0x0062 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00168010: 0x0108 instead
jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00168014: 0x706f instead
jffs2.bbc: SIZE compression mode activated.Przy próbie zapisania zmian repo w pliku /etc/opkg.conf dostaje błąd Read-only filesystem
Aktualnie mam wrzucony Twój obraz z modem usb i w powyższym pliku jest
src/gz packages http://downloads.openwrt.org/backfire/10.03/brcm-2.4/packageso tym że powinienem zainstalować ohci doczytałem na innym forum i tu właśnie problem z instalacją.
Czy repo nie jest odpowiednio skonfigurowane wraz z instalacją systemu, czy trzeba samodzielnie dopilnować właściwej konfiguracji?? instalowałem też firmware ze strony openwrt.org - te same problemy.
Czy jeśli polecenie opkg list | grep kmod-usb-ohci pokazuje, ze istnieje taki pakiet to mogę go bez problemu instalować czy niekoniecznie oznacza to, że jest on z odpowiedniego repozytorium
Co z problemem edycji plików konfiguracyjnych, jest na to jakaś rada?
W moim pierwszym poście na tym forum chciałbym się przywitać.
Próbuje uruchomić port USB. elektronikę polutowałem według opisu z tej stronki http://voidmain.is-a-geek.net/wrt/wrt_usb_mod.html
Jednak problem polega na tym, że nie mogę doinstalować odpowiednich pakietów. Tzn przy próbie instalacji np. kmod-usb-core lub jakiegokolwiek innego pakietu podczas instalacji router przestaje odpowiadać w konsoli. Nie kończy instalacji, nie wypluwa żadnych błędów po prostu stoi w miejscu.
Gdy zaloguje się w nowym oknie konsoli to po wpisaniu top widzę proces instalacji.
Przy próbie instalacji z parametrem -V 2 widzę, że staje na Installing maintainer scripts.
Jednak to nie koniec dziwnych problemów. Nie mogę też edytować ustawień w pliku /etc/config/network. Przy próbie zapisania zmian ":wq" edytor vi nie zapisuje i nie zamyka pliku tylko w nim pozostaje.
Kolejny dziwny problem to taki, że w momencie gdy spróbuje coś zainstalować i wystąpi sytuacja jaką opisałem powyżej to po ponownym zalogowaniu do konsoli nie mogę użyć tabulator gdy próbuję np przejść do innego katalogu. Gdy użyję tab konsola również przestaje odpowiadać jak w pierwszej sytuacji.
Może ktoś miał już takie problemy. Dodam, że powyższe dzieją się zarówno na firmware ze strony openwrt.org backfire-10.03 jak i firmware ze strony eko.one.pl http://ecco.selfip.net/broadcom/openwrt … b.trx.zip.
Router miał wielokrotnie wgrywane różne systemy, być może potrzebuje jakiegoś porządnego resetu.
Pozdrawiam
Strony 1
eko.one.pl → Posty przez bobsterr
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc