Unable to mount SD cards - SCSI disks

I have a generic, cheap, all in one usb card reader and am unable to mount sd cards on my system. I tried a few days back with a friends similar sort of card reader with the same outcome. I've got 3 sd cards to hand, one brand new, all of which seem to work fine on my Canon DSLR camera.
Some info:
dmesg | tail
[ 3.070959] scsi 6:0:0:0: Direct-Access Generic Mass-Storage 1.11 PQ: 0 ANSI: 2
[ 3.335877] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[ 4.908578] r8169 0000:02:00.0 enp2s0: link up
[ 4.908586] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 652.025211] usb 3-7: USB disconnect, device number 2
[ 657.544035] usb 3-8: new high-speed USB device number 5 using xhci_hcd
[ 657.718030] usb-storage 3-8:1.0: USB Mass Storage device detected
[ 657.718092] scsi host7: usb-storage 3-8:1.0
[ 658.721486] scsi 7:0:0:0: Direct-Access Generic Mass-Storage 1.11 PQ: 0 ANSI: 2
[ 658.986353] sd 7:0:0:0: [sdd] Attached SCSI removable disk
sudo fdisk -l /dev/sdd
fdisk: cannot open /dev/sdd: No medium found
After a few reboots I installed some tools in the official repos with scsi in the description in the hope something might happen:
pacman -Qs scsi
local/lsscsi 0.27-1
A tool that lists devices connected via SCSI and its transports
local/sdparm 1.08-1
An utility similar to hdparm but for SCSI devices
local/sg3_utils 1.39-1
Generic SCSI utilities
local/smartmontools 6.3-1
Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives
local/vhba-module 20140629-9
Kernel module that emulates SCSI devices
sudo hdparm /dev/sdd
/dev/sdd:
SG_IO: bad/missing sense data, sb[]: 70 00 05 00 00 00 00 0a 00 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
multcount = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 1024/0/62, sectors = 0, start = 0
sudo hdparm -z /dev/sdd
/dev/sdd:
re-reading partition table
sudo sdparm /dev/sdd
/dev/sdd: Generic Mass-Storage 1.11
lsusb -v | grep sdd
Couldn't open device, some information will be missing
lsusb -v
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x8087 Intel Corp.
idProduct 0x8000
bcdDevice 0.04
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 12
Hub Descriptor:
bLength 11
bDescriptorType 41
nNbrPorts 8
wHubCharacteristic 0x0009
Per-port power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 0 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00 0x00
PortPwrCtrlMask 0xff 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Port 5: 0000.0100 power
Port 6: 0000.0100 power
Port 7: 0000.0100 power
Port 8: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 3.17
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x8087 Intel Corp.
idProduct 0x8008
bcdDevice 0.04
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 12
Hub Descriptor:
bLength 9
bDescriptorType 41
nNbrPorts 6
wHubCharacteristic 0x0009
Per-port power switching
Per-port overcurrent protection
TT think time 8 FS bits
bPwrOn2PwrGood 0 * 2 milli seconds
bHubContrCurrent 0 milli Ampere
DeviceRemovable 0x00
PortPwrCtrlMask 0xff
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0100 power
Port 3: 0000.0100 power
Port 4: 0000.0100 power
Port 5: 0000.0100 power
Port 6: 0000.0100 power
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 3.17
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 3.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 3
bMaxPacketSize0 9
idVendor 0x1d6b Linux Foundation
idProduct 0x0003 3.0 root hub
bcdDevice 3.17
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 31
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
bMaxBurst 0
Bus 003 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x093a Pixart Imaging, Inc.
idProduct 0x2510 Optical Mouse
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 34
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 2 Mouse
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 52
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 10
Bus 003 Device 005: ID 1908:0226 GEMBIRD
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1908 GEMBIRD
idProduct 0x0226
bcdDevice 1.11
iManufacturer 0
iProduct 0
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 150mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Bus 003 Device 004: ID 045e:0750 Microsoft Corp. Wired Keyboard 600
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x045e Microsoft Corp.
idProduct 0x0750 Wired Keyboard 600
bcdDevice 1.10
iManufacturer 1
iProduct 2
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 59
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 1 Boot Interface Subclass
bInterfaceProtocol 1 Keyboard
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 65
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 1
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 3 Human Interface Device
bInterfaceSubClass 0 No Subclass
bInterfaceProtocol 0 None
iInterface 0
HID Device Descriptor:
bLength 9
bDescriptorType 33
bcdHID 1.11
bCountryCode 0 Not supported
bNumDescriptors 1
bDescriptorType 34 Report
wDescriptorLength 106
Report Descriptors:
** UNAVAILABLE **
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 1 Single TT
bMaxPacketSize0 64
idVendor 0x1d6b Linux Foundation
idProduct 0x0002 2.0 root hub
bcdDevice 3.17
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0 Full speed (or root) hub
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0004 1x 4 bytes
bInterval 12
uname -r
3.17.1-1-ARCH
Any ideas?
Last edited by Proinsias (2014-10-25 23:15:08)

Try udev. Is your reader OK? Is the card recongized - does it show in dmesg?
http://wiki.archlinux.org/index.php/USB_Storage_Devices
You should familiarize yourself with the wiki
http://wiki.archlinux.org/index.php/Asus_Eee_PC_701
http://wiki.archlinux.org/index.php/Asu … /xorg.conf
Last edited by karol (2010-07-09 14:02:36)

