Greg Erskine wrote: > Hi Jeff, > > I have a feeling it might happening on a Raspberry Pi 2B but not the > earlier Pi's. Interesting that the wireless adaptors are OK. > > My Raspberry Pi 2B > > Code: -------------------- > > 1137 root udhcpc -n -i wlan0 -x hostname Akkordion > 1186 root /sbin/udhcpc -b -i eth0 -x hostname box -p /var/run/udhcpc.eth0.pid -------------------- > > > > My Raspberry Pi B > > Code: -------------------- > > 1190 root udhcpc -n -i wlan0 -x hostname piCorePlayer3 > 1265 root /sbin/udhcpc -b -i eth0 -x hostname piCorePlayer3 -p /var/run/udhcpc.eth0.pid -------------------- > > > > I need to build a few more Pi's to confirm this pattern. > > I also need to go back to just piCore, to see if the problem is there > before we do anything to the code. > > If you want to follow the boot sequence: > > In Beta mode, Main page, click Diagnostics, select Boot. Scripts > dhcp.sh and wifi.sh (if loaded) are of main interest. > > regards > Greg
Hi Greg, This weirdness does happen on 1.19L as well, I remebered I had this trouble when I first used PiCorePlayer which was 1.19L however it went away. Good spot on the wlan, that is why it went away for me as I started using the wifi exclusively I had a few drop out (buffering) troubles so went back to wired. However here is what I have found this morning:- version 1.19L on RPi2 (clean) does exhibit the problem when using wired eth but it is inconsistent. I tried clean installs etc and multiple reboots but could not find a reproducable result, sometimes updating dns correctly sometimes not. Plugging in a cheap RT8118 wifi stick does appear to correct the problem but only sometimes. Version 1.21 on RPi B+ does seem to work correctly. version 1.21 on RPi2 (clean) does exhibit the problem when using wired eth but it is inconsistent. I tried clean installs etc and multiple reboots but could not find a reproducable result, sometimes updating dns correctly sometimes not. Plugging in a cheap RT8118 wifi stick does appear to correct the problem but only sometimes. I have looked at the scripts and enumerated the hostnames used and seem ok from /etc/init.d/dhcp.sh "/sbin/udhcpc -b -i $DEVICE -x hostname:$(/bin/hostname) -p /var/run/udhcpc.$DEVICE.pid >/dev/null 2>&1 &" tc@RPi2-121:~$ HOST=$(/bin/hostname) tc@RPi2-121:~$ echo $HOST RPi2-121 I'm a bit lost now ! FYI I have written around 12 img's to sdcard all have booted fine (written with W32 Disk Imager v0.9.5) Jeff *Players:* SliMP3, Squeezebox Classic x 3, SqueezePlayer (Galaxy TAB(Android)), PiCorePlayer on RPi 2 with Hifiberry DAC+ x 2 *Server:* Logitech Media Server Version: 7.9.0 - 1440747495 on Centos 7 VM *Plugins:* AutoRescan / BBCiPlayer / PlayHLS / PowerSave (Excellent !) / PowerSwitchIII *Remotes:* iPhone5 running iPeng8 / GalaxyTab 7 running Orangesqueeze / PC *Music:* 383GB, 1269 albums with 17756 songs by 4381 artists all FLACs / Last FM / Soundcloud ------------------------------------------------------------------------ Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
