search for: isapnp

Displaying 20 results from an estimated 45 matches for "isapnp".

Did you mean: isapc
2003 Nov 15
3
Problem with the Internet LineJACK ISA card...
...ases into the /etc/modules.conf: alias char-major-100 phonedev alias char-major-100-0 ixj and running depmod afterwards... The kernel is 2.4.21, compiled without ISA PnP support and with (presumably older) ixj and phonedev drivers enabled as modules. The permissions for /dev/phone0 are OK. "isapnp" tool from Debian unstable seems to detect the card and here is what the /etc/isapnp.conf says (excluding the comments): (CONFIGURE QTI0300/857146258 (LD 0 (IO 0 (SIZE 16) (BASE 0x0300)) (IO 1 (SIZE 8) (BASE 0x0300)) (NAME "QTI0300/857146258[0]{Internet LineJACK Audio}") (ACT Y) )...
2003 Oct 02
0
Help with ISA PhoneJack.
The device is seen in linux pnp: isapnp: Scanning for PnP cards... isapnp: Card 'Quicknet Internet PhoneJACK' isapnp: 1 Plug & Play card detected total and I've installed the drivers from the openh323 dev... but I can't get * to see it. Does anyone have experience with this? THanks. -Dave. -------------- next...
2008 Jul 17
2
Replacing custom kernel with another - with same identifier
Hi list, I just finished building a custom kernel from 2.6.18-53.1.21 source rpm - this time with ISA bus and ISAPNP support which I accidentally left out of my previous attempt. Unfortunately, this time I forgot to change my identifier in kernel-2.6.spec file. Thus I now have one *installed* kernel version *without* ISA support, and another one *with* ISA support but as rpm, not yet installed. Both kernels now...
2007 May 21
4
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
...script I am using from a user login is: rpm -i /home/packages/kernel-2.6.18-8.1.4.el5.src.rpm rpmbuild -bp --target=`uname -m` kernel-2.6.spec cd /home/cs/redhat/BUILD/kernel-2.6.18/linux-2.6.18.`uname -m` cp /home/cs/redhat/SOURCES/kernel-2.6.18-`uname -m`.config .config # enter 'y' for isapnp, isa and 'm' for ne2000 support make xconfig cp .config /home/cs/redhat/SOURCES/kernel-2.6.18-`uname -m`.config cd /home/cs/redhat/SPECS # change the release to: # %define release 8.1.4.1.ne2000%{?dist} vi kernel-2.6.spec cd /home/cs/redhat/SPECS rpmbuild -ba --target=`uname -m` kernel-2.6....
2006 Oct 19
2
CentOS 3.8 and ESS ES1878 sound chip?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I can't seem to be able to get any sound out of my CentOS 3.8 laptop. I have the ESS ES1878 chip in it. It can work in either native mode, or in SoundBlaster compatible mode. Neither is detected by CentOS 3.8. I've looked at the directory with kernel drivers, and there doesn't seem to be any kernel module that smells like either
2004 Sep 21
2
ISDN problem: lacking dialtone
...-oriented" question, so please bear with me... The system running Asterisk has been provided with an AVM FRITZ!Card PnP. SuSE Linux 9.0 recognizes it right after booting the system and it seems to be configured (MSN) correctly... The hwinfo looks like this: --- pbx:/etc/asterisk # hwinfo --isapnp 11: ISA(PnP) 01.0: 10300 ISDN Adapter [Created at isapnp.193] Unique ID: QQNm.4JPVYg4a1y4 Hardware Class: isdn adapter Model: "AVM FRITZ!Card PnP" Vendor: AVM "AVM" Device: eisa 0x0900 "AVM ISDN-Controller FRITZ!Card" I/O Ports: 0x220-??? (rw,disabled)...
2005 Feb 12
3
Initializing two ISDN cards in isdn4linux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! After LOTS of research on this list and internet in general I managed to get an old Teles PCI card working with Asterisk throught ISDN4Linux. No echos, no delays, simply perfect -- electronic poetry ! :) eheheheheh I just didn't get it to work with CAPI and "chan_capi" but, since isdn4linux is doing such a good job, I'll
2006 Jan 28
7
Setting up FSTAB
...t helps, post a report PCI: System does not support PCI PCI: System does not support PCI Grant table initialized IA-32 Microcode Update Driver: v1.14-xen <tigran@veritas.com> VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Initializing Cryptographic API isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found PNP: No PS/2 controller found. Probing ports directly. i8042.c: No controller found. io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered RAMDISK driver initi...
2003 May 06
1
Slow disk access on Dell Latitute with ATA/ATAPI-5 T13 1321D
...g PCI hardware Transparent bridge - Intel Corp. 82801BAM/CAM PCI Bridge PCI: Discovered primary peer bus 08 [IRQ] PCI: Using IRQ router PIIX [8086/248c] at 00:1f.0 PCI: Found IRQ 11 for device 00:1f.1 PCI: Sharing IRQ 11 with 00:1d.2 PCI: Sharing IRQ 11 with 02:00.0 PCI: Sharing IRQ 11 with 02:08.0 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found speakup: initialized device: /dev/synth, node (MAJOR 10, MINOR 25) Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket apm: BIOS version 1.2 Flags 0x03 (Driver version 1...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...ers or real-time systems. + noirqbalance [IA-32,SMP,KNL] Disable kernel irq balancing + noirqdebug [IA-32] Disables the code which attempts to detect and disable unhandled interrupt sources. + + noirqtest [IA-32,APIC] Disables the code which tests for broken + timer IRQ sources. noisapnp [ISAPNP] Disables ISA PnP code. =================================================================== --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -1864,6 +1864,15 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif +...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...ers or real-time systems. + noirqbalance [IA-32,SMP,KNL] Disable kernel irq balancing + noirqdebug [IA-32] Disables the code which attempts to detect and disable unhandled interrupt sources. + + noirqtest [IA-32,APIC] Disables the code which tests for broken + timer IRQ sources. noisapnp [ISAPNP] Disables ISA PnP code. =================================================================== --- a/arch/i386/kernel/io_apic.c +++ b/arch/i386/kernel/io_apic.c @@ -1864,6 +1864,15 @@ static void __init setup_ioapic_ids_from static void __init setup_ioapic_ids_from_mpc(void) { } #endif +...
2006 Mar 13
1
Cannot load wcfxo -- Please help!
...migration thread for cpu 1 PCI: PCI BIOS revision 2.10 entry at 0xfb010, last bus=1 PCI: Using configuration type 1 PCI: Probing PCI hardware PCI: Ignoring BAR0-3 of IDE controller 00:1f.1 Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge PCI: Using IRQ router PIIX [8086/24d0] at 00:1f.0 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16) apm: disabled - APM is not SMP safe. Total HugeTLB memory alloc...
2006 May 18
0
Sound cards for CentOS
...h you, and I wanted to tell especialy to M.Hockings that I am sorry if my answer appeared to be a little agressive, it was not that way I wanted to tell... Linux is freedom and should stay like it... Use it the way you want... of course, I think the problem with your sound card could be solved with isapnp, because those sound cards (on older IBM Aptiva) were often ISA cards, that's maybe why it is not correctly detected... > Bernard Lheureux wrote: >> On Thu, 2006-05-18 at 07:41 -0400, M.Hockings wrote: >> A soundcard for a server ???? >> Why ??? What do you want to do with...
2007 Jan 25
2
ISA Support in CentOS 4.4?
...39;m trying to get my ISA modem to work on CentOS 4.4, but I am having trouble. I have a stock installation of the CentOS 4.4, and did a yum upgrade to ensure everything is the latest, however, I can't seem to detect or see the ISA modem. I remember back in the 2.2 kernel days, the need for isapnptools, however, from what I read that is supposed to already be included in the 2.6 kernel. When I check the /proc directory, I don't see a /proc/isa or /proc/isapnp that I would have expected to find. I am relatively sure that the modem is a real modem (not a winmodem), but I don't und...
2007 Jul 05
1
First install No Sound
...roller" usbclass: 9 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 0 usbport: 0 usbdev: 1 vendorId: 0000 deviceId: 0000 usbmfr: Linux 2.6.18-8.1.6.el5 ohci_hcd usbprod: OHCI Host Controller - class: OTHER bus: PSAUX detached: 0 driver: pcspkr desc: "PC Speaker" - class: OTHER bus: ISAPNP detached: 0 desc: "PNP0200" deviceId: PNP0200 - class: OTHER bus: ISAPNP detached: 0 desc: "PNP0303" deviceId: PNP0303 compat: PNP030b - class: OTHER bus: ISAPNP detached: 0 driver: parport_pc desc: "PNP0401" deviceId: PNP0401 - class: OTHER bus: ISAPNP detached: 0 des...
2007 Jul 06
0
Sent from CentOS box First install no Sound
...roller" usbclass: 9 usbsubclass: 0 usbprotocol: 0 usbbus: 1 usblevel: 0 usbport: 0 usbdev: 1 vendorId: 0000 deviceId: 0000 usbmfr: Linux 2.6.18-8.1.6.el5 ohci_hcd usbprod: OHCI Host Controller - class: OTHER bus: PSAUX detached: 0 driver: pcspkr desc: "PC Speaker" - class: OTHER bus: ISAPNP detached: 0 desc: "PNP0200" deviceId: PNP0200 - class: OTHER bus: ISAPNP detached: 0 desc: "PNP0303" deviceId: PNP0303 compat: PNP030b - class: OTHER bus: ISAPNP detached: 0 driver: parport_pc desc: "PNP0401" deviceId: PNP0401 - class: OTHER bus: ISAPNP detached: 0 des...
2004 Nov 27
3
How to test if PCI 2.2?
Is there a way to test if the motherboard is ready for a Digium card (PCI 2.2) ? I would like to know from a remote computer, where I have (root) access, if this computer is ready for a TDM22B. bye Ronald
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
...) [??? 1.185968] io scheduler noop registered [??? 1.185968] io scheduler deadline registered [??? 1.185968] io scheduler cfq registered (default) [??? 1.189555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [??? 1.194608] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [??? 1.208324] isapnp: Scanning for PnP cards... [??? 1.485622] isapnp: No Plug & Play device found [??? 1.495148] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [??? 1.504771] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [??? 1.541453] brd: module loaded [??? 1.557973] loop: module loaded [??? 1.57...
2009 Jun 22
3
How to boot Ubuntu 9.04(Jaunty) or Debian Lenny (vmlinuz-2.6.26-2-686-bigmem) as domU under Lenny''s vmlinuz-2.6.26-2-xen-686 as dom0. PVM''s initrd issue
...287 [ 0.288369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.288383] io scheduler noop registered [ 0.288391] io scheduler anticipatory registered [ 0.288399] io scheduler deadline registered [ 0.288416] io scheduler cfq registered (default) [ 0.288971] isapnp: Write Data Register 0xa79 already used [ 0.294526] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled [ 0.297804] brd: module loaded [ 0.298074] PNP: No PS/2 controller found. Probing ports directly. [ 0.298863] i8042.c: No controller found. [ 0.299049] mice: P...
2012 Mar 26
0
Xen 4.1.2 / Fedora 16 pv domU does not show Anaconda
...deadline registered [ 1.199480] io scheduler cfq registered (default) [ 1.199565] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.199615] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.199627] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.199772] isapnp: Scanning for PnP cards... [ 1.556582] isapnp: No Plug & Play device found [ 1.557084] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.557658] Non-volatile memory driver v1.3 [ 1.557671] Linux agpgart interface v0.103 [ 1.559285] loop: module loaded [ 1.559447] Fix...