meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
dreambox:nbox:graterlia [2019/02/02 16:50] – created niziakdreambox:nbox:graterlia [2019/08/21 10:13] (current) niziak
Line 1: Line 1:
 +====== Graterlia ======
 +===== Pendrive =====
 +
 +  * Rozpakowujemy rootfs na 1-sza partycje ext3.
 +  * Przy starcie nboxa, zmieniamy strzalkami w dol na UsbA.
 +  * Graterlia zbootuje, dość długo będzie generować klucz SSH (LED: GenS). Na koniec wyświetli adres IP.
 +
 +===== NAND =====
 +  * Na pendrive z fat32 rozpakowujemy paczke dla NAND (rootfs.img, kernel.img, update.img)
 +  * Włączyć nboxa trzymajac POWER i ouscic gdy pokaze sie na wyswietlaczu PROG
 +  * Wgrywanie trwa ok 3 minut
 +  * Na koniec pokaże sie OK
 +
 +===== Instalacje pakietow =====
 +
 +<code bash>
 +# df -h
 +Filesystem                Size      Used Available Use% Mounted on
 +/dev/root                60.0M     12.7M     47.3M  21% /
 +
 +opkg update
 +sysupdate
 +opkg install enigma2 enigma2-locale-pl enigma2-plugin-graphmultiepg enigma2-plugin-openwebif enigma2-plugin-satfinder enigma2-plugin-skinselector vsftpd
 +opkg install enigma2-plugin-softwaremanager
 +
 +# df -h
 +Filesystem                Size      Used Available Use% Mounted on
 +/dev/root                60.0M     44.6M     15.4M  74% /
 +
 +opkg install enigma2-channels-hotbird-polskie-myszka20 enigma2-picons-hotbird-polskie-220x132x8-style-00-myszka20 enigma2-plugin-frontpanel enigma2-skin-infinityhd-gos oscam-standard-webif-longterm
 +
 +# df -h
 +Filesystem                Size      Used Available Use% Mounted on
 +/dev/root                60.0M     50.7M      9.3M  85% /
 +
 +reboot 
 +
 +</code>
 +
 +==== Wifi ====
 +
 +Obsługiwane wifi:
 +  * kernel-modules-wifi-mt7601u-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Mediatek MT7601U chipsets
 +  * kernel-modules-wifi-rt2870-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 2870 chipsets
 +  * kernel-modules-wifi-rt3070-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 3070 chipsets
 +  * kernel-modules-wifi-rt5370-gos) - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 5370 chipsets
 +  * kernel-modules-wifi-rt8188eu-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 8188eu chipsets
 +  * kernel-modules-wifi-rt8192cu-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 8192cu chipsets
 +  * kernel-modules-wifi-rt8712u-gos - 2.6.32.61.0217.03 - Kernel module for WiFi Ralink 8712u chipsets
 +<code>
 +opkg install kernel-modules-wifi-rt5370-gos
 +opkg install enigma2-plugin-wirelesslan
 +</code>
 +
 +<code>
 +1. libgpg-error_1.10.6_sh4.ipk
 +2. libgcrypt_1.4.4_sh4.ipk
 +3. libp11-kit_0.12.1_sh4.ipk
 +4. libgnutls_2.12.23_sh4.ipk
 +5. wpa-supplicant_2.0.7_sh4.ipk
 +6. wireless-tools_29.5_sh4.ipk
 +7. kernel-modules-wifi-rt5370-gos_2.6.32.59.0211.01_adb5800xx.ipk 
 +</code>
 +==== OSCAM ====
 +''Z jakiego powodu OSCam w wersji wyższej niż 10551 nie działa z MODCHIP.''
 +<code bash>
 +opkg install oscam-standard-modchip-webif kernel-modules-modchip-gos
 +</code>
 +
 +==== Dodatki ====
 +<code bash>
 +echo "GraterliaOS-user" > /etc/hostname
 +</code>
 +
 +<file | /etc/sysconfig/udhcpc.conf>
 +OPTIONS="-t 10 -A 10 -p $PIDFILE"
 +</file>
 +<file | /etc/sysconfig/hdparm.conf>
 +parmSDA="-S 180 -B 255"
 +</file>
 +
 +<file | /etc/sysconfig/sysctl.conf>
 +varrun=64k
 +varlog=32k
 +</file>
 +
 +==== Logi ====
 +W menu poziom logowanie ustawic 4 lub
 +
 +<code bash>
 +/etc/init.d/gui stop
 +# w edytuj settings w /etc/enigma2 i dodaj wpis
 +# config.usage.e2_debug_level=4
 +# uruchom gui
 +/etc/init.d/gui stop  start
 +</code>
 +
 ===== DNS problem ===== ===== DNS problem =====
 No DNS resolution. Even direct query to Google doesn't work. No DNS resolution. Even direct query to Google doesn't work.
Line 32: Line 129:
 udp        0      0 192.168.8.107:58442                                 192.168.8.1:53                                      ESTABLISHED 1473/oscam udp        0      0 192.168.8.107:58442                                 192.168.8.1:53                                      ESTABLISHED 1473/oscam
 </code> </code>
 +
 +