hardbyte / hardbyte/python-can

canIoCtlInit failes with canERR_PARAM (-1) on Kvaser Leaf Light v2 for Linux

Aperta
#2,079 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
1.6k
Fork
697
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### Describe the bug
Creating a bus fails during initialization. I'm using the Kvaser backend under Linux with a Kvaser Leaf Light v2. Using the Leaf Light v2 on Windows the same function is successful

```python
import can

bus = can.Bus(
interface="kvaser",
channel=0,
bitrate=500000,
)
```

raises

```
can.interfaces.kvaser.canlib.CANLIBOperationError:
Function canIoCtl failed - Error in parameter [Error Code -1]
```

### To Reproduce
1. Attach a Kvaser Leaf Light dongle (I used the Leaf V2)
2. initialize the bus with `can.interface.Bus(interface='kvaser', channel=0, bitrate=500000)`

### Expected behavior
The bus will initialize without any errors thrown

### Additional context

OS and version: `Fedora 44`
Python version: `3.14.6`
python-can version: `4.6.1`
python-can interface/s (if applicable): Kvaser Leaf Light v2 and Kvaser Linux SDK 5.52

### Investigateion
I verified that...
- `can.detect_available_configs()` correctly discovers the device.
- `canOpenChannel()` succeeds
- the Channel can be opened directly using the CANlib bindings
- the failure occurs during the initialization of `canIoCtlInit()` calls in `KbaserBus.__init__()`

The failure occurs on `canIOCTL_SET_LOCAL_TXACK` or specifically...
```python
canIoCtlInit(
self._read_handle,
canstat.canIOCTL_SET_LOCAL_TXACK,
ctypes.byref(ctypes.c_byte(local_echo)),
1,
)
```

### Work-Around
commenting out this section of code allows me to continue initializing the bus and my program runs smoothly.

### Potentially related Issue
#2051

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Start in KvaserBus.__init__ at the canIoCtlInit call for canIOCTL_SET_LOCAL_TXACK, and compare the behavior with related issue #2051 while reproducing with a Kvaser Leaf Light v2 and the provided Bus configuration. Done means the Kvaser bus initializes successfully on Linux without breaking local-TX-ack behavior; verify with a device reproduction.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
backend, embedded-iot
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Tranquilla
Chiarezza
Specificata chiaramente
Idoneità per principianti
68/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.