Search found 5 matches

by A. Cristea
Mon 13. May 2019, 12:16
Forum: Linux
Topic: Adapter settings verification
Replies: 3
Views: 3547

Re: Adapter settings verification

Hi,

so if I set up as I did, there is no need to care about the used chip (sja1000?) and the used oscillator frequency inside the adapter?

br
by A. Cristea
Mon 13. May 2019, 10:19
Forum: Linux
Topic: Adapter settings verification
Replies: 3
Views: 3547

Adapter settings verification

Hi,

I'm trying to find out if my adapter settings are correct because i have sometimes errors when sending messages. I use the PCAN-miniPCIe (IPEH-003049) on Ubuntu 16.04 with socketcan.

in /etc/network/interfaces it is set up like:
auto can0
iface can0 inet manual
pre-up /sbin/ip link set can0 ...
by A. Cristea
Tue 29. Jan 2019, 15:52
Forum: Linux
Topic: Unterschiede zwischen den APIs
Replies: 1
Views: 2187

Unterschiede zwischen den APIs

Hallo,
ich fange aktuell mit der Entwicklung eines CAN Tools unter UBUNTU 16.04.01 an und verwende einen PCIE-Adapter mit zwei Kanälen. Wir möchte den chardev Treiber verwenden. Allerdings ist mir aktuell nicht klar welche API ich am besten verwenden sollte.

In peak-linux-driver-8.7.0 gibt es CAN ...
by A. Cristea
Mon 28. Jan 2019, 16:40
Forum: Linux
Topic: Driver installation issue V8.7.0 on ubuntu 16.04.1
Replies: 1
Views: 2291

Re: Driver installation issue V8.7.0 on ubuntu 16.04.1

The issue was solved by installing:

Code: Select all

sudo apt-get install libpopt-dev
Br
by A. Cristea
Mon 28. Jan 2019, 15:44
Forum: Linux
Topic: Driver installation issue V8.7.0 on ubuntu 16.04.1
Replies: 1
Views: 2291

Driver installation issue V8.7.0 on ubuntu 16.04.1

Hi,

im getting an error message during make:

src/pcan-settings.c:53:18: fatal error: popt.h: Datei oder Verzeichnis nicht gefunden

I can make driver and lib separately but test will fail.

Full output:
ge_user@ipc:~/peak-linux-driver-8.7.0$ make
make[1]: Verzeichnis „/home/ge_user/peak-linux ...