Open mirohe opened 8 years ago
Hello @mirohe,
I don't really have the experience needed to debug this.
Did you install the software from Barco's site?
Hello @atluxity
In Barco's site don't have version for linux, or I don't find nothing. This is the reason that I am here, find alternatives for linux.
If you could say me where find if?
Best regards
huh... looks like they removed the page of that package... thats odd
[Hans-Petter Fjeld]
huh... looks like they removed the page of that package... thats odd
Which URL are you looking at? Perhaps the vendor decided to no longer care about Linux users at all?
Reminds me of the line "we are at the mercy of the vendors" from <URL: https://jamesdixon.wordpress.com/the-way-it-is/ >.
Happy hacking Petter Reinholdtsen
Hello @atluxity @petterreinholdtsen
Which URL are you looking at? Perhaps the vendor decided to no longer care about Linux users at all?
Puffff. I agree. It's shame but not only for linux users, also for companies like mine that run on linux, and is very difficult obtain specific hardware that run on linux.
Best regards
Hello @atluxity ,
I have a device model: cse-200 with 2 clickshare bottons but doesn't work when it has that connect with server cse-200. I have seen the clickshare botton has different rules. In you rules you has:
$> cat 99-clickshare.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0600", ATTR{idProduct}=="0070", MODE="0660", GROUP="users" SUBSYSTEM=="hidraw" , ATTRS{idVendor}=="0600", ATTRS{idProduct}=="0070", MODE="0660", GROUP="users", SYMLINK="clickshare"
But my Ubuntu detect the device (using command lsusb) as:
idvendor = 0600 idproduct = 009f (and not 0070)
I have changed this in the file 99-clickshare.rules like this:
SUBSYSTEM=="usb", ATTR{idVendor}=="0600", ATTR{idProduct}=="009f", MODE="0660", GROUP="users" SUBSYSTEM=="hidraw" , ATTRS{idVendor}=="0600", ATTRS{idProduct}=="009f", MODE="0660", GROUP="users", SYMLINK="clickshare"
The result is de same, doesn't work. If I run the program "clickshare-launcher" in a terminal, the result is this:
$ clickshare-launcher Info 2016-06-09T18:47:08:343 ClickShare Launcher started. Info 2016-06-09T18:47:08:343 ============================ Info 2016-06-09T18:47:08:343 VERSION:00.00.00.trunk-1315 Info 2016-06-09T18:47:08:343 BUILD:Mar 17 2015 05:44:45 Info 2016-06-09T18:47:08:343 CPU CORES:4 Info 2016-06-09T18:47:08:343 OS VERSION:Unknown Debug 2016-06-09T18:47:08:364 Button detector has detected that button is inserted. Debug 2016-06-09T18:47:08:364 [EDSLocalCommunication::mpStartCommunication] Could not connect with server in LocalCommunication. Debug 2016-06-09T18:47:08:364 [EDSLocalCommunication::mpTryToCreateServer] Listening as server in LocalCommunication. Debug 2016-06-09T18:47:08:364 [EDSLocalCommunication::mpStartCommunication] Server created in LocalCommunication. Debug 2016-06-09T18:47:08:364 ClickShare Button was inserted. Launching client process. Debug 2016-06-09T18:47:08:364 Launching client process /usr/bin/clickshare. Debug 2016-06-09T18:47:08:365 [EDSLocalCommunication::EDSLocalCommunication] Begin Debug 2016-06-09T18:47:08:365 [EDSLocalCommunication::mpStopCommunication] Debug 2016-06-09T18:47:08:365 [EDSLocalCommunication::mpStopCommunication] Deleting server. Debug 2016-06-09T18:47:08:365 [EDSLocalCommunication::EDSLocalCommunication] End
Could you help me, please?
Best regards