BlackHole 142B

semibe

Registered
Messages
9
When I choose network configuration, I do not find WLAN option

i have sifteam img in flash and the wlan work great,thanks for any

answer
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,545
Thats what can happen we you load images in multiboot if drivers are different or kernel it can cause problems. Even more so with a VU duo image running on a 800.


Ferret
 

bigroma

Registered
Messages
48
I use rt3070sta driver compiled by enigma, all work great.

Little how-to

When all work great in flash

1) Copy directory /lib/modules/* from flash to your ba image, for me it /ba/ba/BH/lib/modules
2) Copy file /etc/network/interfaces to your ba image
3) I use rt3070sta and I copy /etc/Wireless/* to ba.
4) Edit /etc/init.d/bootup in flash like this
echo 18 >/proc/progress
for mod in dreambox_keyboard bcm7401 rt3070sta; do
modprobe $mod
done



But rt3070sta tuned from file rt3070sta.dat, not from GUI.

I think if You using zd1211b or rt73 You need:

3) Copy /etc/wpa_supplicant.conf & /etc/wpa_supplicant/* to your ba image.
4) Replace rt3070sta to zd1211b or rt73 in /etc/init.d/bootup

But I'll test this for zd1211b only next weekend

Sorry for my english.
 
Last edited:

bigroma

Registered
Messages
48
Unfortunately I have not stick on rt73, but I modify zd1211b.ko from new kernel for my stick and tested it for few days.
After this I report about zd1211b. I sure in this case settings for rt73 same as for zd1211b.

Sorry for my bad English.
 

lenovo

Senior Member
Messages
278
Sorry, i like this image but i think it's only for Vu+!
Is it possible to intall it in DM800 without any problem???
 

miki72mk

Registered
Messages
28
for me this image work fine is two bugs lcd screen and sys info but that to me does not mean too much I'm satisfied
 

World of Basketball

Registered
Messages
28
I will rather wait for possible new version which will work normally even in internal flash. I am still using old 1.33d and I am still very satisfied with everything.
 

bigroma

Registered
Messages
48
I checked all and find misstake.

I add also modprobe rt3070sta or modprobe zd1211b or I think modprobe rt73 in /ba/ba/BH/etc/init.d/bootup

I add this after:

# accustic management
hdparm -M128 /dev/sda

modprobe zd1211b

After this mod(and previous :) ) tuner with Zyxel stick work great and all settings for WLAN available from GUI
 

mac_xxl

Registered
Messages
8
@ramiMaher:

You work for the Black Hole the fixing lcd screen???
Can you making that the GIGANT Image VU+ for the Dreambox goes???
Sorry for my bad Translate.
thx...

mac_xxl
 

kebien

Well Known Member
Messages
1,329
I use rt3070sta driver compiled by enigma, all work great.

Little how-to

When all work great in flash

1) Copy directory /lib/modules/* from flash to your ba image, for me it /ba/ba/BH/lib/modules
2) Copy file /etc/network/interfaces to your ba image
3) I use rt3070sta and I copy /etc/Wireless/* to ba.
4) Edit /etc/init.d/bootup in flash like this
echo 18 >/proc/progress
for mod in dreambox_keyboard bcm7401 rt3070sta; do
modprobe $mod
done



But rt3070sta tuned from file rt3070sta.dat, not from GUI.

I think if You using zd1211b or rt73 You need:

3) Copy /etc/wpa_supplicant.conf & /etc/wpa_supplicant/* to your ba image.
4) Replace rt3070sta to zd1211b or rt73 in /etc/init.d/bootup

But I'll test this for zd1211b only next weekend

Sorry for my english.

Can you please post the rt3070 driver for E2 you used?
I am trying to make couple adapters work,one is rt2870 (you have this driver too?)and the other is rt3070.
But no luck yet.
I'll appreciate it.
 

bigroma

Registered
Messages
48
Drivers compiled enigma from dream.altmaster.net

You can get it from

http://www.sat-linux.com/forum/showthread.php?t=11960

In this driver interface name changed from ra0 to wlan0, edit WiFi settings in file named like /etc/Wireless/rt2870sta/rt2870sta.dat. network settings You need set manualy in /etc/network/interfaces

Like
==============
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet dhcp
=========================
 
Top