9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Where to put the wpi firmware
@ 2017-01-12 13:54 Vitor Silva
  2017-01-12 13:58 ` cinap_lenrek
  0 siblings, 1 reply; 3+ messages in thread
From: Vitor Silva @ 2017-01-12 13:54 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

Hello,

I'm trying to set the wpi that requires a firmware file,
but I don't know with what name to put the firmware file.

Already tried:
%cp wpi-3945abg /lib/firmware
%cp wpi /lib/firmware
%cp wpi3945abg /lib/firmware

my plan9.ini is:
bootfile=9pcf
bootargs=local!/dev/sdE0/fs -m 446
monitor=igfx
vgasize=1280x800x32
mouseport=ps2intellimouse
ether0=type=wpi
*acpi=


Thanks,
Vitor.

[-- Attachment #2: Type: text/html, Size: 658 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] Where to put the wpi firmware
  2017-01-12 13:54 [9front] Where to put the wpi firmware Vitor Silva
@ 2017-01-12 13:58 ` cinap_lenrek
  2017-01-12 15:31   ` Vitor Silva
  0 siblings, 1 reply; 3+ messages in thread
From: cinap_lenrek @ 2017-01-12 13:58 UTC (permalink / raw)
  To: 9front

it should print an error message at attach time of the file
it is unable to find. from the source, it looks for the files:

		c = namec("/boot/wpi-3945abg", Aopen, OREAD, 0);
...
		c = namec("/lib/firmware/wpi-3945abg", Aopen, OREAD, 0);

--
cinap


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [9front] Where to put the wpi firmware
  2017-01-12 13:58 ` cinap_lenrek
@ 2017-01-12 15:31   ` Vitor Silva
  0 siblings, 0 replies; 3+ messages in thread
From: Vitor Silva @ 2017-01-12 15:31 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

Thanks!

Now I know the problem is somewhere else. (¬_¬)

Vitor.



-----Mensagem Original-----
De: "cinap_lenrek@felloff.net" <cinap_lenrek@felloff.net>
Enviada em: ‎12/‎01/‎2017 11:58
Para: "9front@9front.org" <9front@9front.org>
Assunto: Re: [9front] Where to put the wpi firmware

it should print an error message at attach time of the file
it is unable to find. from the source, it looks for the files:

		c = namec("/boot/wpi-3945abg", Aopen, OREAD, 0);
...
		c = namec("/lib/firmware/wpi-3945abg", Aopen, OREAD, 0);

--
cinap

[-- Attachment #2: Type: text/html, Size: 1460 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-12 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12 13:54 [9front] Where to put the wpi firmware Vitor Silva
2017-01-12 13:58 ` cinap_lenrek
2017-01-12 15:31   ` Vitor Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).