similar to: serial port in linux

Displaying 20 results from an estimated 100 matches similar to: "serial port in linux"

2010 Jul 25
1
Hello world help needed
I am trying to work my way up the learning curve through a forest of conflicting and mostly non-working examples and help pages spread about the internet. I have had no trouble getting a basic vm to build and to then start it up. But I have utterly failed to gain access to the machine. The only host I have available that can run it is a remote server. I have not got the networking side working
2006 Sep 04
1
xen 3.0.2 doesn't boot, XenDomain0 crashed
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060904/6ca2ff93/signature-0001.pgp
2012 Apr 11
5
URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5
Group, My linux box, running with Centos-5.5, is showing up (??) a pseudo network interface for Eth0. On Switch where my Eth0 is connected, observed 2 MAC-Addresses. If a DHCP server present in LAN, the second pseudo interface is picking up a DHCP IP Address too. Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch. The intensity of the problem is more when port-security is
2004 Mar 05
2
PROBLEM: log abort over RAID5
Several people already reported this at linux-kernel and elsewhere with no answers, I thought perhaps this would be a more adequate forum... [1.] One line summary of the problem: After I/O, journal is aborted and filesystems made read-only. [2.] Full description of the problem/report: One can't anymore write to the affected file systems. Upon investigation, ext3fs journal was aborted
2003 Aug 21
1
FreeBSD STABLE support for new motherboards
During the last two weeks there has been some discussion in freebsd-questions and freebsd-stable about the prospects of FreeBSD support for some motherboard devices associated with the Intel 865PE/875P and ICH5/ICH5R support chips now showing up in recent motherboard designs. The 865PE/875P chips are called MCH (memory controller hub) or "northbridge" chips. The ICH5/ICH5R chips are
2003 Dec 15
2
E400 or TE410 (digium) vs PRI 30M (Eicon)
Hello, I would like to have some comparison between E1 cards from Digium and those from Eicon for a VOIP - ISDN Gateway. How does they compare on the echo cancel point of view? Is the echocancellation code for E400 good enough for production environment? Best regards, Daniel -- Daniel ANDRE (mailto:dandre@iris-tech.fr) IRIS Technologies - http://www.iris-tech.com Serveur kwartz -
2002 Mar 09
1
Problem with smbfs on 2.4.18 kernel
Hi all.. I have found some problems on smbfs module in 2.4.18 kernel. I compiled it by myself (not the very first kernel compilation in my life ;-)) and then I have got it. Looks like it touch smbfs module as when I recompile 2.4.18 modules with smbfs sources changed to sources of smbfs from 2.4.17 problem disappears!! My mainboard is Abit BE6 with Pentium III 450 MHz. I am using SuSE 7.3 with
2015 Oct 27
0
[PATCH] pci: enable c800 magic for Lenovo Y510P
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70354#c75 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Unclear if we want this. Someone with the same vendor/subvendor pci ids didn't have any issues with nouveau at all: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1327624 [they had other issues though] Not sure if this will do more harm than good.
2015 Oct 31
0
[PATCH] pci: enable c800 magic for Medion Erazer X7827
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91557 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drm/nouveau/nvkm/engine/device/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index e8eb14e..20318f4 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++
2015 Nov 03
0
[PATCH] pci: enable c800 magic for Clevo P157SM
this is needed for my gpu --- drm/nouveau/nvkm/engine/device/pci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index e3c783d..d506e02 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -689,6 +689,12 @@ nvkm_device_pci_10de_1199[] = { };
2015 Nov 28
0
[PATCH] pci: enable c800 magic for Clevo P150SM-A GTX 870M
--- drm/nouveau/nvkm/engine/device/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index caf22b5..bf582f8 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -691,6 +691,7 @@ static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_1199[] = { { 0x1458,
2015 Nov 28
0
[PATCH v2] pci: enable c800 magic for Clevo P150SM-A GTX 870M
v2: used wrong subid --- drm/nouveau/nvkm/engine/device/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index caf22b5..48d488e 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -691,6 +691,7 @@ static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_1199[] =
2015 Dec 03
0
[PATCH] pci: enable c800 workaround for Clevo W355STQ
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70354#c90 Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drm/nouveau/nvkm/engine/device/pci.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm/nouveau/nvkm/engine/device/pci.c b/drm/nouveau/nvkm/engine/device/pci.c index caf22b5..4475bc2 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++
2004 Jan 22
1
PROBLEM: Filesystem became readonly, then kernel crashes on shutdown
Hi All, I just had "an issue" with my Linux 2.6.1 kernel. While working, I tried to rf -rf a directory, and was told my filesystem was mounted readonly (which it wasn't). I then shut the machine down, and on shutdown, I got a "kernel BUG at fs/ext3/super.c: 411". Full report below: Mike [1.] One line summary of the problem: Filesystem became readonly, then
2009 Jan 14
1
RE: return codes ?
Hey I have just installed Samba 3.2.7 on my Debian 4.0 with compile. But I'm trying to to join my Windows AD, and samba returns Using short domain name -- UNDERVISNING Joined 'MAIL' to realm 'UNDERVISNING.LOCAL' return code = 0 First I got return code = -1 I just assumed that this was bad, so I powered on, but now I get return code = 0 but I still can't get any user
2003 Jun 12
1
fxs card not loading in new computer
(I'm producing a writeup on all the things one run into building an * box. Which after a couple of boxes is showing up aplenty.) So this uses the working h/w and config's from another box. All I do is build in a new computer. Loading the modules I got: __________________________________________________ Zaptel Configuration ====================== Channel map: Channel 01: FXS
2019 May 03
3
Aw: Re: very high traffic without any load
2006 Oct 23
2
asterisk not detecting hangup
Hi, Im working with the following versions: -asterisk-1.2.12.1 -zaptel-1.2.9.1 And with the following card: 00:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Unknown device 8085:0003 Flags: bus master, medium devsel, latency 32, IRQ 201 I/O ports at c800 [size=256] Memory at fe000000 (32-bit, non-prefetchable)
2003 Jul 29
0
IRQ Misses?
Hi, One of my pbx's seems to be having some new issues. crackling interference on the zap channels running through the channel bank, and I noticed that these happen when I hit an "irq miss" in zttool: Current Alarms: No alarms. Sync Source: Digium Wildcard T100P T1/PRI C IRQ Misses: 82695 Bipolar Viol: 0 Tx/Rx Levels: 0/8 3 Total/Conf/Act:
2019 May 02
4
Aw: Re: very high traffic without any load