Re: [9fans] Wifi Firmware "does not exist", but it does.

2023-03-21 Thread Yury Chumak
Same situation with the same wifi-card. % pci -v ... 3.0.0: net 02.80.00 8086/08b1 4 0:a314 8192 Intel Corporation Wireless 7260 Firmware added and kernel rebuilded. Command: % aux/wpa -p2 -s vega3 /net/ether1 asking password, returns '!' and exits. But next command ip/ipconfig returns:

Re: [9fans] Wifi Firmware "does not exist", but it does.

2023-03-22 Thread Yury Chumak
?? In order to switch from one essid to another without reboot.. 2. Also found that factotum doesn't save added keys and they are lost after reboot. What is not configured?? How to decide and which way to look?? вт, 21 мар. 2023 г. в 16:13, Jacob Moody : > > On 3/21/23 05:24, Yury Chumak wrote: &g

Re: [9fans] Wifi Firmware "does not exist", but it does.

2023-03-22 Thread Yury Chumak
Thanks for the advice - will dig into it =)) ср, 22 мар. 2023 г. в 12:18, Skip Tavakkolian : > > Regarding questions #2, see secstore(1) > > http://p9f.org/magic/man2html/1/secstore > > On Wed, Mar 22, 2023, 3:04 AM Yury Chumak wrote: >> >> Thank you for last

Re: [9fans] Wifi Firmware "does not exist", but it does.

2023-04-09 Thread Yury Chumak
сб, 8 апр. 2023 г. в 19:16, Ravi Raj : > > Hi > > First command yields some sort of fingerprint. > Second command yields no output. > > Thanks > rraj > 9fans / 9fans / see discussions + participants + delivery options Permalink If output of second command empty then addition firmware was not

Re: [9fans] Wifi Firmware "does not exist", but it does.

2023-04-05 Thread Yury Chumak
Try: pci -v Also check wether firmware placed in fact: paqfs /boot/bootfs.paq lc /n/paq/lib/firmware ср, 5 апр. 2023 г. в 20:06, Ravi Raj : > > Hi > > Recompiled & Re-installed the kernel after placing firmware file in > /lib/firmware. Though still the message firmware file not found is there.

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Yury Chumak
In some cases, you can place the code of your project on a Linux machine, then mount the directory containing it from 9front (nfs, 9p .. whatever is more convenient for you). Then, to build, go there (at 9front side): % cd /n/ext_linux_server/my_src/ % mk So you may work with the code at Linux