Displaying 20 results from an estimated 397 matches for "parports".
Did you mean:
parport
2004 Dec 13
1
How to get the /proc/parport????
Hi, I am new to Linux. Had installed a RedHat Linux
7.3 from the CD. I need to set up the parallel port
for communication to another DOS PC. Saw a HowTo
guide on PLIP and it mentioned .../proc/parport/....
But there is no such path. Had tried the insmod and
still can't get it work. Did I miss some step when I
first install the Linux OS? Should I install
something like kernel or core rpm
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
On Thu, 2018-06-07 at 10:26 -0700, Nick Desaulniers wrote:
> I get the feeling that the use of __inline__ or __inline (vs inline)
> in the kernel may be wrong and their use should be eradicated in the
> follow up patch set, but it would be cool if others have additional
> insight.
__inline is easy and useful to remove as it's used in
just a few files.
But __inline__ is used in a
2010 Jan 21
8
Need help to get LCDHype flying with Parallel-Port
Hello together,
i want to run LCDHype in Linux under wine, because there is no adequate other program that supports graphically LCD-Displays.
I already opened a discussion in the forum of LCDHype (sorry - is in german language):
http://lcdhype.condense.de/index.php?showtopic=4963
I already found an older version (V 0.6) of LCDHype that installs and the frontend is up and running.
But now i am
2008 Apr 16
1
Centos 5.1 - Xen/ domU related booting questions
Hello,
I successfuly run Centos 5.1 domU in Centos 5.1 dom0.
But I still have some minor issues/errors/warnings while
booting I'd like to fix and here are my questions:
1. How to disable loading usb host controler module:
[...from dmesg... ]
Loading uhci-hcd.ko module
USB Universal Host Controller Interface driver v3.0
insmod: error inserting '/lib/uhci-hcd.ko': -1 No such
2005 Jul 27
5
Parallel port setup and debugging.
Hello!
I using the latest released version (20050725).
Im having problems using the parallel port.
How do i setup the parallel port using the new registry system?
Which modules control the parallel port. Which debug groups should i
enable?
/Pedro
>>>> GN Netcom Group NOTICE - AUTOMATICALLY INSERTED <<<<
The information transmitted is intended only
2017 Oct 26
3
[PATCH] maintainers: drop Chris Wright from pvops
Mails to chrisw at sous-sol.org are not deliverable since several months.
Drop him as PARAVIRT_OPS maintainer.
Signed-off-by: Juergen Gross <jgross at suse.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d85c08956875..af0cb69f6a3e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10179,7 +10179,6 @@ F: Documentation/parport*.txt
2017 Oct 26
3
[PATCH] maintainers: drop Chris Wright from pvops
Mails to chrisw at sous-sol.org are not deliverable since several months.
Drop him as PARAVIRT_OPS maintainer.
Signed-off-by: Juergen Gross <jgross at suse.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d85c08956875..af0cb69f6a3e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10179,7 +10179,6 @@ F: Documentation/parport*.txt
2015 Sep 16
2
vhost: build failure
Hi,
While crosscompiling the kernel for openrisc with allmodconfig the build
failed with the error:
drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
drivers/vhost/vhost.c:818:3: error: call to '__compiletime_assert_818' declared with attribute error: BUILD_BUG_ON failed: __alignof__
*vq->avail > VRING_AVAIL_ALIGN_SIZE
Can you please give me any idea about what the
2015 Sep 16
2
vhost: build failure
Hi,
While crosscompiling the kernel for openrisc with allmodconfig the build
failed with the error:
drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
drivers/vhost/vhost.c:818:3: error: call to '__compiletime_assert_818' declared with attribute error: BUILD_BUG_ON failed: __alignof__
*vq->avail > VRING_AVAIL_ALIGN_SIZE
Can you please give me any idea about what the
2010 Jun 03
1
a patch that disable vmware tools services on virt-v2v
After applying the patch windows guest came up with no error in the event
log.
Amos.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20100603/053d7f94/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-disable-vmware-tools-services.patch
Type:
2008 Sep 24
1
Please:( Help me, Kernel Panic, Could not find file system.
I''m setting Xen3.0.4 with CentOS5.2
I don''t know what exactly needs to add.
So I make ramdisk with following command.
: mkinitrd -v -f --with libata --with sd_mod --with sg --with ext3 --with
scsi_mod --with jbd --with ahci --with dm_mod --with dm_multipath --with
dm_snapshot --with dm_zero --with dm_mirror --with pcspkr --with mii --with
8139too --with 8139cp --with i2c_piix4
2005 Feb 11
8
chan_capi and asterisk
Hello, list a have a problem i can start asterisk, i get
the fowlling error:
[chan_capi.so] => (Common ISDN API for Asterisk)
== Parsing '/etc/asterisk/capi.conf': Found
Feb 11 13:50:36 NOTICE[2535]: chan_capi.c:2636 load_module:
CAPI not installed!
Feb 11 13:50:36 WARNING[2535]: loader.c:345
ast_load_resource: chan_capi.so: load_module failed,
returning -1
Feb 11 13:50:36
2010 Feb 02
9
Want to use Digital Oszilloscope DSO-2100 at parport LPT1
Some time ago i already tried to get running a Digital Oszilloscope DSO-2100 at the parallel port LPT1.
But i give up to get it running.
Now i have another problem (http://forum.winehq.org/viewtopic.php?p=38741#38741) and so i have tested this again.
This time i added the keys to the registry for direct parport access:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Wine\VDM]
2018 Dec 27
0
PROPOSAL: Extend inline asm syntax with size spec
Hi Peter,
On Wed, Oct 31, 2018 at 9:58 PM Peter Zijlstra <peterz at infradead.org> wrote:
>
> On Sat, Oct 13, 2018 at 09:33:35PM +0200, Borislav Petkov wrote:
> > Ok,
> >
> > with Segher's help I've been playing with his patch ontop of bleeding
> > edge gcc 9 and here are my observations. Please double-check me for
> > booboos so that they can be
2012 Jan 13
1
what to do about [abrt] full crash report kernel taint?
I have a machine with a recent install of centos
(2.6.32-220.2.1.el6.x86_64 kernel). It crashed 3 times this week, and
sent emails like the one below complaining about kernel taint. I've
gone back to a previous kernel to see if that helps, but otherwise I
don't know how to investigate this. What should I do?
Here's stuff from the log and one of the emails:
2010 Aug 05
0
No subject
[snip]
Aug 21 09:08:49 BUBBLE kernel: [ 32.126698] PGD 2b01067 PUD bc850067 PMD =
242d067 PTE fffffffffffff237
Aug 21 09:08:49 BUBBLE kernel: [ 32.126716] CPU 0=20
Aug 21 09:08:49 BUBBLE kernel: [ 32.126720] Modules linked in: cpufreq_po=
wersave cpufreq_conservative cpufreq_userspace cpufreq_stats parport_pc ppd=
ev lp parport bridge stp xen_evtchn xenfs binfmt_misc uinput fuse ext2 hdap=
2011 Jan 18
6
BUG while writing to USB btrfs filesystem
While untar''ing an image to an sd card via a reader, I got the
following bug. The system also has a btrfs root, and a whole swath of
processes went into uninterruptable sleep. I was able to poke around
via ssh and sysrq, and already had netconsole set up to capture the
bug.
Root fs is on /dev/sdi1, and /dev/sdj2 is the card reader which was
the target of the untar.
[29571.448889] sd
2014 Oct 20
1
Virtio_config BUG with 3.18-rc1
Hi All,
Booting my local KVM guest with a build of 3.18-rc1 this morning, it
hangs during the normal dracut splash screen When I configured the
guest to use a serial console, I got the output below. The guest is a
typical KVM guest created with virt-manager, using QXL as the display
driver. Nothing fancy about it.
I'll try and do a bisect or some other experimentation today, but I
thought
2014 Oct 20
1
Virtio_config BUG with 3.18-rc1
Hi All,
Booting my local KVM guest with a build of 3.18-rc1 this morning, it
hangs during the normal dracut splash screen When I configured the
guest to use a serial console, I got the output below. The guest is a
typical KVM guest created with virt-manager, using QXL as the display
driver. Nothing fancy about it.
I'll try and do a bisect or some other experimentation today, but I
thought
2006 Jul 31
1
x86_64 reproducible server PANIC with latest kernel
Our Tyan VX50 server, which is otherwise stable, can be crashed by a
specific user who starts a Java application.
Relevant facts are:
x86_64 CentOS 4.3 fully updated (but otherwise default config)
8 Dual-Core Opteron 870 (2 GHz), giving 16 cores
32 GB memory (running at DDR333)
The panic is reproducible within a couple of minutes.
I tried the 2.6.9-42 largesmp kernel from J.Baron's website