Displaying 20 results from an estimated 4000 matches similar to: "USB modem on centos"
2005 Aug 11
1
Problem connecting a USB modem.
Hi
I'm trying to connect a USB CDMA modem (z010) to a CentOS 4.1
(kernel 2.6.9-11.EL) and I can't talk to the modem. I tried the
same modem under Fedora Core 1 (2.4.22-1.2199.nptl) and it works
like a charm.
The only difference is /dev/ttyACM0 for CentOS and /dev/input/ttyACM0
for the Fedora.
Any help would be appreciated.
Tank's.
Fernando Lan?a
Some debug info:
CentOS:
2012 Oct 17
1
Adding an MT9234ZBA-USB modem to CentOS6.3
How, exactly, does CentOS-6.3 with udev recognize an USB modem when it
is plugged in. How is it indicated? What other configuration is
required?
I can find the modem in /sys/class/tty and I can get the attributes
using udevadm but I do not see anything in ps that refers to the modem
device.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne
2003 Mar 10
2
AOL on Linux
Hello. I am a newbie to wine. In my local area, the only way to have unmetered access to th internet is to use AOL. After some research on the internet, it gas come to light that some linux users have managed to install AOL's version 5.0 of their software to access AOL.
Following these instructions, AOL5 is installed on my computer. The command "wine setup32.exe" was run. AOL5
2011 Mar 31
0
reliance netconnect as on a Linux system ( centos5.5 ) Modem not responding.
Hi
I am trying to connect a reliance netconnect data card on my linux box (
cent os ) , i am able to the detect the device /dev/ttyUSB0
these are the following steps I did :
Check your card is recognized by the kernel
# cat /proc/bus/usb/devices
.....
.....
T: Bus=07 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 11 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P:
2008 Jan 14
10
Using EventMachine to listen from non-network
I''ve actually found a way to make EventMachine listen to events from a
serial port, but only by using the pure Ruby version, using Guilliame
Pierronnet''s Ruby/SerialPort library. It turned out to be simpler
than I thought it would be:
require ''serialport''
$eventmachine_library = :pure_ruby
require ''eventmachine''
module EventMachine
class
2002 Aug 05
0
printing to windows with cups
I have samba 2.2.5 and cups -1.1.15 from rpm packages on RH 7.3. I try
to configure printers by localhost:631 and haven't smb device.
ldd 'which smbd' gives:
libcups.so.2 => /usr/lib/libcups.so.2 (0x40013000)
libssl.so.2 => /lib/libssl.so.2 (0x40045000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x40072000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40135000)
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In
what follows I've tried to describe some details.
The first problem was this: The Comm-Port gets opened with overlapped I/O.
However, for WaitCommEvent() we do not specify an overlapped structure. This
works fine on NT4 / W2K, but is contrary to the documentation, which
specifys that you need to supply an
2005 Jun 26
2
FXO as modem (was: * fax reliability between ISDN PRI and FXS ports)
Rich Adamson <radamson@routers.com> wrote:
>
>> I have been investigating on this list and found that faxing is not
>> reliable between Zaptel
>> cards and that Digium does not support nor
>> recommend fax over the TDMXXB interfaces.
>>
>> Is this true ? Will fax not be reliable enough for my customer ?
>
> True... the TDM card (or its drivers)
2012 Jun 12
0
Help needed with Elographics touchscreen
I'm trying to get an Elographics serial touchscreen working with CentOS
6.2 using the xorg-x11-drv-elographics driver.
Touching the screen will wake it up if the screen has blanked, but it
never moves the cursor on the screen. There is also a keyboard and mouse
connected while I'm trying to get this going and they are loaded
automatically and using the evdev driver.
Here are the relevant
2001 Feb 28
1
com port acccess again
hi guys!
i have some problem whit wine about the $SUBJECT
i start my program and i get the following error
message:
ceta.2@sb-003:~/.wine/fakewin/csoft30 > wine
--debugmsg +comm --managed comkern.exe
err:win32:fixup_imports No implementation for
shlwapi.dll.0(StrRetToBufA)
imported from shell32.dll, setting to 0xdeadbeef
err:win32:fixup_imports No implementation for
2007 Mar 09
2
How do I configure additional serial ports?
I have installed two 4-port serial cards (http://www.startech.com/
Product/ItemDetail.aspx?productid=PCI4S550&c=US) on a CentOS 4.4
system. The hardware appears to be recognized correctly, as kudzu
added 2 entries to /etc/sysconfig/hwconf and lscpi shows both cards
(output of lspci -vv for both cards included at the end of this email):
# lspci
00:00.0 Host bridge: Intel Corporation
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1332754018 -3600
# Node ID b3fc067f938da14fd8b0dce7b00c4876bbf99e8b
# Parent d8e15dc99bf307bd0ae0b042f1d50409b9f26386
docs: wrap misc/xen-command-line.markdown to 80 columns
Makes it more readable as a text document.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r d8e15dc99bf3 -r b3fc067f938d
2007 Dec 05
9
Re: [Xen-staging] [xen-unstable] [QEMU-DM] Upgrade emulated UART to 16550A.
On Wed, 2007-12-05 at 14:22 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser
> # Date 1196864460 0
> # Node ID f0ac46de680cc6fe8c91699fdda153b125ae515c
> # Parent bf21e00155b7dd76653c5340099ecedac7a7de08
> [QEMU-DM] Upgrade emulated UART to 16550A.
>
> This patch adds 16550 emulation to qemu-dm. I still consider it a work
> in
2006 Oct 12
1
modem not initialised
Hi all,
I have one last windows programme to get working under wine before I can
ditch my company's last windows pc, but so far I am stumped by it. The
programme is supplied by our bank & is used to dial up to the bank, log into
the network & do things like viewing statements, making bacs payments etc.
The programme runs fine but when I try to connect to the bank I get an error
2010 Jan 08
2
Serial port fun: CentOS 4.8 (32-bit) vs. CentOS 5.4 (64-bit)
I am in the process of migrating from running CentOS 4.8 (32-bit) to
CentOS 5.4 (64-bit) on my AMD Sempron(tm) Processor LE-1300 system (it
is running CentOS 4.8 32-bit because the disk images are from a
previous PIII system), and things are 'interesting' WRT how the Lava
Computer mfg Inc Quattro-PCI card is being handled.
lspci (on CentOS 4.8 32-bit) yields:
01:0a.0 Serial controller:
2007 Jan 24
1
Best way to connect analog modem
Hello Asterisk fans,
I try to connect an analog modem to Asterisk. The modems are connected
e.g. to alarm systems or a cash terminals (POS). As PSTN-Interface I'm
using a Wildcard TE110P (E1).
Is it possible to connect the modems to an ATA?
Which ATA I should use for that scenarios?
Cheers
Bastian
____________
Virus checked by G DATA AntiVirusKit
Version: AVK 17.1806 from 04.01.2007
Virus
2007 Sep 23
7
[PATCH] Default serial console to BAUD_AUTO
# HG changeset patch
# User john.levon@sun.com
# Date 1190588448 25200
# Node ID 9a8a2d9ad94f20c995a7b59b75fdd6fefb8dafc6
# Parent 20c00448e39c7d8528e40287cafe614a5d4bdbf5
Default serial console to BAUD_AUTO
Currently, the defaults for the serial console have a baud rate of zero,
which is less than useful. Default to BAUD_AUTO instead, so you can just
specify "console=com1" and it will
2005 Oct 21
1
modem for dial IN
Hi
Not entirely centos related but that what the boxes are running so here i
go ;)
2 of our centos boxes run nagios for network monitoring and send email and
paging alerts and are connected to standard phone lines using modems to
send the pages. I'm looking for a way in the event of provider failure to
login to these machines and so am looking at the ability to connect to the
console over
2000 Nov 22
3
2.3.0p1: terminal baud rate is 300
When using OpenSSH 2.3.0p1 on HP-UX 11.00 the terminal's baud rate is
300, causing non-desired effects in vi and Emacs: vi only shows a few
lines, and Emacs adds a huge delay after each line of output.
When connecting via TELNET, I get at least 9600 baud.
Should the login procedure mess with the baud rate?
Regards,
Ulrich
P.S. I'm not subscribed to the list.
2011 Nov 20
2
serial console oddities with CentOS Linux release 6.0 (Final)
It seems as if /etc/inittab has undergone some changes. That doesn't seem
to be related to my issues however. I am able to setup the grub.conf (
menu.lst if you like ) to use the serial console ttyS0 at 9600 baud and
the usual bits.
However I can not actually see the GRUB menu at boot time. I see nothing
until the server begins to boot and then I can see everything. However the
grub menu is