USB mouse stops working

I have 64bit 11.1 installed on a clone. The Logitech LX3 mouse stops working sometimes, forcing a reboot. The LED under the mouse goes dark when this happens. A normal ps/2 mouse works fine, and I am certain the LX3 mouse is not defective as I have an identical one on a XP system that I swapped to test. Same result.

Yast doesn't show my mouse model, so not sure which one to select.

Does anyone have ideas on what is causing this ?

what does the output of /var/log/messages say? The info may be in messages.1 or messages.2 if it was rotated out.

There's nothing useful in /var/log/messages. I at first thought this was some sort of system lockup and was watching that log file and 'top' for a few weeks... then noticed disk activity (the led) after what appeared to be another lockup.

Funny thing is that this happens perhaps 7 out of 10 bootups, within the first five or ten minutes then not again.

can you post the output of:

hwinfo --usb
hwinfo --pci

also, do you know what your USB is set to in the BIOS? Have you tried a different port?

also, please post the output of lsmod

The pci display overruns the gnome terminal. I could cat it to a dataset if you wish.

Here's the two other commands -

linux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

USB is set to 2.0 - and I have tried several other ports.
linux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4 linux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhidlinux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2 linux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2 linux-3jev:/home/stan # hwinfo --usb
04: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_2_0000_00_0b_1_if0
Unique ID: k4bc.8zDM0aQhQIC
SysFS ID: /devices/pci0000:00/0000:00:0b.1/usb1/1-0:1.0
SysFS BusID: 1-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ehci_hcd EHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ehci_hcd"
Device: usb 0x0002 "EHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.1"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 480 Mbps
Module Alias: "usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

05: USB 00.0: 10a00 Hub
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_1d6b_1_0000_00_0b_0_if0
Unique ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-0:1.0
SysFS BusID: 2-0:1.0
Hardware Class: hub
Model: "Linux 2.6.27.29-0.1-default ohci_hcd OHCI Host Controller"
Hotplug: USB
Vendor: usb 0x1d6b "Linux 2.6.27.29-0.1-default ohci_hcd"
Device: usb 0x0001 "OHCI Host Controller"
Revision: "2.06"
Serial ID: "0000:00:0b.0"
Driver: "hub"
Driver Modules: "usbcore"
Speed: 12 Mbps
Module Alias: "usb:v1D6Bp0001d0206dc09dsc00dp00ic09isc00ip00"
Driver Info #0:
Driver Status: usbcore is active
Driver Activation Cmd: "modprobe usbcore"
Config Status: cfg=no, avail=yes, need=no, active=unknown

06: USB 00.0: 10503 USB Mouse
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c044_noserial_if0
Unique ID: 7bWa.USZARCNg_59
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-3/2-3:1.0
SysFS BusID: 2-3:1.0
Hardware Class: mouse
Model: "Logitech USB-PS/2 Optical Mouse"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc044 "USB-PS/2 Optical Mouse"
Revision: "27.20"
Compatible to: int 0x0210 0x0028
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/mice (/dev/input/mouse1)
Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event1, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:0b.0-usb-0:3:1.0-mouse
Device Number: char 13:63 (char 13:33)
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC044d2720dc00dsc00dp00ic03isc01ip02"
Driver Info #0:
Buttons: 8
Wheels: 2
XFree86 Protocol: explorerps/2
GPM Protocol: exps2
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

07: USB 00.0: 10800 Keyboard
[Created at usb.122]
UDI: /org/freedesktop/Hal/devices/usb_device_46d_c315_noserial_if0
Unique ID: R_O4.OWQCVL1WOW6
Parent ID: pBe4.Uu0aCsrHYoB
SysFS ID: /devices/pci0000:00/0000:00:0b.0/usb2/2-6/2-6:1.0
SysFS BusID: 2-6:1.0
Hardware Class: keyboard
Model: "Logitech USB Keyboard"
Hotplug: USB
Vendor: usb 0x046d "Logitech, Inc."
Device: usb 0xc315 "Logitech USB Keyboard"
Revision: "28.00"
Driver: "usbhid"
Driver Modules: "usbhid"
Device File: /dev/input/input2
Speed: 1.5 Mbps
Module Alias: "usb:v046DpC315d2800dc00dsc00dp00ic03isc01ip01"
Driver Info #0:
XkbRules: xfree86
XkbModel: pc104
Config Status: cfg=no, avail=yes, need=no, active=unknown
Attached to: #5 (Hub)

linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8 linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan # lsmod
Module Size Used by
joydev 11376 0
st 39036 0
ide_disk 14664 0
ide_cd_mod 33952 0
xt_tcpudp 3608 1
xt_pkttype 2152 3
ipt_LOG 6812 8
xt_limit 3180 8
xt_physdev 2832 1
bridge 56904 1
stp 3004 1 bridge
bnep 14568 2
it87 26032 0
hwmon_vid 3080 1 it87
sco 11932 2
binfmt_misc 10100 1
rfcomm 41000 0
l2cap 22824 6 bnep,rfcomm
bluetooth 61172 6 bnep,sco,rfcomm,l2cap
snd_pcm_oss 48624 0
snd_mixer_oss 16808 1 snd_pcm_oss
autofs4 22032 0
snd_seq 61504 0
snd_seq_device 8604 1 snd_seq
vboxnetadp 93244 0
vboxnetflt 100844 0
vboxdrv 1707324 1 vboxnetflt
af_packet 20232 0
xt_NOTRACK 2152 2
ipt_REJECT 3480 3
xt_state 2568 4
iptable_raw 2760 1
iptable_filter 3400 1
cpufreq_conservative 8384 0
cpufreq_userspace 4204 0
cpufreq_powersave 2248 0
nf_conntrack_netbios_ns 2840 0
acpi_cpufreq 8120 0
nf_conntrack_ipv4 12808 4
nf_conntrack 80352 4 xt_NOTRACK,xt_state,nf_conntrack_netbios_ns,nf_conntrack_ipv4
ip_tables 19464 2 iptable_raw,iptable_filter
ip6_tables 21048 0
x_tables 23376 10 xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,xt_physdev,xt_NOTRACK,ipt_REJECT,xt_state,ip_tables,ip6_tables
fuse 57872 3
loop 16660 0
dm_mod 74064 0
sr_mod 15940 0
cdrom 36200 2 ide_cd_mod,sr_mod
ide_pci_generic 4652 0
amd74xx 7152 0
ide_core 115068 4 ide_disk,ide_cd_mod,ide_pci_generic,amd74xx
ppdev 8208 0
rtc_cmos 13000 0
rtc_core 21396 1 rtc_cmos
rtc_lib 3560 1 rtc_core
ata_generic 6044 0
parport_pc 40312 0
floppy 63192 0
parport 40384 2 ppdev,parport_pc
snd_hda_intel 565156 2
button 8328 0
tulip 52224 0
snd_pcm 92080 2 snd_pcm_oss,snd_hda_intel
snd_timer 24968 2 snd_seq,snd_pcm
snd_page_alloc 9800 2 snd_hda_intel,snd_pcm
snd_hwdep 9104 1 snd_hda_intel
snd 73576 12 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
i2c_nforce2 8608 0
soundcore 8368 1 snd
pcspkr 3064 0
i2c_core 35296 1 i2c_nforce2
pata_amd 13692 0
sg 35376 0
usbhid 52528 0
hid 41136 1 usbhid
ff_memless 8752 1 usbhid
sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

sd_mod 35272 4
ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

ohci_hcd 35220 0
ehci_hcd 54676 0
crc_t10dif 2152 1 sd_mod
usbcore 195712 4 usbhid,ohci_hcd,ehci_hcd
edd 10272 0
sata_nv 26864 3
libata 183696 3 ata_generic,pata_amd,sata_nv
scsi_mod 178888 5 st,sr_mod,sg,sd_mod,libata
dock 14212 1 libata
ext3 140824 2
mbcache 9484 1 ext3
jbd 61752 1 ext3
fan 6016 0
thermal 24408 0
processor 49424 2 acpi_cpufreq,thermal
thermal_sys 14336 3 fan,thermal,processor
hwmon 3720 2 it87,thermal_sys
linux-3jev:/home/stan #

Thanks for your assistance !

---------- Post updated at 08:18 PM ---------- Previous update was at 07:58 PM ----------

Afterthought: When the 'mouse hang' happens the lsusb command freezes, doesn't return anything.

Have you considered doing a firmware/BIOS upgrade on the motherboard? Also, what settings, if any, are there in the BIOS for the USB ports. Sometimes they are using some sort of "Compatibility Mode" for USB mice and keyboards. Have you tried toggling that?

From your output, it seems the system is able to recognize the device and is treating it in the same class as the MS Explorer mouse. The driver is not the same one as the one used by the explorer, though

Are you plugging directly into the system board or is the mouse plugged into a secondary USB device?

Plugging directly into the motherboard. I researched upgrading the bios a few months ago, never pursued it but perhaps should. I'll look at the bios settings again to be sure, but only could select 1.0 or 2.0. Of course I left it at 2.0.

---------- Post updated at 07:44 AM ---------- Previous update was at 07:22 AM ----------