Similar Messages

  • [SOLVED] Kernel panic - unable to mount root fs

    I'm having some trouble with my Toshiba NB255 netbook. It no longer boots after I performed a major pacman upgrade. It hangs with this error message:
    http://imgur.com/Cxj1z
    I did some research and found a couple of threads with problems similar to mine:
    https://bbs.archlinux.org/viewtopic.php?id=98771
    https://bbs.archlinux.org/viewtopic.php?id=98496
    From what I could tell, both had something to do with the initrd, but I'm not sure what to do in my specific situation. Additionally, according to my pacman.log the initrd was updated successfully during the upgrade. I did, however, also recently install some stuff to try to get my iPhone to tether to the netbook over USB (
    menu.lst: (the "root=" part of the first option was originally in the disk-by-uuid format, I changed it trying to fix the issue)
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution[/url]
    # general configuration:
    timeout 2
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    dmesg.log:
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003f5d0000 (usable)
    BIOS-e820: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    BIOS-e820: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    BIOS-e820: 000000003f5e3000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x3f5d0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-DFFFF uncachable
    E0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask 0C0000000 write-back
    1 base 03F600000 mask 0FFE00000 uncachable
    2 base 03F800000 mask 0FF800000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009dc00 (usable)
    modified: 000000000009dc00 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 00000000000e0000 (reserved)
    modified: 00000000000e4000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003f5d0000 (usable)
    modified: 000000003f5d0000 - 000000003f5e0000 (ACPI data)
    modified: 000000003f5e0000 - 000000003f5e3000 (ACPI NVS)
    modified: 000000003f5e3000 - 0000000040000000 (reserved)
    modified: 00000000e0000000 - 00000000f0000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7d40] f7d40
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 3f453000 - 3f5c0000
    Allocated new RAMDISK: 00100000 - 0026c574
    Move RAMDISK from 000000003f453000 - 000000003f5bf573 to 00100000 - 0026c573
    ACPI: RSDP 000f7ca0 00024 (v02 TOSCPL)
    ACPI: XSDT 3f5d7ae9 00074 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: FACP 3f5dfc60 000F4 (v03 TOSCPL TOSCPL00 06040000 PTL 00000002)
    ACPI: DSDT 3f5d8c7f 06F6D (v01 TOSCPL TOSCPL00 06040000 MSFT 03000000)
    ACPI: FACS 3f5e2fc0 00040
    ACPI: TCPA 3f5dfd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    ACPI: HPET 3f5dfd86 00038 (v01 DELL M09 06040000 LOHR 0000005A)
    ACPI: MCFG 3f5dfdbe 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: SLIC 3f5dfdfa 00176 (v01 TOSCPL TOSCPL00 06040000 LOHR 00000000)
    ACPI: APIC 3f5dff70 00068 (v01 TOSCPL TOSCPL00 06040000 LTP 00000000)
    ACPI: BOOT 3f5dffd8 00028 (v01 TOSCPL TOSCPL00 06040000 LTP 00000001)
    ACPI: SSDT 3f5d80df 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8039 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 3f5d7b5d 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: Local APIC address 0xfee00000
    125MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0003f5d0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009d
    0: 0x00000100 -> 0x0003f5d0
    On node 0 totalpages: 259422
    free_area_init_node: node 0, pgdat c1402fc0, node_mem_map c1563020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3950 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 252 pages used for memmap
    HighMem zone: 31958 pages, LIFO batch:7
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2000000 s34388 r0 d22956 u2097152
    pcpu-alloc: s34388 r0 d22956 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257394
    Kernel command line: root=/dev/disk/by-uuid/0c38b0a8-2ce1-4b16-b902-3d9f0cc8b2cc resume=/dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 5190700 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000155ad84] TEXT DATA BSS
    #3 [000155b000 - 0001561164] BRK
    #4 [00000f7d50 - 0000100000] BIOS reserved
    #5 [00000f7d40 - 00000f7d50] MP-table mpf
    #6 [000009dc00 - 000009e071] BIOS reserved
    #7 [000009e1c1 - 00000f7d40] BIOS reserved
    #8 [000009e071 - 000009e1c1] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 000026d000] NEW RAMDISK
    #13 [0001562000 - 0001563000] BOOTMEM
    #14 [0001563000 - 0001d53000] BOOTMEM
    #15 [000155adc0 - 000155adc4] BOOTMEM
    #16 [000155ae00 - 000155aec0] BOOTMEM
    #17 [000155aec0 - 000155af14] BOOTMEM
    #18 [0001d53000 - 0001d56000] BOOTMEM
    #19 [000155af40 - 000155af4c] BOOTMEM
    #20 [0001561180 - 0001561780] BOOTMEM
    #21 [000155af80 - 000155afa5] BOOTMEM
    #22 [000155afc0 - 000155afe7] BOOTMEM
    #23 [0001561780 - 0001561924] BOOTMEM
    #24 [0001561940 - 0001561980] BOOTMEM
    #25 [0001561980 - 00015619c0] BOOTMEM
    #26 [00015619c0 - 0001561a00] BOOTMEM
    #27 [0001561a00 - 0001561a40] BOOTMEM
    #28 [0001561a40 - 0001561a80] BOOTMEM
    #29 [0001561a80 - 0001561ac0] BOOTMEM
    #30 [0001561ac0 - 0001561b00] BOOTMEM
    #31 [0001561b00 - 0001561b40] BOOTMEM
    #32 [0001561b40 - 0001561b80] BOOTMEM
    #33 [0001561b80 - 0001561bc0] BOOTMEM
    #34 [0001561bc0 - 0001561c00] BOOTMEM
    #35 [0001561c00 - 0001561c40] BOOTMEM
    #36 [0001561c40 - 0001561c50] BOOTMEM
    #37 [0001561c80 - 0001561c90] BOOTMEM
    #38 [0001561cc0 - 0001561d3d] BOOTMEM
    #39 [0001561d40 - 0001561dbd] BOOTMEM
    #40 [0002000000 - 000200e000] BOOTMEM
    #41 [0002200000 - 000220e000] BOOTMEM
    #42 [0001561dc0 - 0001561dc4] BOOTMEM
    #43 [0001561e00 - 0001561e04] BOOTMEM
    #44 [0001561e40 - 0001561e48] BOOTMEM
    #45 [0001561e80 - 0001561e88] BOOTMEM
    #46 [0001561ec0 - 0001561f68] BOOTMEM
    #47 [0001561f80 - 0001561fe8] BOOTMEM
    #48 [0001d56000 - 0001d5a000] BOOTMEM
    #49 [0001d5a000 - 0001dda000] BOOTMEM
    #50 [0001dda000 - 0001e1a000] BOOTMEM
    #51 [000220e000 - 000270142c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0003f5d0)
    Memory: 1016576k/1038144k available (2930k kernel code, 21112k reserved, 1209k data, 408k init, 128840k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc140b000 - 0xc1471000 ( 408 kB)
    .data : 0xc12dc8fc - 0xc140adc0 (1209 kB)
    .text : 0xc1000000 - 0xc12dc8fc (2930 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1662.845 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3327.26 BogoMIPS (lpj=5542816)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 5 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: Atom events, Intel PMU driver.
    ... version: 3
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20100121
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    APIC calibration not consistent with PM-Timer: 299ms instead of 100ms
    APIC delta adjusted to PM-Timer: 1039171 (3117494)
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU0: Thermal monitoring enabled (TM1)
    Brought up 2 CPUs
    Total of 2 processors activated (6653.18 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    PCI: Using MMCONFIG for extended config space
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: SSDT 3f5d89a8 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d833e 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 3f5d8bab 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 3f5d8923 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    pci 0000:00:1b.0: reg 10: [mem 0xf0300000-0xf0303fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:07:00.0: reg 10: [mem 0xf0100000-0xf010ffff 64bit]
    pci 0000:07:00.0: supports D1
    pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    pci 0000:07:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:09:00.0: reg 10: [io 0x2000-0x20ff]
    pci 0000:09:00.0: reg 18: [mem 0xf050c000-0xf050cfff 64bit pref]
    pci 0000:09:00.0: reg 20: [mem 0xf0508000-0xf050bfff 64bit pref]
    pci 0000:09:00.0: supports D1 D2
    pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:09:00.0: PME# disabled
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:09 [mem 0xf0500000-0xf05fffff 64bit pref]
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    reserve RAM buffer: 000000003f5d0000 - 000000003fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 8 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [io 0x0800-0x080f] has been reserved
    system 00:01: [io 0x1000-0x107f] has been reserved
    system 00:01: [io 0x1180-0x11bf] has been reserved
    system 00:01: [io 0x04d0-0x04d1] has been reserved
    system 00:01: [io 0xfe00] has been reserved
    system 00:01: [io 0x164e-0x174c] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: BAR 14: assigned [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    pci 0000:00:1d.7: BAR 0: assigned [mem 0x40a00000-0x40a003ff]
    pci 0000:00:1d.7: BAR 0: set to [mem 0x40a00000-0x40a003ff] (PCI address [0x40a00000-0x40a003ff]
    pci 0000:00:1f.2: BAR 5: assigned [mem 0x40a00400-0x40a007ff]
    pci 0000:00:1f.2: BAR 5: set to [mem 0x40a00400-0x40a007ff] (PCI address [0x40a00400-0x40a007ff]
    pci 0000:00:1c.0: PCI bridge to [bus 05-05]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 07-07]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0100000-0xf01fffff]
    pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 09-09]
    pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    pci 0000:00:1c.2: bridge window [mem 0x40600000-0x409fffff]
    pci 0000:00:1c.2: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem disabled]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:1c.0: enabling device (0000 -> 0003)
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:05: resource 1 [mem 0x40000000-0x401fffff]
    pci_bus 0000:05: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:07: resource 1 [mem 0xf0100000-0xf01fffff]
    pci_bus 0000:07: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:09: resource 1 [mem 0x40600000-0x409fffff]
    pci_bus 0000:09: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    pci 0000:00:02.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1460k freed
    Simple Boot Flag at 0x35 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1285380584.433:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1736
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:1c.0: setting latency timer to 64
    pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:1c.1: setting latency timer to 64
    pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport 0000:00:1c.2: setting latency timer to 64
    pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X
    pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.1: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.1:pcie01 failed with error -13
    pcieport 0000:00:1c.2: Requesting control of PCIe PME from ACPI BIOS
    ACPI Error (dsfield-0143): [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS
    ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node f701f288), AE_ALREADY_EXISTS
    pcieport 0000:00:1c.2: Failed to receive control of PCIe PME service: ACPI _OSC failed
    pcie_pme: probe of 0000:00:1c.2:pcie01 failed with error -13
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Checking image partition /dev/disk/by-uuid/55dfc8bd-98b4-4f27-875c-e7b06c8b1c3e
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    udev: starting version 160
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00500 irq 27
    ata2: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00580 irq 27
    ata3: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00600 irq 27
    ata4: SATA max UDMA/133 abar m1024@0x40a00400 port 0x40a00680 irq 27
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata1.00: ATA-8: Hitachi HTS545025B9A300, PB2OC64G, max UDMA/133
    ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54502 PB2O PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda3): mounted filesystem with writeback data mode
    udev: starting version 160
    cfg80211: Calling CRDA to update world regulatory domain
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    Linux agpgart interface v0.103
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/PNP0C0D:00/input/input2
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input3
    i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    ACPI: Power Button [PWRF]
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: using broken periodic workaround
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40a00000
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    Switching to clocksource hpet
    ACPI: AC Adapter [ACAD] (off-line)
    usb 1-4: new high speed USB device using ehci_hcd and address 2
    r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    r8169 0000:09:00.0: setting latency timer to 64
    r8169 0000:09:00.0: (unregistered net_device): unknown MAC, using family default
    r8169 0000:09:00.0: irq 28 for MSI/MSI-X
    r8169 0000:09:00.0: eth0: RTL8101e at 0xf8664000, 88:ae:1d:46:3e:b2, XID 0c200000 IRQ 28
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    agpgart-intel 0000:00:00.0: detected 8188K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    ath9k 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    ath9k 0000:07:00.0: setting latency timer to 64
    Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04731/0xa40000/0xa0000
    ath: EEPROM regdomain: 0x65
    ath: EEPROM indicates we should expect a direct regpair map
    ath: Country alpha2 being used: 00
    ath: Regpair used: 0x65
    ACPI: Battery Slot [BAT1] (battery present)
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [drm] Initialized drm 1.1.0 20060810
    rtc_cmos 00:04: RTC can wake from S4
    rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    usb 1-8: new high speed USB device using ehci_hcd and address 3
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    i915 0000:00:02.0: setting latency timer to 64
    i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [drm] set up 7M of stolen space
    phy0: Selected rate control algorithm 'ath9k_rate_control'
    Registered led device: ath9k-phy0::radio
    Registered led device: ath9k-phy0::assoc
    Registered led device: ath9k-phy0::tx
    Registered led device: ath9k-phy0::rx
    phy0: Atheros AR9285 Rev:2 mem=0xf8160000, irq=17
    fuse init (API version 7.13)
    [drm] initialized overlay support
    Initializing USB Mass Storage driver...
    scsi4 : usb-storage 1-4:1.0
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (064e:c211)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input6
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    [drm] Big FIFO is enabled
    Console: switching to colour frame buffer device 128x37
    fb0: inteldrmfb frame buffer device
    registered panic notifier
    [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    hda_codec: ALC259: BIOS auto-probing.
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    scsi 4:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
    sd 4:0:0:0: Attached scsi generic sg1 type 0
    sd 4:0:0:0: [sdb] Attached SCSI removable disk
    EXT3-fs (sda3): using internal journal
    kjournald starting. Commit interval 5 seconds
    EXT3-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    EXT3-fs (sda4): using internal journal
    EXT3-fs (sda4): mounted filesystem with writeback data mode
    Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    pacman.log: (the latest update + my attempt at iphone USB tethering)
    [2010-09-25 00:08] Running 'pacman -Syu'
    [2010-09-25 00:08] synchronizing package lists
    [2010-09-25 00:08] starting full system upgrade
    [2010-09-25 00:14] Running 'pacman -Syyu'
    [2010-09-25 00:14] synchronizing package lists
    [2010-09-25 00:14] upgraded pacman (3.4.0-2 -> 3.4.1-1)
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:15] starting full system upgrade
    [2010-09-25 00:15] Running 'pacman -Syyu'
    [2010-09-25 00:15] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:16] Running 'pacman -Syyu'
    [2010-09-25 00:16] synchronizing package lists
    [2010-09-25 00:16] starting full system upgrade
    [2010-09-25 00:26] removed libelf (0.8.13-1)
    [2010-09-25 00:26] removed libv4l (0.6.4-1)
    [2010-09-25 00:26] installed goffice (0.8.9-1)
    [2010-09-25 00:26] upgraded abiword (2.8.6-1 -> 2.8.6-2)
    [2010-09-25 00:26] upgraded apvlv (0.0.9.7-1 -> 0.0.9.8-1)
    [2010-09-25 00:27] upgraded tzdata (2010j-1 -> 2010l-1)
    [2010-09-25 00:27] Generating locales...
    [2010-09-25 00:27] en_US.UTF-8... done
    [2010-09-25 00:27] en_US.ISO-8859-1... done
    [2010-09-25 00:27] Generation complete.
    [2010-09-25 00:27] upgraded glibc (2.12-4 -> 2.12.1-1)
    [2010-09-25 00:27] upgraded m4 (1.4.14-2 -> 1.4.15-1)
    [2010-09-25 00:27] upgraded autoconf (2.66-2 -> 2.67-1)
    [2010-09-25 00:27] upgraded glib2 (2.24.1-1 -> 2.24.2-1)
    [2010-09-25 00:27] installed iana-etc (2.30-1)
    [2010-09-25 00:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2010-09-25 00:27] upgraded filesystem (2010.02-4 -> 2010.09-1)
    [2010-09-25 00:27] upgraded dbus-core (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded xproto (7.0.17-1 -> 7.0.18-1)
    [2010-09-25 00:27] upgraded libxau (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded libxcb (1.6-1 -> 1.7-1)
    [2010-09-25 00:27] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
    [2010-09-25 00:27] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
    [2010-09-25 00:27] upgraded dbus (1.2.24-1 -> 1.4.0-1)
    [2010-09-25 00:27] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-09-25 00:27] upgraded lua (5.1.4-5 -> 5.1.4-6)
    [2010-09-25 00:27]
    [2010-09-25 00:27] ==> awesome installation notes:
    [2010-09-25 00:27] ----------------------------------------
    [2010-09-25 00:27] During some updates of awesome, the config file syntax changes heavily.
    [2010-09-25 00:27] This means that your configuration file (~/.config/awesome/rc.lua) for
    [2010-09-25 00:27] any other than this particular version of awesome may or may not work.
    [2010-09-25 00:27]
    [2010-09-25 00:27] upgraded awesome (3.4.5-2 -> 3.4.6-1)
    [2010-09-25 00:27] upgraded bzip2 (1.0.5-5 -> 1.0.6-1)
    [2010-09-25 00:27] upgraded cabextract (1.2-2 -> 1.3-1)
    [2010-09-25 00:27] upgraded ppl (0.10.2-3 -> 0.11-1)
    [2010-09-25 00:27] upgraded cloog-ppl (0.15.9-1 -> 0.15.9-2)
    [2010-09-25 00:27] upgraded consolekit (0.4.1-2 -> 0.4.1-4)
    [2010-09-25 00:27] The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2010-09-25 00:27] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2010-09-25 00:27] will be removed from @INC in a future release.
    [2010-09-25 00:27] The directory /usr/bin/perlbin/site will not be added to $PATH in a
    [2010-09-25 00:27] future release.
    [2010-09-25 00:27] upgraded perl (5.10.1-5 -> 5.12.1-2)
    [2010-09-25 00:27] upgraded openssl (1.0.0.a-2 -> 1.0.0.a-3)
    [2010-09-25 00:27] upgraded curl (7.21.0-1 -> 7.21.1-1)
    [2010-09-25 00:27] upgraded util-linux-ng (2.18-2 -> 2.18-3)
    [2010-09-25 00:27] upgraded module-init-tools (3.11.1-2 -> 3.12-1)
    [2010-09-25 00:27] upgraded udev (160-1 -> 162-1)
    [2010-09-25 00:27] upgraded device-mapper (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:27] upgraded dhcpcd (5.2.5-1 -> 5.2.7-1)
    [2010-09-25 00:27] upgraded libldap (2.4.22-1 -> 2.4.23-1)
    [2010-09-25 00:27] upgraded libgpg-error (1.7-3 -> 1.9-2)
    [2010-09-25 00:27] upgraded libksba (1.0.7-1 -> 1.0.8-1)
    [2010-09-25 00:27] upgraded libassuan (2.0.0-1 -> 2.0.1-1)
    [2010-09-25 00:27] upgraded dirmngr (1.1.0rc1-1 -> 1.1.0-1)
    [2010-09-25 00:27] upgraded gcc-libs (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:27] upgraded espeak (1.43.03-1 -> 1.44.05-1)
    [2010-09-25 00:27] upgraded feh (1.8-1 -> 1.9-1)
    [2010-09-25 00:27] upgraded x264 (20100722-1 -> 20100826-1)
    [2010-09-25 00:27] upgraded libvpx (0.9.1-1 -> 0.9.2-1)
    [2010-09-25 00:27] upgraded libdrm (2.4.21-1 -> 2.4.21-2)
    [2010-09-25 00:27] upgraded libva (0.31.0_p13-2 -> 1.0.4-1)
    [2010-09-25 00:27] upgraded ffmpeg (24460-1 -> 24953-1)
    [2010-09-25 00:27] upgraded nspr (4.8.4-1 -> 4.8.6-1)
    [2010-09-25 00:27] upgraded sqlite3 (3.6.23.1-1 -> 3.7.2-1)
    [2010-09-25 00:27] upgraded nss (3.12.6-3 -> 3.12.7-1)
    [2010-09-25 00:28] upgraded xulrunner (1.9.2.8-1 -> 1.9.2.10-1)
    [2010-09-25 00:28] upgraded firefox (3.6.8-1 -> 3.6.10-1)
    [2010-09-25 00:28] upgraded flashplugin (10.1.53.64-1 -> 10.1.85.3-1)
    [2010-09-25 00:28] installed elfutils (0.148-1)
    [2010-09-25 00:28] upgraded gcc (4.5.0-6 -> 4.5.1-1)
    [2010-09-25 00:28] ==> Unregistering cabalized packages...
    [2010-09-25 00:28] ==> Done.
    [2010-09-25 00:29] ==> All cabalized and yaourt-installed packages need to be reinstalled now.
    [2010-09-25 00:29] ==> See /usr/share/haskell/ and ghc-pkg list --user for a tentative list of affected packages.
    [2010-09-25 00:29] upgraded ghc (6.12.1-4 -> 6.12.3-1)
    [2010-09-25 00:29] upgraded git (1.7.2-1 -> 1.7.3-1)
    [2010-09-25 00:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-09-25 00:29] upgraded pinentry (0.8.0-1 -> 0.8.0-2)
    [2010-09-25 00:29] upgraded gnupg2 (2.0.15-1 -> 2.0.16-2)
    [2010-09-25 00:29] upgraded grep (2.6.3-1 -> 2.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10 (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-09-25 00:29] upgraded gstreamer0.10-base (0.10.29-1 -> 0.10.30-1)
    [2010-09-25 00:29] upgraded vim-runtime (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] upgraded ruby (1.9.1_p429-1 -> 1.9.2_p0-3)
    [2010-09-25 00:29] Updating desktop and mime database...done.
    [2010-09-25 00:29] upgraded gvim (7.2-1 -> 7.3.3-1)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-mtl (1.1.0.2-3 -> 1.1.0.2-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-utf8-string (0.3.6-3 -> 0.3.6-4)
    [2010-09-25 00:29] Reading package info from stdin ... done.
    [2010-09-25 00:29] upgraded haskell-x11 (1.5.0.0-2 -> 1.5.0.0-5)
    [2010-09-25 00:29] upgraded libtool (2.2.10-1 -> 2.2.10-3)
    [2010-09-25 00:29] upgraded lcms (1.18-3 -> 1.19-1)
    [2010-09-25 00:29] upgraded imagemagick (6.6.2.10-1 -> 6.6.4.3-1)
    [2010-09-25 00:29] upgraded iproute2 (2.6.34-2 -> 2.6.35-3)
    [2010-09-25 00:29] upgraded iptables (1.4.8-1 -> 1.4.9-1)
    [2010-09-25 00:29] upgraded irssi (0.8.15-1 -> 0.8.15-3)
    [2010-09-25 00:29] upgraded jack (0.118.0-3 -> 0.118.0-4)
    [2010-09-25 00:29] upgraded libxi (1.3-2 -> 1.3.2-1)
    [2010-09-25 00:29] upgraded jasper (1.900.1-5 -> 1.900.1-6)
    [2010-09-25 00:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-09-25 00:30] >>> Updating module dependencies. Please wait ...
    [2010-09-25 00:30] >>> MKINITCPIO SETUP
    [2010-09-25 00:30] >>> ----------------
    [2010-09-25 00:30] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-09-25 00:30] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-09-25 00:30] >>> More information about mkinitcpio setup can be found here:
    [2010-09-25 00:30] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-09-25 00:30]
    [2010-09-25 00:30] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-09-25 00:30] ==> Building image "default"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:30] :: Parsing hook [udev]
    [2010-09-25 00:30] :: Parsing hook [autodetect]
    [2010-09-25 00:30] :: Parsing hook [pata]
    [2010-09-25 00:30] :: Parsing hook [scsi]
    [2010-09-25 00:30] :: Parsing hook [sata]
    [2010-09-25 00:30] :: Parsing hook [filesystems]
    [2010-09-25 00:30] :: Generating module dependencies
    [2010-09-25 00:30] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-09-25 00:30] ==> SUCCESS
    [2010-09-25 00:30] ==> Building image "fallback"
    [2010-09-25 00:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-09-25 00:30] :: Begin build
    [2010-09-25 00:30] :: Parsing hook [base]
    [2010-09-25 00:31] :: Parsing hook [udev]
    [2010-09-25 00:31] :: Parsing hook [pata]
    [2010-09-25 00:31] :: Parsing hook [scsi]
    [2010-09-25 00:33] :: Parsing hook [sata]
    [2010-09-25 00:34] :: Parsing hook [filesystems]
    [2010-09-25 00:35] :: Generating module dependencies
    [2010-09-25 00:35] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-09-25 00:35] ==> SUCCESS
    [2010-09-25 00:35] upgraded kernel26 (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded kernel26-headers (2.6.34.1-1 -> 2.6.35.5-1)
    [2010-09-25 00:35] upgraded lftp (4.0.9-1 -> 4.0.10-1)
    [2010-09-25 00:35] upgraded libass (0.9.9-1 -> 0.9.11-1)
    [2010-09-25 00:35] upgraded libcdaudio (0.99.12-4 -> 0.99.12-5)
    [2010-09-25 00:35] upgraded libcups (1.4.4-1 -> 1.4.4-3)
    [2010-09-25 00:35] upgraded libdatrie (0.2.3-1 -> 0.2.4-1)
    [2010-09-25 00:35] upgraded libfetch (2.32-1 -> 2.33-1)
    [2010-09-25 00:35] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-09-25 00:35] upgraded libid3tag (0.15.1b-5 -> 0.15.1b-6)
    [2010-09-25 00:35] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-09-25 00:35] upgraded libproxy (0.3.1-1 -> 0.4.6-1)
    [2010-09-25 00:35] installed v4l-utils (0.8.1-1)
    [2010-09-25 00:35] upgraded libxvmc (1.0.5-1 -> 1.0.6-1)
    [2010-09-25 00:35] upgraded lirc-utils (0.8.6-3 -> 0.8.6-4)
    [2010-09-25 00:35] upgraded lvm2 (2.02.70-1 -> 2.02.73-1)
    [2010-09-25 00:35] upgraded man-pages (3.25-1 -> 3.26-1)
    [2010-09-25 00:35] upgraded mathomatic (15.1.5-1 -> 15.2.1-1)
    [2010-09-25 00:35] upgraded mdadm (3.1.2-2 -> 3.1.4-1)
    [2010-09-25 00:35] upgraded mkinitcpio-busybox (1.16.2-1 -> 1.17.2-1)
    [2010-09-25 00:35] upgraded modemmanager (0.3-2 -> 0.4-1)
    [2010-09-25 00:35] upgraded mpfr (3.0.0-1 -> 3.0.0-2)
    [2010-09-25 00:35] upgraded smbclient (3.5.4-1 -> 3.5.5-1)
    [2010-09-25 00:35] upgraded mplayer (31774-1 -> 32227-1)
    [2010-09-25 00:35] upgraded murrine-themes-collection (20100201-1 -> 20100910-1)
    [2010-09-25 00:35] upgraded nano (2.2.4-1 -> 2.2.5-1)
    [2010-09-25 00:35] upgraded ncmpcpp (0.5.4-1 -> 0.5.5-1)
    [2010-09-25 00:35] upgraded networkmanager (0.8-1 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded network-manager-applet (0.8-3 -> 0.8.1-1)
    [2010-09-25 00:35] upgraded tcp_wrappers (7.6-11 -> 7.6-12)
    [2010-09-25 00:35] upgraded openssh (5.5p1-1 -> 5.6p1-1)
    [2010-09-25 00:35] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-09-25 00:35] upgraded pacman-mirrorlist (20100621-1 -> 20100825-1)
    [2010-09-25 00:35] upgraded perl-list-moreutils (0.22-2 -> 0.22-4)
    [2010-09-25 00:35] upgraded pixman (0.18.2-1 -> 0.18.4-1)
    [2010-09-25 00:35] upgraded poppler-data (0.4.2-1 -> 0.4.3-1)
    [2010-09-25 00:35] upgraded psmisc (22.11-1 -> 22.13-1)
    [2010-09-25 00:35] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-09-25 00:36] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-09-25 00:36] upgraded renderproto (0.11-1 -> 0.11.1-1)
    [2010-09-25 00:36] upgraded rpcbind (0.2.0-1 -> 0.2.0-2)
    [2010-09-25 00:36] upgraded rxvt-unicode-256color (9.07-8 -> 9.07-9)
    [2010-09-25 00:36] warning: /etc/slim.conf installed as /etc/slim.conf.pacnew
    [2010-09-25 00:36] upgraded slim (1.3.1-7 -> 1.3.2-1)
    [2010-09-25 00:36] warning: /etc/sudoers installed as /etc/sudoers.pacnew
    [2010-09-25 00:36] upgraded sudo (1.7.3-1 -> 1.7.4.p4-1)
    [2010-09-25 00:36] upgraded synergy (1.3.1-7 -> 1.3.4-2)
    [2010-09-25 00:36] upgraded syslog-ng (3.1.1-1 -> 3.1.2-1)
    [2010-09-25 00:36] upgraded sysvinit (2.86-5 -> 2.88-1)
    [2010-09-25 00:36] upgraded upower (0.9.4-1 -> 0.9.5-1)
    [2010-09-25 00:36] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-09-25 00:36] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
    [2010-09-25 00:36] upgraded vim-colorsamplerpack (8.03-1 -> 8.03-2)
    [2010-09-25 00:36] upgraded vlc (1.1.1-3 -> 1.1.4-2)
    [2010-09-25 00:36] upgraded wine (1.2-1 -> 1.3.3-1)
    [2010-09-25 00:36] upgraded xextproto (7.1.1-1 -> 7.1.2-1)
    [2010-09-25 00:36] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-09-25 00:36] upgraded xfce-utils (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfconf (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfdesktop (4.6.2-1 -> 4.6.2-2)
    [2010-09-25 00:36] upgraded xfsprogs (3.1.2-1 -> 3.1.3-1)
    [2010-09-25 00:36] Reading package info from stdin ... done.
    [2010-09-25 00:36] upgraded xmonad (0.9.1-4 -> 0.9.1-8)
    [2010-09-25 00:36] upgraded xorg-server-utils (7.5-4 -> 7.5-6)
    [2010-09-25 00:36] upgraded xorg-utils (7.6-2 -> 7.6-3)
    [2010-09-25 00:36] upgraded xterm (259-1 -> 261-1)
    [2010-09-25 00:36] upgraded xz (4.999.9beta-5 -> 4.999.9beta_174_g41bc-1)
    [2010-09-25 00:36] upgraded youtube-dl (2010.07.14-1 -> 2010.08.04-1)
    [2010-09-25 00:41] Running 'pacman -S xcompmgr'
    [2010-09-25 00:41] installed xcompmgr (1.1.5-1)
    [2010-09-27 23:25] Running 'pacman -S libimobiledevice'
    [2010-09-27 23:25] installed libplist (1.3-1)
    [2010-09-27 23:25] installed usbmuxd (1.0.4-2)
    [2010-09-27 23:25] installed libimobiledevice (1.0.2-1)
    [2010-09-27 23:27] Running 'pacman -U /home/brandon/downloads/ipheth-utils/ipheth-utils-1.0-1-i686.pkg.tar.xz'
    [2010-09-27 23:27] >>> Reloading udev rules
    [2010-09-27 23:27] >>> You can load the iPhone Ethernet Driver now - ipheth
    [2010-09-27 23:27] installed ipheth-utils (1.0-1)
    Last edited by bas1 (2010-09-30 01:48:43)

    karol wrote:
    bas1 wrote:I guess the thing to do would be to try to re-generate the initrd via chroot, but I have no idea how to do this.
    http://wiki.archlinux.org/index.php/Chroot
    You may try to add or remove some hooks as this mysteriously helped some folks.
    Good luck.
    Well, chrooting and regenerating the initial ramdisk has fixed it! Thanks for the help!!
    Edit:  and just FYI, I didn't change any hooks in /etc/mkinitcpio.conf when I re-generated.  But yeah, if someone else has this issue, try playing with them.
    Last edited by bas1 (2010-09-30 01:59:47)

  • Hard drive will not mount shows up in Disk Utility

    I have an external drive with a bootable OS X 10.6.8. I was in a transition between building up a SSD swapped drive. The SSD is installed in the CPU box but I have my old installation running from an external.
    I have several external hard drives. They are all Firewire. Some have USB 3.0 and or eSATA options but my MacMini only talks to Firewire and USB 2.0.
    I understand that you daisy chain Firewire drives and turn them on and off in sequence as they fall from the CPU box/case.
    Firewire is a power source. I run the external with the OS using an AC adapter but one Firewire drive is powered through Firewire.
    I have had as many as 4 external drives running along with the internal drive without a glitch while I was reorganizing files.
    Today I booted off the external drive. It was running fine. I turned on one Firewire drive (the one that runs on Firewire power). That drive stumbled. I recognized the sound when there is an interruption in power. This cause the external boot drive to stall. I had to force a reboot.
    Now the external boot drive will not boot up. It does not mount but Disk Utility sees it. The drive itself is bright and clear in Disk Utility but the partition (single) is faded out. I can run Verify and repair in DU. DU says it doesn't see anything to repair. It will not mount on its own or when I click the Mount button in DU. It does not produce an icon on the Desktop (because it is not mounting).
    I also have SpeedTools. But although it sees the drive I cannot do anything with it. None of its tools run more than a spli second before they fail.
    This drive has USB 3.0 and I see everything through USB that I see through Firewire. Connecting the other way did not get around the problem.
    Of course I will buy an AC adapter for every external drive and never run them using Firewire again but the horse is out of the barn.
    I have the original installation disks and could run the Archive and Install option but it would require physically swapping drives with the internal. I'd like to avoid it if possible. It is a MacMini and tedious.
    Any suggestions?

    I took the problematic hard drive and installed it in my Mac Mini so I could attempt a Safe Boot and then Archive and Install if necessary.
    Safe Mode didn't work. The drive produced the circle with a slash symbol.
    I reset the PRAM which was part of a list of steps to work through I found created by Apple Support.
    I was able to boot up to Verbose Mode and view the text of the boot process. I wrote it all down. I can answer questions about the content better than typing it all out exactly. It includes, "...journal magic is bad..." "...failed to open..." and ends with "...cannot mount root, errno = 19"
    I attempted Archive and Install however when it went to show what target drives were available it was a blank box and all buttons were grayed out.
    I rebooted and opened Disk Utility from the DVD. The drive appeared the same with the top main line bright and the partitioned volume faded. Still was unable to mount. I ran Verify and this time a red line of text appeared "Invalid content in Journal" and at the end I ran Repair. When running I could read line by line and at one point it showed "checking volume information" then the following line "Repairing volume" the following line "Rechecking volume" more line of checking then it ended with "The volume was repaired successfully."
    It still would not mount. I ran Verify again and again said "Invalid content in Journal" and this time it stopped midway saying "The volume was found corrupt and needs to be repaired. Error: This disk needs to be repaired. Click Repair Disk."
    I clicked Repair and it ended with The vol. was repaired successfully."
    Still unable to mount I began repeating Repair over and over. Each time it found something to repair and ended with a success message. After several more Repairs I tried Verify and it stopped midway saying to Repair the disk.
    Question: Does running Repair multiple times continue to correct bits and pieces little by little or is this a generic message and we should treat it as a problem Disk Utility cannot pinpoint and is just beating its head against the wall?
    The step by step instructions I downloaded mentioned running Repair more than once but it did not say that running it 20 times would erode some problems and eventually lead to a fully repaired disk (if the problem was something DU could take care of in the first place). At this point I have run Repair about 20 times total with a series of 10 back to back skipping Verify. I keep seeing the lines about invalid content in a journal and that it repaired something successfully. Yet I still cannot mount the disk.

  • [Solved] unable to mount harddisk partition or flash drive

    After recent updates to gnome 3.4.2,i am unable to mount  harddisk partition or flash drive .I have 2 year old arch installation with gnome.
    When i click on partitions in nautilus,it says "Unable to mount program files \n Not authorized to perform operation"
    Problem is not only while mounting partitions.
    Wherever we need authorization .Like changing date and time ,changing user accounts using gnome UI etc.The unlock button is greyed out permanently.
    even i am not able to shutdown using gnome menus. it just log me out only ,do not restart or shutdown.Though i can shutdown using shutdown command on commandline.
    i run gnome using daemon method. not through xinitrc .
    https://bugs.archlinux.org/task/25031?p … ekit#close
    I found a similar discussion in this bug. But since, i do not use xinitrc, it is unlikely they will help me.
    Can someone be kind enough to help me on this?
    Thanks in advance.
    Last edited by piyushbhatt (2012-09-11 05:48:57)

    maybe changes in udev or any other package
    you have polkit polkit-gnome
    and you user is in optical, disks and wheel groups?
    for me those above work in every sitation

  • Unable to mount samba share file for xbox 360

    I want to be able to stream music from a directory in my arch linux computer (xfce4) to my xbox using samba on a local network using ethernet cables and a router not connected to the internet. I've been able to get samba to startup and I see the folder "share" in my network tab in thunar, but I am currentlly unable to mount that folder. I haven't been able to get the xbox to recognize my arch computer or visa versa.
    Here is the configuration I am running as of now:
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = XBOX
    # server string is the equivalent of the NT Description field
    server string = "Samba Server"
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = user
    [share]
    comment = music for xbox
    path = /home/ricky/Music
    browsable = yes
    guest ok = yes
    read only = yes
    create mask = 0777
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    I did a chmod -r 777 on the ~/Music directory already and I still haven't been able to mount it. I have read in the wiki that creating a /mnt/xboxshare directory, for example, would actually mount the share directory and allow the xbox to share. However, I would rather just use the directory I specified instead of creating another directory. Has anyone else experienced this problem or have any advice for me?
    Here is some additional information:
    I do have to input a password when I issue this command
    $ smbclient -L \\RG_ARCH
    Enter password:
    Domain=[XBOX] OS=[Unix] Server=[Samba 3.6.8]
    Sharename Type Comment
    share Disk music for xbox
    IPC$ IPC IPC Service ("Samba Server")
    rg Disk Home Directories
    Domain=[XBOX] OS=[Unix] Server=[Samba 3.6.8]
    Server Comment
    RG_ARCH Samba Server
    Workgroup Master
    XBOX RG_ARCH

    I was wondering whether it had anything to do with the network I was using. The router I am using can't access the internet and I am using the basic 192.168.1.X setup with 255.255.255.0 as the mask.
    My computer has an ip of 192.168.1.2 and the xbox has an ip of 192.168.1.3. However, I am still unable to ping the xbox or even see it show up in the network. I did notice that whenever I am using another router that is connected to the internet, I can see other windows based computers in the network tab in thunar under "windows network"
    Also, I do have a username and password associated with the samba setup.. so I assume maybe that has something do with it. I checked the permissions of the share folder and it was root:root with read and write permissions. I know samba is working fairly well.. but for whatever reason I can't get the xbox to connect even while it is on the same local network.

  • Unable to Mount "Mac OS standard" Volumes

    I am unable to mount volumes of file system "Mac OS standard." In this case I am trying to mount an image I made of a Starcraft BroodWars CD, but my computer claims that the file is damaged. However it says this of all of my saved images and I find this to be unlikely. I attempted to burn the image to disk using the Disk Utility, but even while disk utility seems to recognize the CD, it will still not mount it. Attempts to verify the disk yield the error:
    Verifying volume “Brood War CD”
    Checking HFS volume.
    Invalid number of allocation blocks
    Volume check failed.
    Error: Filesystem verify or repair failed.
    Any advice?

    Yes, I think you need to repair your hard drive from your disk. Did you try to reset the Pram?
    If my advise is something you already tried, remember there is no way for me to know this.
    If you want instructions on either, post back.
    I wish you well.
    Ray

  • Mounting Sol 8 SPARC disk on Solaris 10 x86

    I have been having a very difficult time mounting a Solaris 8 (SPARC) SCSI disk on a Solaris 10 x86 box. The disk is recognized (it shows up under format as c2t2d0). I cannot mount it at all.
    The individual slices will mount under another Sol 8 machine. I can also boot the x86 machine with System Rescue CD, and it will mount the individual SunOS slices as UFS with the -o ro option.
    I have look extensively on the web for a solution, with no luck so far. I am clearly missing something very basic. I'd appreciate any pointers.
    Thanks!
    Tom

    UFS on Solaris is endian-specific. Solaris does not support mounting big-endian UFS (SPARC) on a little-endian host (x86). I don't know that anyone was trying to work on a converter.
    The other problem you'll run into is that x86 drivers expect an MBR label on the disk with a VTOC inside a Solaris partition, while SPARC disks usually have only the VTOC label.
    See also this thread:
    [UFS-discuss Endian|http://mail.opensolaris.org/pipermail/ufs-discuss/2007-April/000857.html]
    Darren

  • Solaris 10:unable to mount a solaris root file system

    Hi All,
    I am trying to install Solaris 10 X86 on a Proliant DL385 Server it has a Smart array 6i, I have download the driver from the HP web site, on booting up the installation CD 1, adding the device driver, it sees the device but now says it can���t mount the device. Any clues what I need to do?
    Screen Output:
    Unable to mount a Solaris root file system from the device
    DISK: Target 0, Bios primary drive - device 0x80
    on Smart Array 6i Controller on Board PCI bus 2, at Dev 4
    Error message from mount::
    /pci&#64;0,0/pci1022,7450&#64;7/pcie11,4091&#64;4/cmdk&#64;0,0:a: can't open - no vtoc
    any assistence would be appreciated.

    Hi,
    I read the Message 591 (Agu 2003) and the problem is quite the same. A brief description: I have aLaptop ASUS with HDD1 60GB and a USB storage HDD (in next HDD2) 100GB. I installed Solaris 10 x86 on HDD2 (partition c2t0d0s0). At the end of installation I removed the DVD and using BIOS features I switched the boot to HDD2. All ok; I received the SUN Blue Screen and I choose the active Solaris option; but at the beginning of the boot I received the following error message
    Screen Output:
    Unable to mount a Solaris root file system from the device
    DISK: Target 0: IC25N060 ATMR04-0 on Board ....
    Error message from mount::
    /pci&#64;0,0/pci-ide2,5/ide&#64;1/cmdk&#64;0,0:a: can't open
    any assistence would be appreciated.
    Regards

  • Unable to mount partition

    I'm unable to get a disk partition to mount. The partition has/had 10.6 installed and I was probably doing something I shouldn't have while installing windows on a separate partition. Since then, I am unable to start-up from that mac drive.
    I had to create a new partition and install OSX again. When I open disk utility it sees the old drive but it is grey-out. When I run repair disk everything is ok but once I click to mount the drive I get a message that "The disk could not be mounted. Try running repair disk and then retry mounting", which seems to be an endless cycle that does not work. I've tried using Techtool and Drive Genius and they recognize and "repair" the disk but I am still unable to mount it.
    Any suggestions?

    I erased the windows partition and created a new partition with disk utility and installed OSX. I don't want to erase the old partition because I would like to extract what I can before erasing to entire hard drive. I have backup thru time machine but I want to make I have everything.

  • Sol 8: Unable to mount boot

    Hi ..i am trying to install Sol 8 on a PIII machine, but
    Solaris 8 (x86) install dies after these lines:
         Copying mini-root to local disk....done.
         Copying platform specific files....done.
         Preparing to reboot and continue installation.
         Unable to mount /dev/dsk/c0tod0po:boot     
         Solaris Web Start 3.0 installer
         and it drops to shell.
    What did i do wrong? Thanks for ur help!!!!!

    Hi,
    Check your system configuration with Solaris 8 hardware compatibility list.
    Refer this URL: http://soldc.sun.com/support
    Revert back.
    Thanks,
    Senthilkumar
    SUN - DTS

  • Ext3fs file system access on Sparc SCSI disk

    We've got a requirement to read data from a SCSI disk with an ext3fs file system which will be connected to a SunBlade system. Write capability would be a bonus.
    We've found some old (and not working) implementations to allow Solaris to mount and read ext2, but these don't work on Sparc. Things like LTools won't work either, since Solaris won't allow access to a SCSI disk that doesn't have a Solaris label on it.
    Does anyone know of any possible solutions to this problem? Any one know of ext3fs for Solaris? Any one know how to access an internal SCSI disk on Sparc that doesn't have a Solaris label on it?
    Thanks
    Ed

    Hmmmmmm........Thanks for the suggestions - have written a test and the results arent good.
    Using file filter to "find" the file is just too slow (1.4 secs and i need to do this 4million times for my application).
    So I understand why the filter is slow compared to directly naming the file as we have to accept/reject them all, whereas if we know the file we can go straight to it. But this is a nightmare for my app. Looks like Im going to have to think again....
      public static void main(String[] args) throws Exception {
        String dir = "/path/files";
        File dirf = new File(dir);
        long l = System.currentTimeMillis();
        File f1 = new File(dirf,"TheRealFile.3253.ser"); // The file in the 30,000 we want
        InputStream i = new FileInputStream(f1);
        System.err.println("--> "+i.read());
        i.close();
        System.err.println("Took: "+(System.currentTimeMillis()-l)+" ms");
        // Test 2
        FileFilter ffx = new FileFilter() {
          public boolean accept(File s) {
            return s.isFile() &&
                   s.getName().startsWith("TheRealFile")
                   && s.getName().endsWith(".ser");
        l = System.currentTimeMillis();
        File [] f2 = dirf.listFiles(ffx);
        //System.err.println("Found: "+f2[0]);
        InputStream i2 = new FileInputStream(f2[0]);
        System.err.println("--> "+i2.read());
        i2.close();
        System.err.println("Took: "+(System.currentTimeMillis()-l)+" ms");
    --> 172
    Took: 0 ms
    --> 172
    Took: 1482 ms

  • Unable to mount USB NTFS hard drive on mac

    I am trying to mount an iomega ego 1 TB USB hardrive on my mac pro.
    The drive is formatted for windows. Normally you could at least see the drive mount. To help make it writeable from the mac I am using FUSE and Tuxera NTFS. After a clean reinstallation of snow leopard and update with the latest patches etc... This was working fine. The drive was seen by OSX and i could read/write to it without issues.
    I then went about restoring some applications with the mac migration tool. Since that was done the drive no longer mounts to the desktop.
    I see the following error in the console logs:
    12/28/10 11:49:59 PM kernel USBMSC Identifier (non-unique): 090000000000186D 0x59b 0x70 0x0
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:06 PM kernel SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    12/28/10 11:50:09 PM diskarbitrationd[12] unable to mount /dev/disk5s1 (status code 0x00000001).
    12/28/10 11:50:23 PM USB Prober[459] USB Prober: GetUSBDeviceInformation() for device @5a110000 failed with kIOReturnNotResponding
    did one of my migrated apps kebosh something? Any suggestions are welcome.

    Those errors sound like your drive is having serious trouble. It is probably time to look for a replacement for it. I certainly hope everything on that disk is backed up.
    Allan

  • Unable to mount flash drive w/ OS 9.2.2 and Powerbook G3

    I've upgraded my G3 Pismo up to OS 9.2.2. However, the system won't mount a USB flash drive.
    Here's a breakdown of the problem(s):
    1) Insert flash drive, but flash drive won't appear on desktop.
    2) Check System Profiler, and system freezes.
    3) Remove flash drive from USB hub, and system unfreezes. System Profiler now has a listing for "Sandisk Cruzer Mini" in the USB -- even though the flash drive is no longer there.
    4) Check extensions. There is no USB Mass Storage Support extension. Download from Apple site, the USB Mass Storage Support 1.3.5 extension.
    5) Attempt to install this extension. Won't let me do it. Gives the message "This program cannot be run on your computer. See the documentation for details."
    6) Check documentation. I have the requisite system: Powerbook G3 and OS 9.2.2.
    7) Attempt to reinstall OS 9.2.2, as perhaps that might fix the problem.
    8) Cannot re-install OS 9.2.2. Gives the message: "The application program 9.2.2.smi etc. cannot be opened because an error of type -39 occurred."
    9) Clueless at this point.

    Hi, BGBchewy -
    Re the USB Mass Storage Support item, the ReadMe that accompanies it and comprises the info on the download page states -
        "Requirements
        Mass Storage Support 1.3.5 requires Mac OS 8.6. You do not need to install this software if you have installed Mac OS 9."
    Ditto the later version of that software, USB Adapter Card Support 1.4.1.
    This user Tip may provide the assistance you need -
    http://discussions.apple.com/thread.jspa?messageID=607556&
    <hr>
    Re the -39 error and the OS 9.2.2 download update, that error is most commonly caused by Stuffit Expander intruding where it should not. The download is in a .smi (self-mounting image) format, a format generated by Apple's Disk Copy. Stuffit Expander has ShrinkWrap technology built-in, which allows it to mount some kinds of disk images - but not .smi ones. Yet ShrinkWrap tries to - hence the error message.
    The solution - double-click Stuffit Expander, and open its Preferences (under the File menu). Select "Disk Images" from the list on the left, then turn off (uncheck) "Mount Disk Images". Quit Stuffit Expander.

  • Unable to read task sequence configuration disk

    Target Server is an HP ProLiant BL460c G5
    I'm trying to load my reference iso via the iLO connection, mounting the image to the CD drive.  I used the same process to create the WIM file on my Source Server and it worked fine.  I boot from the CD, it loads windows files, then comes up to
    the SCCM screen with the error "Unable to read task sequence configuration disk."
    Any ideas what's going on?

    In my case I had the same error using SCCM boot media in a USB 3.0 port. Solution was here to use a USB 2.0 port to solve it.
    Maybe this will help you:
    http://www.jamesbannanit.com/2012/02/unable-to-read-task-sequence-configuration-disk-in-sccm-osd/
    My blogs: Henk's blog and
    Virtuall | Follow Me on:
    Twitter | View My Profile on:
    LinkedIn

  • Unable for format SD card with HFS using internal Card Reader

    I'm suspecting that this must be a software/driver issue, but I'm stumped... MacBook Air Mid2012 with 10.8 and latest updates.
    The symptom is the following: SanDisk 64GB UHS card in the SD Card slot. Formats fine both FAT and ExFAT. Attempting for format HFS (any combination of encrypted, case sensitive, etc), the card formats but can't mount. Repair fails too.
    Now here's the kicker, put the same card in and external SD Card Reader (via USB), it formats HFS and mounts fine. Still can't mount via the internal reader though. Tried other SD cards, down to 4GB, same deal...
    Hope someone has seen this before! 
    Thanks

    Just a followup, in case others read this thread.
    The problem was a hardware issue, requiring the LogicBoard to be replaced.
    A quick test to verify the problem is to insert a SD Card, run Disk Utility and Erase the SD Card. Any format (FAT, HFS, etc) will be fine.
    Once the Erase is complete, run a Verify Disk. If you have LOTS of errors during the verify, then there is a problem.
    Thanks

