Wifi for b590 on kali linux

Hello there,
i just installed KALI on a Lenovo B590 and realize that my wifi is not working.
lspci shows me: 02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01).
but iwconfig doesnt show me a wifi adapter at all. I tried some different broadcom firmware packages via apt-get but i have the feeling there is something missing.
honestly, i spend the last 3 days switching my parents from xp to 7, my brain hurts and i might be a bit slow right now. how do i install the right driver and how do i activate it. most of the howtos i found so far where made by ubuntupeople, these guys tend to mix up a lot of things. and dogma does not bring me a wifi-connection.
thanks in advance
5

Depending on the version you are running Wine *might* be an option.
See here: https://appdb.winehq.org/objectManager.php?sClass=application&iId=851
Otherwise you could install Windows in a VM and run the app from within that. Depending on your hardware and how much you use Dameware this might be a usable option.  I personally like to use the embedded/seamless mode for apps running in a VM. 
ex of seamless mode.  Note their is MS Office and a DOS CMD window running in Linux as the host OS.
~Ninja

Similar Messages

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • Kali linux installation

    hi,
         i am using windows 8.1 in my hp pavilion g6 1302tx laptop and now i want to dual boot my hard disk with kali linux but  grub boot manager refused to install in the harddisk. i tried every thing to install linux  but nothing worked out.even i formated my entire hard disk to install only  linux but it also refuse to load the grub loader.
                                                            and also during graphic installation network hardware is not detecting by the system so i am installing linux in the live mode.
         i just want to know that if there is any problem in the BIOS or hp pavilion g6 1302x does not support linux installtion.
    product name-hp pavilion g6 1302tx,core i3,500gb hard disk,2gb RAM. 
    OS-windows 8.1

    dabu wrote:
    hi,
         i am using windows 8.1 in my hp pavilion g6 1302tx laptop and now i want to dual boot my hard disk with kali linux but  grub boot manager refused to install in the harddisk. i tried every thing to install linux  but nothing worked out.even i formated my entire hard disk to install only  linux but it also refuse to load the grub loader.
                                                            and also during graphic installation network hardware is not detecting by the system so i am installing linux in the live mode.
         i just want to know that if there is any problem in the BIOS or hp pavilion g6 1302x does not support linux installtion.
    product name-hp pavilion g6 1302tx,core i3,500gb hard disk,2gb RAM. 
    OS-windows 8.1
    This is probably related to the UEFI bios blocking any installs other then Win8. But as anything if the O/S isn't support you will not get help here for installing unsupported O/S.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • BIOS UEFI-triple boot (win 8-Kali Linux-Ubuntu) problems

    I recently buy a Satellitte P70-B-10C. My primary OS is Windows8. I want to install also Kali Linux and Ubuntu in a triple boot mode...Unfortunately this is not possible because the BIOS had only two options: 1. UEFI mode 2. CSM mode....So the problem is that there isn;t an third option for both UEFI/CSM mode...so if i want to boot in win 8 i have to go to BIOS configurations and set UEFI mode, and if i want to boot in Kali Linux or Ubuntu i have to go back again to BIOS and set CSM mode
    I flash the BIOS with ths latest version but still the same options
    Please advise

    I meant Windows 8.1. You can download it here.
       Create installation media for Windows 8.1
    I don't know for sure if you install it using CSM and MBR partitioning whether the embedded activation key will work. Maybe this comes in handy.
       Installing Windows 8.1 (or 8) without a product key
    If you go this route, please let us know what happens.
    -Jerry

  • I want to use wifi for Apple TV, but it doesn't prompt for a password, so never connects.  What am I missing?  Can I only use it via a non-password-protected wifi connection?

    I want to use wifi for Apple TV, but it doesn't prompt for a password, so never connects.  What am I missing?  Can I only use it via a non-password-protected wifi connection?

    Hi - you might want to post this question on the Apple TV area - you would probably get a quicker response - if you have a specific question relating to Apple routers then post back here

  • Can i return my ipad wifi for a wifi 3G eventhough it's engraved?

    Can i return my ipad wifi for a wifi 3G even though it's engraved?

    According to Apple's customer service line you can return an engraved iPad for an exchange, but it's not clear if it's within 14 or 30 days. If you call they says 30, but their site says 14. I think it has to be purchased straight through Apple though. Contact where you bought it from and tell them you are thinking of buying a iPad and having it engraved, but are concerned about the refund policy. They'll explain it in more detail at that time.

  • I'm buying a 4s tomorrow, can i use my old 3gs as an itouch with wifi for my kid?

    I'm buying a 4s tomorrow, but i was wondering if i can use my old 3gs as an itouch with wifi for my son to use?

    Yes of course, that is possible.
    The iPhone works just like an iPod Touch if you don't insert a SIM card. It will just display "No SIM" instead of the signal bars.
    The "Phone and Message Apps" will still be visible, but basically the phone won't call or text anyway, because it lacks the SIM card.
    Best Regards

  • Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?

    Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?  I have created an executable application that I want to distribute to Mac and Linux users (different applications were created in the respective OS).  I was wondering if there is any way to create an installer?  I think there probably isn't...  If the user were to simply download the Labview Run-time Engine from ni.com would they be able to run the application or is it more complicated than that?
    Thanks so much for your time.

    I think Shane tried to say, that it is on the Mac OS X installation DVD, NOT the LabVIEW for Mac OS X installation medium. And that could very well have changed in recent Mac OS X versions as well. They used to have Xcode on it too, but that seems gone as well.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I use my IPAD as a wifi for my IPHONE? Is that possible, How can I use my IPAD as a wifi for my IPHONE? Is that possible

    How can I use my IPAD as a wifi for my IPHONE? Is that possible, How can I use my IPAD as a wifi for my IPHONE? Is that possible

    Is there a reason you can't connect your iPhone to the same Wi-Fi network as your iPad?

  • Ipod touch 3rd generation will connect to my wifi for a few seconds and then nothing will load. help please?

    I have an ipod touch 3rd generation 64gb and it has iOS 5.1.1 and it will connect to my WiFi for a few seconds and then nothing will load. It says I have full connection bbut nothing works. I have 2nd generation ipod and it connects fine. Along with my laptop and xbox 360. I have tried downgrading it and restoring it from itunes. I also tried forgetting the network and inputting it myself but it sti does the same thing. I even tried resetting my wireless modem but it still didnt make a change. I really could use some help. I can't call apple cause im no longer under warranty.

    Reset the iPod and connect to its syncing computer.  It it shows in iTunes restore the iPod.
    Next see if placing the iPod in recovery mod will allow iTunes t see the iPod so you can restore the iPod.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • Sharing ethernet from Macbook pro to wifi for my iphone.

    Internet sharing has worked completely fine for me for about 3 weeks up until now.  Now, when I try to connect to the network on my iPhone, it connects for about a second, then drops connection. (This connecting and disconnecting happens rapidly if I stay on the Wi-Fi choice tab on my phone.)  The network shows 3 full bars for connectivity, however when I choose it and the flickering between "choose a network" and the actual network being chosen happens, the 3 bars become greyed out.  It jumps from the list of network up to appearing as the chosen network about 5 times than stops (ending up back on the list to choose from).  I'm not sure why this started.  I tried to connect my friend's tablet to the network and the same thing happened so I know it is a problem with my computer and not my phone.  I've restored and reset network settings on both my phone and macbook several times.  I just installed mavericks today in hopes that it might fix something but the same problem occurs.  My macbook is still able to connect to the internet just fine when sharing is turned on which leads me to believe that the ethernet cord I am using and the port on my macbook are perfectly fine.  I haven't seen any problems similar to the one I am having right now so I am trying to explain it the best I can.  Can anyone help me figure out what is going on and what (if anything) can be fixed?  Also, for the sake of providing all helpful information, I am on a college campus in a dorm room so messing with the router or modem or anything like that is not an option.  The reason I share the ethernet from my macbook to wifi for my phone is because the wifi from the college is horrible and I am forced to use up all of my data quickly while I am in my room unless I can get this sharing to start working again.  If anyone has an possible solutions or theories as to what is happening please let me know! Thank you!

    Hi Slickwill since you added Mavericks today its possible it is the problem. Read some helpful tips from OSX Daily
    http://osxdaily.com/2012/11/30/resolving-stubborn-wi-fi-connection-problems-in-m ac-os-x/

  • Creation of DSN for Text driver in Linux

    Hi,
    I have created the DSN for Microsoft Text driver in windows and i have used this DSN in my java program.
    I am having database of text files. These text file data is delimited by comma.
    I want to create DSN for Text driver in Linux for use of my java program.
    Could someone help me the process of creating the DSN in Linux.........
    Thanks
    Shiva

    darted wrote:
    http://forums.sun.com/thread.jspa?threadID=5304730&tstart=0
    Two of you with exact same issue? Hmmm....Either the same kid and it forgot its password or a classmate and both are incapable of using the search function.

  • How do i log in on a macbook air with out wifi for the first time

    How do i log in on a macbook air with out wifi for the first time

    More details needed.
    Otherwise just startup the computer and enter your password.
    New Mac?
    A new Mac comes with 90 days of free tech support from AppleCare.
    AppleCare: 1-800-275-2273
    Call AppleCare.
    Best.

  • Dual boot kali linux with windows 8

    i have ideapad y510p and i want to dual boot kali linux with windows 8 
    i want a full guide to do it please !!help!!!

    Hello,
    if you got problems with the kernel, you can try backbox-linux. The kernel there is newer. It is based on Ubuntu 12.04 LTS.
    Have a nice day
    thoschi
    LENOVO IDEAPAD Z710 59403383,i7-4700MQ,8 GB DDR3-RAM,1.920 x 1.080 Pixel,NVIDIA® GeForce® GT 740M,Hybrid (1 TB S-ATA + 8GB SSD)

  • I am unable to connect my mobile hotspot as wifi for ipad - Always dismiss

    I am unable to connect my blackberry mobile hotspot as wifi for ipad  but during connecting message comes as dismiss

    What router are you using? make/model/version
    What security type are you using? If it is WEP then symbolic (non hex) keys may be converted to hex in different ways by different operating systems. Is your laptop a Windows PC?
    If you are using WEP then drop it and move to WPA2. WEP has been deprecated by the WiFi alliance since 2004 as insecure (it can be hacked in seconds).

Maybe you are looking for

  • Ouput field is not getting displayed

    Hi All, I created an object type in BOB which gives me ernam field of MARA table on testing. I need to use that object type in the new workflow in which user inserts a material number and should get ernam (Created by) as an output field. I tied doing

  • Can't read photos after reinstalling operating system to iOS8 on  iPhone4

    I upgraded my OS to iOS8 on my iPhone4 and since then cannot read new photos as I try to copy images to my PC. Prior to that each time I took a new photo set with my iPhone it would create a new folder in DCIM (or added to the latest), so it was pret

  • APP store information

    Hello, sorry for posting in this section but i dont konw where to ask about this topic. Looking in the different app stores i saw there are some apps that aren´t avaible in some countries. For example in Costa Rica app store miss some apps that are a

  • Wifi on or wifi off

    What saves more battery wifi on or wifi off

  • Hyperion workspace log-in issue for only one (in Shared Services) active di

    Hi All, This is Raj, working as Hyp support analyst. I have big issue in Hyperion production environment. (version No. 9.3.1) Issue is, we had issues with TWO active directories of Hyperion Shared Servces which ad1 and ad2. We found that the TWO resp