poing wrote: 
> Krisbee,
> 
> Many thanks! I wasn't aware of those threads. I'll start over.

I might have missed the obvious, but assuming your cubietruck is
actually booting, did you try to load any of the sound modules using
modprobe as root? E.g.:


Code:
--------------------
    
  modprobe sunxi-sndspdif
  
--------------------


and then use lsmod to confirm it's loaded:


Code:
--------------------
    
  lsmod | grep snd
  
--------------------


If that works, then as Triode's installer created a file to load certain
kernel modules on boot, you probably need something similar.  Can you
please post the output of the "lsmod" command here.


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to