Search found 7 matches

by Fakier
Fri 23. Sep 2022, 14:01
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

Re: peak-linux-driver-8.15.1 make problem on Debian 11

Hello,
to resolve this I've made

sudo -i

apt-get install libssl-dev build-essential -y
export HEADER_DIR=/usr/src/linux-headers-$(uname -r)
find "$HEADER_DIR/scripts" -type f | while read i; do if file -b $i | egrep -q "^ELF.*x86-64"; then rm "$i"; fi; done

cd $HEADER_DIR/scripts

gcc mkkrnlimg ...
by Fakier
Fri 23. Sep 2022, 10:35
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

Re: peak-linux-driver-8.15.1 make problem on Debian 11

Hello,

I have made a clean installation of rockpi-4cplus-ubuntu-focal-server-arm64-20220901-0254-gpt.img

and now I am getting error with recordmcount as it was in Debian

make[1]: Entering directory '/home/rock/peak-linux-driver-8.15.1/driver'
***
*** Making pcan driver in chardev mode ...
by Fakier
Fri 23. Sep 2022, 10:26
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

Re: peak-linux-driver-8.15.1 make problem on Debian 11

Hello,
thank you for your answer,

right now post tittle is missleading, because right now I'm trying it on Ubuntu,

I'm trying it on a RockPI 4C+ device,
and I'm using a dedicated image
rockpi-4cplus-ubuntu-focal-server-arm64-20220901-0254-gpt.img
and it looks like it is not well prepared ...
by Fakier
Thu 22. Sep 2022, 14:55
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

Re: peak-linux-driver-8.15.1 make problem on Debian 11

I've included

/usr/include/c++/9
/usr/include/c++/9/tr1

and now it looks like

make[1]: Entering directory '/home/rock/peak-linux-driver-8.15.1/driver'
***
*** Making pcan driver in chardev mode
***
*** Host OS Release=Ubuntu v20.04
*** Host machine kernel version=4.4.194-4-rk3399-rockchip ...
by Fakier
Thu 22. Sep 2022, 14:40
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

Re: peak-linux-driver-8.15.1 make problem on Debian 11

linux-headers-4.4.194-4-rk3399-rockchip-g5fbf835e0ac4

right now I'am trying to make the same on

NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG ...
by Fakier
Thu 22. Sep 2022, 11:51
Forum: Linux
Topic: peak-linux-driver-8.15.1 make problem on Debian 11
Replies: 9
Views: 12904

peak-linux-driver-8.15.1 make problem on Debian 11

Hello,
I'm trying to install driver on a debian os

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https ...
by Fakier
Thu 25. Aug 2022, 12:45
Forum: PCAN-View
Topic: PCAN-View 8.0.2.838 Listen Only
Replies: 1
Views: 2469

PCAN-View 8.0.2.838 Listen Only

Hello,
I have a problem using PCAN-View 8.0.2.838,
when I connect to CAN (for example 125k) and set Listen-only mode,
then when I want to disable Listen-only mode I open the Connect window,
and when I go to Options 'tab' if I disable Listen-only mode and press OK,
my device is connecting at 500k ...