Re: Kernel drivers RT2870

2023-02-14 Thread Jonathan Billings
> On Feb 14, 2023, at 11:42, Bill C wrote: > > I know I have used depmod -an and it searches for some time. My system is > broken though obviously, I used find to go through lib/modules and there was > no driver that everyone else can find. Specifically the rt2 driver. If you have the k

Re: Kernel drivers RT2870

2023-02-14 Thread Bill C
I know I have used depmod -a and it searches for some time. My system is broken though obviously, I used find to go through lib/modules and there was no driver that everyone else can find. Specifically the rt2 driver. On Mon, Feb 13, 2023, 4:34 PM Barry Scott wrote: > > > On 13 Feb 2023, at

Re: Kernel drivers RT2870

2023-02-13 Thread Jonathan Billings
On Feb 13, 2023, at 07:29, Ralf Corsépius wrote: > >> Am 13.02.23 um 04:35 schrieb Bill Cunningham: >> IDK if anyone is familiar with this series of legacy products/drivers or > > I am not familiar with these drivers, but AFAIS, they seem to be in Fedora's > kernel: > > # modinfo rt2800usb >

Re: Kernel drivers RT2870

2023-02-13 Thread Roger Heflin
insmod is the original low level way to do it and you need the full path and module filename. modprobe knows the correct kernel and knows where all modules are supposed to be install so should just work(assuming a depmod was run to build the name -> filename mappings). dmesg | grep -i rt28 and

Re: Kernel drivers RT2870

2023-02-13 Thread Barry Scott
> On 13 Feb 2023, at 19:12, Bill C wrote: > > When I use these tools I get nothing. I ran insmod, that would not install > anything. I was thinking there are a bunch of dependencies needed. I must > need to install more packages or I will try the live workstation later. I have always used mo

Re: Kernel drivers RT2870

2023-02-13 Thread Bill C
When I use these tools I get nothing. I ran insmod, that would not install anything. I was thinking there are a bunch of dependencies needed. I must need to install more packages or I will try the live workstation later. On Mon, Feb 13, 2023, 7:29 AM Ralf Corsépius wrote: > > > Am 13.02.23 um 04

Re: Kernel drivers RT2870

2023-02-13 Thread Ralf Corsépius
Am 13.02.23 um 14:08 schrieb Bill C: Ok, I see. That looks like them. Do you just use insmod? Probably - Definitely something worth trying. However, in my understanding, the driver should be autoloaded if it detects a suitable device. May-be the usb id of your device doesn't match with one

Re: Kernel drivers RT2870

2023-02-13 Thread Bill C
Ok, I see. That looks like them. Do you just use insmod? On Mon, Feb 13, 2023, 7:29 AM Ralf Corsépius wrote: > > > Am 13.02.23 um 04:35 schrieb Bill Cunningham: > > IDK if anyone is familiar with this series of legacy products/drivers or > > I am not familiar with these drivers, but AFAIS, they

Re: Kernel drivers RT2870

2023-02-13 Thread Ralf Corsépius
Am 13.02.23 um 04:35 schrieb Bill Cunningham: IDK if anyone is familiar with this series of legacy products/drivers or I am not familiar with these drivers, but AFAIS, they seem to be in Fedora's kernel: # modinfo rt2800usb filename: /lib/modules/6.1.10-200.fc37.x86_64/kernel/drivers/net/

Re: Kernel drivers RT2870

2023-02-12 Thread Samuel Sieb
On 2/12/23 19:35, Bill Cunningham wrote: IDK if anyone is familiar with this series of legacy products/drivers or not, but I am using of course F37. Now there is some nice source code and such with these drivers for this USB wifi antenna; but I just want to load a driver and go at it. I can't e

Kernel drivers RT2870

2023-02-12 Thread Bill Cunningham
IDK if anyone is familiar with this series of legacy products/drivers or not, but I am using of course F37. Now there is some nice source code and such with these drivers for this USB wifi antenna; but I just want to load a driver and go at it. I can't even get online now via linux. Does anyone