12528 Members
237 Forums
7811 Topics
24004 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
13 registered (Admin, Toysoft, tomash, OMEGA, Smokey, haki, bobot, karimkaki15, goode men, Franco89, raffsif1234, didond, gerolamo),
1485
Guests and
136
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
#23231 - 03/19/21 03:57 PM
Re: RT3070 and Openpli Japhar
[Re: Kenuser]
|
VIP Japhar
newbie
Registered: 10/21/17
Posts: 46
|
yes I see. Thank you for look. I wait ðŸ‘
_________________________
Obsolete: Pioneer ECT-1530 - Kenwood DTF-103 - Sim2 SMB2700 - Philips 6072 - Humax 5400S - Dreambox 500S - NC+ 5800s BXZB E2
Dreambox DM500HD sim Japhar Dreambox clone DM800HD sim 2.1 Estarbox DM800SE HD sim Japhar Zgemma H7s
|
Top
|
|
|
|
|
#23270 - 03/26/21 06:21 AM
Re: RT3070 and Openpli Japhar
[Re: Kenuser]
|
VIP Japhar
newbie
Registered: 10/21/17
Posts: 46
|
Ok, I got my RT3070 ID 148f:3070 load to dm800se: root@dm800se:~# opkg update
root@dm800se:~# opkg install kernel-module-rt2800usb-3.2-dm800se
root@dm800se:~# opkg install firmware-rt2870 lsmod reply: root@dm800se:~# lsmod
Module Size Used by
nfsd 263139 11
exportfs 3857 1 nfsd
ipv6 274766 48
trialtunerdriver 15684 0
nim_sockets 15200 1 trialtunerdriver
rt2800usb 13556 0
rt2x00usb 9529 1 rt2800usb
rt2800lib 42325 1 rt2800usb
rt2x00lib 38089 3 rt2800lib,rt2x00usb,rt2800usb
mac80211 214851 3 rt2x00lib,rt2800lib,rt2x00usb
cfg80211 171939 2 mac80211,rt2x00lib
crc_ccitt 1099 1 rt2800lib The problem is that it cannot connect by WPA/WPA2, it runs only with no encrypted wifi. I tried with these: https://forums.openpli.org/topic/19046-dm800-wifi-lan-strange-behaviour/#entry208723 and https://forums.openpli.org/topic/60364-zgemma-h9-wifi-encryption/ but not helped. I also read a old post of @gdk1 : ...... Also I set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n in config.mk ..... but I cannot find the config.mk file
Attachments
1-0-1-1-F8-384-13-E-820000-0-0-0-20210326120639.jpg (67 downloads)
_________________________
Obsolete: Pioneer ECT-1530 - Kenwood DTF-103 - Sim2 SMB2700 - Philips 6072 - Humax 5400S - Dreambox 500S - NC+ 5800s BXZB E2
Dreambox DM500HD sim Japhar Dreambox clone DM800HD sim 2.1 Estarbox DM800SE HD sim Japhar Zgemma H7s
|
Top
|
|
|
|
|
#23272 - 03/26/21 07:02 AM
Re: RT3070 and Openpli Japhar
[Re: Kenuser]
|
Japhar Member
Carpal Tunnel
Registered: 10/21/10
Posts: 2649
|
What is the name of your Wifi WPA2 network ? As at what I remember, it needs to use only small caps, and not big letters to be compliant and so compatible.
Eg : "Wireless" will be not compatible, but "wireless" will work.
TS
_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910 Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/
|
Top
|
|
|
|
|
#23273 - 03/26/21 10:50 AM
Re: RT3070 and Openpli Japhar
[Re: Toysoft]
|
VIP Japhar
newbie
Registered: 10/21/17
Posts: 46
|
I have small caps SSID, not working. It works only with WEP but use wep (in)security its a bad idea. Waiting for someone which find the solution
_________________________
Obsolete: Pioneer ECT-1530 - Kenwood DTF-103 - Sim2 SMB2700 - Philips 6072 - Humax 5400S - Dreambox 500S - NC+ 5800s BXZB E2
Dreambox DM500HD sim Japhar Dreambox clone DM800HD sim 2.1 Estarbox DM800SE HD sim Japhar Zgemma H7s
|
Top
|
|
|
|
|
#23274 - 03/27/21 04:08 AM
Re: RT3070 and Openpli Japhar
[Re: Kenuser]
|
Japhar Member
Carpal Tunnel
Registered: 10/21/10
Posts: 2649
|
Can you do the checked as explained on this post ? https://www.raspberrypi.org/forums/viewtopic.php?t=161923And let us know if there is something you find out ? TS ----------------- Are you sure the PSK was typed properly? Have you set the WIFI country? Have a look at wpa_supplicant.conf sudo nano /etc/wpa_supplicant/wpa_supplicant.conf It should look something like this: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="your ssid here" psk="your psk here" key_mgmt=WPA-PSK } Remove any duplicated entries (failed attempts). Note you can connect both wired and WIFI at the same time and even use them concurrently. Here is my wpa_supplicant.conf file. ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=US network={ ssid="jesljy" psk="xxxxxxxxxxx" key_mgmt=WPA-PSK } network={ ssid="iptime" key_mgmt=NONE } The second entry is the one for the open wifi AP that I was able to connect to. That was added automatically, I guess, when I connected. There are/were no duplicated entries for any of the failed attempts to log into the router. I'm not sure, of course, but could that be significant? Not only am I not connecting, but I'm not getting the OS to record the attempt? Should the configuration file show WPA for both WPA and WPA2? The router uses WPA2. The password for the router is alphanumeric, lower-case letters and numbers only. No special characters. I'm using AES encryption. Should it be TKIP even if that's not optimal for security? According to other posts in this forum, for WPA2 and AES you need this network={ ssid="myssid" psk="mypasskey" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN } I'm using AES encryption. Should it be TKIP even if that's not optimal for security? According to other posts in this forum, for WPA2 and AES you need this network={ ssid="myssid" psk="mypasskey" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN } TKIP is the older standard. If using TKIP only then I believe pairwise=TKIP is needed. My router is set to AES (CCMP) and it just works with the wpa_supplicant.conf which I posted in the 2nd post above. My wpa_supplicant.conf is the default as generated by the GUI config tools for PSK and WIFI country.
_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910 Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/
|
Top
|
|
|
|
|
#23283 - 03/29/21 05:51 AM
Re: RT3070 and Openpli Japhar
[Re: Toysoft]
|
VIP Japhar
newbie
Registered: 10/21/17
Posts: 46
|
Hi Toysoft, thank you for reply, today I see your last post. Anyway I solved by myself. So, to make RT3070 ID 148f:3070 drivers load to dm800se (japhar feeds):
opkg update
opkg install enigma2-plugin-systemplugins-wirelesslan
opkg install kernel-module-rt2800usb-3.2-dm800se
opkg install firmware-rt2870
and to make WPA/WPA2 run:
opkg update
opkg install kernel-module-aes-generic-3.2-dm800se
opkg install kernel-module-arc4-3.2-dm800se
Case closed
_________________________
Obsolete: Pioneer ECT-1530 - Kenwood DTF-103 - Sim2 SMB2700 - Philips 6072 - Humax 5400S - Dreambox 500S - NC+ 5800s BXZB E2
Dreambox DM500HD sim Japhar Dreambox clone DM800HD sim 2.1 Estarbox DM800SE HD sim Japhar Zgemma H7s
|
Top
|
|
|
|
|
|
|