Debian Bug report logs - #259488
loop bringing up pci

version graph

Package: hotplug; Maintainer for hotplug is (unknown);

Reported by: Joey Hess <joeyh@debian.org>

Date: Thu, 15 Jul 2004 02:18:01 UTC

Severity: normal

Found in version 0.0.20040329-11

Fixed in version hotplug/0.0.20040329-12

Done: Marco d'Itri <md@linux.it>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#259488; Package hotplug. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joeyh@debian.org>:
New Bug report received and forwarded. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joeyh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: loop bringing up pci
Date: Wed, 14 Jul 2004 22:05:40 -0400
[Message part 1 (text/plain, inline)]
Package: hotplug
Version: 0.0.20040329-11
Severity: normal

I seem to have a loop when starting hotplug:

root:/etc/hotplug>/etc/init.d/hotplug start
Starting hotplug subsystem:
   input   
   input    [failed]
   isapnp  
   isapnp   [success]
   net     
   net      [success]
   pci     
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully
     ohci1394: already loaded
     hostap_pci: already loaded
     orinoco_pci: can't be loaded
missing kernel or user mode driver orinoco_pci 
     8139too: already loaded
     8139cp: can't be loaded
missing kernel or user mode driver 8139cp 
     yenta_socket: already loaded
     trident: already loaded
     usb-ohci: loaded successfully

It will go on as long as I'll let it. Of the missing modules, I don't use
orinoco_pci, but hostap_pci, and 8139too is the right driver for my
ethernet card and is loaded. I added an exit 0 to pci.rc to get my usb
hotplugging working again, but I can reproduce this on demand, I think,
if you need some debugging info.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages hotplug depends on:
ii  debconf                       1.4.29     Debian configuration management sy
ii  module-init-tools             3.1-pre5-1 tools for managing Linux kernel mo
ii  modutils                      2.4.26-1   Linux module utilities
ii  procps                        1:3.2.1-2  The /proc file system utilities

-- debconf information:
* hotplug/ignore_pci_class_display: true
* hotplug/net_agent_policy: hotplug
* hotplug/static_module_list:
* hotplug/usbd_enable: true
* hotplug/usb_keyboard:
  hotplug/x11_usbmice_hack: false

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#259488; Package hotplug. (full text, mbox, link).


Acknowledgement sent to Marco d'Itri <md@Linux.IT>:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>. (full text, mbox, link).


Message #10 received at 259488@bugs.debian.org (full text, mbox, reply):

From: Marco d'Itri <md@Linux.IT>
To: Joey Hess <joeyh@debian.org>, 259488@bugs.debian.org
Subject: Re: Bug#259488: loop bringing up pci
Date: Thu, 15 Jul 2004 10:25:42 +0200
[Message part 1 (text/plain, inline)]
On Jul 15, Joey Hess <joeyh@debian.org> wrote:

> It will go on as long as I'll let it. Of the missing modules, I don't use
> orinoco_pci, but hostap_pci, and 8139too is the right driver for my
> ethernet card and is loaded. I added an exit 0 to pci.rc to get my usb
> hotplugging working again, but I can reproduce this on demand, I think,
> if you need some debugging info.
Please install http://www.bofh.it/~md/debian/logger.hotplug and see if
the loop is caused by a kernel-generated event.
If this does not help, try uncommenting DEBUG=yes in pci.rc and
pci.agent, and if this does not help either try using sh -x.

-- 
ciao, |
Marco | [7155 baQZ07JLYo9Ek]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#259488; Package hotplug. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joeyh@debian.org>:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>. (full text, mbox, link).


Message #15 received at 259488@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joeyh@debian.org>
To: Marco d'Itri <md@Linux.IT>
Cc: 259488@bugs.debian.org
Subject: Re: Bug#259488: loop bringing up pci
Date: Thu, 15 Jul 2004 11:20:09 -0400
[Message part 1 (text/plain, inline)]
Marco d'Itri wrote:
> Please install http://www.bofh.it/~md/debian/logger.hotplug and see if
> the loop is caused by a kernel-generated event.
> If this does not help, try uncommenting DEBUG=yes in pci.rc and
> pci.agent, and if this does not help either try using sh -x.

