Re: Can't find KiCad symbols

2024-01-20 Thread Sadeep Madurange
KiCad cache, by default stored > in “~/.cache/kicad”. This worked. Thanks! -- Sadeep Madurange PGP: 103BF9E3E750BF7E

Can't find KiCad symbols

2024-01-19 Thread Sadeep Madurange
Hi everyone, I installed kicad and kicad-library (7.0.10-1) using pacman. After I launch KiCad and create a new project, I can't find any symbols in the symbol browser. Appreciate it if someone could point me in the right direction to get this set up. -- Sadeep Madurange PGP: 103BF9E3E750BF7E

Re: WiFi regulatory domain changes between reboots

2023-11-27 Thread Sadeep Madurange
Hi Zerro, On 2023-11-26 14:17:15, Zerro wrote: > I have in /etc/conf.d/wireless-regdom the country code set to 'NL' > (uncommented in wireles-regdom). > > $ iw reg get > > global > country NL: DFS-ETSI >     (2400 - 2483 @ 40), (N/A, 20), (N/A) >     (5150 - 5250 @ 80), (N/A, 23),

WiFi regulatory domain changes between reboots

2023-11-24 Thread Sadeep Madurange
Greetings all, Recently I had an issue with connecting a 5GHz AP, and as Jaron correctly pointed out, the issue was with the regdomain. The problem I'm having now is the regdomain spontaneously changes between reboots. I'm in Singapore and I bought the laptop in Singapore. I am certain that my

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
l list P2P: channels: 81:1,2,3,4,5,6,7,8,9,10,11,12,13 P2P: cli_channels: Daemonize.. On 2023-11-16 19:10:43, Sadeep Madurange wrote: > On 2023-11-16 16:58:42, Severus wrote: > > Could you generate config with wpa_passphrase before? > > Sure, trying to connect with wpa_passphrase: &g

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
On 2023-11-16 16:58:42, Severus wrote: > Could you generate config with wpa_passphrase before? Sure, trying to connect with wpa_passphrase: $ wpa_supplicant -B -i interface -c <(wpa_passphrase gcat ***) outputs the following: Successfully initialized wpa_supplicant Could not read interface

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
Hi Severus, On 2023-11-16 15:39:49, Severus wrote: > Could you show wpa_supplicant's output instead? Is there anything particular you would like to see from wpa_supplicant? If I try to connect to gcat (SSID) by issuing the following command, it fails to connect with the error "wlp0s20f3: No

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
On 2023-11-16 10:06:17, Jaron Kent-Dobias wrote: > On Thursday, 16 November 2023 at 16:56 (+0800), Sadeep Madurange wrote: > > The AP is using frequency 5240MHz. This frequency is disabled on the > > T490 according to the output of iw list | grep -A 15 Frequencies:. > &

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
On 2023-11-16 09:28:34, Jaron Kent-Dobias wrote: > > However, running iw list | grep -A 15 Frequencies: on my T490 (which is > > the machine giving me the problem), I see the following output where > > 5GHz channels as disabled: > > > > [...] > > > > Does that mean anything to anyone? Thanks. >

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
Hi Ralph, On 2023-11-16 08:16:38, Ralph Corderoy wrote: > > Following is the result of journalctl | grep gcat: > ... > > Nov 16 09:22:09 asciimx network[809]: Starting network profile > > 'wlp0s20f3-gcat'... > > Nov 16 09:22:25 asciimx network[809]: Failed to bring the network up for > >

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Sadeep Madurange
Hi Jaron, On 2023-11-16 08:35:41, Jaron Kent-Dobias wrote: > I recommend checking that the regulatory domain of your laptop matches > that of the hotspot. When they don't match, the hotspot can advertise > on channels that are disabled on the laptop. > > The wiki has a note about this, as well

Can't connect to a 5GHz WiFi network

2023-11-15 Thread Sadeep Madurange
Greeting everyone, Since this Tuesday, my Arch machine, a ThinkPad T490, can't connect to a specific 5GHz WiFi network called gcat. The network is working fine because my work laptop, a ThinkPad X1 also running Arch, and my Android phone both connect to gcat just fine. Also, I can connect to a

Re: USBasp programmer not listed in /dev

2023-10-26 Thread Sadeep Madurange
On 2023-10-26 06:44:21, Sean Greenslade wrote: > Hi, Sadeep. > > The USBasp uses raw USB communication via libusb. It does not invoke any > kernel drivers that would create a /dev device. The presence of the > device in lsusb means it should be working. Go ahead and test it with > avrdude. Hi

USBasp programmer not listed in /dev

2023-10-25 Thread Sadeep Madurange
Greetings all, I am trying to connect an AVR programmer to Arch machine. I can't see it appearing under /dev. I found the vendor and product ids using lsusb. I think the device is 16c0:05dc: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 058f:9540 Alcor

[SOLVED] Recommended way to use software that depend on python2

2023-04-27 Thread Sadeep Madurange
On 2023-04-26 22:10:49, Matthew Blankenbeheler wrote: > Try this package and see if this fulfills you needs. > https://aur.archlinux.org/packages/esp8266-rtos-sdk. It should work with > python 3. > > On Wed, Apr 26, 2023, 9:58 PM Sadeep Madurange wrote: > > I am trying to se

Recommended way to use software that depend on python2

2023-04-26 Thread Sadeep Madurange
I am trying to setup ESP8266 toolchain [1] on Arch. The problem is that their SDK depends on python2. The aur package for python2 is marked as unmaintained. What is the recommended way to work with python2 on Arch? [1]:

Re: Microphone is not working with Microsoft Teams

