netgear wna3100 not supported by linux?

2023-01-09 Thread lsg
i've searched Internet, it doesn't seem supported by linux?? too bad

Re: netgear wna3100 not supported by linux?

2023-01-09 Thread Mark Fletcher
On Mon, 9 Jan 2023 at 09:46, lsg wrote: > i've searched Internet, it doesn't seem supported by linux?? too bad > > Looks like you need to use ndiswrapper with the windows drivers to get it to work. Saw that on an Ubuntu forum but what’s good for the gander is often good for the goose… Mark

Re: netgear wna3100 not supported by linux?

2023-01-09 Thread lsg
On 1/9/23 17:51, Mark Fletcher wrote: Looks like you need to use ndiswrapper with the windows drivers to get it to work. Saw that on an Ubuntu forum but what’s good for the gander is often good for the goose… Mark Thank Mark! i've been directed to Ubuntu forum too, it's too complicate

Re: Why Debian packaging structure is so difficult

2023-01-09 Thread Roberto C . Sánchez
On Mon, Jan 09, 2023 at 11:50:23AM +0530, Sadhu Santh wrote: > Hi, > > I am hosting a local Debian mirror for my LAN. This helps in low internet > bandwidth use. > > I keep only the required distributions (past five years and testing > release). > > Compared to other distributions such ArchLinux

Re: Why Debian packaging structure is so difficult

2023-01-09 Thread Charles Curley
On Mon, 9 Jan 2023 07:18:53 -0500 Roberto C. Sánchez wrote: > The best solution, IMHO, is to mirror using a tool that is aware of > the specific structure of apt repositories. Personally, I have had > excellent success with apt-cacher-ng, which functions much like a > squid proxy. You configure

Re: how do I stop FF from jumping workspaces when I click on a linkin t-bird

2023-01-09 Thread Andreas Rönnquist
On Sun, 8 Jan 2023 19:24:15 -0500, gene heskett wrote: >On 1/8/23 14:12, Andreas Ronnquist wrote: >> On Sun, 8 Jan 2023 12:40:05 -0500, >> gene heskett wrote: >> >>> it is most inconvenient to have it jump workspaces and open the link on top >>> of the tbird screen. >>> >> >> Which desktop

Re: Why Debian packaging structure is so difficult

2023-01-09 Thread Celejar
On Mon, 9 Jan 2023 07:35:18 -0700 Charles Curley wrote: > On Mon, 9 Jan 2023 07:18:53 -0500 > Roberto C. Sánchez wrote: > > > The best solution, IMHO, is to mirror using a tool that is aware of > > the specific structure of apt repositories. Personally, I have had > > excellent success with ap

Re: How can I check (and run) if an *.exe is a DOS or a Windows program?

2023-01-09 Thread Michael Stone
On Sat, Jan 07, 2023 at 11:33:44AM +, Ottavio Caruso wrote: $ file test2/sm/SM.EXE test2/sm/SM.EXE: MS-DOS executable, MZ for MS-DOS Which makes me think it's DOS but it could be a false positive. Nope, that's it. If it was windows it would say something like "PE32+ executable (GUI) x86-6

Re: X11 and hot-plugged keyboards and multiple layouts

2023-01-09 Thread Anssi Saari
Nicolas George writes: > Nicolas George (12020-02-19): >> 8<8<8<8< xi2watch.c >8>8>8>8 > > Hi. > > I am replying to my own mail of three years ago where I explained how to > configure X11 to set different layouts on different keyboards and handle > hot-plug

Re: Disable systemd RDRAND usage

2023-01-09 Thread operation . privacyenforcement
Thank you very much! On 1/8/23 19:43, Greg Wooledge wrote: On Sun, Jan 08, 2023 at 07:06:03PM +0100, operation.privacyenforcem...@secure.mailbox.org wrote: Hello, I want to set SYSTEMD_RDRAND=0 as implemented here https://github.com/systemd/systemd/issues/17112 How can this be done on Debian

why rfkill not list my wifi device

2023-01-09 Thread lsg
according to web page by expert, rfkill without options shall list wireless device, but it shows nothing though my wifi adapter is active in buster

Python curses

2023-01-09 Thread paulf
Folks: I'm trying to write some code in Python's curses module. I've run into common curses items like A_NORMAL which don't exist. When I do a print(curses.version), it shows "b 2.2". This tells me that the Debian (testing) version of python curses is version 2.2. The documentation for python curs

Re: why rfkill not list my wifi device

2023-01-09 Thread Charles Curley
On Tue, 10 Jan 2023 11:51:54 +0800 lsg wrote: > according to web page by expert, rfkill without options shall list > wireless device, but it shows nothing though my wifi adapter is > active in buster > What hardware? A suitable lspci list might help. Mine shows: root@jhegaala:~# rfkill ID TY

Re: why rfkill not list my wifi device

2023-01-09 Thread lsg
On 1/10/23 12:25, Charles Curley wrote: What hardware? A suitable lspci list might help. Mine shows: root@jhegaala:~# rfkill ID TYPE DEVICE SOFT HARD 0 bluetooth tpacpi_bluetooth_sw blocked unblocked 3 wlan phy2unblocked unblocked root@jhe

Re: why rfkill not list my wifi device

2023-01-09 Thread Leandro Noferini
lsg writes: > On 1/10/23 12:25, Charles Curley wrote: > it’s usb wifi adapter, lsusb shows > > Bus 001 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS > 802.11n > Wireless Network Adapter > > rfkill shows nothing I think for this adapter you need to use the dkms kernel modules:

Re: why rfkill not list my wifi device

2023-01-09 Thread lsg
On 1/10/23 14:51, Leandro Noferini wrote: I think for this adapter you need to use the dkms kernel modules: – Ciao leandro Thank Leandro! dkms has been installed root@debian:~# apt install dkms Reading package lists... Done Building dependency tree

Re: why rfkill not list my wifi device

2023-01-09 Thread Alexander V. Makartsev
On 10.01.2023 09:54, lsg wrote: Thank Charles! it's usb wifi adapter, lsusb shows Bus 001 Device 005: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter rfkill shows nothing For this adapter, according to Wireless Wiki [1], you should use universal driver

Re: why rfkill not list my wifi device

2023-01-09 Thread lsg
On 1/10/23 15:26, Alexander V. Makartsev wrote: For this adapter, according to Wireless Wiki [1], you should use universal driver "rtl8xxxu". See if it was loaded:     $ sudo lsusb -t Check out the logs for relevant messages:     $ sudo grep -iE "rtl|firmware" /var/log/syslog This should giv