Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cannot drive the audio card, please help..: (3 Items)
   
Cannot drive the audio card, please help..  
The audio card on the PC is on the support list, use pci in terminal the result is : 

Class= Multimedia (RAM)---I don't know why is RAM, it should be Audio? 
VID= 8086H 
DID=3a3eh 82801JI, 

The support list said it can be drived by deva-ctrl-intel_hda.so. I have checked the deva-ctrl-intel_hda.so is in the /
lib/dll. so I try : 
io-audio -d intelhda in the terminal, but the /dev/snd fold is empty.. 
and I also try to add following command in the /etc/system/enum/devices/audio 
device(pci, ven=$(PCI_VEND_INTEL), dev=3A3E) 
append(legacy, ",noaudio") 
requires($(IOAUDIO_CMD),) 
waitfor(/dev/snd) 
mount("-Tio-audio -opci=$(index) /lib/dll/deva-ctrl-intel_hda",) 
after reboot the PC, there is no snd fold in /dev/ at all, 

Does this mean the audio card not supported?Or I made some mistake? 
Many Thanks in advance!

Jason
Re: Cannot drive the audio card, please help..  
Well, I think I made a mistake, the audio card is VIA VT1708S, so it is not supported, and the sound card I have are all
 not supported...like CMIcmi8738, VT1723.. anyone have the driver?? 
Or can I use out8 to output a serial of signals without driver, and the output can be monitored in a cilloscope? 

And on the other hand, can I use in8() to receive the analog signals directly?
How can I find the IO baseaddress for the out8/in8?

Thanks a lot!
Re: Cannot drive the audio card, please help..  
Well, I got confused again, according to the manual of the motherboard, the audio card is VIA VT1708S, so it is not 
supported, 
But I can only find the above vid and did information for a mutimedia with PCI -V, which shows is a audio controller but
 from intel corporation, why?