Search found 90 matches
- Fri Aug 16, 2019 8:55 pm
- Forum: Hardware Support
- Topic: which Wireless card would you choose for Mint? - customizing a laptop
- Replies: 1
- Views: 715
which Wireless card would you choose for Mint? - customizing a laptop
Hi, im trying to buy a dell customized laptop and i wonder which Wireless card would be better in terms of compatibility with Mint, and in case both are fully compatible which one would you choose and why? A) Qualcomm QCA61x4A 802.11ac Dual Band, 2x2, Wireless Adapter + Bluetooth 4.2 B) Intel® Wi-Fi...
- Thu Jan 31, 2019 11:10 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
i bought an usb logitech headset H390, i dont want to break the system, in the future when the LTS period ends, i will fresh install the last Mint LTS release, and with that updated kernel, i will try, thanks a lot for your help! it was turning into sth personal, that i want to fix that. humans are ...
- Tue Jan 29, 2019 11:49 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
Alright. I went back through this thread to re-read everything to see if there is anything I may have missed and I think I may have stumbled onto something worth trying. In GNOME Alsa Mixer or QasMixer, tick the boxes for HP/Speaker and HP/Speaker Auto Detect . Now take the crazy step of.... wait f...
- Fri Jan 25, 2019 6:56 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
To add to my confusion. From the source code: #define AC_PAR_AMP_IN_CAP 0x0d Now I know that param can have 2 settings (at least) so what does 0x0d mean? Other than the defines, there's almost nothing else about the params in the source code nor the headers. :evil: i think its just a constant, that...
- Fri Jan 25, 2019 6:40 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
AMP_IN_MUTE() seems to be a function that returns sth but i cant find its definition, it must be imported from some utils package
http://140.136.149.249/lxr/source/the-t ... cal.h#0455
http://140.136.149.249/lxr/source/the-t ... cal.h#0455
- Fri Jan 25, 2019 6:28 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
Notice on the page I liked how they turn it off then on like this: - {0x29, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, - {0x29, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)}, I wonder if trying it that way might help you, assuming we're doing it to the correct node. [/quote] i need to take a look at h...
- Fri Jan 25, 2019 6:21 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
Here's a question I have for you. Take the most recent example: emi@Machine~ $ sudo hda-verb /dev/snd/hwC0D0 0x10 SET_AMP_GAIN_MUTE 0x64 How do you determine that 0x64 is something worth trying? In the little I've been able to find, I have found posts saying you can use numbers or words, but nowher...
- Wed Jan 23, 2019 10:08 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
cat /sys/class/sound/hwC0D0/init_pin_configs
Code: Select all
0x0b 0x01014010
0x0c 0x014580f0
0x0d 0x014570f0
0x0e 0x01c530f0
0x0f 0x0221401f
0x10 0x02216011
0x11 0x02012014
0x12 0x37a791f0
0x13 0x908700f0
0x18 0x500000f0
- Wed Jan 23, 2019 10:07 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
its marked with the mic simbol, and function as a mic a lot of years ago when this machine has windows....This just confuses me more!! Is it IN or OUT? Is it a multi-jack?
- Wed Jan 23, 2019 10:02 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
are you using a different version of hda-verb than me?
cause i dont have that parameter, and itrs not listen in the source code i posted. from where did you get hda-verb?
No key matching with 'AMP_IN_UNMUTE'
cause i dont have that parameter, and itrs not listen in the source code i posted. from where did you get hda-verb?
No key matching with 'AMP_IN_UNMUTE'
- Wed Jan 23, 2019 7:40 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
- Wed Jan 23, 2019 7:38 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
emi@Machine~ $ sudo hda-verb /dev/snd/hwC0D0 0x10 SET_AMP_GAIN_MUTE 0x64 nid = 0x10, verb = 0x300, param = 0x64 value = 0x0 emi@<Machine~ $ sudo hda-verb /dev/snd/hwC0D0 0x11 SET_AMP_GAIN_MUTE 0x64 nid = 0x11, verb = 0x300, param = 0x64 value = 0x0 using 0x64 in both node ids 10 and 11, cant get mi...
- Wed Jan 23, 2019 7:34 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
problems excecuting the command emi@machine~ $ sudo hda-verb /dev/snd/hwC0D0 0x10 SET_AMP_GAIN_MUTE AMP_IN_UNMUTE No key matching with 'AMP_IN_UNMUTE' No key matching with 'AMP_IN_UNMUTE' sudo hda-verb -L known verbs: GET_STREAM_FORMAT GET_AMP_GAIN_MUTE GET_PROC_COEF GET_COEF_INDEX PARAMETERS GET_CO...
- Wed Jan 23, 2019 7:31 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
node 0x11 responds too, to mic plug unplug
- Wed Jan 23, 2019 7:27 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
i have tried all hexa combinations, and it works for pin 0x10 plugging and unplugging mic... but in cat /proc/asound/card*/codec\#* is described as Node 0x10 [Pin Complex] [Jack] HP Out at Ext Front emi@machine~ $ sudo hda-verb /dev/snd/hwC0D0 0x10 GET_PIN_SENSE 0 nid = 0x10, verb = 0xf09, param = 0...
- Wed Jan 23, 2019 7:20 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
I'm trying to learn some of this hda-verb stuff to possibly help you with that. I might actually learn enough to be helpful before Mint 23 comes out! :mrgreen: Anyway, I've learned one thing and it will help to determine the NID for you. In this case, you believe 0x07 is the correct NID, and you ca...
- Wed Jan 23, 2019 7:06 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
MrEen thanks a lot! i was out of town, i will try those! at this point i want to learn hda-verb too!
- Thu Jan 17, 2019 11:08 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
i think the node is 0x07 as running python run.py --monitor from HDA analyzer produces this output when unplugging and plugging the mic ====================================== Diff for codec 0/0 (0x11020011): --- +++ @@ -60,17 +60,17 @@ PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0x1e]: ...
- Thu Jan 17, 2019 10:26 pm
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900
Re: Cant Use External mic, using hw mic jack
I've been watching the progress over there. Not looking hopeful yet. I'd like you try something. Suspend the computer then wake it up and test the mic. This worked for audio out for one user here: https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/snd-hda-intel-with-ca0132-jack-se...
- Tue Jan 15, 2019 10:55 am
- Forum: Sound, Multimedia, & Codecs
- Topic: Cant Use External mic, using hw mic jack
- Replies: 84
- Views: 3900