Search found 4 matches

by vagnusde67
Fri 14. Sep 2012, 10:16
Forum: PCAN-USB
Topic: PCAN USB in WinXP Virtualbox Instance
Replies: 7
Views: 21242

Re: PCAN USB in WinXP Virtualbox Instance

Problem solved whatching other users screen shot. Thanks :-)
by vagnusde67
Fri 14. Sep 2012, 10:14
Forum: PCAN-USB
Topic: PCAN USB in WinXP Virtualbox Instance
Replies: 7
Views: 21242

Re: PCAN USB in WinXP Virtualbox Instance

HI all, I have an ASUS K53S and I'm having problem using pcan-usb with a virtual box.

Although I could use it from Ubuntu:
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux ...
by vagnusde67
Fri 3. Aug 2012, 17:05
Forum: Linux
Topic: Howto install the PEAK Linux driver on a fresh Ubuntu
Replies: 29
Views: 98665

Re: Howto install the PEAK Linux driver on a fresh Ubuntu 11

Hi Micheal, I compiled and installed usb pcan 7.7 running under ubuntu 12.04
This is the ouput of cat /proc/pcan



*------------- PEAK-System CAN interfaces (www.peak-system.com) -------------
*-------------------------- Release_20120726_n (7.7.0) ----------------------
*------------- [dbg] [mod ...
by vagnusde67
Fri 3. Aug 2012, 14:38
Forum: Linux
Topic: CANfestival with peak driver gives undefined symbol
Replies: 4
Views: 8659

Re: CANfestival with peak driver gives undefined symbol

I added in the main function of the application a call to the shared library to force the loading of the libpcan shared library:

h = LINUX_CAN_Open("/dev/pcan0", O_RDWR | O_NONBLOCK);

For some reason the code of Canfestival use LoadCanDriver(LibraryPath) == NULL) which doesn't load the shared ...