Hi,
I am trying to bring up the internal wifi under Arch Linux using the stock 3.18 kernel (recompiled with module support).
I've copied the firmware from .stowaways in the Debian TP sailfish rootfs to /lib/firmware (and symlinked to /etc/firmware, /system/extra/firmware and somewhere else I forget).
I then compiled these tools - https://github.com/abbradar/wmt. (I couldn't use the one from sailfish rootfs as the were compiled for the wrong arch (armhf? 32 bit?)
update: the binaries from the DebianTP image are 64bit but still don't work - (ldd wmt_loader
./wmt_loader: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header)
I then run the compiled wmt_loader and I get the following:
I can't for the life of me work out how you are bringing up the wifi in Debian TP - any pointers would be greatly appreciated! Just to clarify I am not even getting a wlan0 interface. The networking with external devices is fine ie USB ethernet/wifi dongles.
I am trying to bring up the internal wifi under Arch Linux using the stock 3.18 kernel (recompiled with module support).
I've copied the firmware from .stowaways in the Debian TP sailfish rootfs to /lib/firmware (and symlinked to /etc/firmware, /system/extra/firmware and somewhere else I forget).
I then compiled these tools - https://github.com/abbradar/wmt. (I couldn't use the one from sailfish rootfs as the were compiled for the wrong arch (armhf? 32 bit?)
update: the binaries from the DebianTP image are 64bit but still don't work - (ldd wmt_loader
./wmt_loader: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header)
I then run the compiled wmt_loader and I get the following:
Code:
init combo device
Opened combo device
get device id : 26519
set device id : 26519
do module init: 26519
failed to init module
I can't for the life of me work out how you are bringing up the wifi in Debian TP - any pointers would be greatly appreciated! Just to clarify I am not even getting a wlan0 interface. The networking with external devices is fine ie USB ethernet/wifi dongles.