=== Eickmeyer changed the topic of #ubuntustudio to: Ubuntu Studio Support | Active TZ: UTC -0700 | Offtopic in #ubuntustudio-offtopic | Ubuntu Studio 20.04 LTS is out! https://ubuntustudio.org/2020/04/ubuntu-studio-20-04-lts-released/ | Supported Releases: 20.04 LTS | Pastes to https://paste.ubuntu.com | Please be patient and see https://help.ubuntu.com/community/UbuntuStudio if no one is around. === Eickmeyer changed the topic of #ubuntustudio to: Ubuntu Studio Support | Mostly active 1500-0300 UTC | Offtopic in #ubuntustudio-offtopic | Supported Releases: 20.04 LTS | Pastes to https://paste.ubuntu.com | Please be patient and see https://help.ubuntu.com/community/UbuntuStudio if no one is around. [21:43] Hello! I am trying to record using an usb to guitar cable but it volume is way too high it instantly clips [21:44] I tried to lower the input using alsamixer but it says that it's already at 0db [21:55] I'm trying to record on Ardour if that's of any help. [22:35] usb to guitar cable? iassume there'd have to be some chipset on the usb connector to make that possible. [22:35] is it some special cable then? [22:37] Yes, there's a small chip I believe [22:37] But no volume controls or anything of the sort [22:37] I have always recorded with it without problems until now. [22:38] so what else changed between "always recorded with it without problems" and "now"? [22:39] Honestly, just time, I have not recorded in about a month, I haven't really made any changes. [22:39] software updates? different operating system? different operating system version? different computer? [22:39] Maybe the updates Ubuntu Studio gets, but other than that, nothing. [22:40] and the guitar was the same, too? [22:40] did you double check both connectors? [22:40] tried a different usb port [22:42] Yes, same guitar. I noticed while checking the sound settings that when I turn up the volume (?) input: microphone - USB PnP the actual level doesn't change and lowering it to nothing doesn't change either, it basically goes from on to off. [22:42] OvenWerks: ^^^^ [22:42] I'll check that right now [22:42] If it's instantly clipping, that screams hardware problem. [22:45] Yeah, just checked that and all it's good, same on the all the usb ports [22:49] alsainput: what's 'all good'? are you saying you replugged the usb and it's working now? [22:51] Sorry. I tried all three usb ports and the problem is still there on all three ports. I tried with a guitar, bass and electric violin and the same problem. I tried the instruments with a regular amp to see if they could be the problem but it was all good. [22:57] the bug report has just quit [23:14] Sorry, got disconnected. [23:17] Is there anyway I can regulate the input levels from that device? [23:19] Input: microphone? [23:20] No, the usb input [23:23] I've also noticed another problem, jack only picks up audio from the built-in microphone. It doesn't pick up any sound if I connect an external microphone [23:24] so alsamixer -> F6 -> change device to usb device -> F4 what is the cature level? [23:24] how are you starting jack? jack is on it's own a one audio device application) [23:25] Capture is 0 and still picking up sound [23:25] I start jack through qjacktl [23:25] qjackctl* [23:25] qjackctl will only allow one device at a time. [23:26] that is normal [23:26] Okay, yes but I'm just plugging a microphone on audio input (non usb) of my laptop, shouldn't that work? [23:27] for profesional audio, all audio devices need to be forced to be the same clock. [23:28] I honestly don't understand. [23:28] if you have tried to set qjackctl to use different devices for in and out... then the internal input will no longer work. [23:29] in a terminal this is all on one line: [23:29] cd /tmp && wget https://community.ardour.org/files/adevices.sh && bash ./adevices.sh |pastebinit [23:29] This is why Ubuntu Studio Controls exists. [23:29] !ubuntustudio-controls [23:29] Ubuntu Studio Controls is the application through which audio is configured in Ubuntu Studio. It configures Jack, sets the CPU governor, and ensures the user has realtime audio permissions. For more info, see !jack and https://help.ubuntu.com/community/UbuntuStudio/UbuntuStudioControls [23:29] it will give a url paste that url here [23:30] But it is working. I have system -> capture_1 and capture_2 (this are the internal mic). I also have alsa_in -> capture_1. They both work if I connect the to system - [23:30] system -> playback* [23:31] Ok so you can put a mic in and connect system capture to system:playback and can then hear the mic in output? [23:31] https://paste.ubuntu.com/p/FM68HR5RKH/ [23:32] ahh, you are trying to use alsa_in [23:32] That should be able to work. [23:33] Let me explain better. [23:35] That setup looks reasonable. [23:35] I can use alsa_in capture_1 and get output. I can connect system capture_1 and get ouput. I can connect both alsa_in and system and get output from both of them at the same time. Problem is if I plug in a microphone in the microphone 3.5mm input of my laptop it won't work, the built in microphone of the laptop will still be working instead of being [23:35] "overriden" by the plugged in mic. [23:36] OK [23:36] That sounds like a mixer problem. [23:37] in alsamixer F6 to HDA/PCH [23:37] F4 [23:37] (And I don't use Ubuntu Studio Controls because I usually have this buzzing feedback sound that is very low in volume, but when I use Ubuntu Control the constant buzzing sound turns into a beeping like sound that is heard in recordings) [23:38] I have a level for both front mic and rear mic [23:38] (no worries about using qjackctl and alsa_in [23:38] I have for mic boos capture and internal mic boost [23:38] it sounds like that is not a problem and working correctly [23:39] do you have an Input source switch? [23:40] No, I don't [23:40] Do any of the controls for capture have a ------- at the bottom of the level control? [23:41] Maybe a screen shot of the window alsamixer is in would help. [23:41] Yes, I'll upload one [23:43] https://imgur.com/a/WGUpDVK [23:48] So only the one capture, no switches. hit F3. Sometimes alsa has extra capture controls in with playback [23:49] Whole list: master, headphones, speaker, pcm, mic, mic boost, s/PDIF, beep, automute, loopback and mute-led [23:50] Just added the image https://imgur.com/a/WGUpDVK [23:51] That looks like the same one as before [23:51] Below is the new image [23:51] https://imgur.com/Si6bcZT [23:51] Sorry, sent the same link. [23:52] Ok, nothing in alsa [23:52] That I can tell [23:53] if jack is not running, does a plugged in mic show up in pavucontrol? [23:54] Let me close everything [23:54] sorry [23:54] It's okay haha [23:56] Give me one moment [23:57] OvenWerks: btw, your explanation and solution works like a charme. Pretty happy. [23:57] i also switched to ubuntustudio-controls as adviced, and as of now that works very well too. including carla-patchbay (?) [23:58] n4dir: sounds good. [23:58] glad i asked.