slimelec / ollie-hw

Other
65 stars 12 forks source link

Issues with kernel 5.15 #11

Open JoannaAtZipline opened 1 year ago

JoannaAtZipline commented 1 year ago

The readme calls out drivers that do not make on kernel version 5.15.

The following succesfully produces a .ko file https://github.com/MichalPem/xr_usb_serial_common-1a_modified_to_work_with_kernel_5.15.32

Following these instructions, i still cannot get my ollie to work with kernel 5.15, as the devices appear as /dev/ttyUSB[0-3]

Update:

Solution was to use the dkms method of installation, but I first had to clean my original install from other attempts.

Suggest including a 5.15 update in ollie-hw's readme from the link above.