I installed it and even made it executable and removed the USER = root
guard, but I never get a /tmp/hotplug.log. I cannot find a DEBUG=yes
anywhere in pci.rc or pci.agent. sh -x output is attached, it seems that
pci.rc calls pci.agent once for every slot on the bus, and pci.agent
acts on every device on the bus each time called. I found that it does
complete, after generating several pages of output.

Starting hotplug subsystem:
   input   
   input    [failed]
   isapnp  
   isapnp   [success]
   net     
   net      [success]
   pci     
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ pci_boot_events
+ ACTION=add
+ PCI_CLASS=0
+ PCI_ID=0:0
+ PCI_SLOT=0:0.0
+ PCI_SLOT_NAME=0:0.0
+ PCI_SUBSYS_ID=0:0
+ export ACTION PCI_CLASS PCI_ID PCI_SLOT PCI_SLOT_NAME PCI_SUBSYS_ID
+ '[' -d /sys/bus ']'
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules = '' -o '!' -f /proc/bus/pci/devices -o '!' -x pci.agent ']'
++ cd /proc/bus/pci
++ find 00 devices -type d -print
++ cd /proc/bus/pci/00
++ echo 00.0 00.1 00.2 02.0 04.0 06.0 07.0 0c.0 0f.0 10.0 12.0 13.0 14.0
+ PCI_SLOT=00:00.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:00.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11144]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:00.1
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:00.1 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11256]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:00.2
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:00.2 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11368]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:02.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:02.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ sed -e s/-/_/g
++ echo yenta_socket
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11480]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:04.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:04.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ sed -e s/-/_/g
++ echo ohci1394
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ sed -e s/-/_/g
++ echo orinoco_pci
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ sed -e s/-/_/g
++ echo yenta_socket
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11592]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:06.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:06.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11704]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:07.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:07.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11816]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:0c.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:0c.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[11928]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:0f.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:0f.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12040]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:10.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:10.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12152]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:12.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:12.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ sed -e s/-/_/g
++ echo 8139cp
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12265]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:13.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:13.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ sed -e s/-/_/g
++ echo orinoco_pci
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ echo 8139cp
++ sed -e s/-/_/g
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ sed -e s/-/_/g
++ echo usb-ohci
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12377]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ PCI_SLOT=00:14.0
+ ./pci.agent
+ cd /etc/hotplug
+ . ./hotplug.functions
++ PATH=/bin:/sbin:/usr/sbin:/usr/bin
+++ uname -r
++ KERNEL=2.4.26
++ MODULE_DIR=/lib/modules/2.4.26
++ HOTPLUG_DIR=/etc/hotplug
++ '[' -f /etc/default/hotplug ']'
++ . /etc/default/hotplug
+++ STATIC_MODULE_LIST=
+++ X11_USBMICE_HACK=false
+++ NET_AGENT_POLICY=hotplug
+++ IGNORE_PCI_CLASS_DISPLAY=true
++ '[' -x /usr/bin/logger ']'
++ LOGGER=/usr/bin/logger
++ '[' -t 1 -a -z /usr/bin/logger ']'
++ '[' -t 1 ']'
++ '[' '!' -x /usr/bin/env ']'
++ MODPROBE=/sbin/modprobe -s -q
+ MAP_CURRENT=/lib/modules/2.4.26/modules.pcimap
+ DRIVERS=
+ '[' 0 = '' -o 0 = '' ']'
+ PCI_ANY=4294967295
+ pci_convert_vars
+ pci_class=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_id_vendor=0
+ pci_id_device=0
++ echo 0:0
++ sed -e 's/\([^:]*\):\(.*\)/\1 \2/'
+ set 0 0
+ pci_subid_vendor=0
+ pci_subid_device=0
+ LABEL=PCI slot 0:0.0
+ '[' -r /lib/modules/2.4.26/modules.pcimap ']'
+ load_drivers pci /lib/modules/2.4.26/modules.pcimap 'PCI slot 0:0.0'
+ local LOADED TYPE FILENAME DESCRIPTION LISTER
+ DRIVERS=
+ TYPE=pci
+ FILENAME=/lib/modules/2.4.26/modules.pcimap
+ DESCRIPTION=PCI slot 0:0.0
++ which pcimodules
+ LISTER=/usr/bin/pcimodules
+ '[' /usr/bin/pcimodules '!=' '' ']'
+ debug_mesg 'pcimodules is scanning more than 00:14.0 ...'
+ test '' = '' -o '' = no
+ return
++ /usr/bin/pcimodules
+ DRIVERS=ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ debug_mesg Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
+ test '' = '' -o '' = no
+ return
+ LOADED_DRIVERS=
+ LOADED=false
+ echo ''
+ grep -q '\<ohci1394\>'
+ LOADED_DRIVERS= ohci1394
+ lsmod
++ echo ohci1394
++ sed -e s/-/_/g
+ grep -q '^ohci1394 '
+ mesg '     ohci1394: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     ohci1394: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/ohci1394 ']'
+ '[' true = false ']'
+ echo ohci1394
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394'
+ grep -q '\<hostap_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci
+ lsmod
++ echo hostap_pci
++ sed -e s/-/_/g
+ grep -q '^hostap_pci '
+ mesg '     hostap_pci: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     hostap_pci: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/hostap_pci ']'
+ '[' true = false ']'
+ echo hostap_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci'
+ grep -q '\<orinoco_pci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci
+ lsmod
++ echo orinoco_pci
++ sed -e s/-/_/g
+ grep -q '^orinoco_pci '
+ grep -q '^orinoco_pci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n orinoco_pci
+ /sbin/modprobe -s -q orinoco_pci
+ mesg '     orinoco_pci: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     orinoco_pci: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/orinoco_pci ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver orinoco_pci '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' 'missing kernel or user mode driver orinoco_pci '
+ echo orinoco_pci
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci'
+ grep -q '\<8139too\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too
+ lsmod
++ echo 8139too
++ sed -e s/-/_/g
+ grep -q '^8139too '
+ mesg '     8139too: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     8139too: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/8139too ']'
+ '[' true = false ']'
+ echo 8139too
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too'
+ grep -q '\<8139cp\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp
+ lsmod
++ sed -e s/-/_/g
++ echo 8139cp
+ grep -q '^8139cp '
+ grep -q '^8139cp$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n 8139cp
+ /sbin/modprobe -s -q 8139cp
+ mesg '     8139cp: can'\''t be loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     8139cp: can'\''t be loaded'
+ '[' -x /etc/hotplug/pci/8139cp ']'
+ '[' false = false ']'
+ mesg 'missing kernel or user mode driver 8139cp '
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' 'missing kernel or user mode driver 8139cp '
+ echo 8139cp
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp'
+ grep -q '\<yenta_socket\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket
+ lsmod
++ echo yenta_socket
++ sed -e s/-/_/g
+ grep -q '^yenta_socket '
+ mesg '     yenta_socket: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     yenta_socket: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/yenta_socket ']'
+ '[' true = false ']'
+ echo yenta_socket
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket'
+ grep -q '\<trident\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident
+ lsmod
++ echo trident
++ sed -e s/-/_/g
+ grep -q '^trident '
+ mesg '     trident: already loaded'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     trident: already loaded'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/trident ']'
+ '[' true = false ']'
+ echo trident
+ grep -q usb-storage
+ LOADED=false
+ echo ' ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident'
+ grep -q '\<usb-ohci\>'
+ LOADED_DRIVERS= ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci
+ lsmod
++ echo usb-ohci
++ sed -e s/-/_/g
+ grep -q '^usb_ohci '
+ grep -q '^usb-ohci$' /etc/hotplug/blacklist /etc/hotplug/blacklist.d/alsa-base
+ /sbin/modprobe -s -q -n usb-ohci
+ /sbin/modprobe -s -q usb-ohci
+ mesg '     usb-ohci: loaded successfully'
++ basename ./pci.agent
+ /usr/bin/logger -t 'pci.agent[12489]' '     usb-ohci: loaded successfully'
+ LOADED=true
+ '[' -x /etc/hotplug/pci/usb-ohci ']'
+ '[' true = false ']'
+ echo usb-ohci
+ grep -q usb-storage
+ '[' 'ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci' = '' ']'
+ return 0
   pci      [success]
   usb     

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#259488; Package hotplug. (full text, mbox, link).


