Displaying 20 results from an estimated 20 matches for "serial3".
Did you mean:
serial
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
...,addr=0x3
-chardev pty,id=charserial0 -device
isa-serial,chardev=charserial0,id=serial0 -chardev
tty,id=charserial1,path=/dev/c1841-A -device
isa-serial,chardev=charserial1,id=serial1 -chardev
tty,id=charserial2,path=/dev/c2620-A -device
isa-serial,chardev=charserial2,id=serial2 -chardev
tty,id=charserial3,path=/dev/c2620-B -device
isa-serial,chardev=charserial3,id=serial3 -vnc 0.0.0.0:0 -vga cirrus
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
W: kvm binary is deprecated, please use qemu-system-x86_64 instead
char device redirected to /dev/pts/0 (label charserial0)
*5 Serial Devices*...
2016 Aug 26
0
[PATCH v8 12/18] ARM: DT: STiH407: Add spdif_out pinctrl config
...37db7e..598dbab 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -1114,6 +1114,14 @@
};
};
+ spdif_out {
+ pinctrl_spdif_out: spdif_out{
+ st,pins {
+ spdif_out = <&pio34 7 ALT1 OUT>;
+ };
+ };
+ };
+
serial3 {
pinctrl_serial3: serial3-0 {
st,pins {
--
1.9.1
2016 Aug 26
0
[PATCH v8 11/18] ARM: DT: STiH407: Add i2s_in pinctrl configuration
...io33 3 ALT1 IN>;
+ };
+ };
+
+ pinctrl_i2s_2ch_in: i2s_2ch_in{
+ st,pins {
+ mclk = <&pio32 5 ALT1 IN>;
+ lrclk = <&pio32 7 ALT1 IN>;
+ sclk = <&pio32 6 ALT1 IN>;
+ data0 = <&pio32 4 ALT1 IN>;
+ };
+ };
+ };
+
serial3 {
pinctrl_serial3: serial3-0 {
st,pins {
--
1.9.1
2016 Aug 26
0
[PATCH v8 10/18] ARM: DT: STiH407: Add i2s_out pinctrl configuration
...ALT1 OUT>;
+ };
+ };
+
+ pinctrl_i2s_2ch_out: i2s_2ch_out{
+ st,pins {
+ mclk = <&pio33 5 ALT1 OUT>;
+ lrclk = <&pio33 7 ALT1 OUT>;
+ sclk = <&pio33 6 ALT1 OUT>;
+ data0 = <&pio33 4 ALT1 OUT>;
+ };
+ };
+ };
+
serial3 {
pinctrl_serial3: serial3-0 {
st,pins {
--
1.9.1
2018 Apr 03
1
Virsh Domain - Serial port; what does the attribute “port” of the serial node's child “target” do?
...n xml, it gets successfully
attached but not as I expected it to happen.
<serial type='dev'>
<source path='/dev/ttyS3'/>
<target type='isa-serial' port='2'>
<model name='isa-serial'/>
</target>
<alias name='ua-Serial3'/>
</serial>
I expected, that given the target port 2 it will be connected to /dev/ttyS2 in
the VM. But the target port gets totaly ignored and it will always be connected
to ttyS0. Unless I define another serial before this, then it is connected to
ttyS1, which is just the order of t...
2003 Sep 29
2
cisco AS5300 : problem configuration
I wouldn't expect you to be using RFC3389 if your using A-law, can you include your IOS version and IOS config file ...
I have not specified any allow's or disallow's in my * config for the codecs with my 5300, I also use Cisco 79xx phones and I use the option within the phones config file to select the preffered codec and when I change this to G.729/A-law/U-law all works perfectly
2005 Mar 19
3
Asterisk and Cisco AS53xx/54xx Access Server Platform
...mary-ni
!
voice hunt user-busy
voice call send-alert
voice call convert-discpi-to-prog
voice rtp send-recv
voice service voip
fax protocol pass-through g711alaw
h323
sip
bind all source-interface FastEthernet0/0
controller T1 3/0
framing esf
linecode b8zs
pri-group timeslots 1-24
interface Serial3/0:23
description T1 to CLEC
no ip address
load-interval 30
isdn switch-type primary-ni
isdn incoming-voice modem
no cdp enable
voice-port 3/0:D
bearer-cap Speech
dial-peer voice 1 pots
incoming called-number 21255512[00-50]
direct-inward-dial
!
dial-peer voice 100 voip
destination-pattern...
2005 Oct 03
2
asterisk, cisco 3640's and DIDs...
...---------------------------------
voice-card 3
dsp services dspfarm
!
ip cef
!
isdn switch-type primary-5ess
!
controller T1 3/0
framing esf
linecode b8zs
pri-group timeslots 1-24
description RCN PRI at SF7
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
!
interface Serial3/0:23
no ip address
dialer-group 1
isdn switch-type primary-5ess
isdn incoming-voice voice
no cdp enable
!
voice-port 3/0:23
connection plar 1000
!
dial-peer cor custom
!
dial-peer voice 1 voip
destination-pattern 1000
session protocol sipv2
session target ipv4:1.2.3.4:5060
sessi...
2013 Nov 19
0
Re: Unable to use more than 4 serial devices at once.
...=serial0
> -chardev
> > tty,id=charserial1,path=/dev/c1841-A -device
> > isa-serial,chardev=charserial1,id=serial1 -chardev
> > tty,id=charserial2,path=/dev/c2620-A -device
> > isa-serial,chardev=charserial2,id=serial2 -chardev
> > tty,id=charserial3,path=/dev/c2620-B -device
> > isa-serial,chardev=charserial3,id=serial3 -vnc 0.0.0.0:0
> <http://0.0.0.0:0> <http://0.0.0.0:0>
> > -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
> > W: kvm binary is deprecated, please use qemu-...
2004 Oct 06
2
Cisco router for PRI termination?
If you have a PRI terminated in a Cisco router talking SIP to * and would
be willing to share your Cisco config, please respond. Also, I would be
interested in knowing what version of IOS you are using. We are using an
NM-HDV in a 3640.
TIA
Bruce Komito
High Sierra Networks, Inc.
www.servers-r-us.com
(775) 236-5815
2007 Mar 19
2
Any work done on the Com Ports?
I have two questions.
In setting the COM ports someone posted that the Symbolic link should be
ie... /dev/ttyS0 > com1
Is it suppose to be upper or lower case for COM1????
Also has there been any recent work on the COM ports? I have an
application that works fine with vmware but under Wine. The COM port
isn't even seen.
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite
2007 Jan 24
0
NewTopic - Asterisk and Cisco AS5300 via E1/PRI
...vsa
gw-accounting voip
!
!
interface Ethernet0
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Serial1:15
no ip address
isdn switch-type primary-net5
isdn incoming-voice modem
isdn T321 40000
isdn T310 4000
isdn negotiate-bchan
no cdp enable
!
interface Serial3:15
no ip address
isdn switch-type primary-net5
no cdp enable
!
interface FastEthernet0
ip address 192.168.0.3 255.255.255.0
no ip route-cache
no ip mroute-cache
duplex full
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
no ip http server
!
!
!
call rsvp-sync
!
voice-...
2009 Oct 15
2
Asterisk with a Cisco AS5300 gateway
...-group timeslots 1-31
description E1 Beta-Test
interface Serial0
no ip address
shutdown
clock rate 2015232
no fair-queue
!
interface Serial1
no ip address
shutdown
clock rate 2015232
no fair-queue
!
interface Serial2
no ip address
shutdown
clock rate 2015232
no fair-queue
!
interface Serial3
no ip address
shutdown
clock rate 2015232
no fair-queue
!
interface Serial0:15
no ip address
encapsulation ppp
isdn switch-type primary-net5
no cdp enable
voice-port 0:D
!
!
!
dial-peer voice 10 voip
destination-pattern .T
session protocol sipv2
session target ipv4:IP_OF_ASTERISK:5060...
2004 Jan 10
0
E1 - E100P connected to Cisco - problem - HELP
...t;><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font>
<br>
<font size="2"><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;">interface Serial3:15<o:p></o:p></span></font>
<br>
<font size="2"><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;"><span style=""> </span>no
<span class="SpellE">ip</span> addr...
2009 Jan 12
10
USB and serial
Hello, everyone -
I have an old Windows app - a ship navigation program - that needs to
see GPS input on a serial port (it was written in the pre-USB days.) My
laptop, however, has no serial ports - but this same program, when run
on a friend's Windows box, can read the GPS info from the USB-connected
GPS via the "USB-Serial Driver". This is one of the frustrating bits of
this
2005 Sep 13
1
Cisco AS5400 Configuration as a SIP Peer - URGENT
List users,
It's been a while since I've posted here, but I've been hard at work
pushing toward our large scale Asterisk goal and keeping up with this
list can be a full time job by itself (I have19,543 unread list messages!!).
This Friday, September 16th 2005, my team will be at the MCI Development
Lab in Richardson, Texas testing our setup. We have a three server
system
2004 Jan 12
1
E100P - connected to Cisco
...t;><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font>
<br>
<font size="2"><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;">interface Serial3:15<o:p></o:p></span></font>
<br>
<font size="2"><span lang="EN-US"
style="font-size: 10pt; font-family: Arial;"><span style=""> </span>no
<span class="SpellE">ip</span> addr...
2008 May 28
7
Cisco Gateway sending call to * without CID Name
Hi All,
I have a Cisco 2600 PRI gateway being hosted on an Asterisk server.
The PRI on the cisco is pointing to a customer legacy PBX, the SIP
VoIP side of the cisco is pointing to an Asterisk server (1.2.X).
In Asterisk, the SIP peer is setup with callerid="some name"<5551212>
In a SIP call from the cisco to asterisk, there is no CID name info in
SIP debug, so Asterisk