Ubuntu on a Sony VAIO laptop-- can't mount disks

Joel Moody allmine at emotionallystunted.com
Mon Nov 15 19:45:57 UTC 2004


I have been using Ubuntu linux, Warty, for about 2 months now. I am
happy with the applications, interface, internet, ftp and so forth.
However, I can't mount disks.

I am new to linux, so I might be overlooking something obvious. 

All my disks connect to the laptop through a dock. USB mouses function
perfectly and the CD-ROM drive reads perfectly when I am booting from it
or installing. 

However, once ubuntu is booted and I am at the desktop or the root
terminal prompt I can't make disks or floppies mount properly. Nor can I
get it to read/mount a USB CD-R/RW drive or an USB Epson printer.

Every time I boot I get a PNP BIOS error. This does not seem to
interfere with anything major, but it might be a source of the disk
mounting problem. I don't know how to boot with "nobiospnp" or how to
download an updated BIOS.

The following is a list of the errors I've gotten and the output of
various commands:

prompt--	pmount /dev/scd0
output--	mount: special device /dev/scd0 does not exist

DEBUG

prompt--	dmesg 
output--	> dmesg.txt
(I will attach dmesg.txt - I guess it could be entered as another entry
on my thread) 

prompt--	lshal 
output--	> lshal.txt
(I will attach lshal.txt - I guess it could be entered as another entry
on my thread) 
prompt--	id
output--	uid=0(root) gid=0(root) groups=0(root)

prompt--	pidof gnome-volume-manager
output--	4773

prompt--	uname -a
output--	Linux ubuntuovexiusanupai 2.6.8.1-3-386 #1 Tue Oct 12 12:41:57
BST 2004 i686 GNU/Linux

prompt--	ls -l /sys/block/s*
output--	

/sys/block/sda:
total 0
-r--r--r--    1 root     root         4096 2004-10-31 19:10 dev
lrwxrwxrwx    1 root     root            0 2004-10-31 19:10 device
-> ../../devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/host0/0:0:0:0
drwxr-xr-x    3 root     root            0 2004-10-31 19:10 queue
-r--r--r--    1 root     root         4096 2004-10-31 19:10 range
-r--r--r--    1 root     root         4096 2004-10-31 19:10 removable
-r--r--r--    1 root     root         4096 2004-10-31 19:10 size
-r--r--r--    1 root     root         4096 2004-10-31 19:10 stat

/sys/block/sr0:
total 0
-r--r--r--    1 root     root         4096 2004-10-31 19:10 dev
lrwxrwxrwx    1 root     root            0 2004-10-31 19:10 device
-> ../../devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0/host1/1:0:0:0
drwxr-xr-x    3 root     root            0 2004-10-31 19:10 queue
-r--r--r--    1 root     root         4096 2004-10-31 19:10 range
-r--r--r--    1 root     root         4096 2004-10-31 19:10 removable
-r--r--r--    1 root     root         4096 2004-10-31 19:10 size
-r--r--r--    1 root     root         4096 2004-10-31 19:10 stat

prompt--	cat /sys/block/s*/removable
output--
1
1

prompt--	mount
output--	
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)

prompt--	pmount /dev/sr0
output--	
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       or too many mounted file systems
Error: mount failed

prompt--	gedit /etc/fstab
output--	
# /etc/fstab: static file system information.
#
# <file system>	<mount point>	<type>	<options>	<dump>	<pass>
proc		/proc		proc	defaults	0	0
/dev/hda1	/		ext3	defaults,errors=remount-ro 0	1
/dev/hda5	none		swap	sw		0	0
/dev/scd0	/media/cdrom0	udf,sio9660 ro,user,noauto  0
/dev/fd0	/media/floppy0	auto	rw,user,noauto	0	0
/dev/sda	/media/usb0	auto	rw,user,noauto	0	0

prompt--	pmount /dev/scd0
output--	mount: special device /dev/scd0 does not exist

prompt--	ls -ld /sys/block
output--	
drwxr-xr-x   23 root     root            0 2004-10-31 19:10 /sys/block

prompt--	ls -ls /sys/block
output--	
total 0
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 dm-0
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 dm-1
   0 drwxr-xr-x    6 root     root            0 2004-10-31 19:10 hda
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram0
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram1
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram10
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram11
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram12
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram13
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram14
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram15
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram2
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram3
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram4
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram5
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram6
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram7
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram8
   0 drwxr-xr-x    2 root     root            0 2004-10-31 19:10 ram9
   0 drwxr-xr-x    3 root     root            0 2004-10-31 19:10 sda
   0 drwxr-xr-x    3 root     root            0 2004-10-31 19:10 sr0

prompt--	mount /cdrom
output--	mount: special device /dev/scd0 does not exist

<--! after editing /etc/fstab and replacing /dev/scd0 with /dev/sr0-->
prompt--	pmount /etc/fstab
output--	mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       or too many mounted file systems

prompt--	mount /cdrom
output--	mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       or too many mounted file systems

<--! changed /dev/sr0 back to /dev/scd0 in /etc/fstab-->

prompt--	ls -l /dev/sr0
output--	brw-rw----    1 root     cdrom     11,   0 2004-10-31
19:10 /dev/sr0

