search for: class_devic

Displaying 9 results from an estimated 9 matches for "class_devic".

Did you mean: class_device
2009 Jan 07
3
mISDN compile problem
Hi, I'm bumping on this : cd /usr/src wget http://www.misdn.org/downloads/mISDN.tar.gz tar xvf mISDN.tar.gz cd mISDN-1_1_18 make <snip> In file included from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/core.h:9, from /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:20: /usr/src/mISDN-1_1_8/include/linux/mISDNif.h:791: error: field
2009 Jan 08
2
Could you compile mISDN 1.1.8 on Lenny ?
Hi, Before diving into this, I would very pleased to know if someone could yes or no, successfully compile mISDN 1.1.8 on Lenny (latest RC1 or beta2 version) ? Regards After a fresh install on Lenny, I can reproduce at will : apt-get install build-essential linux-headers-2.6.26-1-686 cd /usr/src wget http://www.misdn.org/downloads/mISDN.tar.gz tar xvf mISDN.tar.gz cd mISDN-1_1_8 make ....
2008 Oct 08
6
pci pass-through failure on xen 3.3.0
...uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "/usr/lib64/python2.5/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "/usr/lib64/python2.5/xen/util/pci.py", line 604, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "/usr/lib64/python2.5/xen/util/pci.py", line 567, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errno 2] No such file or directory: ''/sys/bus/pci/devices/0000:06:00.0/config'' I checked the above python scripts. The funct...
2006 Nov 22
1
Zaptel - make b410p fails on Ubuntu 6.10
Hi, I've been able to make make install the Zaptel drivers (1.2). I'm using a b410p so I executed the following command make b410p. I tried this on multiple machines, but it always failes: root@asterisk:/usr/src/zaptel-1.2.11# make b410p [ -f misdn-b410p.tar.bz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz --23:59:54--
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
...the_uppermost_pci_bridge dev_parent = PciDevice(dom, b, d, f) File "//usr/lib64/python/xen/util/pci.py", line 382, in __init__ self.detect_dev_info() File "//usr/lib64/python/xen/util/pci.py", line 603, in detect_dev_info class_dev = self.pci_conf_read16(PCI_CLASS_DEVICE) File "//usr/lib64/python/xen/util/pci.py", line 566, in pci_conf_read16 fd = os.open(self.cfg_space_path, os.O_RDONLY) OSError: [Errno 2] No such file or directory: \047/sys/bus/pci/devices/0000:06:00.0/config\047 Lspci -t is, linux-242:/home/xen-3.3.0 # lspci -t -+-[0...
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
25
[patch 00/21] Xen-paravirt: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest in terms of the paravirt-ops interface. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen console * virtual
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides the same platform interface as running natively on the hardware, paravirtualization requires modification to the guest operating system to work with the platform interface provided by the hypervisor. Xen was designed with performance in mind. Calls to the hypervisor are minimized, batched if necessary, and non-critical codepaths