Acknowledgement sent to Joey Hess <joeyh@debian.org>:
Extra info received and forwarded to list. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>. (full text, mbox, link).


Message #20 received at 259488@bugs.debian.org (full text, mbox, reply):

From: Joey Hess <joeyh@debian.org>
To: Marco d'Itri <md@Linux.IT>
Cc: 259488@bugs.debian.org
Subject: Re: Bug#259488: loop bringing up pci
Date: Thu, 15 Jul 2004 13:17:18 -0400
[Message part 1 (text/plain, inline)]
Marco d'Itri wrote:
> Please install http://www.bofh.it/~md/debian/logger.hotplug and see if
> the loop is caused by a kernel-generated event.
> If this does not help, try uncommenting DEBUG=yes in pci.rc and
> pci.agent, and if this does not help either try using sh -x.

Here's the log with DEBUG=yes

Jul 15 13:12:44 dragon default.hotplug[20058]: arguments (usb) env (DEVFS=/proc/bus/usb OLDPWD=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin ACTION=remove PWD=/etc/hotplug HOME=/ SHLVL=2 DEVICE=/proc/bus/usb/001/001 PRODUCT=0/0/0 TYPE=9/0/0 DEBUG=yes _=/usr/bin/env)
Jul 15 13:12:44 dragon default.hotplug[20058]: invoke /etc/hotplug/usb.agent ()
Jul 15 13:12:51 dragon pci.agent[20149]: pcimodules is scanning more than 00:00.0 ...
Jul 15 13:12:51 dragon pci.agent[20149]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:12:51 dragon pci.agent[20149]:      ohci1394: already loaded
Jul 15 13:12:51 dragon pci.agent[20149]:      hostap_pci: already loaded
Jul 15 13:12:52 dragon pci.agent[20149]:      orinoco_pci: can't be loaded
Jul 15 13:12:52 dragon pci.agent[20149]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:12:52 dragon pci.agent[20149]:      8139too: already loaded
Jul 15 13:12:53 dragon pci.agent[20149]:      8139cp: can't be loaded
Jul 15 13:12:53 dragon pci.agent[20149]: missing kernel or user mode driver 8139cp 
Jul 15 13:12:53 dragon pci.agent[20149]:      yenta_socket: already loaded
Jul 15 13:12:53 dragon pci.agent[20149]:      trident: already loaded
Jul 15 13:12:54 dragon pci.agent[20149]:      usb-ohci: loaded successfully
Jul 15 13:12:54 dragon default.hotplug[20266]: arguments (usb) env (DEVFS=/proc/bus/usb OLDPWD=/ PATH=/bin:/sbin:/usr/sbin:/usr/bin ACTION=add PWD=/etc/hotplug HOME=/ SHLVL=2 DEVICE=/proc/bus/usb/001/001 PRODUCT=0/0/0 TYPE=9/0/0 DEBUG=yes _=/usr/bin/env)
Jul 15 13:12:54 dragon default.hotplug[20266]: invoke /etc/hotplug/usb.agent ()
Jul 15 13:12:54 dragon pci.agent[20267]: pcimodules is scanning more than 00:00.1 ...
Jul 15 13:12:54 dragon pci.agent[20267]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:12:54 dragon pci.agent[20267]:      ohci1394: already loaded
Jul 15 13:12:55 dragon pci.agent[20267]:      hostap_pci: already loaded
Jul 15 13:12:55 dragon pci.agent[20267]:      orinoco_pci: can't be loaded
Jul 15 13:12:55 dragon pci.agent[20267]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:12:55 dragon pci.agent[20267]:      8139too: already loaded
Jul 15 13:12:56 dragon pci.agent[20267]:      8139cp: can't be loaded
Jul 15 13:12:56 dragon pci.agent[20267]: missing kernel or user mode driver 8139cp 
Jul 15 13:12:56 dragon pci.agent[20267]:      yenta_socket: already loaded
Jul 15 13:12:56 dragon pci.agent[20267]:      trident: already loaded
Jul 15 13:12:56 dragon pci.agent[20267]:      usb-ohci: loaded successfully
Jul 15 13:12:57 dragon pci.agent[20397]: pcimodules is scanning more than 00:00.2 ...
Jul 15 13:12:57 dragon pci.agent[20397]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:12:57 dragon pci.agent[20397]:      ohci1394: already loaded
Jul 15 13:12:57 dragon pci.agent[20397]:      hostap_pci: already loaded
Jul 15 13:12:58 dragon pci.agent[20397]:      orinoco_pci: can't be loaded
Jul 15 13:12:58 dragon pci.agent[20397]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:12:59 dragon pci.agent[20397]:      8139too: already loaded
Jul 15 13:12:59 dragon pci.agent[20397]:      8139cp: can't be loaded
Jul 15 13:12:59 dragon pci.agent[20397]: missing kernel or user mode driver 8139cp 
Jul 15 13:12:59 dragon pci.agent[20397]:      yenta_socket: already loaded
Jul 15 13:13:00 dragon pci.agent[20397]:      trident: already loaded
Jul 15 13:13:00 dragon pci.agent[20397]:      usb-ohci: loaded successfully
Jul 15 13:13:01 dragon pci.agent[20522]: pcimodules is scanning more than 00:02.0 ...
Jul 15 13:13:01 dragon pci.agent[20522]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:01 dragon pci.agent[20522]:      ohci1394: already loaded
Jul 15 13:13:02 dragon pci.agent[20522]:      hostap_pci: already loaded
Jul 15 13:13:02 dragon pci.agent[20522]:      orinoco_pci: can't be loaded
Jul 15 13:13:02 dragon pci.agent[20522]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:03 dragon pci.agent[20522]:      8139too: already loaded
Jul 15 13:13:03 dragon pci.agent[20522]:      8139cp: can't be loaded
Jul 15 13:13:03 dragon pci.agent[20522]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:03 dragon pci.agent[20522]:      yenta_socket: already loaded
Jul 15 13:13:03 dragon pci.agent[20522]:      trident: already loaded
Jul 15 13:13:04 dragon pci.agent[20522]:      usb-ohci: loaded successfully
Jul 15 13:13:04 dragon pci.agent[20644]: pcimodules is scanning more than 00:04.0 ...
Jul 15 13:13:04 dragon pci.agent[20644]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:05 dragon pci.agent[20644]:      ohci1394: already loaded
Jul 15 13:13:05 dragon pci.agent[20644]:      hostap_pci: already loaded
Jul 15 13:13:06 dragon pci.agent[20644]:      orinoco_pci: can't be loaded
Jul 15 13:13:06 dragon pci.agent[20644]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:06 dragon pci.agent[20644]:      8139too: already loaded
Jul 15 13:13:07 dragon pci.agent[20644]:      8139cp: can't be loaded
Jul 15 13:13:07 dragon pci.agent[20644]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:07 dragon pci.agent[20644]:      yenta_socket: already loaded
Jul 15 13:13:07 dragon pci.agent[20644]:      trident: already loaded
Jul 15 13:13:07 dragon pci.agent[20644]:      usb-ohci: loaded successfully
Jul 15 13:13:08 dragon pci.agent[20774]: pcimodules is scanning more than 00:06.0 ...
Jul 15 13:13:08 dragon pci.agent[20774]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:08 dragon pci.agent[20774]:      ohci1394: already loaded
Jul 15 13:13:09 dragon pci.agent[20774]:      hostap_pci: already loaded
Jul 15 13:13:09 dragon pci.agent[20774]:      orinoco_pci: can't be loaded
Jul 15 13:13:09 dragon pci.agent[20774]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:09 dragon pci.agent[20774]:      8139too: already loaded
Jul 15 13:13:10 dragon pci.agent[20774]:      8139cp: can't be loaded
Jul 15 13:13:10 dragon pci.agent[20774]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:10 dragon pci.agent[20774]:      yenta_socket: already loaded
Jul 15 13:13:10 dragon pci.agent[20774]:      trident: already loaded
Jul 15 13:13:11 dragon pci.agent[20774]:      usb-ohci: loaded successfully
Jul 15 13:13:11 dragon pci.agent[20893]: pcimodules is scanning more than 00:07.0 ...
Jul 15 13:13:11 dragon pci.agent[20893]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:11 dragon pci.agent[20893]:      ohci1394: already loaded
Jul 15 13:13:11 dragon pci.agent[20893]:      hostap_pci: already loaded
Jul 15 13:13:12 dragon pci.agent[20893]:      orinoco_pci: can't be loaded
Jul 15 13:13:12 dragon pci.agent[20893]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:12 dragon usb.agent[20266]: ... no modules for USB product 0/0/0
Jul 15 13:13:12 dragon pci.agent[20893]:      8139too: already loaded
Jul 15 13:13:12 dragon pci.agent[20893]:      8139cp: can't be loaded
Jul 15 13:13:12 dragon pci.agent[20893]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:12 dragon pci.agent[20893]:      yenta_socket: already loaded
Jul 15 13:13:13 dragon pci.agent[20893]:      trident: already loaded
Jul 15 13:13:13 dragon pci.agent[20893]:      usb-ohci: loaded successfully
Jul 15 13:13:13 dragon pci.agent[21013]: pcimodules is scanning more than 00:0c.0 ...
Jul 15 13:13:13 dragon pci.agent[21013]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:13 dragon pci.agent[21013]:      ohci1394: already loaded
Jul 15 13:13:13 dragon pci.agent[21013]:      hostap_pci: already loaded
Jul 15 13:13:14 dragon pci.agent[21013]:      orinoco_pci: can't be loaded
Jul 15 13:13:14 dragon pci.agent[21013]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:14 dragon pci.agent[21013]:      8139too: already loaded
Jul 15 13:13:14 dragon pci.agent[21013]:      8139cp: can't be loaded
Jul 15 13:13:14 dragon pci.agent[21013]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:14 dragon pci.agent[21013]:      yenta_socket: already loaded
Jul 15 13:13:14 dragon pci.agent[21013]:      trident: already loaded
Jul 15 13:13:15 dragon pci.agent[21013]:      usb-ohci: loaded successfully
Jul 15 13:13:15 dragon pci.agent[21131]: pcimodules is scanning more than 00:0f.0 ...
Jul 15 13:13:15 dragon pci.agent[21131]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:15 dragon pci.agent[21131]:      ohci1394: already loaded
Jul 15 13:13:15 dragon pci.agent[21131]:      hostap_pci: already loaded
Jul 15 13:13:16 dragon pci.agent[21131]:      orinoco_pci: can't be loaded
Jul 15 13:13:16 dragon pci.agent[21131]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:16 dragon pci.agent[21131]:      8139too: already loaded
Jul 15 13:13:16 dragon pci.agent[21131]:      8139cp: can't be loaded
Jul 15 13:13:16 dragon pci.agent[21131]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:17 dragon pci.agent[21131]:      yenta_socket: already loaded
Jul 15 13:13:17 dragon pci.agent[21131]:      trident: already loaded
Jul 15 13:13:17 dragon pci.agent[21131]:      usb-ohci: loaded successfully
Jul 15 13:13:17 dragon pci.agent[21250]: pcimodules is scanning more than 00:10.0 ...
Jul 15 13:13:17 dragon pci.agent[21250]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:18 dragon pci.agent[21250]:      ohci1394: already loaded
Jul 15 13:13:18 dragon pci.agent[21250]:      hostap_pci: already loaded
Jul 15 13:13:18 dragon pci.agent[21250]:      orinoco_pci: can't be loaded
Jul 15 13:13:18 dragon pci.agent[21250]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:18 dragon pci.agent[21250]:      8139too: already loaded
Jul 15 13:13:19 dragon pci.agent[21250]:      8139cp: can't be loaded
Jul 15 13:13:19 dragon pci.agent[21250]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:19 dragon pci.agent[21250]:      yenta_socket: already loaded
Jul 15 13:13:19 dragon pci.agent[21250]:      trident: already loaded
Jul 15 13:13:19 dragon pci.agent[21250]:      usb-ohci: loaded successfully
Jul 15 13:13:20 dragon pci.agent[21370]: pcimodules is scanning more than 00:12.0 ...
Jul 15 13:13:20 dragon pci.agent[21370]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:20 dragon pci.agent[21370]:      ohci1394: already loaded
Jul 15 13:13:20 dragon pci.agent[21370]:      hostap_pci: already loaded
Jul 15 13:13:21 dragon pci.agent[21370]:      orinoco_pci: can't be loaded
Jul 15 13:13:21 dragon pci.agent[21370]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:21 dragon pci.agent[21370]:      8139too: already loaded
Jul 15 13:13:21 dragon pci.agent[21370]:      8139cp: can't be loaded
Jul 15 13:13:21 dragon pci.agent[21370]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:21 dragon pci.agent[21370]:      yenta_socket: already loaded
Jul 15 13:13:21 dragon pci.agent[21370]:      trident: already loaded
Jul 15 13:13:21 dragon pci.agent[21370]:      usb-ohci: loaded successfully
Jul 15 13:13:22 dragon pci.agent[21486]: pcimodules is scanning more than 00:13.0 ...
Jul 15 13:13:22 dragon pci.agent[21486]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:22 dragon pci.agent[21486]:      ohci1394: already loaded
Jul 15 13:13:22 dragon pci.agent[21486]:      hostap_pci: already loaded
Jul 15 13:13:23 dragon pci.agent[21486]:      orinoco_pci: can't be loaded
Jul 15 13:13:23 dragon pci.agent[21486]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:23 dragon pci.agent[21486]:      8139too: already loaded
Jul 15 13:13:23 dragon pci.agent[21486]:      8139cp: can't be loaded
Jul 15 13:13:23 dragon pci.agent[21486]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:23 dragon pci.agent[21486]:      yenta_socket: already loaded
Jul 15 13:13:23 dragon pci.agent[21486]:      trident: already loaded
Jul 15 13:13:24 dragon pci.agent[21486]:      usb-ohci: loaded successfully
Jul 15 13:13:24 dragon pci.agent[21602]: pcimodules is scanning more than 00:14.0 ...
Jul 15 13:13:24 dragon pci.agent[21602]: Setup ohci1394 hostap_pci orinoco_pci 8139too 8139cp yenta_socket trident usb-ohci for PCI slot 0:0.0
Jul 15 13:13:24 dragon pci.agent[21602]:      ohci1394: already loaded
Jul 15 13:13:24 dragon pci.agent[21602]:      hostap_pci: already loaded
Jul 15 13:13:25 dragon pci.agent[21602]:      orinoco_pci: can't be loaded
Jul 15 13:13:25 dragon pci.agent[21602]: missing kernel or user mode driver orinoco_pci 
Jul 15 13:13:25 dragon pci.agent[21602]:      8139too: already loaded
Jul 15 13:13:25 dragon pci.agent[21602]:      8139cp: can't be loaded
Jul 15 13:13:25 dragon pci.agent[21602]: missing kernel or user mode driver 8139cp 
Jul 15 13:13:25 dragon pci.agent[21602]:      yenta_socket: already loaded
Jul 15 13:13:26 dragon pci.agent[21602]:      trident: already loaded
Jul 15 13:13:26 dragon pci.agent[21602]:      usb-ohci: loaded successfully
Jul 15 13:13:33 dragon usb.agent[21730]: Setup usbcore for USB product 0/0/0
Jul 15 13:13:33 dragon usb.agent[21730]:      usbcore: blacklisted

