Search found 10 matches
- Sat Nov 21, 2009 6:34 pm
- Forum: Linux
- Topic: USB Soundcard Nightmares...
- Replies: 15
- Views: 41223
Re: USB Soundcard Nightmares...
It seems your using a package manager for installing oss. Usally the packages only contain the binary. To make the changes mentioned earlier you need to build and install oss from source. This however might not be easy if your not experienced with building from source.
- Sat Nov 21, 2009 7:48 am
- Forum: Linux
- Topic: USB Soundcard Nightmares...
- Replies: 15
- Views: 41223
Re: USB Soundcard Nightmares...
[BUILD DIRECTORY]/kernel/drv/oss_usb/ossusb_audio.c
- Thu Nov 19, 2009 6:33 pm
- Forum: Linux
- Topic: USB Soundcard Nightmares...
- Replies: 15
- Views: 41223
Re: USB Soundcard Nightmares...
kirby wrote:This worked like a charm. Thanks a lot, you are my hero.
It's not a proper fix in any way but it "works for me". I'm glad it works for you too.
Hopefully someone with the proper knowledge can solve this one for real later on.
- Thu Nov 19, 2009 6:19 am
- Forum: Linux
- Topic: USB Soundcard Nightmares...
- Replies: 15
- Views: 41223
Re: USB Soundcard Nightmares...
Try the work around mentioned in my previous post.
- Tue Nov 17, 2009 8:57 pm
- Forum: Linux
- Topic: USB Soundcard Nightmares...
- Replies: 15
- Views: 41223
Re: USB Soundcard Nightmares...
I got my usb device working by adding a true return value in the function write_control_value(...) in ossusb_audio.c. static int write_control_value (ossusb_devc * devc, udi_endpoint_handle_t * endpoint, int ctl, int l, unsigned int v) { return 1; PS. The latest usb related commit by Yair (870 / 500...
- Wed Oct 14, 2009 2:41 pm
- Forum: General Discussion
- Topic: PCM2902
- Replies: 6
- Views: 54525
Re: PCM2902
This is the information printed by the driver when enabling the disabled debug code. New audioctl device 1/0 - USB sound device Audio control interface header 2 related streaming interfaces: 1 2 1: play mix=4 target=3 ch=2/3 Input terminal type: 0101 Associated output 0x00 #chn 2 chconf 0003 2: outp...
- Tue Oct 13, 2009 10:30 am
- Forum: General Discussion
- Topic: PCM2902
- Replies: 6
- Views: 54525
Re: PCM2902
Is there something I can do to help track down the problem?
I've noticed that there are some blocks of code which is disabled by #if 0 that seems to be able to generate some debuging output.
I've noticed that there are some blocks of code which is disabled by #if 0 that seems to be able to generate some debuging output.
- Mon Oct 12, 2009 6:41 pm
- Forum: General Discussion
- Topic: PCM2902
- Replies: 6
- Views: 54525
Re: PCM2902
Yeah I gave alsa a try and it works.
- Sat Oct 10, 2009 7:40 am
- Forum: General Discussion
- Topic: PCM2902
- Replies: 6
- Views: 54525
Re: PCM2902
I've tried some more to get it working by using different play-alt values but the result remains the same. I also tried to enable the trace and mixer options in the usb configuration file without success. It seems that alsa should support this chip so I browsed their code for a while but I can't fin...
- Wed Oct 07, 2009 7:49 pm
- Forum: General Discussion
- Topic: PCM2902
- Replies: 6
- Views: 54525
PCM2902
I've built a usb soundcard around the pcm2902 ti burr-brown ic. It works like a charm in windows but I can't get it to work with oss. It seems to be found and the right devices created (pcm0, mix0, pcmin0). However if I try to playback I get the following errors in dmesg... Without vmix: Failed to s...