Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12365 Members
237 Forums
7868 Topics
24169 Posts

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
luxsat, puntik, bercat, claxalc, r00ted_be
12365 Registered Users
Who's Online
6 registered (Admin, Toysoft, samh, haki, Smokey, raffsif1234), 562 Guests and 178 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 10038
Toysoft 2697
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Toysoft 4
Admin 2
OMEGA 1
frnk 1
Hum@xel 1
June
M Tu W Th F Sa Su
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
Page 2 of 2 < 1 2
Topic Options
#23231 - 03/19/21 03:57 PM Re: RT3070 and Openpli Japhar [Re: Kenuser]
Kenuser Offline
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]
Kenuser Offline
VIP Japhar
newbie

Registered: 10/21/17
Posts: 46
Ok, I got my RT3070 ID 148f:3070 load to dm800se:

Code:
root@dm800se:~# opkg update
root@dm800se:~# opkg install kernel-module-rt2800usb-3.2-dm800se
root@dm800se:~# opkg install firmware-rt2870


lsmod reply:

Code:
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 :

Originally Posted By: 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]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/21/10
Posts: 2697
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]
Kenuser Offline
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 smile
_________________________
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]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/21/10
Posts: 2697
Can you do the checked as explained on this post ?

https://www.raspberrypi.org/forums/viewtopic.php?t=161923

And 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]
Kenuser Offline
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):

Code:
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:

Code:
opkg update
opkg install kernel-module-aes-generic-3.2-dm800se
opkg install kernel-module-arc4-3.2-dm800se


Case closed cool
_________________________
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
#23284 - 03/29/21 06:05 AM Re: RT3070 and Openpli Japhar [Re: Kenuser]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10038
Well done, and THANK YOU A LOT for posting your solution, that I am sure will help a lot of members.

MERCI from all the Team !

Admin
_________________________

Top
Page 2 of 2 < 1 2


Moderator:  fairbird, gaga24 
New Topics
EchoStar bondholders brace for default battle
by Admin
06/11/25 12:23 PM
Orange bolsters Eutelsat ties with new LEO deal
by Admin
06/06/25 12:56 PM
SES, Intelsat $3.1B deal to win unconditional EU
by Toysoft
06/05/25 12:37 PM
EchoStar misses $326M payment amid FCC probe
by Toysoft
06/02/25 12:17 PM
EmbyDream on DM500HD (v1): which image?
by frnk
05/27/25 07:52 PM
DM7020HDv2 : OpenPLi 9.xStar 20250115 GSt 1.20.5
by Toysoft
01/17/25 12:21 AM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 08:37 AM