I'm trying to install sim card reader software, but i'm getting errors all the time. Has anyone managed to edit their sim cards with cheap sim card readers on Kali?

I got the sim card working on serial port 7 on Vista, so the reader hardware isn't the problem. (I'm hoping Kali's programs would have some more options than the basic stuff vista software had.)

It seems also that there are some drivers installed to Kali as my sim card reader appears on list after lsusb like this:
Code:
Bus 004 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
I've tried to install monosim, but it fails because I haven't comex, of which installation fails because I don't have log4net, which fails because of rem\r errors (I have no idea what these are).

Also, this kind of errors keep appearing on different software:

Code:
syntax error near unexpected token `newline'
./program.name.here: line 1: `<?xml version="1.0" encoding="utf-8" ?>'
Pyserial gets stucked when I run ./setup.py

pySimReader ./setup.py fails like this:
Code:
from: can't read /var/mail/distutils.core
pySimReader fails:
Code:
./pySimReader.py: line 16: $'\r': command not found
./pySimReader.py: line 24: $'\r\npySIM application\r\n\r\nSmartcard functions for PIN, phonebook and SMS management.\r\n\r': command not found
./pySimReader.py: line 25: $'\r': command not found
./pySimReader.py: line 29: $'\r': command not found
I managed to install Smart Card toolkit sctk-0.3.4 but I have no idea how to use it, there doesn't appear to be any straight forward program in the package.