Here's find /proc/bus/pci

/proc/bus/pci
/proc/bus/pci/00
/proc/bus/pci/00/14.0
/proc/bus/pci/00/13.0
/proc/bus/pci/00/12.0
/proc/bus/pci/00/10.0
/proc/bus/pci/00/0f.0
/proc/bus/pci/00/0c.0
/proc/bus/pci/00/07.0
/proc/bus/pci/00/06.0
/proc/bus/pci/00/04.0
/proc/bus/pci/00/02.0
/proc/bus/pci/00/00.2
/proc/bus/pci/00/00.1
/proc/bus/pci/00/00.0
/proc/bus/pci/devices

Here's pcimodules output:

ohci1394
hostap_pci
orinoco_pci
8139too
8139cp
yenta_socket
trident
usb-ohci

-- 
see shy jo
[signature.asc (application/pgp-signature, inline)]

Reply sent to Marco d'Itri <md@linux.it>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Joey Hess <joeyh@debian.org>:
Bug acknowledged by developer. (full text, mbox, link).


Message #25 received at 259488-close@bugs.debian.org (full text, mbox, reply):

From: Marco d'Itri <md@linux.it>
To: 259488-close@bugs.debian.org
Subject: Bug#259488: fixed in hotplug 0.0.20040329-12
Date: Sun, 18 Jul 2004 10:17:03 -0400
Source: hotplug
Source-Version: 0.0.20040329-12

