St-link V2 not upload in linux

Hi! The OS Linux Mint, Atom+platformIO, board stm32 bluepill(stm32F103C8t6),
build OK, but upload is ending by this message:

in procedure ‘ocd_bouncer’
** OpenOCD init failed **
shutdown command invoked

*** [upload] Error 1
========================== [ERROR] Took 42.89 seconds ==========================

<platformio.ini>
[env:genericSTM32F103C8]
platform = ststm32
board = genericSTM32F103C8
framework = arduino

So, but this configuration is normally work and uploaded under WIN7, two notebooks nearby. What’s my problem - maybe Linux not correctly work with st-link dongle?

Syslog:

Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.700096] usb 5-1: new full-speed USB device number 6 using uhci_hcd
Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.882201] usb 5-1: New USB device found, idVendor=0483, idProduct=3748
Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.882206] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.882209] usb 5-1: Product: STM32 STLink
Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.882212] usb 5-1: Manufacturer: STMicroelectronics
Mar 25 03:24:55 dad-Extensa-5220 kernel: [28028.882215] usb 5-1: SerialNumber: WÿmIgHV1!‡
Mar 25 03:24:56 dad-Extensa-5220 mtp-probe: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:1d.0/usb5/5-1"
Mar 25 03:24:56 dad-Extensa-5220 mtp-probe: bus: 5, device: 6 was not an MTP device

I smoked all messages in community about st-link, but not found solve.

Append to your platformio.ini the line below:

upload_protocol = stlink

Does this solve your problem?

Sorry, but it was first, that I tried. Also different flags and all, that I found in community information. I think, that is system issue.

Thanks, you are first of helpers)