moOde 4.2 RPiZeroW build experience - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: moOde 4.2 RPiZeroW build experience (/showthread.php?tid=307) Pages:
1
2
|
RE: moOde 4.2 RPiZeroW build experience - TheOldPresbyope - 08-17-2018 (08-17-2018, 05:45 PM)rlugli Wrote:(08-17-2018, 03:42 PM)Tim Curtis Wrote: The boot config looks ok but ifconfig output shows no WiFi adapter which suggests something external to moOde software for example a hardware or power supply issue. Hi, Roberto. Have you checked that raspbian isn't blocking WiFi? If WiFi is blocked, no wlan0 interface will appear. You can check using the Linux command "rfkill list wifi". If it reports like so Code: pi@moode:~ $ rfkill list wifi then you need to remove the soft block with the command "rfill unblock wifi". Your wlan0 interface should appear and rfkill should now report Code: pi@moode:~ $ rfkill list wifi This blocking may not be the source of your problem but it became an issue with initializing/configuring recent versions of raspbian because of their new-found obsession over WiFi country codes. Tim introduced some extra code in the moOde build to deal with it. If it does turn out to be the source of your problem then perhaps something in the initialization/configuration got mangled during your mixed build? (just a guess) Regards, Kent RE: moOde 4.2 RPiZeroW build experience - rlugli - 08-17-2018 (08-17-2018, 06:35 PM)TheOldPresbyope Wrote: Hi, Roberto.Hi Kent, thank you for your suggestion but it seems something more deep... No entry in the list concerning wireless lan, only bluetooth. Code: pi@Rpi0w-moode:~ $ sudo rfkill list wifi Roberto RE: moOde 4.2 RPiZeroW build experience - fedormil - 08-26-2018 Hi! Similar problem with RpiZeroW. I tried git config --global http.sslVerify false The problem did not resolve. I'm waiting for a solution. The construction costs. RE: moOde 4.2 RPiZeroW build experience - jujudusud - 08-28-2018 Hi all, New member of the forum, I am on the same build and the same problems. My solution consist on cloning git repository and build the components directly on the raspberry. after just comment all the lines in 'mosbuild' file. RE: moOde 4.2 RPiZeroW build experience - TheOldPresbyope - 09-24-2018 (09-23-2018, 04:57 PM)Booster2ooo Wrote: Hello, Sorry, I'm on my way out the door, so can't help debug now, but look at your git messages Code: * Couldn't find host github.com in the .netrc file; using defaults For whatever reason with your DNS service, your system is trying to clone from 192.30.253.113 Here's what I get when I try that from the command line Code: kreed@T520 ~/Downloads/MoodeAudio/junk $ git clone 192.30.253.113/Joshkunz/ashuffle.git Regards, Kent |