Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Max Nikulin
On 02/02/2025 21:01, Rainer Dorsch wrote: root@outdoor:~# cat /etc/network/interfaces [...] auto wlan0 Is there a chance that "allow-hotplug wlan0" might help? I use NetworkManager for WiFi interfaces, so my remarks may have no sense. Simply ignore them that case. My expectation is that hot

Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Cindy Sue Causey
On Tue, 2025-02-04 at 07:05 +1100, George at Clug wrote: > Rainer, > > I believe others have responded. > > Just for my curiosity, Is Network Manager installed?  Would you be > able to use nmclli to set a static IP address? Or maybe systemctl ? I was going to respond with something similar yes

Re: WLAN with /etc/network/interfaces

2025-02-04 Thread Anssi Saari
George at Clug writes: > iptables (which I like), nftables (which I ask, Why?) For a few years now, well, almost a decade, iptables has been a hollow shell with nftables inside. Why nftables? Because it unifies firewall for ipv4, ipv6 and bridges, so we don't need to have separate iptables, ip6t

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread George at Clug
Rainer, I believe others have responded. Just for my curiosity, Is Network Manager installed? Would you be able to use nmclli to set a static IP address? Or maybe systemctl ? I find Linux Networking confusing, so many different systems for managing networking, for example /etc/network/interf

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread Frank Guthausen
On Sun, 02 Feb 2025 15:01:27 +0100 Rainer Dorsch wrote: > > I am trying to bringup the wifi network with an ipv4 address on a > Cubox-i automatically after boot. > > Manually, it works: > [...] > root@outdoor:~# ifdown wlan0 > [...] > ifroot@outdoor:~# ifup wlan0 > [...] > Any hint or advice is

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread Hans
Looks like your firmware is not available. For broadcomm cards there is an extra installer, which downloads it seperately. In Debian the firmware is not shipped in the repo, but an installer is shipped. Check for any broadcom related packages. Hope this helps. Best Hans > In the kernel messa

Re: WLAN with /etc/network/interfaces

2025-02-03 Thread George at Clug
Rainer, Apologies I cannot help you. I have been hoping someone might who is able to do so, would respond. I searched the Internet and it would seem you are not alone with this issue. Is network manager installed in your system? Is your system Debian 12 (Bookworm)?, I would presume so. He