2023-03-19 Thread Sadeep Madurange
On 2023-03-10 16:51:23, Sadeep Madurange wrote: > This is my office workstation, so I have to use Microsoft Teams... My > sound system is setup using ALSA and pipewire-alsa. I use Teams on > Chromium web browser. The problem is, the other end can't hear > anything I say. When I try

Re: Microphone is not working with Microsoft Teams

2023-03-13 Thread Sadeep Madurange
On 2023-03-13 12:38:56, L. Rose wrote: > > > On 13. Mar 2023, at 08:04, Sadeep Madurange wrote: > > > > I tried replacing pipewire-alsa with pipewire-pulse (based on Arch > > wiki), and installing them side-by-side as you recommended. Both these > > make the sou

Re: Microphone is not working with Microsoft Teams

2023-03-13 Thread Sadeep Madurange
On 2023-03-10 07:14:14, Jude DaShiell wrote: > have you tried starting up teams without microphone plugged in then > plugging in microphone to see what comes up as configuration > possibilities This is the built-in mic. On 2023-03-10 11:29:57, L. Rose wrote: > Did you consider installing

Microphone is not working with Microsoft Teams

2023-03-10 Thread Sadeep Madurange
This is my office workstation, so I have to use Microsoft Teams... My sound system is setup using ALSA and pipewire-alsa. I use Teams on Chromium web browser. The problem is, the other end can't hear anything I say. When I try to use Slack on the same browser, microphone is working fine. What is

Re: Libssl error with dotnet sdk

2023-03-09 Thread Sadeep Madurange
On 2023-03-09 15:57:41, Sadeep Madurange wrote: > On 2023-02-28 07:53:31, Markus Schaaf wrote: > > Am 27.02.23 um 10:55 schrieb Sadeep Madurange: > > > Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET > > > Copyright (C) Microsoft Corporation. All rights res

Re: Libssl error with dotnet sdk

2023-03-08 Thread Sadeep Madurange
On 2023-02-28 07:53:31, Markus Schaaf wrote: > Am 27.02.23 um 10:55 schrieb Sadeep Madurange: > > Microsoft (R) Build Engine version 16.7.2+b60ddb6f4 for .NET > > Copyright (C) Microsoft Corporation. All rights reserved. > >Determining projects to restore... &

Re: Libssl error with dotnet sdk

2023-02-27 Thread Sadeep Madurange
On 2023-02-27 14:00:13, Lone_Wolf wrote: > > On 27-02-2023 10:55, Sadeep Madurange wrote: > > I apologize in advance for the noise as this may well be an issue with > > dotnet. > > > > I'm trying to build a project that uses SDK version 3.1. > > You are using

Libssl error with dotnet sdk

2023-02-27 Thread Sadeep Madurange
I apologize in advance for the noise as this may well be an issue with dotnet. I'm trying to build a project that uses SDK version 3.1. When I ran the build command, I got the error "No usable version of libssl was found". Installing libssl-1.1 let me get past this error. But now I'm getting the

Re: Where can I get last source pkg for hylafax before it was dropped in 2021?

2023-01-27 Thread Sadeep Madurange
On 2023-01-26 20:16:35, David C. Rankin wrote: > On 1/26/23 17:35, Markus Schaaf wrote: > > > > https://github.com/archlinux/ > > > > It is either in svntogit-packages or svntogit-community. Find the commit > > that dropped the package and checkout the predecessor. > > I must not know how to

Re: [arch-general] ThinkPad X1 Carbon Gen 11 mic not working

2022-07-05 Thread Sadeep Madurange via arch-general
On 2022-07-05 10:08:28, Fons Adriaensen via arch-general wrote: > On Tue, Jul 05, 2022 at 10:25:14AM +0800, Sadeep Madurange via arch-general > wrote: > > > List of CAPTURE Hardware Devices > > card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []

Re: [arch-general] ThinkPad X1 Carbon Gen 11 mic not working

2022-07-04 Thread Sadeep Madurange via arch-general
:00:1f.3/skl_hda_dsp_generic/sound/card0/input32 On 2022-07-05 07:33:57, Iyán Méndez Veiga via arch-general wrote: > On Tuesday 5 July 2022 07:19:36 CEST Sadeep Madurange via arch-general wrote: > > Hi, > > > > Thanks for the advice. I tried installing pipewire as well as

Re: [arch-general] ThinkPad X1 Carbon Gen 11 mic not working

2022-07-04 Thread Sadeep Madurange via arch-general
Hi, Thanks for the advice. I tried installing pipewire as well as pulseaudio but none of them worked with default settings. I think the issue with ALSA. At this point I have reverted all the changes I made back to just plain alsa with sof-firmware. Looking at alsamixer, I have multiple mics

Re: [arch-general] ThinkPad X1 Carbon Gen 11 mic not working

2022-07-04 Thread Sadeep Madurange via arch-general
I tried installing pipewire but capture is still not working. So, I uninstalled pipewire again. Also, I removed the audiofix.conf from /etc/modprobe.d/. After deleting the file my LED lights for speaker and mic mute/unmute are working now. However, capture is still not working. After deleting

[arch-general] ThinkPad X1 Carbon Gen 11 mic not working

2022-07-04 Thread Sadeep Madurange via arch-general
Hello everyone, I installed arch 5.18.9-arch1-1 on a ThinkPad X1 Carbon Gen 11. Initially my speakers weren't working. Following the arch wiki, I installed sof-firmware and added the following to /etc/modprobe.d/audiofix.conf: options snd-hda-intel dmic_detect=0 options snd-hda-intel