Internal WiFi status?
#38
(05-04-2024, 08:00 AM)cringeops Wrote:
(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 get to:

Code:
#hciattch -s 1500000 /dev/ttyS1 any 1500000 flow nosleep

Can't get port settings: Input/output error

Can't initialize device: Input/output error


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 {
     pinctrl-names = "default";
     pinctrl-0 = <&uart1m0_xfer &uart1m0_ctsn &uart1m0_rtsn>;
     status = "okay";
     uart-has-rtscts;
};




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.

Hi,
I have the latest arch kernel (6.14.7-danctnix1) and added the uart1 to the dtsi file as you suggested. It does not complain about the Input/output error anymore but bluetooth still do not work. I get this error:

Code:
Can't init device hci0: Invalid argument (22)
after I run: hciconfig hci0 up

Do you know an updated solution for bluetooth?
  Reply


Messages In This Thread
Internal WiFi status? - by acruhl - 08-04-2023, 09:26 PM
RE: Internal WiFi status? - by rqkeating - 08-05-2023, 07:32 AM
Internal WiFi status? - by moobythegoldensock - 08-05-2023, 11:40 AM
RE: Internal WiFi status? - by lockedpotato - 09-24-2023, 04:29 PM
RE: Internal WiFi status? - by explit - 11-30-2023, 04:41 AM
RE: Internal WiFi status? - by Corfromleuven - 12-07-2023, 04:42 AM
RE: Internal WiFi status? - by explit - 12-07-2023, 05:10 AM
RE: Internal WiFi status? - by diederik - 12-07-2023, 09:55 AM
RE: Internal WiFi status? - by fretinator - 12-15-2023, 06:18 PM
RE: Internal WiFi status? - by u974615 - 12-20-2023, 11:10 AM
RE: Internal WiFi status? - by diederik - 12-20-2023, 12:50 PM
RE: Internal WiFi status? - by stevepaesani - 06-06-2025, 08:13 PM
RE: Internal WiFi status? - by polrus - 01-09-2024, 05:28 AM
RE: Internal WiFi status? - by explit - 01-09-2024, 06:44 AM
RE: Internal WiFi status? - by tophneal - 01-09-2024, 02:38 PM
RE: Internal WiFi status? - by explit - 01-09-2024, 08:57 PM
Internal WiFi status? - by moobythegoldensock - 01-10-2024, 02:07 PM
RE: Internal WiFi status? - by explit - 01-10-2024, 06:38 PM
RE: Internal WiFi status? - by Kevin Kofler - 01-10-2024, 07:56 PM
Internal WiFi status? - by moobythegoldensock - 02-06-2024, 05:14 PM
RE: Internal WiFi status? - by Surehand53 - 02-14-2024, 08:05 AM
RE: Internal WiFi status? - by Corkonian - 02-13-2024, 08:41 AM
RE: Internal WiFi status? - by Wilmeri - 02-16-2024, 05:08 AM
RE: Internal WiFi status? - by ninlith - 02-23-2024, 01:59 PM
RE: Internal WiFi status? - by ninlith - 02-23-2024, 04:48 PM
RE: Internal WiFi status? - by frtodd - 02-23-2024, 08:43 PM
RE: Internal WiFi status? - by FortunateFowl - 02-24-2024, 12:57 PM
RE: Internal WiFi status? - by Wilmeri - 03-01-2024, 01:42 PM
RE: Internal WiFi status? - by Username_012 - 02-24-2024, 10:08 PM
RE: Internal WiFi status? - by Kevin Kofler - 02-25-2024, 02:22 AM
RE: Internal WiFi status? - by Username_012 - 02-26-2024, 07:31 AM
RE: Internal WiFi status? - by Kevin Kofler - 02-26-2024, 07:51 AM
RE: Internal WiFi status? - by Username_012 - 02-26-2024, 08:53 PM
RE: Internal WiFi status? - by mtomaschett - 03-09-2024, 05:22 PM
RE: Internal WiFi status? - by pinewood - 04-30-2024, 12:07 PM
RE: Internal WiFi status? - by cringeops - 05-04-2024, 08:00 AM
RE: Internal WiFi status? - by wolfallein - 06-15-2025, 04:52 AM
RE: Internal WiFi status? - by Kevin Kofler - 06-07-2025, 03:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wifi with iwd and/or connman ? louson 4 747 04-07-2025, 01:16 PM
Last Post: louson
  PineTab (early adopters) wifi broken in kernel 6.12 bartgrefte 0 613 03-23-2025, 05:25 AM
Last Post: bartgrefte
  Wifi works! WEF 0 1,155 08-02-2024, 11:14 AM
Last Post: WEF
  Video Tutorial: SDR/GQRX- Listening In To Voice On Pinetab (Internal SDR) RTP 1 3,526 03-08-2021, 09:33 AM
Last Post: barray

Forum Jump:


Users browsing this thread: 1 Guest(s)