We believe that the bug you reported is fixed in the latest version of
hotplug, which is due to be installed in the Debian FTP archive:

hotplug_0.0.20040329-12.diff.gz
  to pool/main/h/hotplug/hotplug_0.0.20040329-12.diff.gz
hotplug_0.0.20040329-12.dsc
  to pool/main/h/hotplug/hotplug_0.0.20040329-12.dsc
hotplug_0.0.20040329-12_all.deb
  to pool/main/h/hotplug/hotplug_0.0.20040329-12_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 259488@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri <md@linux.it> (supplier of updated hotplug package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 18 Jul 2004 01:20:44 +0200
Source: hotplug
Binary: hotplug
Architecture: source all
Version: 0.0.20040329-12
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI <ukai@debian.or.jp>
Changed-By: Marco d'Itri <md@linux.it>
Description: 
 hotplug    - Linux Hotplug Scripts
Closes: 237952 243716 243716 243716 245500 248070 248304 248900 252287 253927 256893 256897 257043 257723 257849 257867 259141 259488
Changes: 
 hotplug (0.0.20040329-12) unstable; urgency=low
 .
   * Install the isapnp modprobe aliases in the right place.
   * New patch 012_usb.rc_fix_coldplugging to generate more correct
     coldplugging events for USB. Requires kernel >= 2.6.7.
     Remove obsolete patches 012_usb.rc_no_usbmodules and
     012_usb.rc_try_all_interfaces.
     (Closes: #243716, #245500, #243716, #243716, #248900, #237952, #248304)
     (Closes: #252287, #253927)
   * Removed patch 009_usb.agent_remover, it's broken (the $DEVPATH does
     not exist anymore on removal) and useless because now $DEVICE should
     always be generated. (Closes: #248070)
   * Create the net.enable flag file in postinst. (Closes: #256897)
   * Updated patch 050_net.agent_ifupdown to make net.ifup print a debug
     message only if net.enable does not exist yet. (Closes: #256893)
   * Updated patch firmware_dirs to search for firmware files in
     /usr/local/lib/firmware/ too. (Closes: #257849)
   * New patch 017_pci.rc_pcimodules_once to run pcimodules only once on
     2.4 systems. (Closes: #259488)
   * Updated po templates: da, fr. (Closes: #257867, #259141)
   * Updated isapnp.rc to support blacklisting by module name.
     Patch courtesy of Santi Béjar. (Closes: #257043)
   * Depend on grep >= 2.5.1.ds1-2, which fixes -q. (Closes: #257723)
Files: 
 fbc3277dd3eb1849a8df8dabaec15f9f 673 admin standard hotplug_0.0.20040329-12.dsc
 45b332380fa4aa817d099864e73482b5 40361 admin standard hotplug_0.0.20040329-12.diff.gz
 c6f06f279fead4f1524187d233f88309 60824 admin standard hotplug_0.0.20040329-12_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA+oKrFGfw2OHuP7ERAgcvAJ9SpxeW28+j//HCV8V7Hbhr+4/RwgCgpct6
WYsdt6twGihzROhtA0fPQfU=
=UK7A
-----END PGP SIGNATURE-----




Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Fri Jan 23 19:50:08 2026; Machine Name: berlioz

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.