Posts: 2
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 1
Joined: Aug 2019
When I plug in an USB LP device, usblp does not get loaded (e.g starting "udevadm monitor output" and plugging in the usb device), it is also unavailable as module (modinfo usblp). On a Raspberry PI4B/Raspbian Buster it works, same on x86 Ubuntu. I tried it on serveral OSs for the Tinker Board, it does not work with Tinker OS 2.0.8, 2.0.10, Armbian Buster or Armbian Bionic.
Any ideas/suggestions welcome.
Thx, Andy
•
Posts: 363
Threads: 2
Likes Received: 37 in 33 posts
Likes Given: 11
Joined: Mar 2017
On modern 4.19.y kernel its enabled
https://github.com/armbian/build/blob/ma...nfig#L4463
while on legacy default it's not.
https://github.com/armbian/build/blob/ma...nfig#L3824
Send a PR with changes for legacy 4.4.y or use (recommended) modern kernel where it should work OOB.
Posts: 2
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 1
Joined: Aug 2019
@igorpec
thanks a lot! I also got a hint in parallel to look into /proc/config.gz and just found out about the comment-out in the config. I will switch from Tinker OS to Armbian/modern (with the video-acceleration-patch,... which I initially wanted to avoid).
(08-09-2019, 03:04 PM)igorpec Wrote: On modern 4.19.y kernel its enabled
...
while on legacy default it's not.
...
Send a PR with changes for legacy 4.4.y or use (recommended) modern kernel where it should work OOB.
•