Need windows driver when using wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
spaceman
Level 1
Level 1
Posts: 5
Joined: Thu Mar 19, 2009 3:41 pm

Need windows driver when using wine?

Post by spaceman »

I need to use a PCMCIA card with serial port on my linux laptop together with a Windows program.

Can anyone tell me if I need to install the windows driver that came with the PCMCIA card; if so, the driver for which Windows version?.

Or should the Windows program running on wine be able to access the serial port on the PCMCIA card if the card is installed correctly under my OpenSuse 11.1?

Cheers

Spaceman
:?:
James McKenzie

Need windows driver when using wine?

Post by James McKenzie »

spaceman wrote:
I need to use a PCMCIA card with serial port on my linux laptop together with a Windows program.

Can anyone tell me if I need to install the windows driver that came with the PCMCIA card; if so, the driver for which Windows version?.

Or should the Windows program running on wine be able to access the serial port on the PCMCIA card if the card is installed correctly under my OpenSuse 11.1?

Cheers

Spaceman
[Question]
You need to install the card in Linux and then extend the com port so
that Wine can use it.

James McKenzie
spaceman
Level 1
Level 1
Posts: 5
Joined: Thu Mar 19, 2009 3:41 pm

Re: Need windows driver when using wine?

Post by spaceman »

James McKenzie wrote:You need to install the card in Linux and then extend the com port so
that Wine can use it.

James McKenzie
Many thanks for the prompt reply!! :)

I have installed the card in Linux, but what do you mean with "extend the com port so that Wine can use it." ?

Spaceman
:?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Need windows driver when using wine?

Post by vitamin »

spaceman wrote:I have installed the card in Linux, but what do you mean with "extend the com port so that Wine can use it." ?
http://www.winehq.org/docs/wineusr-guid ... ure#AEN407
spaceman
Level 1
Level 1
Posts: 5
Joined: Thu Mar 19, 2009 3:41 pm

Re: Need windows driver when using wine?

Post by spaceman »

hmm....

that doesn't yet seem to do the trick...here is my status

linux-zatr: # lspci -vv -s 7:00.0
07:00.0 Serial controller: NetMos Technology PCI 9820 Multi-I/O Controller (rev 01) (prog-if 02 [16550])
Subsystem: LSI Logic / Symbios Logic Device 0001
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: I/O ports at 2010
Region 1: I/O ports at 2018
Region 2: I/O ports at 2020
Region 3: I/O ports at 2028
Region 4: I/O ports at 2030
Region 5: I/O ports at 2000
Kernel driver in use: serial

linux-zatr: # setserial /dev/ttyS0 -a
/dev/ttyS0, Line 0, UART: 16550A, Port: 0x2010, IRQ: 16
Baud_base: 11520, close_delay: 50, divisor: 0
closing_wait: 3000
Flags: spd_normal skip_test

...and I have set a link from ttyS0 to com1 in dosdevices...

Any ideas?
Locked