<--!what next?-->

		



-------------- next part --------------
Linux version 2.6.8.1-3-386 (buildd at terranova) (gcc version 3.3.4 (Debian 1:3.3.4-9ubuntu5)) #1 Tue Oct 12 12:41:57 BST 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
 BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d8000 - 00000000000e0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fcf0000 (usable)
 BIOS-e820: 000000000fcf0000 - 000000000fcfc000 (ACPI data)
 BIOS-e820: 000000000fcfc000 - 000000000fd00000 (ACPI NVS)
 BIOS-e820: 000000000fd00000 - 000000000fe80000 (usable)
 BIOS-e820: 000000000fe80000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
254MB LOWMEM available.
On node 0 totalpages: 65152
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61056 pages, LIFO batch:14
  HighMem zone: 0 pages, LIFO batch:1
DMI present.
ACPI: RSDP (v000 SONY                                  ) @ 0x000f6b80
ACPI: RSDT (v001 SONY   C1       0x20020122 PTL  0x00000000) @ 0x0fcf6e10
ACPI: FADT (v001   SONY       C1 0x20020122 PTL  0x01000000) @ 0x0fcfbf64
ACPI: BOOT (v001   SONY       C1 0x20020122 PTL  0x00000001) @ 0x0fcfbfd8
ACPI: DSDT (v001   SONY       C1 0x20020122 PTL  0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
Built 1 zonelists
Kernel command line: root=/dev/hda1 ro quiet splash
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 994.663 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 250936k/260608k available (1336k kernel code, 8872k reserved, 728k data, 204k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1974.27 BogoMIPS
Security Scaffold v1.0.0 initialized
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000
CPU: After vendor identify, caps:  0383fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps:        0383fbff 00000000 00000000 00000040
CPU: Intel(R) Pentium(R) III Mobile CPU      1000MHz stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
ACPI: IRQ9 SCI: Level Trigger.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 994.0107 MHz.
..... host bus clock speed is 132.0547 MHz.
checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Freeing initrd memory: 4116k freed
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfd9aa, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
spurious 8259A interrupt: IRQ7.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: Embedded Controller [EC0] (gpe 28)
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0
ACPI: PCI Interrupt Link [LNKG] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 9) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00f6c20
PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0x881e, dseg 0x400
pnp: 00:0a: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:0a: ioport range 0x1000-0x105f could not be reserved
pnp: 00:0a: ioport range 0x1060-0x107f has been reserved
pnp: 00:0a: ioport range 0x1180-0x11bf has been reserved
PNPBIOS fault.. attempting recovery.
PnPBIOS: Warning! Your PnP BIOS caused a fatal error. Attempting to continue
PnPBIOS: You may need to reboot with the "nobiospnp" option to operate stably
PnPBIOS: Check with your vendor for an updated BIOS
PnPBIOS: get_dev_node: unexpected status 0x28
PnPBIOS: 15 nodes reported by PnP BIOS; 15 recorded by driver
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.1[A]: no GSI
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
Simple Boot Flag at 0x36 set to 0x1
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch at atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
PCI: Enabling device 0000:00:1f.6 (0000 -> 0001)
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
EISA: Probing bus 0 at eisa0
Cannot allocate resource for EISA slot 1
Cannot allocate resource for EISA slot 2
Cannot allocate resource for EISA slot 3
EISA: Detected 0 cards.
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
NET: Registered protocol family 8
NET: Registered protocol family 20
ACPI: (supports S0 S3 S4 S5)
ACPI wakeup devices: 
PWRB USB1 USB2 USB3  LAN CRD0  EC0 COMA MODE 
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4116 blocks [1 disk] into ram disk... |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/done.
VFS: Mounted root (cramfs filesystem) readonly.
Freeing unused kernel memory: 204k freed
vesafb: probe of vesafb0 failed with error -6
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)
ACPI: Thermal Zone [ATF0] (35 C)
NET: Registered protocol family 1
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH3M: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI interrupt 0000:00:1f.1[A]: no GSI
ICH3M: chipset revision 2
ICH3M: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
hda: IC25N030ATCS04-0, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 58605120 sectors (30005 MB) w/1768KiB Cache, CHS=58140/16/63, UDMA(100)
 /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 >
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: hda1: orphan cleanup on readonly fs
ext3_orphan_cleanup: deleting unreferenced inode 459900
EXT3-fs: hda1: 1 orphan inode deleted
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Adding 500936k swap on /dev/hda5.  Priority:-1 extents:1
EXT3 FS on hda1, internal journal
SCSI subsystem initialized
input: PS/2 Generic Mouse on isa0060/serio1
mice: PS/2 mouse device common for all mice
ts: Compaq touchscreen protocol output
ieee1394: Initialized config rom entry `ip1394'
sbp2: $Rev: 1219 $ Ben Collins <bcollins at debian.org>
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
Capability LSM initialized
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm at uk.sistina.com
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Real Time Clock Driver v1.12
input: PC Speaker
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 830M Chipset.
agpgart: Maximum main memory to use for agp memory: 202M
agpgart: Detected 892K stolen memory.
agpgart: AGP aperture is 128M @ 0xe8000000
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.0: Intel Corp. 82801CA/CAM USB (Hub #1)
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 9, io base 00001800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.1: Intel Corp. 82801CA/CAM USB (Hub #2)
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 9, io base 00001820
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.2: Intel Corp. 82801CA/CAM USB (Hub #3)
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 9, io base 00001840
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb 3-1: new full speed USB device using address 2
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: MSC-U03           Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
hw_random hardware driver 1.0.0 loaded
cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
PCI: Enabling device 0000:00:1f.5 (0000 -> 0001)
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 49686 usecs
intel8x0: clocking to 48000
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.6 to 64
MC'97 1 converters and GPIO not ready (0xff00)
ohci1394: $Rev: 1223 $ Ben Collins <bcollins at debian.org>
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[9]  MMIO=[e0205000-e02057ff]  Max Packet=[2048]
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 9 (level, low) -> IRQ 9
Yenta: CardBus bridge found at 0000:02:05.0 [104d:8100]
Yenta: ISA IRQ mask 0x0cb8, PCI irq 9
Socket status: 30000006
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[08004603010e381c]
ieee1394: Node added: ID:BUS[0-01:1023]  GUID[08004603011cce69]
ieee1394: The root node is not cycle master capable; selecting a new root node and resetting...
ieee1394: Node changed: 0-01:1023 -> 0-00:1023
ieee1394: Node changed: 0-00:1023 -> 0-01:1023
scsi1 : SCSI emulation for IEEE-1394 SBP-2 Devices
e100: Intel(R) PRO/100 Network Driver, 3.0.18
e100: Copyright(c) 1999-2004 Intel Corporation
ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
e100: eth0: e100_probe: addr 0xe0204000, irq 9, MAC addr 08:00:46:4E:26:56
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw at saw.sw.com.sg> and others
ieee1394: sbp2: Logged into SBP-2 device
ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
  Vendor: MATSHITA  Model: UJDA710           Rev: 1.50
  Type:   CD-ROM                             ANSI SCSI revision: 02
sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
NET: Registered protocol family 17
NET: Registered protocol family 10
Disabled Privacy Extensions on device c02cc0c0(lo)
IPv6 over IPv4 tunneling driver
ACPI: Battery Slot [BAT1] (battery present)
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PWRB]
Device not ready.  Make sure there is a disc in the drive.
Device not ready.  Make sure there is a disc in the drive.
cs: IO port probe 0x0100-0x04ff: excluding 0x170-0x177 0x370-0x37f
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0a00-0x0aff: clean.
cpufreq: CPU0 - ACPI performance management activated.
cpufreq: *P0: 1000 MHz, 0 mW, 250 uS
cpufreq:  P1: 733 MHz, 0 mW, 250 uS
eth0: no IPv6 routers present
[drm] Initialized i830 1.3.2 20021108 on minor 0: Intel Corp. 82830 CGC [Chipset Graphics Controller]
[drm] Initialized i830 1.3.2 20021108 on minor 1: Intel Corp. 82830 CGC [Chipset Graphics Controller] (#2)
mtrr: base(0xe8000000) is not aligned on a size(0x300000) boundary
udf: registering filesystem
cdrom: This disc doesn't have any tracks I recognize!
-------------- next part --------------

Dumping 41 device(s) from the Global Device List:
-------------------------------------------------
udi = '/org/freedesktop/Hal/devices/pci_8086_3575'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_3575'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82830 830 Chipset Host Bridge'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82830 830 Chipset Host Bridge'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 13685  (0x3575)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:00.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_3577/0'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_3577/0'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 3  (0x3)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82830 CGC [Chipset Graphics Controller]'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82830 CGC [Chipset Graphics Controller]'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 13687  (0x3577)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:02.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_3577'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_3577'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 128  (0x80)  (int)
  pci.device_class = 3  (0x3)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82830 CGC [Chipset Graphics Controller]'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82830 CGC [Chipset Graphics Controller]'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 13687  (0x3577)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:02.1'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.0_0'
  info.udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.0_0'  (string)
  info.product = 'USB Hub Interface'  (string)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.max_power = 0  (0x0)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.num_interfaces = 1  (0x1)  (int)
  usb.device_revision_bcd = 518  (0x206)  (int)
  usb.is_self_powered = true  (bool)
  usb.can_wake_up = false  (bool)
  usb.serial = '0000:00:1d.0'  (string)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb.product = 'Intel Corp. 82801CA/CAM USB (Hub #1)'  (string)
  usb.bus_number = 1  (0x1)  (int)
  usb.level_number = 0  (0x0)  (int)
  usb.linux.device_number = 1  (0x1)  (int)
  usb.linux.parent_number = 1  (0x1)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 272  (0x110)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.0'  (string)
  usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-0:1.0'  (string)
  info.bus = 'usb'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.0'
  info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.0'  (string)
  linux.kernel_devname = 'usb-0000:00:1d.0'  (string)
  usb_device.version_bcd = 272  (0x110)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.linux.parent_number = 1  (0x1)  (int)
  usb_device.linux.device_number = 1  (0x1)  (int)
  usb_device.level_number = 0  (0x0)  (int)
  usb_device.bus_number = 1  (0x1)  (int)
  info.category = 'usbhub'  (string)
  info.capabilities = 'usbhub'  (string)
  info.product = 'Intel Corp. 82801CA/CAM USB (Hub #1)'  (string)
  usb_device.product = 'Intel Corp. 82801CA/CAM USB (Hub #1)'  (string)
  info.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.serial = '0000:00:1d.0'  (string)
  usb_device.can_wake_up = false  (bool)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_revision_bcd = 518  (0x206)  (int)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2482'  (string)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.0/usb1'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0/usb1'  (string)
  info.bus = 'usb_device'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2482'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2482'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM USB (Hub #1)'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM USB (Hub #1)'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9346  (0x2482)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.1_0'
  info.udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.1_0'  (string)
  info.product = 'USB Hub Interface'  (string)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.max_power = 0  (0x0)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.num_interfaces = 1  (0x1)  (int)
  usb.device_revision_bcd = 518  (0x206)  (int)
  usb.is_self_powered = true  (bool)
  usb.can_wake_up = false  (bool)
  usb.serial = '0000:00:1d.1'  (string)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb.product = 'Intel Corp. 82801CA/CAM USB (Hub #2)'  (string)
  usb.bus_number = 2  (0x2)  (int)
  usb.level_number = 0  (0x0)  (int)
  usb.linux.device_number = 1  (0x1)  (int)
  usb.linux.parent_number = 1  (0x1)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 272  (0x110)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.1'  (string)
  usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-0:1.0'  (string)
  info.bus = 'usb'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.1'
  info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.1'  (string)
  linux.kernel_devname = 'usb-0000:00:1d.1'  (string)
  usb_device.version_bcd = 272  (0x110)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.linux.parent_number = 1  (0x1)  (int)
  usb_device.linux.device_number = 1  (0x1)  (int)
  usb_device.level_number = 0  (0x0)  (int)
  usb_device.bus_number = 2  (0x2)  (int)
  info.category = 'usbhub'  (string)
  info.capabilities = 'usbhub'  (string)
  info.product = 'Intel Corp. 82801CA/CAM USB (Hub #2)'  (string)
  usb_device.product = 'Intel Corp. 82801CA/CAM USB (Hub #2)'  (string)
  info.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.serial = '0000:00:1d.1'  (string)
  usb_device.can_wake_up = false  (bool)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_revision_bcd = 518  (0x206)  (int)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2484'  (string)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb2'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.1/usb2'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb2'  (string)
  info.bus = 'usb_device'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2484'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2484'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM USB (Hub #2)'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM USB (Hub #2)'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9348  (0x2484)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.1'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.2_0'
  info.udi = '/org/freedesktop/Hal/devices/usb_usb_device_0_0_206_-1_0000:00:1d.2_0'  (string)
  info.product = 'USB Hub Interface'  (string)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.class = 9  (0x9)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.device_class = 9  (0x9)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.max_power = 0  (0x0)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.num_interfaces = 1  (0x1)  (int)
  usb.device_revision_bcd = 518  (0x206)  (int)
  usb.is_self_powered = true  (bool)
  usb.can_wake_up = false  (bool)
  usb.serial = '0000:00:1d.2'  (string)
  usb.product_id = 0  (0x0)  (int)
  usb.vendor_id = 0  (0x0)  (int)
  usb.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb.product = 'Intel Corp. 82801CA/CAM USB (Hub #3)'  (string)
  usb.bus_number = 3  (0x3)  (int)
  usb.level_number = 0  (0x0)  (int)
  usb.linux.device_number = 1  (0x1)  (int)
  usb.linux.parent_number = 1  (0x1)  (int)
  usb.num_ports = 2  (0x2)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 272  (0x110)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.2'  (string)
  usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-0:1.0'  (string)
  info.bus = 'usb'  (string)

udi = '/org/freedesktop/Hal/devices/block_8_0'
  info.udi = '/org/freedesktop/Hal/devices/block_8_0'  (string)
  storage.hotpluggable = true  (bool)
  storage.removable = true  (bool)
  info.product = 'MSC-U03'  (string)
  info.vendor = 'Sony'  (string)
  storage.drive_type = 'floppy'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_8_0'  (string)
  storage.physical_device = '/org/freedesktop/Hal/devices/usb_usb_device_54c_69_107_-1_noserial_0'  (string)
  storage.vendor = 'Sony'  (string)
  storage.model = 'MSC-U03'  (string)
  storage.automount_enabled_hint = true  (bool)
  storage.no_partitions_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.bus = 'usb'  (string)
  block.minor = 0  (0x0)  (int)
  block.major = 8  (0x8)  (int)
  info.capabilities = 'block storage'  (string)
  info.category = 'storage'  (string)
  info.parent = '/org/freedesktop/Hal/devices/scsi_0_0_0_0'  (string)
  block.device = '/dev/sda'  (string)
  block.is_volume = false  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = true  (bool)
  linux.sysfs_path_device = '/sys/block/sda'  (string)
  linux.sysfs_path = '/sys/block/sda'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/scsi_0_0_0_0'
  info.udi = '/org/freedesktop/Hal/devices/scsi_0_0_0_0'  (string)
  info.product = 'SCSI Device'  (string)
  scsi.lun = 0  (0x0)  (int)
  scsi.target = 0  (0x0)  (int)
  scsi.bus = 0  (0x0)  (int)
  scsi.host = 0  (0x0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/scsi_host_0'  (string)
  scsi.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/host0/0:0:0:0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/host0/0:0:0:0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/host0/0:0:0:0'  (string)
  info.bus = 'scsi'  (string)

udi = '/org/freedesktop/Hal/devices/scsi_host_0'
  info.udi = '/org/freedesktop/Hal/devices/scsi_host_0'  (string)
  info.capabilities = 'scsi_host'  (string)
  info.product = 'SCSI Host Interface'  (string)
  scsi_host.host = 0  (0x0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_usb_device_54c_69_107_-1_noserial_0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/host0'  (string)
  linux.sysfs_path = '/sys/class/scsi_host/host0'  (string)
  info.bus = 'scsi_host'  (string)

udi = '/org/freedesktop/Hal/devices/usb_usb_device_54c_69_107_-1_noserial_0'
  info.udi = '/org/freedesktop/Hal/devices/usb_usb_device_54c_69_107_-1_noserial_0'  (string)
  info.product = 'USB Mass Storage Interface'  (string)
  usb.interface.subclass = 5  (0x5)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.class = 8  (0x8)  (int)
  usb.configuration_value = 1  (0x1)  (int)
  usb.device_class = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.max_power = 100  (0x64)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.num_interfaces = 1  (0x1)  (int)
  usb.device_revision_bcd = 263  (0x107)  (int)
  usb.is_self_powered = true  (bool)
  usb.can_wake_up = false  (bool)
  usb.product_id = 105  (0x69)  (int)
  usb.vendor_id = 1356  (0x54c)  (int)
  usb.vendor = 'Sony Corp.'  (string)
  usb.product = 'Memorystick MSC-U03 Reader'  (string)
  usb.bus_number = 3  (0x3)  (int)
  usb.port_number = 1  (0x1)  (int)
  usb.level_number = 1  (0x1)  (int)
  usb.linux.device_number = 2  (0x2)  (int)
  usb.linux.parent_number = 2  (0x2)  (int)
  usb.num_ports = 0  (0x0)  (int)
  usb.speed_bcd = 4608  (0x1200)  (int)
  usb.version_bcd = 272  (0x110)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_54c_69_107_-1_noserial'  (string)
  usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0'  (string)
  info.bus = 'usb'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_54c_69_107_-1_noserial'
  info.udi = '/org/freedesktop/Hal/devices/usb_device_54c_69_107_-1_noserial'  (string)
  linux.kernel_devname = 'usb-0000:00:1d.2-1'  (string)
  usb_device.version_bcd = 272  (0x110)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.linux.parent_number = 2  (0x2)  (int)
  usb_device.linux.device_number = 2  (0x2)  (int)
  usb_device.level_number = 1  (0x1)  (int)
  usb_device.port_number = 1  (0x1)  (int)
  usb_device.bus_number = 3  (0x3)  (int)
  info.product = 'Memorystick MSC-U03 Reader'  (string)
  usb_device.product = 'Memorystick MSC-U03 Reader'  (string)
  info.vendor = 'Sony Corp.'  (string)
  usb_device.vendor = 'Sony Corp.'  (string)
  usb_device.vendor_id = 1356  (0x54c)  (int)
  usb_device.product_id = 105  (0x69)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_revision_bcd = 263  (0x107)  (int)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.max_power = 100  (0x64)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_class = 0  (0x0)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.2'  (string)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3/3-1'  (string)
  info.bus = 'usb_device'  (string)

udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.2'
  info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_206_-1_0000:00:1d.2'  (string)
  linux.kernel_devname = 'usb-0000:00:1d.2'  (string)
  usb_device.version_bcd = 272  (0x110)  (int)
  usb_device.speed_bcd = 4608  (0x1200)  (int)
  usb_device.num_ports = 2  (0x2)  (int)
  usb_device.linux.parent_number = 1  (0x1)  (int)
  usb_device.linux.device_number = 1  (0x1)  (int)
  usb_device.level_number = 0  (0x0)  (int)
  usb_device.bus_number = 3  (0x3)  (int)
  info.category = 'usbhub'  (string)
  info.capabilities = 'usbhub'  (string)
  info.product = 'Intel Corp. 82801CA/CAM USB (Hub #3)'  (string)
  usb_device.product = 'Intel Corp. 82801CA/CAM USB (Hub #3)'  (string)
  info.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor = 'Linux 2.6.8.1-3-386 uhci_hcd'  (string)
  usb_device.vendor_id = 0  (0x0)  (int)
  usb_device.product_id = 0  (0x0)  (int)
  usb_device.serial = '0000:00:1d.2'  (string)
  usb_device.can_wake_up = false  (bool)
  usb_device.is_self_powered = true  (bool)
  usb_device.device_revision_bcd = 518  (0x206)  (int)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.max_power = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_class = 9  (0x9)  (int)
  usb_device.configuration_value = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2487'  (string)
  usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2/usb3'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2/usb3'  (string)
  info.bus = 'usb_device'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2487'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2487'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM USB (Hub #3)'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM USB (Hub #3)'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9351  (0x2487)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1d.2'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.2'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/ieee1394_0-0'
  info.udi = '/org/freedesktop/Hal/devices/ieee1394_0-0'  (string)
  ieee1394.specifier_id = 94  (0x5e)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ieee1394_node_0-0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603010e381c/08004603010e381c-0'  (string)
  linux.sysfs_path = '/sys/class/ieee1394/08004603010e381c-0'  (string)
  info.bus = 'ieee1394'  (string)

udi = '/org/freedesktop/Hal/devices/ieee1394_node_0-0'
  info.udi = '/org/freedesktop/Hal/devices/ieee1394_node_0-0'  (string)
  info.vendor = 'Linux - ohci1394'  (string)
  ieee1394.vendor = 'Linux - ohci1394'  (string)
  ieee1394.vendor_id = 524358  (0x80046)  (int)
  ieee1394.nodeid = 65473  (0xffc1)  (int)
  ieee1394.guid = 17709084  (0x10e381c)  (int)
  ieee1394.capabilities = 33728  (0x83c0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ieee1394_host_0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603010e381c'  (string)
  linux.sysfs_path = '/sys/class/ieee1394_node/08004603010e381c'  (string)
  info.bus = 'ieee1394_node'  (string)

udi = '/org/freedesktop/Hal/devices/block_11_0'
  info.udi = '/org/freedesktop/Hal/devices/block_11_0'  (string)
  storage.hotpluggable = true  (bool)
  storage.cdrom.write_speed = 1411  (0x583)  (int)
  storage.cdrom.read_speed = 4234  (0x108a)  (int)
  storage.cdrom.support_media_changed = true  (bool)
  storage.cdrom.dvdplusrw = false  (bool)
  storage.cdrom.dvdplusr = false  (bool)
  storage.cdrom.dvdram = false  (bool)
  storage.cdrom.dvdrw = false  (bool)
  storage.cdrom.dvdr = false  (bool)
  storage.cdrom.dvd = true  (bool)
  storage.cdrom.cdrw = true  (bool)
  storage.cdrom.cdr = true  (bool)
  storage.removable = true  (bool)
  info.product = 'UJDA710'  (string)
  info.vendor = 'MATSHITA'  (string)
  storage.drive_type = 'cdrom'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_11_0'  (string)
  storage.physical_device = '/org/freedesktop/Hal/devices/ieee1394_0'  (string)
  storage.vendor = 'MATSHITA'  (string)
  storage.model = 'UJDA710'  (string)
  storage.automount_enabled_hint = true  (bool)
  storage.no_partitions_hint = true  (bool)
  storage.media_check_enabled = true  (bool)
  storage.bus = 'ieee1394'  (string)
  block.minor = 0  (0x0)  (int)
  block.major = 11  (0xb)  (int)
  info.capabilities = 'block storage.cdrom storage'  (string)
  info.category = 'storage'  (string)
  info.parent = '/org/freedesktop/Hal/devices/scsi_1_0_0_0'  (string)
  block.device = '/dev/sr0'  (string)
  block.is_volume = false  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = true  (bool)
  linux.sysfs_path_device = '/sys/block/sr0'  (string)
  linux.sysfs_path = '/sys/block/sr0'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/scsi_1_0_0_0'
  info.udi = '/org/freedesktop/Hal/devices/scsi_1_0_0_0'  (string)
  info.product = 'SCSI Device'  (string)
  scsi.lun = 0  (0x0)  (int)
  scsi.target = 0  (0x0)  (int)
  scsi.bus = 0  (0x0)  (int)
  scsi.host = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/scsi_host_1'  (string)
  scsi.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0/host1/1:0:0:0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0/host1/1:0:0:0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0/host1/1:0:0:0'  (string)
  info.bus = 'scsi'  (string)

udi = '/org/freedesktop/Hal/devices/scsi_host_1'
  info.udi = '/org/freedesktop/Hal/devices/scsi_host_1'  (string)
  info.capabilities = 'scsi_host'  (string)
  info.product = 'SCSI Host Interface'  (string)
  scsi_host.host = 1  (0x1)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ieee1394_0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0/host1'  (string)
  linux.sysfs_path = '/sys/class/scsi_host/host1'  (string)
  info.bus = 'scsi_host'  (string)

udi = '/org/freedesktop/Hal/devices/ieee1394_0'
  info.udi = '/org/freedesktop/Hal/devices/ieee1394_0'  (string)
  info.product = 'i.LINK CD-RW DVD-ROM Drive'  (string)
  ieee1394.product = 'i.LINK CD-RW DVD-ROM Drive'  (string)
  ieee1394.specifier_id = 24734  (0x609e)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ieee1394_node_0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69/08004603011cce69-0'  (string)
  linux.sysfs_path = '/sys/class/ieee1394/08004603011cce69-0'  (string)
  info.bus = 'ieee1394'  (string)

udi = '/org/freedesktop/Hal/devices/ieee1394_node_0'
  info.udi = '/org/freedesktop/Hal/devices/ieee1394_node_0'  (string)
  info.vendor = 'Sony'  (string)
  ieee1394.vendor = 'Sony'  (string)
  ieee1394.vendor_id = 524358  (0x80046)  (int)
  ieee1394.nodeid = 65472  (0xffc0)  (int)
  ieee1394.guid = 18665065  (0x11cce69)  (int)
  ieee1394.capabilities = 33728  (0x83c0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ieee1394_host_0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0/08004603011cce69'  (string)
  linux.sysfs_path = '/sys/class/ieee1394_node/08004603011cce69'  (string)
  info.bus = 'ieee1394_node'  (string)

udi = '/org/freedesktop/Hal/devices/ieee1394_host_0'
  info.udi = '/org/freedesktop/Hal/devices/ieee1394_host_0'  (string)
  ieee1394.nodes_active = 2  (0x2)  (int)
  ieee1394.node_count = 2  (0x2)  (int)
  ieee1394.is_root = true  (bool)
  ieee1394.is_irn = true  (bool)
  ieee1394.is_busmgr = false  (bool)
  info.parent = '/org/freedesktop/Hal/devices/pci_104c_8023'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0/fw-host0'  (string)
  linux.sysfs_path = '/sys/class/ieee1394_host/fw-host0'  (string)
  info.bus = 'ieee1394_host'  (string)

udi = '/org/freedesktop/Hal/devices/pci_104c_8023'
  info.udi = '/org/freedesktop/Hal/devices/pci_104c_8023'  (string)
  pci.device_protocol = 16  (0x10)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.vendor = 'Texas Instruments'  (string)
  info.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)'  (string)
  pci.vendor = 'Texas Instruments'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 32803  (0x8023)  (int)
  pci.vendor_id = 4172  (0x104c)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2448'  (string)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:02.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_1180_475'
  info.capabilities = 'pcmcia_socket'  (string)
  pcmcia_socket.number = 0  (0x0)  (int)
  info.category = 'pcmcia_socket'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_1180_475'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 7  (0x7)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.vendor = 'Ricoh Co Ltd'  (string)
  info.product = 'RL5c475'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = 'RL5c475'  (string)
  pci.vendor = 'Ricoh Co Ltd'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 1141  (0x475)  (int)
  pci.vendor_id = 4480  (0x1180)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2448'  (string)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:05.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:05.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:05.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_1031'
  info.capabilities = 'net net.80203'  (string)
  net.linux.sysfs_path = '/sys/class/net/eth0'  (string)
  net.interface = 'eth0'  (string)
  net.address = '08:00:46:4e:26:56'  (string)
  net.interface_up = true  (bool)
  net.80203.link = false  (bool)
  net.linux.ifindex = 2  (0x2)  (int)
  net.80203.mac_address = 8797272548950  (0x800464e2656)  (uint64)
  net.arp_proto_hw_id = 1  (0x1)  (int)
  net.media = 'Ethernet'  (string)
  info.category = 'net.80203'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_1031'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 0  (0x0)  (int)
  pci.device_class = 2  (0x2)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 4145  (0x1031)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_2448'  (string)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0/0000:02:08.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2448'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2448'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 4  (0x4)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801BAM/CAM PCI Bridge'  (string)
  pci.product = '82801BAM/CAM PCI Bridge'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.product_id = 9288  (0x2448)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1e.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1e.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_248c'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_248c'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 6  (0x6)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CAM ISA Bridge (LPC)'  (string)
  pci.product = '82801CAM ISA Bridge (LPC)'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 0  (0x0)  (int)
  pci.subsys_vendor_id = 0  (0x0)  (int)
  pci.product_id = 9356  (0x248c)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.0'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/block_3_1'
  volume.mount_point = '/'  (string)
  info.udi = '/org/freedesktop/Hal/devices/block_3_1'  (string)
  volume.num_blocks = 57603105  (0x36ef421)  (int)
  volume.partition.number = 1  (0x1)  (int)
  volume.is_partition = true  (bool)
  volume.is_mounted = true  (bool)
  volume.is_disc = false  (bool)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = ''  (string)
  volume.fsusage = ''  (string)
  volume.fstype = 'ext3'  (string)
  info.product = 'Volume'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.minor = 1  (0x1)  (int)
  block.major = 3  (0x3)  (int)
  info.capabilities = 'block volume'  (string)
  info.category = 'volume'  (string)
  info.parent = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.device = '/dev/hda1'  (string)
  block.is_volume = true  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = false  (bool)
  linux.sysfs_path_device = '/sys/block/hda/hda1'  (string)
  linux.sysfs_path = '/sys/block/hda/hda1'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/block_3_2'
  volume.mount_point = ''  (string)
  info.udi = '/org/freedesktop/Hal/devices/block_3_2'  (string)
  volume.num_blocks = 2  (0x2)  (int)
  volume.partition.number = 2  (0x2)  (int)
  volume.is_partition = true  (bool)
  volume.is_mounted = false  (bool)
  volume.is_disc = false  (bool)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = ''  (string)
  volume.fsusage = ''  (string)
  volume.fstype = ''  (string)
  info.product = 'Volume'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.minor = 2  (0x2)  (int)
  block.major = 3  (0x3)  (int)
  info.capabilities = 'block volume'  (string)
  info.category = 'volume'  (string)
  info.parent = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.device = '/dev/hda2'  (string)
  block.is_volume = true  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = false  (bool)
  linux.sysfs_path_device = '/sys/block/hda/hda2'  (string)
  linux.sysfs_path = '/sys/block/hda/hda2'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/block_3_5'
  volume.mount_point = ''  (string)
  info.udi = '/org/freedesktop/Hal/devices/block_3_5'  (string)
  volume.num_blocks = 1001889  (0xf49a1)  (int)
  volume.partition.number = 5  (0x5)  (int)
  volume.is_partition = true  (bool)
  volume.is_mounted = false  (bool)
  volume.is_disc = false  (bool)
  volume.uuid = ''  (string)
  volume.label = ''  (string)
  volume.fsversion = ''  (string)
  volume.fsusage = ''  (string)
  volume.fstype = ''  (string)
  info.product = 'Volume'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.minor = 5  (0x5)  (int)
  block.major = 3  (0x3)  (int)
  info.capabilities = 'block volume'  (string)
  info.category = 'volume'  (string)
  info.parent = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  block.device = '/dev/hda5'  (string)
  block.is_volume = true  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = false  (bool)
  linux.sysfs_path_device = '/sys/block/hda/hda5'  (string)
  linux.sysfs_path = '/sys/block/hda/hda5'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/block_3_0'
  info.udi = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  storage.hotpluggable = false  (bool)
  storage.removable = false  (bool)
  info.product = 'IC25N030ATCS04-0'  (string)
  storage.drive_type = 'disk'  (string)
  block.storage_device = '/org/freedesktop/Hal/devices/block_3_0'  (string)
  storage.physical_device = '/org/freedesktop/Hal/devices/ide_0_0'  (string)
  storage.vendor = ''  (string)
  storage.model = 'IC25N030ATCS04-0'  (string)
  storage.automount_enabled_hint = true  (bool)
  storage.no_partitions_hint = false  (bool)
  storage.media_check_enabled = true  (bool)
  storage.bus = 'ide'  (string)
  block.minor = 0  (0x0)  (int)
  block.major = 3  (0x3)  (int)
  info.capabilities = 'block storage'  (string)
  info.category = 'storage'  (string)
  info.parent = '/org/freedesktop/Hal/devices/ide_0_0'  (string)
  block.device = '/dev/hda'  (string)
  block.is_volume = false  (bool)
  block.have_scanned = false  (bool)
  block.no_partitions = false  (bool)
  linux.sysfs_path_device = '/sys/block/hda'  (string)
  linux.sysfs_path = '/sys/block/hda'  (string)
  info.bus = 'block'  (string)

udi = '/org/freedesktop/Hal/devices/ide_0_0'
  info.udi = '/org/freedesktop/Hal/devices/ide_0_0'  (string)
  info.product = 'IDE device (master)'  (string)
  ide.channel = 0  (0x0)  (int)
  ide.host = 0  (0x0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/ide_host_0'  (string)
  ide.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1/ide0/0.0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.1/ide0/0.0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1/ide0/0.0'  (string)
  info.bus = 'ide'  (string)

udi = '/org/freedesktop/Hal/devices/ide_host_0'
  info.udi = '/org/freedesktop/Hal/devices/ide_host_0'  (string)
  info.product = 'IDE host controller'  (string)
  ide_host.host_number = 0  (0x0)  (int)
  info.parent = '/org/freedesktop/Hal/devices/pci_8086_248a'  (string)
  ide_host.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1/ide0'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.1/ide0'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1/ide0'  (string)
  info.bus = 'ide_host'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_248a'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_248a'  (string)
  pci.device_protocol = 138  (0x8a)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 1  (0x1)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CAM IDE U100'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CAM IDE U100'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9354  (0x248a)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.1'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.1'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2483'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2483'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 5  (0x5)  (int)
  pci.device_class = 12  (0xc)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM SMBus Controller'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM SMBus Controller'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9347  (0x2483)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.3'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.3'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.3'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2485'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2485'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 1  (0x1)  (int)
  pci.device_class = 4  (0x4)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM AC'97 Audio Controller'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM AC'97 Audio Controller'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9349  (0x2485)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.5'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.5'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.5'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/pci_8086_2486'
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.udi = '/org/freedesktop/Hal/devices/pci_8086_2486'  (string)
  pci.device_protocol = 0  (0x0)  (int)
  pci.device_subclass = 3  (0x3)  (int)
  pci.device_class = 7  (0x7)  (int)
  info.vendor = 'Intel Corp.'  (string)
  info.product = '82801CA/CAM AC'97 Modem Controller'  (string)
  pci.subsys_vendor = 'Sony Corporation'  (string)
  pci.product = '82801CA/CAM AC'97 Modem Controller'  (string)
  pci.vendor = 'Intel Corp.'  (string)
  pci.subsys_product_id = 33024  (0x8100)  (int)
  pci.subsys_vendor_id = 4173  (0x104d)  (int)
  pci.product_id = 9350  (0x2486)  (int)
  pci.vendor_id = 32902  (0x8086)  (int)
  pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.6'  (string)
  linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:1f.6'  (string)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1f.6'  (string)
  info.bus = 'pci'  (string)

udi = '/org/freedesktop/Hal/devices/computer'
  kernel.machine = 'i686'  (string)
  kernel.version = '2.6.8.1-3-386'  (string)
  kernel.name = 'Linux'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Computer'  (string)
  linux.sysfs_path_device = '(none)'  (string)
  info.bus = 'unknown'  (string)


Dumped 41 device(s) from the Global Device List:
------------------------------------------------



More information about the ubuntu-users mailing list