Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: alex_l on January 15, 2015, 11:20:40 AM

Title: Wyse Thin Client
Post by: alex_l on January 15, 2015, 11:20:40 AM
I am setting CorePlus on a Wyse Thin Client, with the goal of having it run Citrix Receiver; I've got the Receiver 13 installed (I can post the process, it's pretty easy once you get the right versions; I based my install on another post on this forum) but I'm having some issues with audio now. I loaded oss.tcz, and I get 2 adapters when I run cat /proc/asound/cards, but whenever I'm trying to do something it complains about no /dev/mixer. Did anyone else have this issue?
this is a Wyse Zx0D, runing Tiny Core 4.7.7; here's the cat /proc/asound/cards

 0 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xb5344000 irq 43
 1 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xb5340000 irq 16
Title: Re: Wyse Thin Client
Post by: curaga on January 16, 2015, 12:29:50 AM
You should only load one sound system, either OSS or alsa. Your post says you loaded both?
Title: Re: Wyse Thin Client
Post by: alex_l on January 21, 2015, 01:07:26 PM
yes, my bad, corrected that and added options snd-hda-intel id=SB index=1 to /etc/modprobe.conf and everything's good now. Thank you!