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 side, in the usual way and with
the usual tools ..

чт, 15 июн. 2023 г. в 18:52, :
>
> I run 9front with QEMU and i want to make some changes to it from source and 
> than build it and run it on qemu. How do I build it on linux with no mk?
> 9fans / 9fans / see discussions + participants + delivery options Permalink



-- 
Sphynkx

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T5b2523de4ef223e9-M185fbf893cdf04d049177a89
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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
applied and kernel doesn't see any firmware. Try to compile kernel not
with single command "mk install" and sequentially:
mk clean
mk
mk install
After finish reboot system (maybe twice). After reboot check /lib/firmware



-- 
Sphynkx

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9b33abcfc0b8784b-M26334a6ef4e0cf6c9263ee2d
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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.
>
> bind command did not yield any output, aux/wpa command returns command usage 
> option, ip/ipconfig says no success with DHCP. cat /net/ether0/ifstats yields 
> non-understandable output!
>
> /net directory contains only ether0 & not ether1. How to determine 
> essid/bssid?
>
> Able to ping only host machine.
>
> Thanks
> rraj
> 9fans / 9fans / see discussions + participants + delivery options Permalink

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9b33abcfc0b8784b-M2a1e5fca28ab7cf46daaa947
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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 response..
>> ..Finally issue was resolved through a comprehensive mutual
>> configuration of various local network services =)) Main thing that it
>> was not a hardware issue or incompability with 9front..
>>
>> There is some more questions..
>> 1. How to  down network interface correctly??  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:
>> > > Same situation with the same wifi-card.
>> > > % pci -v
>> >
>> > I don't believe the situation is the same.
>> > You are unable to associate with the access point,
>> > which was not the same issue as our other friend here.
>> >
>> > > ...
>> > > 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:
>> > >
>> > > ipconfig: no success with DHCP
>> > >
>> > > DHCP is ok. It works good with other devices. DHCP-logs on server side
>> > > have not requests with wifi-card mac-address.
>> > > Trying to connect to mobile phone configured as hotspot takes the same
>> > > result - no success with DHCP.
>> > > Manual configuring:
>> > > % ip/ipconfig -g 192.168.7.1 ether /net/ether1 192.168.7.23 255.255.255.0
>> > >
>> > > also not solve the situaton - ip/ping says about  lost packets..
>> > > % cat /net/ether1/ifstats
>> > > essid: vega3
>> > > bssid: 045ea4e8e2ac
>> > > status: unassociated
>> > > channel: 06
>> > > brsne: .
>> > > .
>> > > ..big list of available wifi-networks
>> > >
>> > > Tried also configure hotspot as open network, without authorization -
>> > > same result, doesn't connect.
>> > >
>> > > What could be the problem??
>> > >
>> >
>> >
>> > The issue is stated in the ifstats output:
>> > > status: unassociated
>> >
>> > This is the failure mode I would expect if your wpa password was incorrect.
>
> 9fans / 9fans / see discussions + participants + delivery options Permalink

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9b33abcfc0b8784b-M2744cdeaef2b0f21803e5c2a
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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

2023-03-22 Thread Yury Chumak
Thank you for last response..
..Finally issue was resolved through a comprehensive mutual
configuration of various local network services =)) Main thing that it
was not a hardware issue or incompability with 9front..

There is some more questions..
1. How to  down network interface correctly??  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:
> > Same situation with the same wifi-card.
> > % pci -v
>
> I don't believe the situation is the same.
> You are unable to associate with the access point,
> which was not the same issue as our other friend here.
>
> > ...
> > 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:
> >
> > ipconfig: no success with DHCP
> >
> > DHCP is ok. It works good with other devices. DHCP-logs on server side
> > have not requests with wifi-card mac-address.
> > Trying to connect to mobile phone configured as hotspot takes the same
> > result - no success with DHCP.
> > Manual configuring:
> > % ip/ipconfig -g 192.168.7.1 ether /net/ether1 192.168.7.23 255.255.255.0
> >
> > also not solve the situaton - ip/ping says about  lost packets..
> > % cat /net/ether1/ifstats
> > essid: vega3
> > bssid: 045ea4e8e2ac
> > status: unassociated
> > channel: 06
> > brsne: .
> > .
> > ..big list of available wifi-networks
> >
> > Tried also configure hotspot as open network, without authorization -
> > same result, doesn't connect.
> >
> > What could be the problem??
> >
>
>
> The issue is stated in the ifstats output:
> > status: unassociated
> 
> This is the failure mode I would expect if your wpa password was incorrect.

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9b33abcfc0b8784b-M5384fecb7e3e6c9c64b7eebb
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription


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:

ipconfig: no success with DHCP

DHCP is ok. It works good with other devices. DHCP-logs on server side
have not requests with wifi-card mac-address.
Trying to connect to mobile phone configured as hotspot takes the same
result - no success with DHCP.
Manual configuring:
% ip/ipconfig -g 192.168.7.1 ether /net/ether1 192.168.7.23 255.255.255.0

also not solve the situaton - ip/ping says about  lost packets..
% cat /net/ether1/ifstats
essid: vega3
bssid: 045ea4e8e2ac
status: unassociated
channel: 06
brsne: .
.
..big list of available wifi-networks

Tried also configure hotspot as open network, without authorization -
same result, doesn't connect.

What could be the problem??

вт, 21 мар. 2023 г. в 08:17, Jacob Moody :
>
> On 3/21/23 00:08, zxcdew...@gmail.com wrote:
> > Ok...I recompiled the kernel...and I am getting this message...
> >
> >> #l1: firmware:  iwm-7260-17, rev 11, build 3216344376, size [3] 
> >> 14000+2c000 + [3] 14000+2c000 + 0
> >> iwl: no calibration results
> >
> > I then try the following...but get no result.
> >> term%  bind -a '#l1' /net
> >> term%  aux/wpa -2 -s MYHOMEWIFI -p /net/ether1
>
> Just one more step.
>
> % ip/ipconfig ether /net/ether1
> 
> will do dhcp on the interface.
> aux/wpa only associates with the access point.
> 

--
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/T9b33abcfc0b8784b-M2da80fda217d1ef128cc3cdf
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription