Search found 6 matches

by daemon05
Fri 28. Aug 2020, 12:53
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Re: Problem about pcan-minipcie fd on Ubuntu 16.04

I sent an email to support account in order to get the pinout.
Meanwhile, I checked the DIP switch, it is selected as HIGH, means it selects PCI.
by daemon05
Fri 28. Aug 2020, 11:00
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Re: Problem about pcan-minipcie fd on Ubuntu 16.04

Can you post a pinout of the pcan-miniPCIe FD. I will compare it pinout of my board.
by daemon05
Fri 28. Aug 2020, 10:12
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Re: Problem about pcan-minipcie fd on Ubuntu 16.04

Hi,

I tried with another board which is Nvidia Jetson TX2 Developer board and same problem again. system does not recognize the pcan device, lspci gives nothing.

I will check the DIP switch, but my other pcie cards work properly with my board. I think that, it is setted to pcie, but I will check ...
by daemon05
Fri 28. Aug 2020, 07:54
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Re: Problem about pcan-minipcie fd on Ubuntu 16.04

Thanks four your concern.

As you can see here : external_link.JPG , there are 3.3 V and 1.5V power supply goes to the Peak card. Admin: real link was removed - no extenal links allowed
And I tried different modules that connects to the elroy carrier module by PCIE, and they works, lspci see these ...
by daemon05
Thu 27. Aug 2020, 12:31
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Re: Problem about pcan-minipcie fd on Ubuntu 16.04

Thanks for your answer.

So, output of the lspci must contain the peak device regardless of the driver is installed or not ? After the machine see the device by lspci, it is safe to install the driver. Am I right ?

Edit :

My main board is : h**s://openzeka.com/urun/elroy-carrier-nvidia-jetson-tx2 ...
by daemon05
Thu 27. Aug 2020, 08:16
Forum: Linux
Topic: Problem about pcan-minipcie fd on Ubuntu 16.04
Replies: 11
Views: 8950

Problem about pcan-minipcie fd on Ubuntu 16.04

I am trying to install peak-linux-driver-8.10.2 on my Ubuntu 16.04 machine.
My kernel version : 4.4.38-tegra on Nvidia tx2 board.

I follow the offical documentation, installed the driver in this order :

go to the driver folder
make clean
make
sudo make install
sudo modprobe pcan

After the ...