cannot mount usb sticks after upgrade

Bug #372496 reported by Rich Carroll
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-meta (Ubuntu)
Incomplete
Undecided
Unassigned

Bug Description

I upgraded to Jaunty, and now the USB sticks cannot be mounted.

the contents of /etc/fstab are:
proc /proc proc defaults 0 0
/dev/sda2
UUID=6120e91d-2f93-4d84-aa1a-0e78227a8bf0
/ ext3 relatime,errors=remount-ro 0 1
/dev/sda1
UUID=760053060052CCAD /media/OldWindowsBackup ntfs defaults,umask=007,gid=46 0 1
# /dev/sda3
UUID=d2f6883d-da29-420d-822c-858270b74e97 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1 /media/OldWindowsBackup ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb1 /media/WinXP ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb2 /media/Linux#2 ext3 nonauto,relatime 0 0
/dev/sdb4 /media/Linux#3 ext3 nonauto,relatime 0 0
/dev/sdb5 /media/Linux#4 ext3 nonauto,relatime 0 0
/dev/sdb6 /media/Linux#5 ext3 nonauto,relatime 0 0
/dev/sdc1 /mnt/usbdrive vfat rw,user,noauto,umask=0000 0 0
/dev/sdg /media/usb1 rw,user,noauto 0 0
/dev/sdh /media/usb2 rw,user,noauto 0 0
# 1001 is the USB group ID
none /proc/bus/usb usbusers devgid=1001,devmode660 0 0

the command :
uname-a > uname-a.log
bash: uname-a command not found

The command:
lspci-vnvn > lspci-vnvn.log asks for the sudo password, then says:
sudo: lspci-vnvn: command not found

