Results 1 to 3 of 3

Thread: Adaugare al doilea SSID in E2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    dishwasher val's Avatar
    Join Date
    14 Jul 2007
    Location
    DTX
    Posts
    1,943
    Mentioned
    36 Post(s)
    Rep Power
    102

    Default Adaugare al doilea SSID in E2

    Scuze daca titlul nu este cel mai inspirat, sa detaliez. Receptorul este Zgemma Star H2, imagine OpenPli, conexiune la net prin hotspot-ul telefonului, utilizare ocazionala de catre mine si un amic (evident in perioade de timp diferite). Anterior am folosit Amiko Mira ce permitea memorarea datelor pentru cele doua hotspot-uri, cu Enigma2 nu am reusit. Va rog, un sfat?
    UFS910, Nokia d-Box1, Nokia d-Box2, Optibox500, Vu+ Zero4K

  2. #2
    RSP - TEAM zildan's Avatar
    Join Date
    05 Dec 2007
    Location
    Sudul Romaniei
    Posts
    9,026
    Mentioned
    116 Post(s)
    Rep Power
    100

    Default Adaugare al doilea SSID in E2

    Tu vrei să folosești alternativ receptorul cu 2 wireless-uri diferite. Cel mai lesne e să pui același nume la hotspot, evident și aceeași parolă.
    Sh40, AML, prime focus 1,5m si altele ...

  3. #3
    maniac lao's Avatar
    Join Date
    02 Sep 2009
    Posts
    3,796
    Mentioned
    32 Post(s)
    Rep Power
    109

    Default

    Da, asta pare o solutie simplu de aplicat.
    Eu folosesc, pe lan, mai multe clase pe aceeasi interfata.
    Pentru wifi, din ce vad, in /etc/network/interfaces apare
    Code:
    # automatically generated by enigma2
    # do NOT change manually!
    
    auto lo
    iface lo inet loopback
    
    iface wlan0 inet dhcp
    udhcpc_opts -T1 -t9
      hostname $(hostname)
        pre-up wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.wlan0.conf -B -dd -Dnl80211 || true
        pre-down wpa_cli -iwlan0 terminate || true
    
    auto eth0
    iface eth0 inet static
      hostname $(hostname)
    iar in /etc/wpa_supplicant.wlan0.conf am

    Code:
    #WPA Supplicant Configuration by enigma2
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    fast_reauth=1
    ap_scan=1
    network={
        ssid="blabla"
        scan_ssid=0
        key_mgmt=WPA-PSK
        proto=WPA RSN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="parola"
    }
    Incearca sa mai pui inca o data network
    Code:
    network={
        ssid="blabla"
        scan_ssid=0
        key_mgmt=WPA-PSK
        proto=WPA RSN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="parola"
    }
    network={
        ssid="blabla2"
        scan_ssid=0
        key_mgmt=WPA-PSK
        proto=WPA RSN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="parola2"
    }
    sau asa
    Code:
    network={
        ssid="blabla"
        scan_ssid=0
        key_mgmt=WPA-PSK
        proto=WPA RSN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="parola"
    
        ssid="blabla2"
        scan_ssid=0
        key_mgmt=WPA-PSK
        proto=WPA RSN
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk="parola2"
    }
    Doi mari vrăjmași are românul: mila pentru străini și ura pentru ai lui - Grigore Vieru

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •