Skip to main content

New answers tagged

0 votes
Accepted

Install drivers for intel 7265 from source fails. How to fix?

I've got it working now. It looks like it was a matter of getting the correct configuration. 20251021 I ran a git pull on the backports-iwlwifi repo Everything subsequent was done from the main branch....
FIREBAAT's user avatar
-3 votes

/etc/resolv.conf no such file or directory (but it exists!)

It might be that you used inet_addr() and did not include all three include files the man page says to use.
Michael Moore's user avatar
2 votes

kernel panic after suspend starting from kernel 6.16

Oct 15 16:35:12 Lisa kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000 Oct 15 16:35:12 Lisa kernel: #PF: supervisor instruction fetch in kernel mode Oct 15 16:35:12 Lisa kernel: #...
forest's user avatar
  • 3,175
2 votes
Accepted

USB Wi-Fi dongle not able to connect to network

Hard blocked: yes from your rfkill list indicates the WiFi was switched off somehow. Either an ad hoc key, a FN key combo or something else managed by the firmware (UEFI). In an attempt to disable ...
ChanganAuto's user avatar
2 votes

Automatically connect to ethernet when available

I've written a bash script to help with this: https://github.com/waltinator/net-o-matic It watches the connection, and when the connection drops, does a user-specified thing to try to reconnect or do ...
waltinator's user avatar
  • 6,876
0 votes

Configuring BCM4360 (MacBook Air) on FreeBSD to connect to WiFi

i dont know if the reasons these dont work are due to strict adherance to licensing agreements where linux bends the rules i just simply cant say: For Example: APPLE HARDWARE: CS8409/CS42L83 - I2S/...
Anthony Robert Brown's user avatar
3 votes

Are there any options for the nmcli command that outputs the SSID of a wifi including, if present, trailing spaces?

I have to manage the output of the command nmcli by a Python script. No you don't. Python can directly access NetworkManager's API in several ways. For example, you can call libnm through pygobject: ...
grawity's user avatar
  • 15.1k
4 votes
Accepted

Are there any options for the nmcli command that outputs the SSID of a wifi including, if present, trailing spaces?

By this post I have found the option --get-value of the command nmcli. For an explanation of the option see the documentation of the command nmcli. By this option I can specify what fields must be ...
User051209's user avatar
3 votes

Are there any options for the nmcli command that outputs the SSID of a wifi including, if present, trailing spaces?

Have you tried the -m multiline option? It lists all fields as name and value, and I would hope that trailing blanks should be preserved. I'm not sure about leading blanks in field values, as it's not ...
Hans-Martin Mosner's user avatar
1 vote

New Debian 12 Install - No Wi-Fi adapter found (Intel Comet Lake PCH CNVi WiFi)

After struggling with this for a long time and getting tired of always having to wire in, I replaced the wifi chip on my laptop. That fixed it.
Hackerman's user avatar
1 vote

wlan0 state remains down after setting ip to static

Where am I going wrong? Everything I've read says that it should be working. You didn't connect the physical link. You're also confusing two different kinds of 'up/down'. If you look closely, the ...
grawity's user avatar
  • 15.1k
2 votes

wlan0 state remains down after setting ip to static

I think that on Raspberry pi OS, the system use NetworkManager and so do not consider your change in /etc/network/interfaces. So the easiest way is to configure your interface through NetworkManger (...
Manah's user avatar
  • 21

Top 50 recent answers are included