Linux Drivers

Post your Linux discussions here
Post Reply
Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Linux Drivers

Post by Martyn »

We have released Linux drivers for the PicoScope 3000a series of oscilloscopes.

They can be downloaded from our website at http://labs.picotech.com/#linux
Martyn
Technical Support Manager

Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Linux Drivers

Post by Martyn »

We have released Linux drivers for the PicoScope 6000 series of oscilloscopes.

They can be downloaded from our website at http://labs.picotech.com/#linux
Martyn
Technical Support Manager

jkahrs
Newbie
Posts: 0
Joined: Fri Dec 31, 2010 2:04 pm

Re: Linux Drivers

Post by jkahrs »

Today I upgraded my OS to OpenSuSE 12.2 and tried to get my PicoScope 2205 running. It turned out that ordinary users can use the device through its driver only after a one-line-change in one file. Looks like the identifier SYSFS is not supported on modern kernels.

--- 95-pico.rules 2008-07-10 11:31:59.000000000 +0200
+++ /etc/udev/rules.d/95-pico.rules 2012-09-09 17:24:49.415353048 +0200
@@ -44,5 +44,5 @@
# in addition to any groups of which he is currently a member)


-SYSFS{idVendor}=="0ce9", ATTRS{idVendor}=="0ce9", MODE="664",GROUP="pico"
+ATTRS{idVendor}=="0ce9", MODE="664",GROUP="pico"

Martyn
Site Admin
Site Admin
Posts: 4499
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Linux Drivers

Post by Martyn »

Thanks for the info :)
Martyn
Technical Support Manager

Post Reply