Determine PCI Endpoint for a Serial Interface.


 
Thread Tools Search this Thread
Operating Systems Solaris Determine PCI Endpoint for a Serial Interface.
# 1  
Old 10-03-2016
Determine PCI Endpoint for a Serial Interface.

Hi Folks,

Here is one for the real Solaris aficionados on the site;

I have a T5240 and have to create an I/O domain with access to the serial port, in this case /dev/term/a and although I have been through the documentation I'm having some issues in identifying the device to assign.

What I have is;
Code:
# ldm list -l -o physio primary
NAME
primary

IO
    DEVICE                           PSEUDONYM        OPTIONS
    pci@400                          pci_0
    pci@500                          pci_1
    pci@400/pci@0/pci@c              PCIE1
    pci@400/pci@0/pci@9              PCIE2
    pci@400/pci@0/pci@d              PCIE3
    pci@400/pci@0/pci@8              MB/SASHBA
    pci@500/pci@0/pci@9              PCIE0
    pci@500/pci@0/pci@d              PCIE4
    pci@500/pci@0/pci@c              PCIE5
    pci@500/pci@0/pci@8              MB/NET0
# ls -l /dev/term/a
lrwxrwxrwx   1 root     root          39 Jun  3 13:24 /dev/term/a -> ../../devices/ebus@c0/serial@0,ca0000:a
#

The T5240 is on the older side having 2*6 Core CPU's each with 8 threads per core, where I have an issue - is that I don't actually see the serial device as assigned to either PCI bus. Of course it might just be that I'm being dumb!

Any help here would be appreciated.

Regards

Gull04

Last edited by rbatte1; 10-03-2016 at 09:11 AM..
# 2  
Old 10-03-2016
Have you checked in /etc/path_to_inst for reference returned by ls ?
Perhaps there will be more information there ..
# 3  
Old 10-03-2016
You may also be able to run the scanpci utility. It might be in /usr/bin or /usr/X11/bin.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A

I'm looking for driver for SunSAI/P 3.0 (Serial Asynchronous Interface) card X2156A for Solaris. It used to be on sun-solve, but I fail to find it on the Oracle site. Any help would be very appreciated! (1 Reply)
Discussion started by: Ira28
1 Replies

2. Shell Programming and Scripting

Bash- Determine what interface is online

Hey guys, I want to use a a quick bash script/command to determine what network interface is connected to the internet so I can pipe it out to become a variable, in order so the user does not have to manually type it in each time or have to 'hardcode' the variable into the script. I know about... (6 Replies)
Discussion started by: 3therk1ll
6 Replies

3. SCO

Oki ML590 Serial Interface Board Issue

Hi Had an old ML590 with RS232 serial card that stopped working (spindle that advance ribbon broke) so I purchased a working used on ebay. Printer powers up and seems fine. Put serial board from old printer in working ebay unit but no printing happens. Does anyone know if there are any... (3 Replies)
Discussion started by: magnetman
3 Replies

4. Hardware

Oki ML590 Serial Interface Board Issue

Hi Had an old ML590 with RS232 serial card that stopped working (spindle that advance ribbon broke) so I purchased a working used on ebay. Printer powers up and seems fine. Put serial board from old printer in working ebay unit but no printing happens. Does anyone know if there are any... (0 Replies)
Discussion started by: magnetman
0 Replies

5. Red Hat

Find out which eth or device belongs to interface "port 1 PCI 4"

Hi, I´ve given only this info to configure a network interface : "port 1 PCI 4" I´ve been searching for any kind of relationship in the system which allow me to find the etc that must be configured... Please, could anybody help me? rhxx:#/root# lspci |grep -i "PCI BRIDGE" 00:01.0 PCI... (0 Replies)
Discussion started by: pabloli150
0 Replies

6. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

7. HP-UX

How to determine network interface that will be used to send a packet for an IP

Hello, I'm writing to you because I encountered the following problem. My program displayes all network interfaces that are available in the system, but I would like to add a functionality in which a user can enter a destination address IP (ex. the IP address of the Google search engine) and will... (1 Reply)
Discussion started by: foxrafi
1 Replies

8. Solaris

Determine Solaris box network interface?

Given a new Solaris box, with a fresh, unconfigured install on it, how does one figure out what kind of network interface it has (bge,le, hme, etc)? (8 Replies)
Discussion started by: akbar
8 Replies

9. IP Networking

How to determine the interface?

Given the interfaces on a firewall: eth0 Link encap:Ethernet HWaddr 02:40:67:34:F5:47 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 eth1 Link encap:Ethernet HWaddr 86:23:98:45:35:56 inet addr:123.45.240.69 Bcast:255.255.255.255 ... (2 Replies)
Discussion started by: kikikaka
2 Replies

10. Programming

determine if a ethernet interface is up

Howto check if a ethernet interface is up? It's impossible to determine via the ipaddress i have learned, or? Can someone please give me a hint on howto do? Environment == Linux x86 GNU GCC. :D regards Esaia (2 Replies)
Discussion started by: Esaia
2 Replies
Login or Register to Ask a Question