The contents of dmesg.log is:
[ 0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.28-11-generic (buildd@palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 (Ubuntu 2.6.28-11.42-generic)
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fe7e000 (usable)
[ 0.000000] BIOS-e820: 000000007fe7e000 - 000000007fee9000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007fee9000 - 000000007feed000 (usable)
[ 0.000000] BIOS-e820: 000000007feed000 - 000000007feff000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007feff000 - 000000007ff00000 (usable)
[ 0.000000] DMI 2.3 present.
[ 0.000000] last_pfn = 0x7ff00 max_arch_pfn = 0x100000
[ 0.000000] Scanning 2 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000002000 (usable)
[ 0.000000] modified: 0000000000002000 - 0000000000006000 (reserved)
[ 0.000000] modified: 0000000000006000 - 0000000000007000 (usable)
[ 0.000000] modified: 0000000000007000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 0000000000092c00 (usable)
[ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000007fe7e000 (usable)
[ 0.000000] modified: 000000007fe7e000 - 000000007fee9000 (ACPI NVS)
[ 0.000000] modified: 000000007fee9000 - 000000007feed000 (usable)
[ 0.000000] modified: 000000007feed000 - 000000007feff000 (ACPI data)
[ 0.000000] modified: 000000007feff000 - 000000007ff00000 (usable)
[ 0.000000] kernel direct mapping tables up to 373fe000 @ 10000-16000
[ 0.000000] RAMDISK: 378ca000 - 37fef0c6
[ 0.000000] Allocated new RAMDISK: 00881000 - 00fa60c6
[ 0.000000] Move RAMDISK from 00000000378ca000 - 0000000037fef0c5 to 00881000 - 00fa60c5
[ 0.000000] ACPI: RSDP 000FE020, 0014 (r0 INTEL )
[ 0.000000] ACPI: RSDT 7FEFDE48, 0038 (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: FACP 7FEFCF10, 0074 (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: DSDT 7FEF8010, 3FE8 (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: FACS 7FEE5C40, 0040
[ 0.000000] ACPI: APIC 7FEFCE10, 0078 (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: WDDT 7FEF7F90, 0040 (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: MCFG 7FEF7F10, 003C (r1 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: ASF! 7FEFCD10, 00A6 (r32 INTEL D945GTP BCD MSFT 1000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1163MB HIGHMEM available.
[ 0.000000] 883MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 373fe000
[ 0.000000] low ram: 00000000 - 373fe000
[ 0.000000] bootmap 00012000 - 00018e80
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 000087c52c] TEXT DATA BSS ==> [0000100000 - 000087c52c]
[ 0.000000] #4 [000087d000 - 0000881000] INIT_PG_TABLE ==> [000087d000 - 0000881000]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
[ 0.000000] #7 [0000881000 - 0000fa60c6] NEW RAMDISK ==> [0000881000 - 0000fa60c6]
[ 0.000000] #8 [0000012000 - 0000019000] BOOTMAP ==> [0000012000 - 0000019000]
[ 0.000000] found SMP MP-table at [c00fe680] 000fe680
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000373fe
[ 0.000000] HighMem 0x000373fe -> 0x0007ff00
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000002
[ 0.000000] 0: 0x00000006 -> 0x00000007
[ 0.000000] 0: 0x00000010 -> 0x00000092
[ 0.000000] 0: 0x00000100 -> 0x0007fe7e
[ 0.000000] 0: 0x0007fee9 -> 0x0007feed
[ 0.000000] 0: 0x0007feff -> 0x0007ff00
[ 0.000000] On node 0 totalpages: 523784
[ 0.000000] free_area_init_node: node 0, pgdat c06d0f80, node_mem_map c1000000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3941 pages, LIFO batch:0
[ 0.000000] Normal zone: 1736 pages used for memmap
[ 0.000000] Normal zone: 220470 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2327 pages used for memmap
[ 0.000000] HighMem zone: 295278 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 0000000000007000 - 0000000000010000
[ 0.000000] PM: Registered nosave memory: 0000000000092000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 7ff00000:80100000)
[ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519689
[ 0.000000] Kernel command line: root=UUID=6120e91d-2f93-4d84-aa1a-0e78227a8bf0 ro quiet splash
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2999.856 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] allocated 10480640 bytes of page_cgroup
[ 0.004000] please try cgroup_disable=memory option if you don't want
[ 0.004000] Scanning for low memory corruption every 60 seconds
[ 0.004000] Memory: 2051684k/2096128k available (4126k kernel code, 42668k reserved, 2208k data, 532k init, 1190420k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB)
[ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.004000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB)
[ 0.004000] .init : 0xc0737000 - 0xc07bc000 ( 532 kB)
[ 0.004000] .data : 0xc0507a6f - 0xc072fe60 (2208 kB)
[ 0.004000] .text : 0xc0100000 - 0xc0507a6f (4126 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.004011] Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.71 BogoMIPS (lpj=11999424)
[ 0.004031] Security Framework initialized
[ 0.004038] SELinux: Disabled at boot.
[ 0.004058] AppArmor: AppArmor initialized
[ 0.004070] Mount-cache hash table entries: 512
[ 0.004227] Initializing cgroup subsys ns
[ 0.004232] Initializing cgroup subsys cpuacct
[ 0.004235] Initializing cgroup subsys memory
[ 0.004240] Initializing cgroup subsys freezer
[ 0.004260] CPU: Trace cache: 12K uops, L1 D cache: 16K
[ 0.004264] CPU: L2 cache: 2048K
[ 0.004268] CPU: Physical Processor ID: 0
[ 0.004270] CPU: Processor Core ID: 0
[ 0.004273] using mwait in idle threads.
[ 0.004286] Checking 'hlt' instruction... OK.
[ 0.023336] ACPI: Core revision 20080926
[ 0.025514] ACPI: Checking initramfs for custom DSDT
[ 0.314344] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.354035] CPU0: Intel(R) Pentium(R) D CPU 3.00GHz stepping 02
[ 0.356001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 6000.42 BogoMIPS (lpj=12000847)
[ 0.004000] CPU: Trace cache: 12K uops, L1 D cache: 16K
[ 0.004000] CPU: L2 cache: 2048K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.440540] CPU1: Intel(R) Pentium(R) D CPU 3.00GHz stepping 02
[ 0.440558] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.444031] Brought up 2 CPUs
[ 0.444035] Total of 2 processors activated (12000.13 BogoMIPS).
[ 0.444086] CPU0 attaching sched-domain:
[ 0.444089] domain 0: span 0-1 level CPU
[ 0.444092] groups: 0 1
[ 0.444100] CPU1 attaching sched-domain:
[ 0.444102] domain 0: span 0-1 level CPU
[ 0.444105] groups: 1 0
[ 0.444173] net_namespace: 776 bytes
[ 0.444173] Booting paravirtualized kernel on bare hardware
[ 0.444382] Time: 18:05:03 Date: 05/04/09
[ 0.444382] regulator: core version 0.5
[ 0.444382] NET: Registered protocol family 16
[ 0.444382] EISA bus registered
[ 0.444382] ACPI: bus type pci registered
[ 0.444382] PCI: Found Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub without MMCONFIG support.
[ 0.448123] PCI: Using configuration type 1 for base access
[ 0.449304] ACPI: EC: Look up EC in DSDT
[ 0.454318] ACPI: Interpreter enabled
[ 0.454324] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.454351] ACPI: Using IOAPIC for interrupt routing
[ 0.459389] ACPI: No dock devices found.
[ 0.459403] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.459522] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.459527] pci 0000:00:01.0: PME# disabled
[ 0.459601] pci 0000:00:1b.0: reg 10 64bit mmio: [0x92100000-0x92103fff]
[ 0.459637] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.459642] pci 0000:00:1b.0: PME# disabled
[ 0.459696] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.459701] pci 0000:00:1c.0: PME# disabled
[ 0.459758] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.459763] pci 0000:00:1c.2: PME# disabled
[ 0.459818] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.459823] pci 0000:00:1c.3: PME# disabled
[ 0.459878] pci 0000:00:1d.0: reg 20 io port: [0x2080-0x209f]
[ 0.459933] pci 0000:00:1d.1: reg 20 io port: [0x2060-0x207f]
[ 0.459987] pci 0000:00:1d.2: reg 20 io port: [0x2040-0x205f]
[ 0.460051] pci 0000:00:1d.3: reg 20 io port: [0x2020-0x203f]
[ 0.460111] pci 0000:00:1d.7: reg 10 32bit mmio: [0x92104000-0x921043ff]
[ 0.460155] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.460161] pci 0000:00:1d.7: PME# disabled
[ 0.460296] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.460303] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.460307] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.460340] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[ 0.460348] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[ 0.460356] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[ 0.460363] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[ 0.460371] pci 0000:00:1f.1: reg 20 io port: [0x20b0-0x20bf]
[ 0.460416] pci 0000:00:1f.2: reg 10 io port: [0x20c8-0x20cf]
[ 0.460423] pci 0000:00:1f.2: reg 14 io port: [0x20e4-0x20e7]
[ 0.460430] pci 0000:00:1f.2: reg 18 io port: [0x20c0-0x20c7]
[ 0.460437] pci 0000:00:1f.2: reg 1c io port: [0x20e0-0x20e3]
[ 0.460444] pci 0000:00:1f.2: reg 20 io port: [0x20a0-0x20af]
[ 0.460465] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.460469] pci 0000:00:1f.2: PME# disabled
[ 0.460520] pci 0000:00:1f.3: reg 20 io port: [0x2000-0x201f]
[ 0.460580] pci 0000:01:00.0: reg 10 32bit mmio: [0x91000000-0x91ffffff]
[ 0.460592] pci 0000:01:00.0: reg 14 64bit mmio: [0x80000000-0x8fffffff]
[ 0.460603] pci 0000:01:00.0: reg 1c 64bit mmio: [0x90000000-0x90ffffff]
[ 0.460614] pci 0000:01:00.0: reg 30 32bit mmio: [0xfffe0000-0xffffffff]
[ 0.460671] pci 0000:00:01.0: bridge 32bit mmio: [0x90000000-0x91ffffff]
[ 0.460677] pci 0000:00:01.0: bridge 64bit mmio pref: [0x80000000-0x8fffffff]
[ 0.460727] pci 0000:00:1c.0: bridge 32bit mmio: [0x92200000-0x922fffff]
[ 0.460781] pci 0000:00:1c.2: bridge 32bit mmio: [0x92300000-0x923fffff]
[ 0.460836] pci 0000:00:1c.3: bridge 32bit mmio: [0x92400000-0x924fffff]
[ 0.460882] pci 0000:05:01.0: reg 10 32bit mmio: [0x92005800-0x920058ff]
[ 0.460891] pci 0000:05:01.0: reg 14 io port: [0x1140-0x1147]
[ 0.460899] pci 0000:05:01.0: reg 18 io port: [0x1000-0x10ff]
[ 0.460933] pci 0000:05:01.0: supports D2
[ 0.460936] pci 0000:05:01.0: PME# supported from D2 D3hot D3cold
[ 0.460941] pci 0000:05:01.0: PME# disabled
[ 0.460985] pci 0000:05:05.0: reg 10 32bit mmio: [0x92005000-0x920057ff]
[ 0.460994] pci 0000:05:05.0: reg 14 32bit mmio: [0x92000000-0x92003fff]
[ 0.461034] pci 0000:05:05.0: supports D1 D2
[ 0.461036] pci 0000:05:05.0: PME# supported from D0 D1 D2 D3hot
[ 0.461042] pci 0000:05:05.0: PME# disabled
[ 0.461083] pci 0000:05:08.0: reg 10 32bit mmio: [0x92004000-0x92004fff]
[ 0.461091] pci 0000:05:08.0: reg 14 io port: [0x1100-0x113f]
[ 0.461129] pci 0000:05:08.0: supports D1 D2
[ 0.461131] pci 0000:05:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.461136] pci 0000:05:08.0: PME# disabled
[ 0.461177] pci 0000:00:1e.0: transparent bridge
[ 0.461182] pci 0000:00:1e.0: bridge io port: [0x1000-0x1fff]
[ 0.461187] pci 0000:00:1e.0: bridge 32bit mmio: [0x92000000-0x920fffff]
[ 0.461218] bus 00 -> node 0
[ 0.461224] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.461657] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P32_._PRT]
[ 0.462147] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.462305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[ 0.462461] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.465922] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.466071] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.466216] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.466361] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.466506] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
[ 0.466651] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[ 0.466798] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *9 10 11 12)
[ 0.466943] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11 12)
[ 0.467159] ACPI: WMI: Mapper loaded
[ 0.467214] SCSI subsystem initialized
[ 0.467214] libata version 3.00 loaded.
[ 0.467214] usbcore: registered new interface driver usbfs
[ 0.467214] usbcore: registered new interface driver hub
[ 0.467214] usbcore: registered new device driver usb
[ 0.467214] PCI: Using ACPI for IRQ routing
[ 0.472015] Bluetooth: Core ver 2.13
[ 0.472032] NET: Registered protocol family 31
[ 0.472032] Bluetooth: HCI device and connection manager initialized
[ 0.472032] Bluetooth: HCI socket layer initialized
[ 0.472032] NET: Registered protocol family 8
[ 0.472032] NET: Registered protocol family 20
[ 0.472045] NetLabel: Initializing
[ 0.472047] NetLabel: domain hash size = 128
[ 0.472049] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.472065] NetLabel: unlabeled traffic allowed by default
[ 0.472158] hpet clockevent registered
[ 0.472162] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.472168] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.472174] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.476074] AppArmor: AppArmor Filesystem Enabled
[ 0.484013] pnp: PnP ACPI init
[ 0.484030] ACPI: bus type pnp registered
[ 0.487604] pnp: PnP ACPI: found 12 devices
[ 0.487607] ACPI: ACPI bus type pnp unregistered
[ 0.487611] PnPBIOS: Disabled by ACPI PNP
[ 0.487624] system 00:01: iomem range 0xf0000000-0xf3ffffff has been reserved
[ 0.487628] system 00:01: iomem range 0xfed13000-0xfed13fff has been reserved
[ 0.487631] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.487634] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.487637] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.487640] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.487643] system 00:01: iomem range 0xfed20000-0xfed9ffff has been reserved
[ 0.487647] system 00:01: iomem range 0xc0000-0xdffff could not be reserved
[ 0.487650] system 00:01: iomem range 0xe0000-0xfffff could not be reserved
[ 0.487660] system 00:06: ioport range 0x500-0x53f has been reserved
[ 0.487663] system 00:06: ioport range 0x400-0x47f has been reserved
[ 0.487666] system 00:06: ioport range 0x680-0x6ff has been reserved
[ 0.522423] pci 0000:01:00.0: BAR 6: can't allocate mem resource [0x90000000-0x8fffffff]
[ 0.522428] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.522430] pci 0000:00:01.0: IO window: disabled
[ 0.522435] pci 0000:00:01.0: MEM window: 0x90000000-0x91ffffff
[ 0.522440] pci 0000:00:01.0: PREFETCH window: 0x00000080000000-0x0000008fffffff
[ 0.522446] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.522448] pci 0000:00:1c.0: IO window: disabled
[ 0.522454] pci 0000:00:1c.0: MEM window: 0x92200000-0x922fffff
[ 0.522458] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.522465] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:03
[ 0.522467] pci 0000:00:1c.2: IO window: disabled
[ 0.522473] pci 0000:00:1c.2: MEM window: 0x92300000-0x923fffff
[ 0.522478] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.522485] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:04
[ 0.522487] pci 0000:00:1c.3: IO window: disabled
[ 0.522492] pci 0000:00:1c.3: MEM window: 0x92400000-0x924fffff
[ 0.522497] pci 0000:00:1c.3: PREFETCH window: disabled
[ 0.522504] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05
[ 0.522508] pci 0000:00:1e.0: IO window: 0x1000-0x1fff
[ 0.522514] pci 0000:00:1e.0: MEM window: 0x92000000-0x920fffff
[ 0.522518] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.522534] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.522539] pci 0000:00:01.0: setting latency timer to 64
[ 0.522550] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.522555] pci 0000:00:1c.0: setting latency timer to 64
[ 0.522565] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.522570] pci 0000:00:1c.2: setting latency timer to 64
[ 0.522580] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.522585] pci 0000:00:1c.3: setting latency timer to 64
[ 0.522593] pci 0000:00:1e.0: setting latency timer to 64
[ 0.522597] bus: 00 index 0 io port: [0x00-0xffff]
[ 0.522600] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[ 0.522602] bus: 01 index 0 mmio: [0x0-0x0]
[ 0.522605] bus: 01 index 1 mmio: [0x90000000-0x91ffffff]
[ 0.522607] bus: 01 index 2 mmio: [0x80000000-0x8fffffff]
[ 0.522610] bus: 01 index 3 mmio: [0x0-0x0]
[ 0.522612] bus: 02 index 0 mmio: [0x0-0x0]
[ 0.522614] bus: 02 index 1 mmio: [0x92200000-0x922fffff]
[ 0.522616] bus: 02 index 2 mmio: [0x0-0x0]
[ 0.522618] bus: 02 index 3 mmio: [0x0-0x0]
[ 0.522621] bus: 03 index 0 mmio: [0x0-0x0]
[ 0.522623] bus: 03 index 1 mmio: [0x92300000-0x923fffff]
[ 0.522625] bus: 03 index 2 mmio: [0x0-0x0]
[ 0.522627] bus: 03 index 3 mmio: [0x0-0x0]
[ 0.522629] bus: 04 index 0 mmio: [0x0-0x0]
[ 0.522632] bus: 04 index 1 mmio: [0x92400000-0x924fffff]
[ 0.522634] bus: 04 index 2 mmio: [0x0-0x0]
[ 0.522636] bus: 04 index 3 mmio: [0x0-0x0]
[ 0.522639] bus: 05 index 0 io port: [0x1000-0x1fff]
[ 0.522641] bus: 05 index 1 mmio: [0x92000000-0x920fffff]
[ 0.522643] bus: 05 index 2 mmio: [0x0-0x0]
[ 0.522645] bus: 05 index 3 io port: [0x00-0xffff]
[ 0.522648] bus: 05 index 4 mmio: [0x000000-0xffffffff]
[ 0.522656] NET: Registered protocol family 2
[ 0.536080] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.536414] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.536765] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.536941] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.536944] TCP reno registered
[ 0.544100] NET: Registered protocol family 1
[ 0.544251] checking if image is initramfs... it is
[ 0.972648] Switched to high resolution mode on CPU 1
[ 0.976055] Switched to high resolution mode on CPU 0
[ 1.132226] Freeing initrd memory: 7316k freed
[ 1.132431] cpufreq: No nForce2 chipset.
[ 1.132592] audit: initializing netlink socket (disabled)
[ 1.132613] type=2000 audit(1241460303.132:1): initialized
[ 1.140912] highmem bounce pool size: 64 pages
[ 1.140919] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.142465] VFS: Disk quotas dquot_6.5.1
[ 1.142538] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.143312] fuse init (API version 7.10)
[ 1.143419] msgmni has been set to 1697
[ 1.143642] alg: No test for stdrng (krng)
[ 1.143659] io scheduler noop registered
[ 1.143662] io scheduler anticipatory registered
[ 1.143665] io scheduler deadline registered
[ 1.143684] io scheduler cfq registered (default)
[ 1.143900] pci 0000:01:00.0: Boot video device
[ 1.143927] pci 0000:05:08.0: Firmware left e100 interrupts enabled; disabling
[ 1.145951] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 1.145994] pcieport-driver 0000:00:01.0: found MSI capability
[ 1.146024] pcieport-driver 0000:00:01.0: irq 2303 for MSI/MSI-X
[ 1.146037] pci_express 0000:00:01.0:pcie00: allocate port service
[ 1.146101] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 1.146138] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.146166] pcieport-driver 0000:00:1c.0: irq 2302 for MSI/MSI-X
[ 1.146180] pci_express 0000:00:1c.0:pcie00: allocate port service
[ 1.146198] pci_express 0000:00:1c.0:pcie02: allocate port service
[ 1.146265] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 1.146302] pcieport-driver 0000:00:1c.2: found MSI capability
[ 1.146331] pcieport-driver 0000:00:1c.2: irq 2301 for MSI/MSI-X
[ 1.146344] pci_express 0000:00:1c.2:pcie00: allocate port service
[ 1.146362] pci_express 0000:00:1c.2:pcie02: allocate port service
[ 1.146429] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 1.146466] pcieport-driver 0000:00:1c.3: found MSI capability
[ 1.146494] pcieport-driver 0000:00:1c.3: irq 2300 for MSI/MSI-X
[ 1.146508] pci_express 0000:00:1c.3:pcie00: allocate port service
[ 1.146525] pci_express 0000:00:1c.3:pcie02: allocate port service
[ 1.146606] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.146710] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.146868] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.146872] ACPI: Power Button (FF) [PWRF]
[ 1.146931] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 1.146939] ACPI: Sleep Button (CM) [SLPB]
[ 1.147199] processor ACPI_CPU:00: registered as cooling_device0
[ 1.147252] processor ACPI_CPU:01: registered as cooling_device1
[ 1.148737] isapnp: Scanning for PnP cards...
[ 1.500421] isapnp: No Plug & Play device found
[ 1.508656] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 1.508758] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.509224] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.510182] brd: module loaded
[ 1.510614] loop: module loaded
[ 1.510699] Fixed MDIO Bus: probed
[ 1.510705] PPP generic driver version 2.4.2
[ 1.510773] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[ 1.510812] Driver 'sd' needs updating - please use bus_type methods
[ 1.510825] Driver 'sr' needs updating - please use bus_type methods
[ 1.510915] ata_piix 0000:00:1f.1: version 2.12
[ 1.510927] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.510968] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.511047] scsi0 : ata_piix
[ 1.511152] scsi1 : ata_piix
[ 1.511919] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x20b0 irq 14
[ 1.511923] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x20b8 irq 15
[ 1.868350] ata1.00: ATAPI: SONY DVD RW DW-G120A, MYS2, max UDMA/66
[ 1.868395] ata1.01: ATAPI: SONY DVD-ROM DDU1615, FYS2, max UDMA/33
[ 1.868426] ata1.00: limited to UDMA/33 due to 40-wire cable
[ 1.900302] ata1.00: configured for UDMA/33
[ 1.916300] ata1.01: configured for UDMA/33
[ 1.917038] ata2: port disabled. ignoring.
[ 1.917941] scsi 0:0:0:0: CD-ROM SONY DVD RW DW-G120A MYS2 PQ: 0 ANSI: 5
[ 1.922043] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.922047] Uniform CD-ROM driver Revision: 3.20
[ 1.922184] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.922254] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.922796] scsi 0:0:1:0: CD-ROM SONY DVD-ROM DDU1615 FYS2 PQ: 0 ANSI: 5
[ 1.924639] sr1: scsi3-mmc drive: 4x/40x cd/rw xa/form2 cdda tray
[ 1.924715] sr 0:0:1:0: Attached scsi CD-ROM sr1
[ 1.924767] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 1.924800] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.924805] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.924856] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.924927] scsi2 : ata_piix
[ 1.925004] scsi3 : ata_piix
[ 1.925167] ata3: SATA max UDMA/133 cmd 0x20c8 ctl 0x20e4 bmdma 0x20a0 irq 19
[ 1.925170] ata4: SATA max UDMA/133 cmd 0x20c0 ctl 0x20e0 bmdma 0x20a8 irq 19
[ 2.088326] ata3.00: ATA-7: SAMSUNG SP2504C, VT100-33, max UDMA7
[ 2.088329] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.096342] ata3.00: configured for UDMA/133
[ 2.260318] ata4.00: ATA-7: SAMSUNG SP2504C, VT100-33, max UDMA7
[ 2.260322] ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.268346] ata4.00: configured for UDMA/133
[ 2.268439] scsi 2:0:0:0: Direct-Access ATA SAMSUNG SP2504C VT10 PQ: 0 ANSI: 5
[ 2.268561] sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.268585] sd 2:0:0:0: [sda] Write Protect is off
[ 2.268588] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.268625] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.268698] sd 2:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.268719] sd 2:0:0:0: [sda] Write Protect is off
[ 2.268722] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.268759] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.268763] sda: sda1 sda2 sda3
[ 2.293638] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.293688] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 2.293783] scsi 3:0:0:0: Direct-Access ATA SAMSUNG SP2504C VT10 PQ: 0 ANSI: 5
[ 2.293897] sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.293918] sd 3:0:0:0: [sdb] Write Protect is off
[ 2.293921] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.293958] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.294024] sd 3:0:0:0: [sdb] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 2.294044] sd 3:0:0:0: [sdb] Write Protect is off
[ 2.294048] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.294084] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.294088] sdb: sdb1 sdb2 sdb3 < sdb5 sdb6 > sdb4
[ 2.330187] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 2.330236] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 2.331093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.331121] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.331148] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 2.331153] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.331229] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 2.335126] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.335134] ehci_hcd 0000:00:1d.7: cache line size of 128 is not supported
[ 2.335149] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x92104000
[ 2.348013] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.348101] usb usb1: configuration #1 chosen from 1 choice
[ 2.348139] hub 1-0:1.0: USB hub found
[ 2.348149] hub 1-0:1.0: 8 ports detected
[ 2.348287] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.348308] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.348338] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 2.348344] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2.348348] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.348401] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 2.348426] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00002080
[ 2.348521] usb usb2: configuration #1 chosen from 1 choice
[ 2.348555] hub 2-0:1.0: USB hub found
[ 2.348563] hub 2-0:1.0: 2 ports detected
[ 2.348665] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.348672] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 2.348676] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.348730] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 2.348754] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00002060
[ 2.348841] usb usb3: configuration #1 chosen from 1 choice
[ 2.348876] hub 3-0:1.0: USB hub found
[ 2.348890] hub 3-0:1.0: 2 ports detected
[ 2.348996] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 2.349003] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 2.349007] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.349059] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 2.349091] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002040
[ 2.349177] usb usb4: configuration #1 chosen from 1 choice
[ 2.349210] hub 4-0:1.0: USB hub found
[ 2.349218] hub 4-0:1.0: 2 ports detected
[ 2.349320] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 2.349327] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 2.349330] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 2.349389] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 2.349421] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00002020
[ 2.349509] usb usb5: configuration #1 chosen from 1 choice
[ 2.349545] hub 5-0:1.0: USB hub found
[ 2.349554] hub 5-0:1.0: 2 ports detected
[ 2.349707] usbcore: registered new interface driver libusual
[ 2.349751] usbcore: registered new interface driver usbserial
[ 2.349765] USB Serial support registered for generic
[ 2.349786] usbcore: registered new interface driver usbserial_generic
[ 2.349789] usbserial: USB Serial Driver core
[ 2.349849] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 2.352665] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.352674] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.356053] mice: PS/2 mouse device common for all mice
[ 2.368082] rtc_cmos 00:03: RTC can wake from S4
[ 2.368126] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 2.368154] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[ 2.368232] device-mapper: uevent: version 1.0.3
[ 2.368356] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: <email address hidden>
[ 2.368459] device-mapper: multipath: version 1.0.5 loaded
[ 2.368463] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 2.368565] EISA: Probing bus 0 at eisa.0
[ 2.368572] Cannot allocate resource for EISA slot 1
[ 2.368575] Cannot allocate resource for EISA slot 2
[ 2.368596] EISA: Detected 0 cards.
[ 2.368663] cpuidle: using governor ladder
[ 2.368667] cpuidle: using governor menu
[ 2.369361] TCP cubic registered
[ 2.369454] NET: Registered protocol family 10
[ 2.370014] lo: Disabled Privacy Extensions
[ 2.370462] NET: Registered protocol family 17
[ 2.370483] Bluetooth: L2CAP ver 2.11
[ 2.370486] Bluetooth: L2CAP socket layer initialized
[ 2.370490] Bluetooth: SCO (Voice Link) ver 0.6
[ 2.370492] Bluetooth: SCO socket layer initialized
[ 2.370531] Bluetooth: RFCOMM socket layer initialized
[ 2.370540] Bluetooth: RFCOMM TTY layer initialized
[ 2.370542] Bluetooth: RFCOMM ver 1.10
[ 2.370598] Using IPI No-Shortcut mode
[ 2.370699] registered taskstats version 1
[ 2.370834] Magic number: 9:714:88
[ 2.370901] rtc_cmos 00:03: setting system clock to 2009-05-04 18:05:05 UTC (1241460305)
[ 2.370905] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.370907] EDD information not available.
[ 2.371228] Freeing unused kernel memory: 532k freed
[ 2.371391] Write protecting the kernel text: 4128k
[ 2.371454] Write protecting the kernel read-only data: 1532k
[ 2.401066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 2.664525] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 2.705129] ohci1394 0000:05:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 2.721671] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k6-NAPI
[ 2.721675] e100: Copyright(c) 1999-2006 Intel Corporation
[ 2.754939] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[92005000-920057ff] Max Packet=[2048] IR/IT contexts=[4/8]
[ 2.757554] e100 0000:05:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.777471] e100 0000:05:08.0: PME# disabled
[ 2.778318] e100: eth0: e100_probe: addr 0x92004000, irq 20, MAC addr 00:16:76:21:01:e1
[ 2.835306] usb 1-2: configuration #1 chosen from 1 choice
[ 2.835626] hub 1-2:1.0: USB hub found
[ 2.835993] hub 1-2:1.0: 4 ports detected
[ 2.956040] usb 1-3: new high speed USB device using ehci_hcd and address 3
[ 3.090835] usb 1-3: configuration #1 chosen from 1 choice
[ 3.194063] PM: Starting manual resume from disk
[ 3.194068] PM: Resume from partition 8:3
[ 3.194070] PM: Checking hibernation image.
[ 3.194265] PM: Resume from disk failed.
[ 3.204025] usb 1-5: new high speed USB device using ehci_hcd and address 4
[ 3.218573] kjournald starting. Commit interval 5 seconds
[ 3.218583] EXT3-fs: mounted filesystem with ordered data mode.
[ 3.347830] usb 1-5: configuration #1 chosen from 1 choice
[ 3.460019] usb 1-8: new high speed USB device using ehci_hcd and address 5
[ 3.593575] usb 1-8: configuration #1 chosen from 1 choice
[ 3.912351] Initializing USB Mass Storage driver...
[ 3.912509] scsi4 : SCSI emulation for USB Mass Storage devices
[ 3.912605] usb-storage: device found at 4
[ 3.912609] usb-storage: waiting for device to settle before scanning
[ 3.912675] scsi5 : SCSI emulation for USB Mass Storage devices
[ 3.912754] usb-storage: device found at 5
[ 3.912756] usb-storage: waiting for device to settle before scanning
[ 3.912769] usbcore: registered new interface driver usb-storage
[ 3.912774] USB Mass Storage support registered.
[ 4.028169] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00902700019e71af]
[ 8.912182] usb-storage: device scan complete
[ 8.912527] usb-storage: device scan complete
[ 8.913282] scsi 5:0:0:0: Direct-Access USB 2.0 Flash Disk 1100 PQ: 0 ANSI: 0 CCS
[ 8.914762] sd 5:0:0:0: [sdc] 3963904 512-byte hardware sectors: (2.02 GB/1.88 GiB)
[ 8.915758] sd 5:0:0:0: [sdc] Write Protect is off
[ 8.915762] sd 5:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 8.915765] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 8.916155] scsi 4:0:0:0: Direct-Access USB2.0 CF CardReader 9144 PQ: 0 ANSI: 0
[ 8.918260] sd 5:0:0:0: [sdc] 3963904 512-byte hardware sectors: (2.02 GB/1.88 GiB)
[ 8.919258] sd 5:0:0:0: [sdc] Write Protect is off
[ 8.919261] sd 5:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 8.919263] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 8.919267] sdc:<5>scsi 4:0:0:1: Direct-Access USB2.0 SM CardReader 9144 PQ: 0 ANSI: 0
[ 8.920014] sdc1
[ 8.920139] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 8.920213] sd 5:0:0:0: Attached scsi generic sg4 type 0
[ 8.923398] scsi 4:0:0:2: Direct-Access USB2.0 SD CardReader 9144 PQ: 0 ANSI: 0
[ 8.927028] scsi 4:0:0:3: Direct-Access USB2.0 MS CardReader 9144 PQ: 0 ANSI: 0
[ 8.928584] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[ 8.928637] sd 4:0:0:0: Attached scsi generic sg5 type 0
[ 8.929830] sd 4:0:0:1: [sde] Attached SCSI removable disk
[ 8.929883] sd 4:0:0:1: Attached scsi generic sg6 type 0
[ 8.931080] sd 4:0:0:2: [sdf] Attached SCSI removable disk
[ 8.931136] sd 4:0:0:2: Attached scsi generic sg7 type 0
[ 8.932335] sd 4:0:0:3: [sdg] Attached SCSI removable disk
[ 8.932388] sd 4:0:0:3: Attached scsi generic sg8 type 0
[ 9.714799] udev: starting version 141
[ 9.853101] parport_pc 00:07: reported by Plug and Play ACPI
[ 9.853160] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[ 9.858443] parport0: Printer, Samsung ML-1740
[ 9.907438] Linux agpgart interface v0.103
[ 10.622511] nvidia: module license 'NVIDIA' taints kernel.
[ 10.876232] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 10.876242] nvidia 0000:01:00.0: setting latency timer to 64
[ 10.877576] NVRM: loading NVIDIA UNIX x86 Kernel Module 180.44 Mon Mar 23 14:59:10 PST 2009
[ 10.901043] usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1709
[ 10.901068] usbcore: registered new interface driver usblp
[ 10.974186] intel_rng: Firmware space is locked read-only. If you can't or
[ 10.974189] intel_rng: don't want to disable this in firmware setup, and if
[ 10.974190] intel_rng: you are certain that your system has a functional
[ 10.974191] intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 11.049919] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 11.056968] ppdev: user-space parallel port driver
[ 11.147561] iTCO_vendor_support: vendor-support=0
[ 11.149388] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 11.149574] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[ 11.149681] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 11.154547] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume
[ 11.541136] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 11.541217] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 11.627329] psmouse serio1: ID: 10 00 64<6>lp0: using parport0 (interrupt-driven).
[ 11.978612] Adding 4819492k swap on /dev/sda3. Priority:-1 extents:1 across:4819492k
[ 11.985442] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[ 11.985755] EXT3 FS on sda2, internal journal
[ 12.248354] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[ 13.510402] EXT3-fs: Unrecognized mount option "nonauto" or missing value
[ 13.525175] EXT3-fs: Unrecognized mount option "nonauto" or missing value
[ 13.525525] EXT3-fs: Unrecognized mount option "nonauto" or missing value
[ 13.525863] EXT3-fs: Unrecognized mount option "nonauto" or missing value
[ 14.023520] type=1505 audit(1241478317.149:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=2209
[ 14.081615] type=1505 audit(1241478317.209:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=2213
[ 14.081719] type=1505 audit(1241478317.209:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=2213
[ 14.081765] type=1505 audit(1241478317.209:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=2213
[ 14.081808] type=1505 audit(1241478317.209:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=2213
[ 14.168251] type=1505 audit(1241478317.297:7): operation="profile_load" name="/usr/bin/freshclam" name2="default" pid=2220
[ 14.373247] type=1505 audit(1241478317.501:8): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=2224
[ 14.373412] type=1505 audit(1241478317.501:9): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=2224
[ 14.404236] type=1505 audit(1241478317.533:10): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=2228
[ 20.583274] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.583278] Bluetooth: BNEP filters: protocol multicast
[ 20.617926] Bridge firewalling registered
[ 26.424267] ppdev0: registered pardevice
[ 26.428943] ppdev0: unregistered pardevice
[ 26.885620] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 26.888625] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[ 26.888860] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 37.596506] eth0: no IPv6 routers present

and the contents of version.log is:
Ubuntu 2.6.28-11.42-generic

I am sorry, but I cannot give you a package name, I do not know which package is supposed to mount USB drives.
None of my USB stick drives mount, including two new ones right out of the HP package.

Revision history for this message
luca_ing (luca-ingianni) wrote :

Hi, thanks for taking the time to report problem.
It seems this is not a bug but simply a typo in your /etc/fstab

Instead of "nonauto", you need to use "noauto" (note: *no* instead of *non*).
Correcting this should solve your problem. If it doesn't please reopen this bug report by clicking on the current status, under the Status column, and change the Status back to "New".

Thanks again, and don't hesitate to submit bug reports in the future.

Best regards,
Luca

Changed in linux-meta (Ubuntu):
status: New → Invalid
Revision history for this message
Rich Carroll (rc-palos) wrote :

Per luca-ing, I changed all the instances of "nonauto" to "noauto" in /etc/fstab. I rebooted, and this did NOT correct the problem. I am changing the status back to new.

I still cannot see the mount the USB drives after the correction.

Changed in linux-meta (Ubuntu):
status: Invalid → New
Revision history for this message
Rich Carroll (rc-palos) wrote :

After revision, my /etc/fstab file contains:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda2
UUID=6120e91d-2f93-4d84-aa1a-0e78227a8bf0
/ ext3 relatime,errors=remount-ro 0 1
/dev/sda1
UUID=760053060052CCAD /media/OldWindowsBackup ntfs defaults,umask=007,gid=46 0 1
# /dev/sda3
UUID=d2f6883d-da29-420d-822c-858270b74e97 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1 /media/OldWindowsBackup ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb1 /media/WinXP ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb2 /media/Linux#2 ext3 noauto,relatime 0 0
/dev/sdb4 /media/Linux#3 ext3 noauto,relatime 0 0
/dev/sdb5 /media/Linux#4 ext3 noauto,relatime 0 0
/dev/sdb6 /media/Linux#5 ext3 noauto,relatime 0 0
/dev/sdc1 /mnt/usbdrive vfat rw,user,noauto,umask=0000 0 0
/dev/sdg /media/usb1 rw,user,noauto 0 0
/dev/sdh /media/usb2 rw,user,noauto 0 0
# 1001 is the USB group ID
none /proc/bus/usb usbusers devgid=1001,devmode660 0 0

luca_ing (luca-ingianni)
Changed in linux-meta (Ubuntu):
status: New → Incomplete
Revision history for this message
luca_ing (luca-ingianni) wrote :

Hi Rich,

apparently we need some more information to understand this problem.
To be honest, at the moment it seems rather more like a configuration problem than a bug to me, but we'll try to work this out.

I missed something the first time: your fstab is still not entirely correct:
The lines
/dev/sdg /media/usb1 rw,user,noauto 0 0
/dev/sdh /media/usb2 rw,user,noauto 0 0

are missing a filesystem type like this (assuming they use FAT):
/dev/sdg /media/usb1 vfat rw,user,noauto 0 0
/dev/sdh /media/usb2 vfat rw,user,noauto 0 0

Could you please do the following:

- post the output of lsusb
- post the result an attempt at manually mounting one of your USB devices:
sudo mount -t vfat /dev/sdg /mnt
(this example is assuming the device has a VFAT filesystem)
- post the output of dmesg, once more

Thanks a lot for helping us.

Best,
Luca

Revision history for this message
Rich Carroll (rc-palos) wrote :
Download full text (50.2 KiB)

/etc/fstab now contains:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda2
UUID=6120e91d-2f93-4d84-aa1a-0e78227a8bf0
/ ext3 relatime,errors=remount-ro 0 1
/dev/sda1
UUID=760053060052CCAD /media/OldWindowsBackup ntfs defaults,umask=007,gid=46 0 1
# /dev/sda3
UUID=d2f6883d-da29-420d-822c-858270b74e97 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda1 /media/OldWindowsBackup ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb1 /media/WinXP ntfs ro,user,fmask=0111,dmask=0000 0 0
/dev/sdb2 /media/Linux#2 ext3 noauto,relatime 0 0
/dev/sdb4 /media/Linux#3 ext3 noauto,relatime 0 0
/dev/sdb5 /media/Linux#4 ext3 noauto,relatime 0 0
/dev/sdb6 /media/Linux#5 ext3 noauto,relatime 0 0
/dev/sdc1 /mnt/usbdrive vfat rw,user,noauto,umask=0000 0 0
/dev/sdg /media/usb1 vfat rw,user,noauto 0 0
/dev/sdh /media/usb2 vfat rw,user,noauto 0 0
# 1001 is the USB group ID
none /proc/bus/usb usbusers devgid=1001,devmode660 0 0

lsusb produces:

$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 07cc:0500 Carry Computer Eng., Co., Ltd Mass Storage
Bus 001 Device 003: ID 04a9:1709 Canon, Inc. PIXMA MP150 Scanner
Bus 001 Device 002: ID 05e3:0660 Genesys Logic, Inc. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Inserting a Sony stick produces:

$ lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 008: ID 054c:0243 Sony Corp. MicroVault Flash Drive
Bus 001 Device 004: ID 07cc:0500 Carry Computer Eng., Co., Ltd Mass Storage
Bus 001 Device 003: ID 04a9:1709 Canon, Inc. PIXMA MP150 Scanner
Bus 001 Device 002: ID 05e3:0660 Genesys Logic, Inc. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

so I know it can see the device (008) but doesn't mount it. In Nautilus, an additional "USB Drive" appears when looking at the "computer:///" but clicking on the drive says "unable to mount location, No media in drive"

there is no unusual output for the command: sudo mount -t vfat /dev/sdg /mnt

dmesg output:
$ dmesg
[ 0.000000] BIOS EBDA/lowmem at...

Revision history for this message
luca_ing (luca-ingianni) wrote :

It seems to be a proper bug after all, and one that I suffer from myself :)

I'll mark it as a duplicate of https://bugs.launchpad.net/ubuntu/+bug/368959 and keep digging for a solution.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.