Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[closed - works with 3.2] XEN 3.3 - pciback problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Fri Sep 26, 2008 5:45 pm    Post subject: [closed - works with 3.2] XEN 3.3 - pciback problems Reply with quote

Hi,

I'm trying to export a AVM ISDN Fritz card to 1 domU. Without success!
When I start the domU I receive this error:
Quote:
xm create -c /etc/xen/gentoo-samba pci=0a:02.0
Using config file "/etc/xen/gentoo-samba".
Error: unsupported format character ':' (0x3a) at index 6


So I tried to replace the ':' character with '.' character. Now the domU starts but without the pci card. lspci in domU is empty.
Quote:

lpxen ~ # xm create -c /etc/xen/gentoo-samba pci=0a.02.0
Using config file "/etc/xen/gentoo-samba".
Started domain SERVER
rtc: IRQ 8 is not free.
Linux agpgart interface v0.102 (c) Dave Jones
Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 15 (usb?)
Failed to obtain physical IRQ 6
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
netconsole: not configured, aborting
Xen virtual console successfully installed as tty1
Event-channel device installed.
netfront: Initialising virtual ethernet driver.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
xen-vbd: registered block device major 8
blkfront: sda1: barriers enabled
blkfront: sda2: barriers enabled
blkfront: sdb1: barriers enabled
netfront: device eth0 has copying receive path.
register_blkdev: cannot get major 8 for sd
Fusion MPT base driver 3.04.04
Copyright (c) 1999-2007 LSI Logic Corporation
Fusion MPT SPI Host driver 3.04.04
Fusion MPT SAS Host driver 3.04.04
ieee1394: raw1394: /dev/raw1394 device initialized
USB Universal Host Controller Interface driver v3.0
usbcore: registered new interface driver usblp
/usr/src/linux-2.6.21-xen/drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver usbhid
/usr/src/linux-2.6.21-xen/drivers/usb/input/hid-core.c: v2.6:USB HID core driver
i8042.c: No controller found.
mice: PS/2 mouse device common for all mice
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
xenoprofile_init: ret 0, events 2, xenoprof_is_primary 0
IPv4 over IPv4 tunneling driver
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
XENBUS: Device with no driver: device/console/0
Sending DHCP requests .., OK
IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.61
IP-Config: Complete:
device=eth0, addr=192.168.0.61, mask=255.255.255.0, gw=192.168.0.1,
host=192.168.0.61, domain=aigengineering.de, nis-domain=(none),
bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 176k freed
INIT: version 2.86 booting

Gentoo Linux; http://www.gentoo.org/
Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2

Press I to enter interactive boot mode

* Mounting proc at /proc ... [ ok ]
* Mounting sysfs at /sys ... [ ok ]
* Mounting /dev ... [ ok ]
FATAL: Could not load /lib/modules/2.6.21-xen/modules.dep: No such file or directory
* Starting udevd ... [ ok ]
* Populating /dev with existing devices through uevents ... [ ok ]
* Waiting for uevents to be processed ... [ ok ]
* Mounting devpts at /dev/pts ... [ ok ]
* Checking root filesystem .../dev/sda1: clean, 170587/655360 files, 526927/2621440 blocks
[ ok ]
* Remounting root filesystem read/write ... [ ok ]
FATAL: Could not load /lib/modules/2.6.21-xen/modules.dep: No such file or directory
* Checking all filesystems .../dev/sdb1: clean, 11/15204352 files, 1002167/60817408 blocks
[ ok ]
* Mounting local filesystems ... [ ok ]
* Mounting USB device filesystem (usbfs) ... [ ok ]
* Activating (possible) swap ...swapon: cannot canonicalize /SWAP: No such file or directory
swapon: cannot stat /SWAP: No such file or directory
[ !! ]
* Setting system clock using the hardware clock [xen] ... [ ok ]
* Configuring kernel parameters ... [ ok ]
* Updating environment ... [ ok ]
* Cleaning /var/lock, /var/run ... [ ok ]
* Wiping /tmp directory ... [ ok ]
* Device initiated services: net.eth0 udev-postmount
* Setting hostname to server ... [ ok ]
* Loading key mappings ... [ ok ]
* Setting user font ... [ ok ]
* Starting lo
* Bringing up lo
* 127.0.0.1/8
[ ok ]
* Adding routes
* 127.0.0.0/8 ... [ ok ]
* Starting eth0
* Configuration not set for eth0 - assuming DHCP
* Bringing up eth0
* dhcp
* Running dhclient ... [ ok ]
* eth0 received address 192.168.0.61/24
* Initializing random number generator ... [ ok ]
INIT: Entering runlevel: 3
* Mounting network filesystems ... [ ok ]
* Starting sshd ... [ ok ]
* Starting local ... [ ok ]


