I'm getting there, but needed to fiddle around to get the USB sound working so am feeding this back hoping it's helpful...
After setting up my wifi (and not clicking any other menu items), I had a look around and notice I'm not set up for usb sound in the menu config:
pi@JammaPiThingy:/etc $ grep usbsound /boot/menu.cfg
usbsound="no"
However the menu offers to disable it (rather than enable):
pi@JammaPiThingy:/etc $ grep toggleusbsound /home/pi/.attract/romlists/servMenu.txt
toggleusbsound;Disable USB Sound;servMenu;;;;;;;;;;;;;;
... and there isn't any 'live' asound.conf file. Just this one:
pi@JammaPiThingy:/etc $ ls -alrt asound*
-rw-r--r-- 1 root root 80 Feb 1 2018 asound.conf.onboard
When I look at that file, it actually looks like it's the USB settings, rather than onboard (card1)...
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
... so I renamed it to asound.conf, and USB sound works.
After setting up my wifi (and not clicking any other menu items), I had a look around and notice I'm not set up for usb sound in the menu config:
pi@JammaPiThingy:/etc $ grep usbsound /boot/menu.cfg
usbsound="no"
However the menu offers to disable it (rather than enable):
pi@JammaPiThingy:/etc $ grep toggleusbsound /home/pi/.attract/romlists/servMenu.txt
toggleusbsound;Disable USB Sound;servMenu;;;;;;;;;;;;;;
... and there isn't any 'live' asound.conf file. Just this one:
pi@JammaPiThingy:/etc $ ls -alrt asound*
-rw-r--r-- 1 root root 80 Feb 1 2018 asound.conf.onboard
When I look at that file, it actually looks like it's the USB settings, rather than onboard (card1)...
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
... so I renamed it to asound.conf, and USB sound works.