Maybe you are looking for

  • Since upgrading to Lion OSX Firefox won't download statements or pdfs?

    When trying to download end of month statements from Orange or Skype the download is not permitted with a message saying try saving it somewhere else? So i opened everything in Safari and it was OK, but want to work with Firefox as I prefer the tab s

  • Selection Screen in web error

    Dear All, I am executing a report in web in Java runtime (BI 7 enviornment). I get the selection screen. I have a variable for which I have to give the range. I press F4. A new sub window openes where I can give from and to value. I click on F4 again

  • Functioning of Enqueue and dequeue function modules

    Hi to all Please tell me what is the actual functioning of HR_EMPLOYEE_ENQUEUE and HR_EMPLOYEE_DEQUEUE function modules. My requirement is that if any one working on same employee no. or other tcode is processing same emp no then no one able to work

  • MacBook Pro won't sleep? SIIG expresscard 11-in-1 reader is the cause!

    After much searching I have found that the cause of my MacBook Pro not sleeping (blanks screen tries to eject cd, repeat...) is that I have to remove the SIIG card from the slot. Now it sleeps just fine. Thought I could save some people some time. ma

  • Faux sidebar not displaying in browser

    To solve a "where are you" issue I am trying to use a faux sidebar. A simple 20x400px transparent png with some vertical text in the bottom. Placed as background, repeat y, positioned top and right. Using a default oneColFixCtr.php template if I add