This is server.unknown_domain (Linux x86_64 2.6.21-xen) 19:21:09

server login:



Perhaps someone can help me.

My config:

grub:
Code:

module /kernel_2.6.21-xen0 root=/dev/sda3 pciback.permissive pciback.hide=(0a:02.0) max_loop=16


uname -a
Code:

Linux lpxen 2.6.21-xen #2 SMP Thu Sep 25 18:15:23 CEST 2008 x86_64 Intel(R) Xeon(R) CPU E3113 @ 3.00GHz GenuineIntel GNU/Linux


xen domU config:
Code:

# general
name    = "SERVER";
memory  = 1024;

# booting
kernel  = "/boot/kernel_2.6.21-xenU";

# virtual harddisk
disk = [ 'phy:/dev/vg0/gentoo-samba,sda1,w','phy:/dev/vg0/gentoo-samba_swap,sda2,w','phy:/dev/vg2/gentoo-samba_home,sdb1,w' ];
root = "/dev/sda1 ro";

# virtual network
vif = [ "mac=aa:00:fd:51:34:c1" ];
dhcp = "dhcp";

# ISDN
pci= [ '0a:02.0' ];


lpxen ~ # ls -l /sys/bus/pci/drivers/pciback/
Code:

total 0
lrwxrwxrwx 1 root root    0 Sep 26 17:31 0000:0a:02.0 -> ../../../../devices/pci0000:00/0000:00:1c.0/0000:09:00.0/0000:0a:02.0
--w------- 1 root root 4096 Sep 26 17:31 bind
lrwxrwxrwx 1 root root    0 Sep 26 17:31 module -> ../../../../module/pciback
--w------- 1 root root 4096 Sep 26 17:31 new_id
--w------- 1 root root 4096 Sep 26 17:31 new_slot
-rw------- 1 root root 4096 Sep 26 17:31 permissive
-rw------- 1 root root 4096 Sep 26 17:31 quirks
--w------- 1 root root 4096 Sep 26 17:31 remove_slot
-r-------- 1 root root 4096 Sep 26 17:31 slots
--w------- 1 root root 4096 Sep 26 17:31 unbind



My dom0 menuconfig (only XEN stuff):
Code:

lpxen ~ # less /usr/src/linux/_dom0/.config |grep XEN
CONFIG_X86_64_XEN=y
CONFIG_X86_XEN_GENAPIC=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_XEN=y
CONFIG_XEN_INTERFACE_VERSION=0x00030205
# XEN
CONFIG_XEN_PRIVILEGED_GUEST=y
# CONFIG_XEN_UNPRIVILEGED_GUEST is not set
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_XENBUS_DEV=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
CONFIG_XEN_NETDEV_LOOPBACK=y
CONFIG_XEN_PCIDEV_BACKEND=y
# CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set
CONFIG_XEN_PCIDEV_BACKEND_PASS=y
# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
CONFIG_XEN_PCIDEV_BE_DEBUG=y
# CONFIG_XEN_TPMDEV_BACKEND is not set
# CONFIG_XEN_BLKDEV_FRONTEND is not set
# CONFIG_XEN_NETDEV_FRONTEND is not set
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DISABLE_SERIAL=y
CONFIG_XEN_SYSFS=y
CONFIG_XEN_COMPAT_030002_AND_LATER=y
# CONFIG_XEN_COMPAT_030004_AND_LATER is not set
# CONFIG_XEN_COMPAT_LATEST_ONLY is not set
CONFIG_XEN_COMPAT=0x030002
CONFIG_XEN_SMPBOOT=y


