ArduPilot / companion

Companion computer startup scripts and examples
GNU General Public License v3.0
104 stars 164 forks source link

APSync on RPi2 - no WiFi #43

Open Avalonnw opened 6 years ago

Avalonnw commented 6 years ago

Hi, This is a copy of my message from here: https://discuss.ardupilot.org/t/apsync-on-rpi2-no-wifi/32529 Hopefully someone would be able to help. I have flashed an sd card with APSync and RPi2 boots with no problem (I can access it via SSH and I can see the web page). However, I can’t see wi-fi access point nor blue light in the dongle (Edimax EW-7811Un). I can setup clean raspbian and get wi-fi working (even in AP mode) on this Pi with this SD card and this dongle. I can’t do it with APSync for some reason though. If I try to build APSync using github instructions, I experience some errors during installation and eventually wifi dongle stops working sometime during installation. Please help!

auturgy commented 6 years ago

G’day Anton, do you know the chipset in wifi stick? If you type “lsusb” into the command line and copy the output into here it will help

Regards,

James

On 7 Sep 2018, at 12:31 pm, Anton notifications@github.com wrote:

Hi, This is a copy of my message from here: https://discuss.ardupilot.org/t/apsync-on-rpi2-no-wifi/32529 Hopefully someone would be able to help. I have flashed an sd card with APSync and RPi2 boots with no problem (I can access it via SSH and I can see the web page). However, I can’t see wi-fi access point nor blue light in the dongle (Edimax EW-7811Un). I can setup clean raspbian and get wi-fi working (even in AP mode) on this Pi with this SD card and this dongle. I can’t do it with APSync for some reason though. If I try to build APSync using github instructions, I experience some errors during installation and eventually wifi dongle stops working sometime during installation. Please help!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Avalonnw commented 6 years ago

Here is output of lsusb: Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub As I mentioned before, it works on clean raspbian.