Internal WiFi status? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140) +--- Forum: PineTab Software (https://forum.pine64.org/forumdisplay.php?fid=142) +--- Thread: Internal WiFi status? (/showthread.php?tid=18575) |
RE: Internal WiFi status? - Username_012 - 02-26-2024 Didn't work, my PineTab 2 does not boot after installing this kernel. I will have to investigate further. RE: Internal WiFi status? - Wilmeri - 03-01-2024 (02-24-2024, 12:57 PM)FortunateFowl Wrote: I had success in being able to suspend without any hangs and the wifi on using the following.Finally got it to work; needed to add some delay after wifi off. Code: $ cd /usr/lib/systemd/system-sleep/ Edit: sorry.. no. it does not always work RE: Internal WiFi status? - mtomaschett - 03-09-2024 I was able to enable wifi and bluetooth functionality by following the instructions by moobythegoldensock above, and I got the wifi to persist between reboots by creating service units as described by ninlith above. I was not able, however, to get the bluetooth service to persist between boots. On reboot, checking the status of the bluetooth service indicates that it is inactive because: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth) I have put the relevant commands from moobythegoldensock into a script which, when run, creates the bluetooth directory required by the service and enables bluetooth, but something is going wrong that bluetooth isn't getting loaded at boot time. Anyone having similar prblems, or have any ideas that might point me toward a solution? I am running arch: Linux pinetab2 6.6.13-danctnix1-1-pinetab2 #1 SMP PREEMPT_DYNAMIC Mon, 22 Jan 2024 11:53:08 +0000 aarch64 GNU/Linux Thanks! RE: Internal WiFi status? - pinewood - 04-30-2024 You aren't alone mtomaschett. I've got wifi working, but sadly I've never got bluetooth working. I get to: Code: #hciattch -s 1500000 /dev/ttyS1 any 1500000 flow nosleep RE: Internal WiFi status? - cringeops - 05-04-2024 (04-30-2024, 12:07 PM)pinewood Wrote: You aren't alone mtomaschett. I've got wifi working, but sadly I've never got bluetooth working. I'll commit the patch that fixes it to the mailing list. Meanwhile, you can fix it by adding the following to arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi and building the device-tree: Code: &uart1 { Bluetooth will "work" after that, but keep in mind that you won't be able to use mouses or keyboards, because they require encryption, which the generic UART driver does not support. |