On 06/07/2013 09:14 AM, Ezequiel Garcia wrote: > Ale, > > Mmm.. > > On Thu, Jun 6, 2013 at 8:46 AM, "Alejandro A. Valdés" wrote: >> Sure. This is it: >> >> 0 [PCH ]: HDA-Intel - HDA Intel PCH >> HDA Intel PCH at 0xd0600000 irq 43 >> 1 [Controlle ]: USB-Audio - USB 2.0 Video Capture Controlle >> Syntek Semiconductor USB 2.0 Video Capture Controlle >> at usb-0000:00:1d.0-1.3, h >> >> > You should see an stk1160 mixer as explained here: > > http://easycap.blogspot.com.ar/2012/07/new-driver-for-easycap-dc60-stk1160.html > > Maybe you don't have the STK1160_AC97 kernel option selected? > Mind pasting me / attaching your kernel configuration somewhere? > > Remember, I'm aware there are some devices that don't have this audio > ac97 capability. > I'll try to look at adding it these days, it's an old issue so maybe > it's time to fix it! > Good evening, This is what I get from the modinfo output: ...:~$ modinfo stk1160 filename: /lib/modules/3.8.0-25-generic/kernel/drivers/media/usb/stk1160/stk1160.ko description: STK1160 driver author: Ezequiel Garcia license: GPL srcversion: AC183C925E13732B7F27543 alias: usb:v05E1p0408d*dc*dsc*dp*ic*isc*ip*in* depends: videobuf2-core,videodev,v4l2-common,snd,videobuf2-vmalloc,snd-ac97-codec intree: Y vermagic: 3.8.0-25-generic SMP mod_unload modversions 686 parm: i2c_debug:enable debug messages [i2c] (int) parm: debug:enable debug messages (int) parm: vidioc_debug:enable debug messages [vidioc] (int) parm: keep_buffers:don't release buffers upon stop streaming (bool) parm: input:Set default input (int) Besides, please find the kernel configuration file attached t this note. Seems that the STK1160_AC97 is already there (Ln 4151 AND SS). Thanks,