Hi there
I can successfully hide nics in DOM0 under Suse 10.1.
However 1394 devices continue to appear.
Does anyone have a clue?
output of lspci, entries in modprobe.conf commented
out:
00:00.0 Host bridge: VIA Technologies, Inc. VT8377
[KT400/KT600 AGP] Host Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI
Bridge
00:05.0 Ethernet controller: Realtek Semiconductor
Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:06.0 VGA compatible controller: ATI Technologies
Inc 264VT [Mach64 VT] (rev 40)
00:08.0 FireWire (IEEE 1394): Texas Instruments
TSB12LV26 IEEE-1394 Controller (Link)
00:0a.0 PCI bridge: Digital Equipment Corporation
DECchip 21152 (rev 03)
00:0b.0 Ethernet controller: Broadcom Corporation
NetXtreme BCM5788 Gigabit Ethernet (rev 03)
00:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc.
IEEE 1394 Host Controller (rev 46)
00:0f.0 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master
IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc.
VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc.
VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc.
VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc.
VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0
(rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA
bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies,
Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
02:05.0 FireWire (IEEE 1394): Texas Instruments
TSB12LV23 IEEE-1394 Controller
output of lsmod, entries in modprobe.conf commented
out:
Module Size Used by
ipt_MASQUERADE 7552 1
xt_pkttype 5760 7
ipt_TCPMSS 8192 1
ipt_LOG 11008 18
xt_limit 6528 18
snd_pcm_oss 54656 0
snd_mixer_oss 22272 1 snd_pcm_oss
snd_seq 60912 0
ip6t_REJECT 9344 3
xt_tcpudp 7168 6
ipt_REJECT 9728 3
xt_state 6016 34
iptable_mangle 6784 0
iptable_nat 12420 1
ip_nat 21292 2
ipt_MASQUERADE,iptable_nat
iptable_filter 6912 1
ip6table_mangle 6272 0
ip_conntrack 54360 4
ipt_MASQUERADE,xt_state,iptable_nat,ip_nat
nfnetlink 10520 2 ip_nat,ip_conntrack
ip_tables 17092 3
iptable_mangle,iptable_nat,iptable_filter
ip6table_filter 6656 1
ip6_tables 18628 2
ip6table_mangle,ip6table_filter
x_tables 17156 12
ipt_MASQUERADE,xt_pkttype,ipt_TCPMSS,ipt_LOG,xt_limit,ip6t_REJECT,xt_tcpudp,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
ipv6 275040 15 ip6t_REJECT
apparmor 59928 0
aamatch_pcre 19840 1 apparmor
loop 20616 0
dm_mod 64336 6
tg3 106756 0
ohci1394 38320 0
ieee1394 104760 1 ohci1394
i2c_viapro 12564 0
snd_via82xx 33048 0
i2c_core 25600 1 i2c_viapro
gameport 19720 1 snd_via82xx
via_agp 13696 1
shpchp 50016 0
pci_hotplug 31676 1 shpchp
pciback 25616 0
agpgart 36552 1 via_agp
snd_ac97_codec 95392 1 snd_via82xx
snd_ac97_bus 6144 1 snd_ac97_codec
snd_pcm 101508 3
snd_pcm_oss,snd_via82xx,snd_ac97_codec
ide_cd 43424 0
ehci_hcd 36104 0
uhci_hcd 36880 0
snd_timer 29316 2 snd_seq,snd_pcm
cdrom 40864 1 ide_cd
snd_page_alloc 14216 2 snd_via82xx,snd_pcm
usbcore 132356 3 ehci_hcd,uhci_hcd
snd_mpu401_uart 12032 1 snd_via82xx
snd_rawmidi 31104 1 snd_mpu401_uart
snd_seq_device 12556 2 snd_seq,snd_rawmidi
snd 63748 10
snd_pcm_oss,snd_mixer_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 13536 1 snd
8139too 32000 0
mii 9600 1 8139too
reiserfs 253696 1
raid5 31744 0
xor 19464 1 raid5
raid1 27136 2
processor 25524 0
via82cxxx 12804 0 [permanent]
ide_disk 20992 6
ide_core 137932 3
ide_cd,via82cxxx,ide_disk
extract of modprobe.conf
...
########################################################################
# Options; these are examples; uncomment and modify
the lines you need
########################################################################
### stuff for xen Udoms:
# firewire controller (00:08.0)
# firewire controller (02:05.0)
# on board firewire controller (00:0e.0)
# usb controller () yet to be added
# on board usb controller () yet to be added
# unex nic (00:05.0)
# broadcom nic (00:0b.0)
#options pciback
hide=(00:08.0)(02:05.0)(00:0e.0)(00:05.0)(00:0b.0)
#8139too: unex nic
#install 8139too /sbin/modprobe pciback ;
/sbin/modprobe --first-time --ignore-install 8139too
# onboard brodcom nic
#install tg3 /sbin/modprobe pciback ; /sbin/modprobe
--first-time --ignore-install tg3
#options netloop nloopbacks=1
#install ieee1394 /sbin/modprobe pciback ;
/sbin/modprobe --first-time --ignore-install ieee1394
...
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|