* bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty
@ 2021-09-24 20:56 Maxim Cournoyer
2021-09-25 4:05 ` Sarah Morgensen
0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2021-09-24 20:56 UTC (permalink / raw)
To: 50787
Hello,
On current master, it contains:
--8<---------------cut here---------------start------------->8---
tree /gnu/store/28xapcdbk1v5zjsxpa16qvbnhr7cqcgd-rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
/gnu/store/28xapcdbk1v5zjsxpa16qvbnhr7cqcgd-rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
├── lib
│ └── modules
└── share
└── doc
└── rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
└── LICENSE
5 directories, 1 file
--8<---------------cut here---------------end--------------->8---
Needless to say, it doesn't work.
Is this caused by a too new linux-libre kernel used? If so, it'd be
nicer to catch such problem at build time, rather than wondering why
wifi no longer works after a reconfigure :-).
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty
2021-09-24 20:56 bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty Maxim Cournoyer
@ 2021-09-25 4:05 ` Sarah Morgensen
2021-09-29 20:03 ` Maxim Cournoyer
0 siblings, 1 reply; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-25 4:05 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 50787
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> On current master, it contains:
>
> tree /gnu/store/28xapcdbk1v5zjsxpa16qvbnhr7cqcgd-rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
> /gnu/store/28xapcdbk1v5zjsxpa16qvbnhr7cqcgd-rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
> ├── lib
> │ └── modules
> └── share
> └── doc
> └── rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6
> └── LICENSE
>
> 5 directories, 1 file
>
> Needless to say, it doesn't work.
>
> Is this caused by a too new linux-libre kernel used? If so, it'd be
> nicer to catch such problem at build time, rather than wondering why
> wifi no longer works after a reconfigure :-).
>
> Thanks,
>
> Maxim
According to the logs, it succesfully builds `88XXau.ko', so I think
something odd is happening in the install phase:
--8<---------------cut here---------------start------------->8---
starting phase `install'
make: Entering directory '/gnu/store/c04b4kkhcqzigq11sgyyqk17bp5ra6nd-linux-libre-module-builder-5.13.19/lib/modules/build'
arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
DEPMOD /gnu/store/jpisxn26bgdrrb6kyc0si0aanlkq8f7r-rtl8812au-aircrack-ng-linux-module-5.6.4.2-5.b8167e6/lib/modules/5.13.19-gnu1
make: Leaving directory '/gnu/store/c04b4kkhcqzigq11sgyyqk17bp5ra6nd-linux-libre-module-builder-5.13.19/lib/modules/build'
phase `install' succeeded after 0.1 seconds
--8<---------------cut here---------------end--------------->8---
Hope that helps,
--
Sarah
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty
2021-09-25 4:05 ` Sarah Morgensen
@ 2021-09-29 20:03 ` Maxim Cournoyer
2021-09-30 14:16 ` Maxim Cournoyer
0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2021-09-29 20:03 UTC (permalink / raw)
To: Sarah Morgensen; +Cc: 50787
Hello,
I looked a bit at the problem, but I have no clue as to why the Linux
kernel Makefile-based module build system changed behavior, and nothing
seems to have changed on this driver's side (its Makefile has been
untouched for about a year).
Perhaps the problem is more general to our linux-module-build-system and
Linux-libre 5.14 (I have it running still on 5.13).
I opened an issue with upstream here:
https://github.com/aircrack-ng/rtl8812au/issues/893.
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty
2021-09-29 20:03 ` Maxim Cournoyer
@ 2021-09-30 14:16 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-09-30 14:16 UTC (permalink / raw)
To: Sarah Morgensen; +Cc: 50787-done
Hello,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> I looked a bit at the problem, but I have no clue as to why the Linux
> kernel Makefile-based module build system changed behavior, and nothing
> seems to have changed on this driver's side (its Makefile has been
> untouched for about a year).
>
> Perhaps the problem is more general to our linux-module-build-system and
> Linux-libre 5.14 (I have it running still on 5.13).
>
> I opened an issue with upstream here:
> https://github.com/aircrack-ng/rtl8812au/issues/893.
Fixed by Tobias with commit a939011b58c65f4192a10cde9e925e85702bacf4.
Thank you!
Closing.
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-09-30 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-24 20:56 bug#50787: rtl8812au-aircrack-ng-linux-module driver is empty Maxim Cournoyer
2021-09-25 4:05 ` Sarah Morgensen
2021-09-29 20:03 ` Maxim Cournoyer
2021-09-30 14:16 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.