Access to pci-e card after bios update

BIG THX
For your efforts.
Mike

Hi @MikeEitel

  1. For the AX99100 chip I have also tested with Win10 and it works, here is the seller’s driver that he provided, which also includes Linux driver that you could try. Download here.

  1. For this EXSYS EX44092-2 chip, we have not found a source that to buy this to test. This is a very old model and hard to purchase in the Chinese market, and we might be able to buy one.

Thx
I agree that the exesys is old and you do not try.

But
Yes, i can run AX99100 with w10. No problem.
I need the ax99100 to run on linux for cnc solution, and especialy in epp modus.
Mike

The driver i provided above has the ax99100 driver in linux, may be you could try this?

I did that but it is not compiling correct. I eliminated an error (in the not used spi part) but dad no succes until now. I guess the reason is that bios is not recognizing/activating/preparing the card. lspci shows parport disabled…
In every normal pc bios there is a seriel/parallel definiton part. I wonder if it would be needed in your bios too…
Mike

Hello, Mike
Can you tell us your linux distribution version?

Linux mint 19.2 with realtime
Easiest way is if you download an image with the cnc part included.

http://cnc.beaglebrainz.net/cdimage/cnc-19.2.0-20200426-mate-uspace-64bit.iso

It is based on a normal mint. LinuxCNC is just an applikation on top of it.
Mike

Hi Mike & customers:
We have marked down this problem and we are researching on EPP mode, we will release a new BIOS later.
Thanks for your patience and feedback.

Thx
As soon you have details and can give me address i can send you test config for linuxcnc.
Mike

Hi
Any news about your progress

Thx for your involvement
Mike

We’re trying to fix the problem, it’s seems that not the BIOS issus.

Hi
Any advance in this concern?

Thx
Mike

[quote=“MikeEitel, post:22, topic:253145”]
Any advance in this concern?

Thx
Mike
[/quote] We are trying to debug the linux driver.

:joy:

Ok,
Hope you have success
thx for yor engagement
Mike

Hi
This thread is now over 1.5 month old.
My impression is that you have no solution but do not wan’t to communicate.

Ok, i judge that as a give up.

You try to position the board as a diy device, but do not give it the manpower to support.
Pitty, as the hw is very nice.
Mike

Hi @MikeEitel

Sorry for the late response. We are targeting the issue. The driver will be tested today and get it back to you by Friday. Sorry for any inconvenient caused.

Best Regard,

Anson

@MikeEitel

https://www.asix.com.tw/FrootAttach/driver/AX99100_SP_PP_SPI_Linux_Driver_v1.6.0_Source.tar.bz2

01:00.0 Serial controller: Asix Electronics Corporation Device 9105 (prog-if 02 [16550])
	Subsystem: Device a000:1000
	Flags: fast devsel, IRQ 22
	I/O ports at e020 [size=8]
	Memory at a1303000 (32-bit, non-prefetchable) [size=4K]
	Memory at a1302000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
	Capabilities: [78] Power Management version 3
	Capabilities: [80] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [800] Advanced Error Reporting

01:00.2 Parallel controller: Asix Electronics Corporation Device 9100 (prog-if 03 [IEEE1284])
	Subsystem: Device a000:2000
	Flags: fast devsel, IRQ 255
	I/O ports at e010 [disabled] [size=8]
	I/O ports at e000 [disabled] [size=8]
	Memory at a1301000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Memory at a1300000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
	Capabilities: [78] Power Management version 3
	Capabilities: [80] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting

sudo insmod parport_pc.ko io=0xa000 io_hi=0x2000 irq=255
[ 7102.233091] parport 0xa000 (WARNING): CTR: wrote 0x0c, read 0xff
[ 7102.233102] parport 0xa000 (WARNING): DATA: wrote 0xaa, read 0xff
[ 7102.233102] parport 0xa000: You gave this address, but there is probably no parallel port there!
[ 7102.233146] parport0: PC-style at 0xa000, irq 255 [PCSPP,TRISTATE]
[ 7102.233150] parport0: irq 255 in use, resorting to polled operation
[ 7102.326088] lp0: using parport0 (polling).
1 Like

Sorry i am out for bussines.
But you can see that the parport registers (0e00) are disabled.
I think that is a bios problem and why i could get nothing to work as it should.
Mike

Ok.
I invested time and tried to compile and one file throw the same error on line 1078. As before. So: Same status as i gave you already on 24.July !!!

I doubt that you compiled that driver successfully. And as i mentioned from beginning, problem is probably related to your bios as you probably did not implement serial and parallelport support.

Are you asthonished when i ask myself what happened on your side since so many weeks?

Keeps me on my judgment that your management should have never invested into this nice board as Seeed is not able to give support. Wasted money from marketing stand point and even spoiling your companies name.

Mike

Hello,
Could you please point to the procedure you followed
to correctly install mint with realtime?
I’m trying hard with CONFIG_PREEMPT_RT Patch, but got always stuck at ‘loading initial ramdisk…’
Thank you in advance.
Bruno