Chris Tasich

Results 8 comments of Chris Tasich

Quick update... Using the StarTech download above, I was able to build the driver from source on kernel 4.14. Per StarTech, that's the latest kernel that they support. I'd still...

I was able to patch the StarTech source code to work for Linux 5.4. #19 identified a similar issue in the @acooks driver. The issue was due to a change...

Ooops... thanks for the catch @FLEGA457. I'll maybe do one better here actually. I had to change more than just the `tn40.c` file. I had to find compatable `.hdr` files...

Were you able to build the driver from the unzipped source directory using `make` and then `make install`? If so, did you follow it up with `modprobe tn40xx`?

> despite following messages: > > ``` > $ dmesg | grep tn40 > [ 2.751162] tn40xx: loading out-of-tree module taints kernel. > [ 2.751265] tn40xx: module verification failed: signature...

> I managed to make yours work with 5.4 but not with 5.8 (one of our machine had that kernel version so I downgraded). Glad it worked! It sounds like...

@numonium I never properly forked the project, but my patch was on the most recent commit (4e9b17ef31f022b14b62426dfd4f2491814aeea5). I ended up pulling the StarTech card and getting an Intel X550-2 since...

I had the same issue. I resolved it in #40 [here](https://github.com/acooks/tn40xx-driver/issues/40#issuecomment-802179320). I made a few changes to the StarTech source code and then I was able to build the driver...