>
> > > > Is there any Cygwin package providing the iopl et al. routines?
> > > > Google uncovers an ioperm package but that seems to be nothing current.
> > > > My goal is to compile https://github.com/pciutils/pciutils with Cygwin.
> > >
> > &g
Am 02.02.2023 um 08:33 schrieb Franz Fehringer via Cygwin:
Am 31.01.2023 um 10:27 schrieb Corinna Vinschen via Cygwin:
On Jan 29 18:22, Franz Fehringer via Cygwin wrote:
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to
Am 31.01.2023 um 10:27 schrieb Corinna Vinschen via Cygwin:
On Jan 29 18:22, Franz Fehringer via Cygwin wrote:
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to be nothing current.
My goal is to compile https
Am 31.01.2023 um 10:27 schrieb Corinna Vinschen via Cygwin:
On Jan 29 18:22, Franz Fehringer via Cygwin wrote:
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to be nothing current.
My goal is to compile https
On Jan 29 18:22, Franz Fehringer via Cygwin wrote:
> Hi all,
>
> Is there any Cygwin package providing the iopl et al. routines?
> Google uncovers an ioperm package but that seems to be nothing current.
> My goal is to compile https://github.com/pciutils/pciutils with Cygwin.
Cygw
Am 30.01.2023 um 03:35 schrieb Eliot Moss via Cygwin:
On 1/30/2023 4:22 AM, Franz Fehringer via Cygwin wrote:
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to be nothing current.
My goal is to compile https://github.com
On 1/30/2023 4:22 AM, Franz Fehringer via Cygwin wrote:
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to be nothing current.
My goal is to compile https://github.com/pciutils/pciutils with Cygwin.
The package claims to
Hi all,
Is there any Cygwin package providing the iopl et al. routines?
Google uncovers an ioperm package but that seems to be nothing current.
My goal is to compile https://github.com/pciutils/pciutils with Cygwin.
Thanks
Franz
--
Problem reports: https://cygwin.com/problems.html
>> On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri wrote:
>>
>>
>>> as the 32 bit package is orphaned, we need a volunteer to take over.
I tried building the 32bit version of ioperm on Windows 7 x64 and
after getting past a few initial hurdles, make fails as below:
Il 6/18/2013 2:19 AM, Balaji Venkataraman ha scritto:
On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri wrote:
as the 32 bit package is orphaned, we need a volunteer to take over.
Are you interested ?
I'm new to maintaining a Cygwin package but sure, I'd like to give it
a shot. Is there more in
On Mon, Jun 17, 2013 at 12:41 PM, marco atzeri wrote:
> as the 32 bit package is orphaned, we need a volunteer to take over.
> Are you interested ?
I'm new to maintaining a Cygwin package but sure, I'd like to give it
a shot. Is there more info besides this: http://cygwin.com/setup.html.
Would a
Il 6/17/2013 8:23 PM, Balaji Venkataraman ha scritto:
I don't see the ioperm package in Cygwin64, unless I'm not looking in
the right place. Any ideas on if/when it might become available?
Thanks.
as the 32 bit package is orphaned, we need a volunteer to take over.
Are you intereste
I don't see the ioperm package in Cygwin64, unless I'm not looking in
the right place. Any ideas on if/when it might become available?
Thanks.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com
dlls necessary at the end the application run correctly.
This specific case is a bit different. The application have to
communicate with the parallel port and hence I have to install ioperm
(ioperm -i) on the pc.
Running ioperm I obtain
ioperm.sys is already installed.
StartService function call
On Tue, Feb 19, 2008 at 4:05 AM, Corinna Vinschen
<[EMAIL PROTECTED]> wrote:
> On Feb 18 21:15, Andrew Dyer wrote:
> > I am having problems using ioperm() to try and access a parallel printer
> port on
> > a PCI card in my system running WinXP. The port is mappe
Daniel Noll, le Fri 22 Feb 2008 08:50:37 +1100, a écrit :
> On Friday 22 February 2008 07:46:18 Samuel Thibault wrote:
> > Yes: on Linux ioperm doesn't work above 0x400. On Linux, so as to
> > access ports above 0x400 you need to use iopl(), that's why ioperm in
&
On Friday 22 February 2008 07:46:18 Samuel Thibault wrote:
> Yes: on Linux ioperm doesn't work above 0x400. On Linux, so as to
> access ports above 0x400 you need to use iopl(), that's why ioperm in
> cygwin does this. Now, allowing >= 0x400 would be possible in cygwin'
Corinna Vinschen, le Tue 19 Feb 2008 21:45:52 +0100, a écrit :
> The ioperm package has no maintainer anymore since 2006.
On the last call for maintainers I considered taking it, but I'm still
quite busy on other projects, so I'm not yet ready to actually do it.
Samuel
--
Uns
Hello,
Andrew Dyer, le Mon 18 Feb 2008 21:15:42 +, a écrit :
> I am having problems using ioperm() to try and access a parallel printer port
> on
> a PCI card in my system running WinXP. The port is mapped to I/O port address
> 0xDCD8. I cannot access the port because the iop
On Feb 18 21:15, Andrew Dyer wrote:
> I am having problems using ioperm() to try and access a parallel printer port
> on
> a PCI card in my system running WinXP. The port is mapped to I/O port address
> 0xDCD8. I cannot access the port because the ioperm() driver has a check to
>
I am having problems using ioperm() to try and access a parallel printer port on
a PCI card in my system running WinXP. The port is mapped to I/O port address
0xDCD8. I cannot access the port because the ioperm() driver has a check to
limit I/O port accesses to < 0x400.
from /usr/src/ioperm-
Hi Angelo.
On Mon, Jan 16, 2006 at 03:06:50PM +, Angelo Moscati wrote:
> Hi,
>
> I would like to know how i can install the ioperm.sys driver in windows
> that don't have cygwin.
>
> I wrote a program that uses ioperm and (like other cygwin program) if i
> want t
Hi,
I would like to know how i can install the ioperm.sys driver in windows that
don't have cygwin.
I wrote a program that uses ioperm and (like other cygwin program) if i want
to use it in another
pc i need just to take also the relevant dlls.
But in this case I need also to instal
lanetmirror.com/pub/sourceware/cygwin
>
> Package Version
...
> ioperm 0.3-1
You should update the ioperm package to latest version.
Regards.
--
+---+
| Marcel Telka e-mail: [EMAIL PROTECTED] |
|h
On Thu, Aug 25, 2005 at 10:42:21PM +0200, Gerrit P. Haase wrote:
> pppd wrote:
>
> >$ ioperm -i
> >OpenSCManager function call failed.
> >Error: ioperm.sys installation failed.
> >
> >and then..
> >
> >$ ioperm.sys
> >bash: /usr/bin/ioperm.
Hi Douglas.
On Thu, Aug 25, 2005 at 05:59:16PM -0300, Douglas Schilling Landgraf wrote:
> Thanks Gerrit, I got how to compile my program reading "README" file ;o).
> It needs use -lioperm flag ( On Linux it's -O2 for ioperm functions ) .
>
> $ gcc -o io io.c
Thanks Gerrit, I got how to compile my program reading "README" file ;o).
It needs use -lioperm flag ( On Linux it's -O2 for ioperm functions ) .
$ gcc -o io io.c -lioperm
$./io
Illegal instruction ( code dumped )
I don't know why it happens on Cygwin. On Linux the
pppd wrote:
$ ioperm -i
OpenSCManager function call failed.
Error: ioperm.sys installation failed.
and then..
$ ioperm.sys
bash: /usr/bin/ioperm.sys: Permission denied
Does anybody can help me ?
From the website:
Install (activate) ioperm.sys driver using ioperm -i. This is required
only
Hello guys,
I'd like to use ioperm functions under Cygwin 1.5.18 ( 0.132/4/2 ).
First I have tried to compile my C code ( below ) on Cygwin.
P.S: It works on Linux.
#include
#include
#include
#include
int main( void ) {
unsigned char Value;
ioperm(0x378, 3, 1);
Tony Richardson evansville.edu> writes:
>
> "Simon" wrote
> > Hello,
> >
> > Trying to get JTAG working, but am getting parport open error. My IOPERM
> > output says ioperm is not installed. There is no man page
> > for ioperm. Can anyone p
"Simon" wrote
> Hello,
>
> Trying to get JTAG working, but am getting parport open error. My IOPERM
> output says ioperm is not installed. There is no man page
> for ioperm. Can anyone point me in the right direction for getting ioperm
> installed?
Using "cygche
Hello,
Trying to get JTAG working, but am getting parport open error. My IOPERM
output says ioperm is not installed. There is no man page
for ioperm. Can anyone point me in the right direction for getting ioperm
installed?
[EMAIL PROTECTED] ~
$ ioperm
Usage: ioperm [--usage] [--help] [-V] [-v
On Wed, Nov 26, 2003 at 10:30:25AM +0100, Jan Pietrusky wrote:
> Hi Marcel,
> I tried to install ioperm with administrator permissions and I got also
Have you installed ioperm using cygwin's setup.exe?
> "Startservice failed". I cant explain me, what is the error.
Pl
Hi Marcel,
I tried to install ioperm with administrator permissions and I got also
"Startservice failed". I cant explain me, what is the error.
Do I need the parallelport drver parport.sys or parallel.sys from windows?
I have also a small programms in visual basic for communicatio
Hello Jan!
On Tue, Nov 25, 2003 at 02:49:57PM +0100, Jan Pietrusky wrote:
> Hello Marcel,
> I use WIN2000 with cygnus and will use the lpt port. When I will
> activate the ioperm with -i, I get "StartService failed". You know,
> where the problem is?
>
> What is th
Hello Marcel,
I use WIN2000 with cygnus and will use the lpt port. When I will
activate the ioperm with -i, I get "StartService failed". You know,
where the problem is?
What is the result of ioperm -i? It is a copy od ioperm.sys in a windows
directory? Can I do this with for mys
New News:
-
Completed iopl() implementation.
Old News:
-
This software adds support for ioperm()/iopl() functions to Cygwin.
This support includes sys/io.h and sys/perm.h header files (not
included in Cygwin by default) together with development and runtime
libraries
New Cygwin package ioperm-0.3-1 is available for download. This
software adds support for ioperm()/iopl() functions to Cygwin. This
support includes sys/io.h and sys/perm.h header files (not included in
Cygwin by default) together with development and runtime libraries
> >> >This software adds support for ioperm() function to Cygwin. This support
> >> >includes sys/io.h and sys/perm.h header files (not included in Cygwin by
> >> >default) together with development and runtime libraries.
> >> >
> >> >News in
> On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
> > >>>> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
> >
> >
> > >>>>> This software adds support for ioperm() function to Cygwin.
> > >>> 2. Window
Marcel et. al.,
At 09:52 2003-01-20, Marcel Telka wrote:
On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
> >This software adds support for ioperm() function to Cygwin. This support
> >includes s
Marcel Telka wrote:
> On Mon, Jan 20, 2003 at 05:57:42PM -, Max Bowsher wrote:
>> Marcel Telka wrote:
>>> On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
>>>> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
>>>&
> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
>
>
> >>>>> This software adds support for ioperm() function to Cygwin.
> >>> 2. Windows DDK is required for the driver compilation.
> >> 2. is likely a problem. Are you aware that w3
-only tools
> >:-(
>
> AFAIAC, this is regrettable but it is not a problem. There is no requirement that
>you
> have to use cygwin-only tools to build the package. As long as you include everything
> you need to build it with whatever tools are required, that should be ok.
On Mon, Jan 20, 2003 at 07:06:23PM +0100, Marcel Telka wrote:
>$ objdump -x ioperm.sys
>BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM_NOT_PAGED (0x800) ignored
>BFD: ioperm.sys (.text): Section flag IMAGE_SCN_MEM_NOT_PAGED (0x800) ignored
>objdump: ioperm.sys: File format not recogni
On Mon, Jan 20, 2003 at 05:57:42PM -, Max Bowsher wrote:
> Marcel Telka wrote:
> > On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
> >> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
> >>> This software adds support for iop
Marcel Telka wrote:
> On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
>> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
>>> This software adds support for ioperm() function to Cygwin. This
>>> support includes sys/io.h and sys/perm.h
On Mon, Jan 20, 2003 at 10:05:43AM -0500, Christopher Faylor wrote:
> On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
> >This software adds support for ioperm() function to Cygwin. This support
> >includes sys/io.h and sys/perm.h header files (not included in Cygwi
On Mon, Jan 20, 2003 at 03:57:35PM +0100, Marcel Telka wrote:
>This software adds support for ioperm() function to Cygwin. This support
>includes sys/io.h and sys/perm.h header files (not included in Cygwin by
>default) together with development and runtime libraries.
>
>News
This software adds support for ioperm() function to Cygwin. This support
includes sys/io.h and sys/perm.h header files (not included in Cygwin by
default) together with development and runtime libraries.
News in this release:
* Windows DDK is optional for compilation now
50 matches
Mail list logo