Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 4 of 4

Thread: After reboot no more WLAN

  1. #1

    Title
    Junior Member
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    6
    Thanked 0 Times in 0 Posts

    After reboot no more WLAN

    I have a VU + Uno with W-LAN USB Stick Vu + wireless 150Mbps Wireless Adapter 2.4 GHz (chipset,: Ralink RT3070).

    I can only manually configure WLAN, LAN is forced to connect to the box, then I do I replace the following files:


    1. interfaces with the following content


    Code:
    # automatically generated by enigma 2
    # do NOT change manually!
    
    auto lo
    iface lo inet loopback
    
    auto wlan0
    iface wlan0 inet static
    	address 192.168.2.100
    	netmask 255.255.255.0
    	gateway 192.168.2.1
    	pre-up /usr/sbin/wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -dd -Dwext
    	post-down wpa_cli terminate
    
    iface eth0 inet dhcp

    2. wpa_supplicant.conf


    Code:
    #WPA Supplicant Configuration by enigma2
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    fast_reauth=1
    ap_scan=1
    network={
    	ssid="WLAN-12345678910" is changed
    	scan_ssid=0
    	key_mgmt=WPA-PSK
    	proto=WPA RSN
    	pairwise=CCMP TKIP
    	group=CCMP TKIP
    	psk="12345678910" is changed
    }

    Then I give the telnet command:


    Code:
    ifup wlan0

    Then I reboot my box, then I have wireless reception and everything is fine.

    But when I restart my Uno must go down or I'm not after you receive your wireless more.

    I do not advise more unfortunately, what I could do or why.


    Thank you for your help

    Akki

  2. #2
    Delagroov's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2010
    Location
    Netherlands
    Posts
    2,254
    Thanks
    398
    Thanked 423 Times in 317 Posts
    When you add the line marked in bold/red in interfaces, then wlan will be there after reboot/deepstandby.

    Code:
    auto wlan0
    iface wlan0 inet dhcp
    pre-up /sbin/ifconfig wlan0 up
    pre-up iwconfig wlan0 essid "mijnwlan"
      pre-up /usr/sbin/wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -dd -Dwext
      post-down wpa_cli terminate
    Or wenn using static ip adress:

    Code:
    auto lo
    iface lo inet loopback
    
    auto wlan0
    iface wlan0 inet static
        address 192.168.1.xxx
        netmask 255.255.255.0
        gateway 192.168.1.254
    pre-up /sbin/ifconfig wlan0 up
        pre-up iwconfig wlan0 essid "hiddensid"
        pre-up /usr/sbin/wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -B -dd -Dwext
        post-down wpa_cli terminate
    Last edited by Delagroov; 15-09-11 at 07:27.
    Vu+ Solo2 , Gigablue UHD Trio4k+500GB
    Astra 1,2,3
    Samsung 55Q67R 4k TV
    Logitech Harmony Elite, Harmony Touch

  3. The Following 2 Users Say Thank You to Delagroov For This Useful Post:

    Akki (15-09-11),Larry-G (15-09-11)

  4. #3

    Title
    Junior Member
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    6
    Thanked 0 Times in 0 Posts
    Thank you for your help, but unfortunately I lose, despite the
    Change in the interface file, the wireless connection after a reboot.

    This has to be lying on my wireless stick, because he is not the VIX
    is correctly identified.

    By VTI or Black Hole image I have no problems with
    detection of Wi-Fi stick.

  5. #4
    Delagroov's Avatar
    Title
    ViX Beta Tester
    Join Date
    Dec 2010
    Location
    Netherlands
    Posts
    2,254
    Thanks
    398
    Thanked 423 Times in 317 Posts
    But it seems you are using lan interface also from your post.

    Code:
    iface eth0 inet dhcp
    Normally when setting up wlan, one gets the message to disable second interface to avoid problems.

    Perhaps you can try that also..

    I don't know what the prob is with wlan recognition...
    Last edited by Delagroov; 17-09-11 at 13:58.
    Vu+ Solo2 , Gigablue UHD Trio4k+500GB
    Astra 1,2,3
    Samsung 55Q67R 4k TV
    Logitech Harmony Elite, Harmony Touch

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.