Search found 9 matches

by gmlim
Wed 18. May 2016, 03:28
Forum: Linux
Topic: Timestamp of received CAN msg
Replies: 5
Views: 12367

Re: Timestamp of received CAN msg

Hi Wilhelm

I have tried to install the latest BETA Driver Version 8.0.25 but it was not successful
Below are the output for your reference

[gm@gm peak-linux-driver-8.0.25-beta]$ make clean
make[1]: Entering directory `/usr/local/swdev/peak-linux-driver-8.0.25-beta/driver'
rm -f src/*o src/*~ src ...
by gmlim
Tue 17. May 2016, 00:44
Forum: Linux
Topic: Timestamp of received CAN msg
Replies: 5
Views: 12367

Timestamp of received CAN msg

Hi

I would like to understand for the below TPCANRdMsg structure what is the meaning for remainder in micro-seconds?
typedef struct {
TPCANMsg Msg; // the above message
DWORD dwTime; // a timestamp in msec, read only
WORD wUsec; // remainder in micro-seconds
} TPCANRdMsg; // for PCAN_READ_MSG ...
by gmlim
Sun 20. Mar 2016, 01:34
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

Re: PeakCAN linux driver version 7.15.2

Hi

Below is the result for dpkg --get-selections "linux*"

lohyh@lohyh:~$ dpkg --get-selections "linux*"
linux-firmware install
linux-generic install
linux-headers-2.6.32-33 install
linux-headers-2.6.32-33-386 install
linux-headers-2.6.32-33-generic install
linux-headers-generic install
linux ...
by gmlim
Wed 9. Mar 2016, 02:06
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

Re: PeakCAN linux driver version 7.15.2

Hi

Below are the results

lohyh@lohyh:~$ ls -l /lib/modules/2.6.32-33-generic/
total 3836
drwxr-xr-x 3 root root 4096 2015-03-31 10:03 build
drwxr-xr-x 2 root root 4096 2011-07-19 20:09 initrd
drwxr-xr-x 10 root root 4096 2014-07-15 09:36 kernel
drwxr-xr-x 2 root root 4096 2016-02-19 12:26 misc ...
by gmlim
Tue 8. Mar 2016, 04:03
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

Re: PeakCAN linux driver version 7.15.2

Hi

I would also be installing PeakCAN linux driver version 7.15.2 on Ubuntu 10.04 but encounter problem when I execute make NET=NO

This time round the error doesn't seems to be due to missing stdarg.h file thus the workaround to do a symlink to current gcc includes does not work;
$ cd /lib/modules ...
by gmlim
Wed 2. Mar 2016, 00:56
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

Re: PeakCAN linux driver version 7.15.2

Hi Stéphane

Thank you for the workaround I am now able to build 7.15.2 successfully!

In future I will copy and paste in text form instead of pic.

Just curious if I my original version is 7.4 and when I want to upgrade to 7.15.2, what are the proper steps to be done to prevent the problem of ...
by gmlim
Tue 1. Mar 2016, 02:45
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

Re: PeakCAN linux driver version 7.15.2

Hi

I have tried to build 7.4 but it is also unsuccessful

Below are some pictures showing the build messages
1) make_clean1.png
1) make_clean1.png (95.82 KiB) Viewed 13652 times
2.1) make_NET=NO1.png
2.1) make_NET=NO1.png (215.66 KiB) Viewed 13652 times
2.2) make_NET=NO2.png
2.2) make_NET=NO2.png (219.47 KiB) Viewed 13652 times
3) make_install1.png
3) make_install1.png (200.43 KiB) Viewed 13652 times
4) cat_procpcan1.png
4) cat_procpcan1.png (195.7 KiB) Viewed 13652 times
Regards
gmlim
by gmlim
Mon 22. Feb 2016, 01:45
Forum: Linux
Topic: PeakCAN linux driver version 7.15.2
Replies: 11
Views: 19086

PeakCAN linux driver version 7.15.2

Hi

I have previously used PeakCAN linux driver version 7.4 on Redhat and now I would like to upgrade to version 7.15.2, but after installing and trying cat /proc/pcan with the PCAN-USB Pro FD device plug into my computer it showed the error message: No such file or directory

I have tried:
sudo ...
by gmlim
Wed 9. Dec 2015, 01:05
Forum: PCAN-USB Pro FD
Topic: Setting serial number for PCAN-USB Pro FD
Replies: 3
Views: 8283

Setting serial number for PCAN-USB Pro FD

Hi

Previously I have been using PCAN-USB on RedHat with driver version 7.4
I am able to set the serial number of the PCAN-USB to for e.g. 123 using the command ./pcan-settings -f/dev/pcanusb0 -s123

Currently I have upgraded to using PCAN-USB Pro FD on RedHat with driver version 7.15.2
But I ...