and the menuconfig from domU (only xen):
Code:
CONFIG_X86_64_XEN=y
CONFIG_X86_XEN_GENAPIC=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_XEN=y
CONFIG_XEN_INTERFACE_VERSION=0x00030205
# XEN
# CONFIG_XEN_PRIVILEGED_GUEST is not set
CONFIG_XEN_UNPRIVILEGED_GUEST=y
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_XENBUS_DEV=y
# CONFIG_XEN_BACKEND is not set
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DISABLE_SERIAL=y
CONFIG_XEN_SYSFS=y
# CONFIG_XEN_COMPAT_030002_AND_LATER is not set
# CONFIG_XEN_COMPAT_030004_AND_LATER is not set
CONFIG_XEN_COMPAT_LATEST_ONLY=y
CONFIG_XEN_COMPAT=0xffffff


lspci -vb in dom0_
Code:

00:00.0 Host bridge: Intel Corporation Memory Controller Hub (rev 90)
        Subsystem: Intel Corporation Device 8086
        Flags: bus master, fast devsel, latency 0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot-), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>

00:02.0 PCI bridge: Intel Corporation PCI Express x8 Port 2-3 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver

00:03.0 PCI bridge: Intel Corporation PCI Express x4 Port 3 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot-), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver

00:04.0 PCI bridge: Intel Corporation PCI Express x4 Port 4 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver

00:05.0 PCI bridge: Intel Corporation PCI Express x4 Port 5 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver

00:06.0 PCI bridge: Intel Corporation PCI Express x8 Port 6-7 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot+), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver
00:07.0 PCI bridge: Intel Corporation PCI Express x4 Port 7 (rev 90) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [6c] Express Root Port (Slot-), MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Kernel driver in use: pcieport-driver

00:10.0 Host bridge: Intel Corporation FSB Registers (rev 90)
        Subsystem: Dell Device 0210
        Flags: fast devsel

00:10.1 Host bridge: Intel Corporation FSB Registers (rev 90)
        Subsystem: Dell Device 0210
        Flags: fast devsel

00:10.2 Host bridge: Intel Corporation FSB Registers (rev 90)
        Subsystem: Dell Device 0210
        Flags: fast devsel

00:11.0 Host bridge: Intel Corporation Reserved Registers (rev 90)
        Subsystem: Intel Corporation Device 8086
        Flags: fast devsel

00:13.0 Host bridge: Intel Corporation Reserved Registers (rev 90)
        Subsystem: Intel Corporation Device 8086
        Flags: fast devsel

00:15.0 Host bridge: Intel Corporation DDR Channel 0 Registers (rev 90)
        Subsystem: Intel Corporation Device 8086
        Flags: fast devsel

00:16.0 Host bridge: Intel Corporation DDR Channel 1 Registers (rev 90)
        Subsystem: Intel Corporation Device 8086
        Flags: fast devsel

00:1c.0 PCI bridge: Intel Corporation PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=09, subordinate=0a, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: dfc00000-dfcfffff
        Capabilities: [40] Express Root Port (Slot-), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [90] Subsystem: Dell Device 0210
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver
00:1c.4 PCI bridge: Intel Corporation PCI Express Port 5 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: dfd00000-dfdfffff
        Capabilities: [40] Express Root Port (Slot-), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [90] Subsystem: Dell Device 0210
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver

