Page 1 of 1

Lack of built-in usbserial drivers for CH340 , PL2303 ,FT232

Posted: Fri Feb 02, 2018 4:34 am
by meisam
Dear all,
I have noticed that new kernel 4.11 has missed support for usb2serial converters like CH340/341 , PL2303 , FT232 !
Older kernel 3.4.y has built-in support for these chips ?
has any one experienced this matter ? should I recompile the kernel ?

Re: Lack of built-in usbserial drivers for CH340 , PL2303 ,FT232

Posted: Fri Feb 02, 2018 11:19 am
by igorp
meisam wrote:
Dear all,
I have noticed that new kernel 4.11 has missed support for usb2serial converters like CH340/341 , PL2303 , FT232 !
Older kernel 3.4.y has built-in support for these chips ?
has any one experienced this matter ? should I recompile the kernel ?


In Armbian is enabled by default. If you need anything else, it's plain simple to rebuild kernel: https://docs.armbian.com/Developer-Guid ... eparation/

Re: Lack of built-in usbserial drivers for CH340 , PL2303 ,FT232

Posted: Sun Feb 11, 2018 9:53 am
by meisam
igorp wrote:
meisam wrote:
Dear all,
I have noticed that new kernel 4.11 has missed support for usb2serial converters like CH340/341 , PL2303 , FT232 !
Older kernel 3.4.y has built-in support for these chips ?
has any one experienced this matter ? should I recompile the kernel ?


In Armbian is enabled by default. If you need anything else, it's plain simple to rebuild kernel: https://docs.armbian.com/Developer-Guid ... eparation/


Hello
Thanks for your advise , I download the image and test it.
As a point , when you shutdown the system , after a while , the cpu got too hot !
Second point is that although usb to serial converter was supported but XR819 wifi failed to connect to the AP.
Third point is CPU runs on max clock and it is dangerous .

BTW , why kernel compiling due to the instruction on the wiki returns error ? even u-boot returns error.

regards,

Re: Lack of built-in usbserial drivers for CH340 , PL2303 ,FT232

Posted: Sun Feb 11, 2018 9:25 pm
by igorp
As a point , when you shutdown the system , after a while , the cpu got too hot !

This "feature" should be the same on FA images. "Poweroff" is driven by http://linux-sunxi.org/AR100 and this is not very well documented feature and is not working properly on a mainline kernel yet. There was some success recently, but it is not properly tested nor implemented yet."power off" is not a real power off since this board does not have a proper PMU chip.

Second point is that although usb to serial converter was supported but XR819 wifi failed to connect to the AP.

Known problem. This chip is shit - we have done what was possible - and connecting to your AP remains dependent on luck.
https://forum.armbian.com/topic/6441-or ... ment=49058
https://forum.armbian.com/search/?&q=xr819
https://forum.armbian.com/search/?&q=xradio

Third point is CPU runs on max clock and it is dangerous .


That should not occur but even it runs that should not be a problem since max. clock supported by this chip is not enabled yet - as a safety feature. DVFS is not working properly yet. On all 4.x kernels.

Please provide an output of

Code: Select all

 armbianmonitor -u
too see if there is anything extraordinary going on.

why kernel compiling due to the instruction on the wiki returns error ? even u-boot returns error.


We and many people are compiling kernel every single day. There are no issues whatsoever. Are you sure you have followed instructions? Are you running Ubuntu Xenial on an amd64 host? This is the only way.

In case you run into troubles, you need to explain them in details and attach logs, found in output/debug

Here:
https://forum.armbian.com/forum/4-development/