Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2022 15:24:05 +0000
From:      =?utf-8?Q?Daniel_P=C3=A9rez?= <steew0x8@protonmail.com>
To:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: rtw88 import to main
Message-ID:  <OW7kWzQE8L9YKMRZb4MOAcUZaGRLMoeCGJQO6uE4wAKaIq4noIPMSEI1Z8iDK5-aUiwcSKAQ1wJRCLnvBBcVobVkxooCebKwKI7c_r8Vd6U=@protonmail.com>
In-Reply-To: <alpine.BSF.2.00.2204011354440.68830@ai.fobar.qr>
References:  <alpine.BSF.2.00.2204010010290.68830@ai.fobar.qr> <qoQxbjMX2hcBwdPJ48abFs9YnHryn2convkeaXwU1ez-FeTSvngnn-ReKiwMR-vbgDPjIme2BlWH5JwkGJuWEsM_6G0PPIEg3MM-bv5mQpc=@protonmail.com> <alpine.BSF.2.00.2204011037290.68830@ai.fobar.qr> <3pR-MaUZY3VZEt_9KOXoEnaf9c41r-KGpQBpEeinpK5_EDfdHTnJBuOMdAiKC3AnhPaFr5s9q-yORgnqCLRX3PH3RAUe_D7ZeICHTZsx8AE=@protonmail.com> <alpine.BSF.2.00.2204011354440.68830@ai.fobar.qr>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Yes, the interface creation was successful. I could not do anything meaningful past there though, as WPA supplicant did not even try to connect (I'll check the config just in case) and trying to scan resulted in an error shown in my past mail.

-------- Original Message --------
On Apr 1, 2022, 15:56, Bjoern A. Zeeb wrote:

> On Fri, 1 Apr 2022, Daniel Pérez wrote:
>
>> Thank you for the hint. Kernel built without an issue.
>> As expected, part of the firmware fails to load without the physmem hint (7200MB). I tried to boot with physmem set to 4G, firmware loaded and I could attach rtw880 to a new wlan device.
>
> Thanks a lot for testing and the feedback. Very helpful to know that
> it's same symptoms elsehwere. Much appreciated.
>
> Did you also try to bring the wlan up when you had liimted memory and
> creating wlan0 worked?
>
> Lots of health,
> Bjoern
>
> --
> Bjoern A. Zeeb r15:7
[-- Attachment #2 --]
Yes, the interface creation was successful. I could not do anything meaningful past there though, as WPA supplicant did not even try to connect (I'll check the config just in case) and trying to scan resulted in an error shown in my past mail.<br><br>-------- Original Message --------<br>On Apr 1, 2022, 15:56, Bjoern A. Zeeb < bzeeb-lists@lists.zabbadoz.net> wrote:<blockquote class="protonmail_quote"><br><html>
 <head>
  <style>/* for HTML 5 */
article,
aside,
datalist,
details,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

abbr,
mark,
meter,
time,
output {
  display: inline;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body,
blockquote,
ul,
ol,
form,
button,
figure {
  margin: 0;
  padding: 0;
}

button,
progress {
  border: 0;
}

p,
ul,
ol,
dl,
blockquote,
pre,
menu,
td,
th {
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0;
}

input,
select,
textarea,
optgroup,
button {
  font: inherit;
}

img,
iframe {
  vertical-align: middle;
}

ul,
ol,
menu {
  padding-left: 2em;
}

dd {
  margin-left: 2em;
}

b,
strong {
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", "Menlo", monospace,
    monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark {
  background-color: var(--bgcolor-mark, #ff0);
  color: var(--color-mark, currentColor);
  font-weight: bold;
}

small {
  font-size: 80%;
}

a:link img,
a:visited img,
img {
  border-style: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: dotted 1px;
  cursor: help;
  text-decoration: none;
}

code,
pre,
samp {
  white-space: pre-wrap;
}

code {
  line-height: 1;
}

dfn {
  font-style: italic;
}

h1,
.h1 {
  display: block;
  font-size: 2em;
  line-height: 1.5;
  margin: 0.75em 0;
  font-weight: normal;
}

h2,
.h2 {
  display: block;
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em 0;
  font-weight: normal;
}

h3,
.h3 {
  display: block;
  font-size: 1.1875em;
  line-height: 1.2631578947;
  margin: 1.2631578947em 0;
  font-weight: normal;
}

h4,
.h4 {
  display: block;
  font-size: 1em;
  line-height: 1.5;
  margin: 1.5em 0;
  font-weight: normal;
}

h5,
.h5 {
  display: block;
  font-size: 0.8125em;
  line-height: 1.8461538462;
  margin: 1.8461538462em 0;
  font-weight: normal;
}

h6,
.h6 {
  display: block;
  font-size: 0.75em;
  line-height: 2;
  margin: 2em 0;
  font-weight: normal;
}

:root {
  --background-norm: white;
  --text-norm: #262a33;
}

body {
  font-size: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 1rem;
  line-height: 1.5;
  background: var(--background-norm);
  color: var(--text-norm);
}

q {
  quotes: none;
}

q::after,
q::before {
  content: none;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  max-width: 100%;
}

table img {
  max-width: none;
}

blockquote {
  padding: 0.2em 1.2em !important;
  margin: 0 !important;
  border: 3px solid #657ee4 !important;
  border-width: 0 0 0 3px !important;
}

blockquote blockquote blockquote blockquote blockquote {
  padding: 0 !important;
  border: none !important;
}

[hidden] {
  display: none;
}
/* for HTML 5 */
:root {
	--background-norm: #17181C;
	--text-norm: white;
}</style>
  <meta name="viewport" content="width=392, maximum-scale=2">
 </head>
 <body>
  <div id="pm-body" class="inbox-body">
   <p dir="ltr">On Fri, 1 Apr 2022, Daniel Pérez wrote:</p>
   <p dir="ltr">&gt; Thank you for the hint. Kernel built without an issue.<br> &gt; As expected, part of the firmware fails to load without the physmem hint (7200MB). I tried to boot with physmem set to 4G, firmware loaded and I could attach rtw880 to a new wlan device.</p>
   <p dir="ltr">Thanks a lot for testing and the feedback. Very helpful to know that<br> it's same symptoms elsehwere. Much appreciated.</p>
   <p dir="ltr">Did you also try to bring the wlan up when you had liimted memory and<br> creating wlan0 worked?</p>
   <p dir="ltr">Lots of health,<br> Bjoern</p>
   <p dir="ltr">--<br> Bjoern A. Zeeb r15:7</p>
  </div>
 </body>
</html></div>
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OW7kWzQE8L9YKMRZb4MOAcUZaGRLMoeCGJQO6uE4wAKaIq4noIPMSEI1Z8iDK5-aUiwcSKAQ1wJRCLnvBBcVobVkxooCebKwKI7c_r8Vd6U=>