00:1c.5 PCI bridge: Intel Corporation PCI Express Port 6 (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        Memory behind bridge: dfe00000-dfefffff
        Capabilities: [40] Express Root Port (Slot-), MSI 00
        Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
        Capabilities: [90] Subsystem: Dell Device 0210
        Capabilities: [a0] Power Management version 2
        Capabilities: [100] Virtual Channel <?>
        Capabilities: [180] Root Complex Link <?>
        Kernel driver in use: pcieport-driver

00:1d.0 USB Controller: Intel Corporation USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell Device 0210
        Flags: bus master, medium devsel, latency 0, IRQ 11
        I/O ports at cc80
        Capabilities: [50] PCIe advanced features <?>
        Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell Device 0210
        Flags: bus master, medium devsel, latency 0, IRQ 10
        I/O ports at cca0
        Capabilities: [50] PCIe advanced features <?>
        Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell Device 0210
        Flags: bus master, medium devsel, latency 0, IRQ 11
        I/O ports at ccc0
        Capabilities: [50] PCIe advanced features <?>
        Kernel driver in use: uhci_hcd

00:1d.3 USB Controller: Intel Corporation USB UHCI Controller #6 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell Device 0210
        Flags: bus master, medium devsel, latency 0, IRQ 10
        I/O ports at cce0
        Capabilities: [50] PCIe advanced features <?>
        Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI])
        Subsystem: Dell Device 0210
        Flags: bus master, medium devsel, latency 0, IRQ 11
        Memory at dfbffc00 (32-bit, non-prefetchable)
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port: BAR=1 offset=00a0
        Capabilities: [98] PCIe advanced features <?>
        Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) (prog-if 01 [Subtractive decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=32
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: dff00000-dfffffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000d7ffffff
        Capabilities: [50] Subsystem: Gammagraphx, Inc. Device 0000

00:1f.0 ISA bridge: Intel Corporation LPC Interface Controller (rev 02)
        Flags: bus master, medium devsel, latency 0
        Capabilities: [e0] Vendor Specific Information <?>

00:1f.2 IDE interface: Intel Corporation 4 port SATA IDE Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: Dell Device 0210
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 5
        I/O ports at cc20
        I/O ports at cc10
        I/O ports at cc28
        I/O ports at cc14
        I/O ports at cc40
        I/O ports at cc50
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] PCIe advanced features <?>
        Kernel driver in use: ata_piix

00:1f.5 IDE interface: Intel Corporation 2 port SATA IDE Controller (rev 02) (prog-if 85 [Master SecO PriO])
        Subsystem: Dell Device 0210
        Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 14
        I/O ports at cc30
        I/O ports at cc18
        I/O ports at cc38
        I/O ports at cc1c
        I/O ports at cc60
        I/O ports at cc70
        Capabilities: [70] Power Management version 3
        Capabilities: [b0] PCIe advanced features <?>
        Kernel driver in use: ata_piix
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express
        Subsystem: Dell Device 0210
        Flags: bus master, fast devsel, latency 0, IRQ 15
        Memory at 00000000dfdf0000 (64-bit, non-prefetchable)
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Vendor Specific Information <?>
        Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [13c] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 65-c9-e5-fe-ff-c9-1e-00
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: tg3

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express
        Subsystem: Dell Device 0210
        Flags: bus master, fast devsel, latency 0, IRQ 14
        Memory at 00000000dfef0000 (64-bit, non-prefetchable)
        Capabilities: [48] Power Management version 3
        Capabilities: [50] Vital Product Data <?>
        Capabilities: [58] Vendor Specific Information <?>
        Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [13c] Virtual Channel <?>
        Capabilities: [160] Device Serial Number 66-c9-e5-fe-ff-c9-1e-00
        Capabilities: [16c] Power Budgeting <?>
        Kernel driver in use: tg3

09:00.0 PCI bridge: Intel Corporation 6702PXH PCI Express-to-PCI Bridge A (rev 09) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=64
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: dfc00000-dfcfffff
        Capabilities: [44] Express PCI/PCI-X Bridge, MSI 00
        Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [6c] Power Management version 2
        Capabilities: [d8] PCI-X bridge device
        Capabilities: [100] Advanced Error Reporting <?>
        Capabilities: [300] Power Budgeting <?>

0a:02.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI v2.0 ISDN (rev 01)
        Subsystem: AVM Audiovisuelles MKTG & Computer System GmbH Fritz!PCI v2.0 ISDN
        Flags: medium devsel, IRQ 5
        Memory at dfcfffe0 (32-bit, non-prefetchable) [disabled]
        I/O ports at ece0 [disabled]
        Capabilities: [40] Power Management version 2
        Kernel driver in use: pciback
0b:07.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00 [VGA controller])
        Subsystem: Dell Device 0210
        Flags: bus master, stepping, medium devsel, latency 32, IRQ 5
        Memory at d0000000 (32-bit, prefetchable)
        I/O ports at dc00
        Memory at dfff0000 (32-bit, non-prefetchable)
        Capabilities: [50] Power Management version 2


Last edited by grassu on Sun Sep 28, 2008 11:23 pm; edited 2 times in total
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Sun Sep 28, 2008 11:21 pm    Post subject: Reply with quote

There seems to be a bug in xen 3.3. Someone on the xen-users list gave me the tip to use xen 3.2. Et voila no errors and I can see the pci-card in domU.

grassu

--
edit
this is the corresponding bug:
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1359
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum