Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines
No wifi access

How do i over come this issue. I cannot find the SD card on my wifi anymore since downloading the program.
Post edited by Ljk on
Best Answer
-
da3v TAVARESPosts: 6
Thanks!
After learning that formatting solved the wifi issue, I tried just deleting the SD_WLAN directory, ejecting, plugging the card back in, and the hidden SD_WLAN directory was restored. I diffed the restored CONFIG against the latest from github, and the differences were:- Github had linux line endings, restored had MSDOS (possibly irrelevant)
- CID and VERSION were slightly different
- Github had the UPLOAD, WEBDAV, and APPAUTOTIME lines.
I used nano to edit the restored CONFIG in place, adding the UPLOAD, WEBDAV, and APPAUTOTIME lines. Nano left everything with MSDOS line endings (possibly irrelevant)
I used command line to copy the List.html file to the card, skipping the make visible step, and now my card works as an access point, serving up all of the goodness that is Downrush. Yay!!!
Answers
the download and dr folder itself surely cant harm the wifi connectivity.
either some system files got deleted on the sd card or you are too far away, too many network interceptions, .. wifi connectivity is not stellar, i get drop outs sometimes, would not use it on stage. close distance seems to help..
I am also seeing this issue, with two different flashair cards. They were both working access points before I copied the files over, and now neither of them are showing up as access points, but both still work as SD cards. I am not sure if the problem is due to all of the hidden .trashes and thumbnail files that OS X loves to add, or if the SD_WLAN/CONFIG from the github repository is incompatible with my cards (Toshiba w-04, 16gig and 32gig). I did try plugging, unplugging, turning it off and on again, waiting etc. The Toshiba flashair tool currently does not recognize the cards. I didn’t try the tool until after the second failure, so I don’t know if it would have recognized them in the first place. My next step is to get a 3rd card, and set it up using a Windows machine, after making a backup of the card’s config. Any other suggestions?
Just to let you know mine is working perfectly.
I have W-04 64GB and newest mac os.
To use 64GB I had to format the card with FAT32 but even after that Toshiba App recognized the card without problem.
May be you can format the card using disk utility in your mac and see how it goes ?
Everytime i format my 64gb w-04 card it shows up on wifi. Its untill i follow steps and add the DR and CONFIG file it does not give wifi.
havent tried yet with a newer Downrush version, will do later. guess there is something wrong with the CONFIG files.
https://www.flashair-developers.com/en/documents/api/config/
I believe this is the most recent downrush.
Mine is working well with those files.
https://github.com/jamiefaye/downrush/releases/tag/1.0.1
That is the same problem i have, has anyone managed to figure out why this is happening?
I just ran an experiment and determined that when you use Windows 10 to setup your FlashAir card, something can cause the CONFIG file to be rewritten using Linux line endings (which are 'line feed' characters, hex 0x0A). The FlashAir operating software does not recognize this convention and then refuses to bring up the WiFi service. FlashAir wants to see "carriage return/line feed' endings, hex 0x0D, 0x0A). I am looking into how to remedy this. *** STAY TUNED ***
The problem seems to be with github. They are changing my line-ending without my consent.
I figured out how to stop Github from changing the CONFIG file behind my back. See the release announcement in this forum for more.