LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How can I determine if any ISDN equipment is on my computer? (https://www.linuxquestions.org/questions/linux-general-1/how-can-i-determine-if-any-isdn-equipment-is-on-my-computer-4175430153/)

cousinlucky 10-02-2012 04:10 PM

How can I determine if any ISDN equipment is on my computer?
 
I figure that there should be a terminal command that I could use to find out if and what kind of ISDN equipment is on my computer. Can any LQ members help me out with this, please? Thanks!

etech3 10-02-2012 05:58 PM

Hardware or software?

ISDN is pretty special equipment, so if it was hardware, I would think that you would know.

Sofware? try
Code:

lshw

jefro 10-02-2012 07:37 PM

I think that the issue could be that pci cards for very special use may not even report to the bus.

Wouldn't it be easier to look in back or look inside?

onebuck 10-03-2012 07:54 AM

Member Response
 
Hi,
Quote:

Originally Posted by jefro (Post 4795521)
I think that the issue could be that pci cards for very special use may not even report to the bus.

Wouldn't it be easier to look in back or look inside?

'PCI' devices do provide the means to the system for identification. The problem may be in that the pci:id will come up as 'unknown device';
Quote:

-- PCI:
Peripheral Component Interconnect (PCI) <- 'A standard that describes how to connect the peripheral components of a system together in a structured and controlled way. The standard describes the way that the system components are electrically connected and the way that they should behave. This chapter looks at how the Linux kernel initializes the system's PCI buses and devices.'
pci.ids file <- 'List of PCI ID's to be placed in '/usr/share/pci.ids'. You should update your distribution id's periodically if you change pci devices with newer ones or the distributions 'pc.ids' are dated. If you have 'pciutils' installed then use 'update-pciids' script.
.
Potentially not having a driver may be due to 'legacy device'.
I do agree that there may not be a non-standard device assignment, special build or even prototype. I do remember using 'ISDN' years ago and really did not care for the overhead & loads on a system. But back then we were still using Pentium & early AMD systems with limited memory footprints and tasking issues.


All times are GMT -5. The time now is 03:24 PM.