[SOLVED] Problem with installing wireless driver (Boradcom)

Hi!
I am trying to install the driver for my wireless card: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02).
And I found this driver: www.broadcom.com/support/ethernet_nic/netlink.php, and I'm trying to follow the instructions included in the README, but when i run make, i get this:
[stian@stian tg3-3.110g]$ make
sh makeflags.sh > tg3_flags.h
grep: /include/linux/kernel.h: No such file or directory
grep: /include/linux/types.h: No such file or directory
grep: /include/linux/types.h: No such file or directory
grep: /include/linux/types.h: No such file or directory
grep: /include/linux/slab.h: No such file or directory
grep: /include/linux/delay.h: No such file or directory
grep: /include/linux/delay.h: No such file or directory
grep: /include/linux/skbuff.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/pci.h: No such file or directory
grep: /include/linux/if_ether.h: No such file or directory
grep: /include/linux/ethtool.h: No such file or directory
grep: /include/linux/ethtool.h: No such file or directory
grep: /include/linux/ethtool.h: No such file or directory
grep: /include/linux/skbuff.h: No such file or directory
grep: /include/linux/skbuff.h: No such file or directory
grep: /include/linux/ip.h: No such file or directory
grep: /include/net/ip.h: No such file or directory
grep: /include/linux/tcp.h: No such file or directory
grep: /include/linux/tcp.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
awk: cmd. line:1: fatal: cannot open file `/include/linux/netdevice.h' for reading (No such file or directory)
makeflags.sh: line 165: [: too many arguments
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/etherdevice.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/netdevice.h: No such file or directory
grep: /include/linux/if_vlan.h: No such file or directory
make -C SUBDIRS=/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g modules
make: *** SUBDIRS=/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g: No such file or directory. Stop.
make: *** [default] Error 2
What does this mean? (Yes I am very new to Arch, and Linux in general, but I want to learn!)
All help is appreciated!
Last edited by sudo make sandwich (2010-11-20 20:05:34)

Thanks for fast reply!
After I installed kernel26-headers, and tried to do 'make' again i got the following:
[stian@stian tg3-3.110g]$ make
make -C /lib/modules/2.6.35-ARCH/build SUBDIRS=/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g modules
make[1]: Entering directory `/usr/src/linux-2.6.35-ARCH'
CC [M] /home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.o
In file included from /home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.h:13:0,
from /home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:94:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:50:13: error: conflicting types for 'bool'
include/linux/types.h:34:17: note: previous declaration of 'bool' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:56:13: error: redefinition of typedef '__le32'
include/linux/types.h:170:25: note: previous declaration of '__le32' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:57:13: error: redefinition of typedef '__be32'
include/linux/types.h:171:25: note: previous declaration of '__be32' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:61:23: error: conflicting types for 'resource_size_t'
include/linux/types.h:188:21: note: previous declaration of 'resource_size_t' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:86:21: error: conflicting types for 'kzalloc'
include/linux/slab.h:319:21: note: previous definition of 'kzalloc' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:109:28: error: static declaration of 'jiffies_to_usecs' follows non-static declaration
include/linux/jiffies.h:297:21: note: previous declaration of 'jiffies_to_usecs' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:122:22: error: static declaration of 'usecs_to_jiffies' follows non-static declaration
include/linux/jiffies.h:299:22: note: previous declaration of 'usecs_to_jiffies' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:137:22: error: static declaration of 'msecs_to_jiffies' follows non-static declaration
include/linux/jiffies.h:298:22: note: previous declaration of 'msecs_to_jiffies' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:173:13: error: static declaration of 'msleep' follows non-static declaration
include/linux/delay.h:46:6: note: previous declaration of 'msleep' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:185:22: error: static declaration of 'msleep_interruptible' follows non-static declaration
include/linux/delay.h:47:15: note: previous declaration of 'msleep_interruptible' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:242:22: error: static declaration of 'pci_ioremap_bar' follows non-static declaration
include/linux/pci.h:1373:15: note: previous declaration of 'pci_ioremap_bar' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:504:0: warning: "dma_unmap_addr" redefined
include/linux/dma-mapping.h:221:0: note: this is the location of the previous definition
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:508:0: warning: "dma_unmap_addr_set" redefined
include/linux/dma-mapping.h:222:0: note: this is the location of the previous definition
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:512:27: error: static declaration of 'pci_choose_state' follows non-static declaration
include/linux/pci.h:810:13: note: previous declaration of 'pci_choose_state' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'pci_choose_state':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:515:2: error: incompatible types when returning type 'pm_message_t' but 'pci_power_t' was expected
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:520:13: error: conflicting types for 'pci_pme_capable'
include/linux/pci.h:811:6: note: previous declaration of 'pci_pme_capable' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:539:12: error: conflicting types for 'pci_enable_wake'
include/linux/pci.h:821:19: note: previous definition of 'pci_enable_wake' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:565:12: error: static declaration of 'pci_set_power_state' follows non-static declaration
include/linux/pci.h:809:5: note: previous declaration of 'pci_set_power_state' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:638:19: error: static declaration of 'pcie_set_readrq' follows non-static declaration
include/linux/pci.h:791:5: note: previous declaration of 'pcie_set_readrq' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:678:1: error: conflicting types for 'pci_read_vpd'
include/linux/pci.h:838:9: note: previous declaration of 'pci_read_vpd' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:933:19: error: redefinition of 'skb_transport_offset'
include/linux/skbuff.h:1366:19: note: previous definition of 'skb_transport_offset' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'skb_transport_offset':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:935:19: error: 'const struct sk_buff' has no member named 'h'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:940:29: error: redefinition of 'ip_hdr'
include/linux/ip.h:110:29: note: previous definition of 'ip_hdr' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'ip_hdr':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:942:12: error: 'const struct sk_buff' has no member named 'nh'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:947:28: error: redefinition of 'ip_hdrlen'
include/net/ip.h:47:28: note: previous definition of 'ip_hdrlen' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:954:30: error: redefinition of 'tcp_hdr'
include/linux/tcp.h:213:30: note: previous definition of 'tcp_hdr' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'tcp_hdr':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:956:12: error: 'const struct sk_buff' has no member named 'h'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:961:28: error: redefinition of 'tcp_optlen'
include/linux/tcp.h:223:28: note: previous definition of 'tcp_optlen' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1193:20: error: redefinition of 'skb_copy_from_linear_data'
include/linux/skbuff.h:1864:20: note: previous definition of 'skb_copy_from_linear_data' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1202:13: error: redefinition of typedef 'netdev_tx_t'
include/linux/netdevice.h:111:24: note: previous declaration of 'netdev_tx_t' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1263:20: error: redefinition of 'netif_tx_lock'
include/linux/netdevice.h:1944:20: note: previous definition of 'netif_tx_lock' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'netif_tx_lock':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1265:16: error: 'struct net_device' has no member named 'xmit_lock'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1266:5: error: 'struct net_device' has no member named 'xmit_lock_owner'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1269:20: error: redefinition of 'netif_tx_unlock'
include/linux/netdevice.h:1972:20: note: previous definition of 'netif_tx_unlock' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: In function 'netif_tx_unlock':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1271:5: error: 'struct net_device' has no member named 'xmit_lock_owner'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1272:18: error: 'struct net_device' has no member named 'xmit_lock'
In file included from /home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.h:13:0,
from /home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:94:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h: At top level:
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1393:8: error: redefinition of 'struct netdev_hw_addr'
include/linux/netdevice.h:222:8: note: originally defined here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1397:0: warning: "netdev_for_each_mc_addr" redefined
include/linux/netdevice.h:254:0: note: this is the location of the previous definition
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:1489:11: error: redefinition of 'mii_resolve_flowctrl_fdx'
include/linux/mii.h:265:18: note: previous definition of 'mii_resolve_flowctrl_fdx' was here
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_napi_disable':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:806:2: error: implicit declaration of function 'netif_poll_disable'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_napi_enable':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:818:2: error: implicit declaration of function 'netif_poll_enable'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_tx':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4773:6: error: implicit declaration of function 'dma_unmap_addr'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4773:25: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4773:25: note: each undeclared identifier is reported only once for each function it appears in
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_rx_skb_free':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4825:48: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_alloc_rx_skb':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4891:2: error: implicit declaration of function 'dma_unmap_addr_set'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_recycle_rx':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:4936:31: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_rx':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5007:34: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5175:4: error: implicit declaration of function 'netif_rx_schedule'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_poll':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5502:4: error: implicit declaration of function 'netif_rx_complete'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5516:27: error: 'struct net_device' has no member named 'quota'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5517:24: error: 'struct net_device' has no member named 'quota'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5522:9: error: 'struct net_device' has no member named 'quota'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tigon3_dma_hwbug_workaround':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:5993:7: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_free_rings':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:6782:27: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function '__tg3_set_rx_mode':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:9885:3: error: 'struct net_device' has no member named 'mc_list'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:9885:3: error: dereferencing pointer to incomplete type
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:9885:3: error: dereferencing pointer to incomplete type
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_run_loopback':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:11373:55: error: 'mapping' undeclared (first use in this function)
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tg3_init_one':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:15363:5: error: 'struct net_device' has no member named 'poll'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c:15364:5: error: 'struct net_device' has no member named 'weight'
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'pci_choose_state':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:516:1: warning: control reaches end of non-void function
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'ip_hdr':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:943:1: warning: control reaches end of non-void function
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.c: In function 'tcp_hdr':
/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3_compat.h:957:1: warning: control reaches end of non-void function
make[2]: *** [/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g/tg3.o] Error 1
make[1]: *** [_module_/home/stian/Desktop/Downloads/Server/Linux/Driver/tg3-3.110g] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
make: *** [default] Error 2
Leaves me blank :S

Similar Messages

  • Equium P200-1ED - have problem with installing VGA driver

    Hello
    I have problem with installing vga video driver, each time in installion it stops on
    Version: 6,14.10,4833 and there is error poping up.........
    Please help!

    Hello
    What error message is it exactly?
    Make sure that the chipset driver and SP2 is installed at least.
    I had a similar issue that I cant install the display driver. The error message was something like the hardware is not supported
    But it was very easy to solve this problem. I installed the driver via device manager. I have selected the graphic card and choose update driver. Then I did choose the advanced installation to choose the directory by myself.
    Anyway, after restart the driver was installed and it worked. :)
    Greets

  • [SOLVED] Problem with second SATA drive

    My laptop has two hard drive bays, and just recently I added a second SATA drive (moved it from my old laptop) to the extra bay.
    Now, anytime the second hard drive /dev/sdb has any heavy disk activity, it appears to cause a shutdown of the SATA port for the first drive (/dev/sda)!  Though the second drive is still fine, and I can still write to it until the system crashes from the root drive (on /dev/sda) being shutdown.
    If I don't mount and use the second drive, the first drive works just fine, and I can pound it with traffic without issue.
    I can reproduce this problem by copying large amounts of data to drive 2.
    This is when I get in my dmesg when the first SATA drive shuts down:
    [ 3013.249525] ata1.00: exception Emask 0x0 SAct 0x7ff SErr 0x0 action 0x6 frozen
    [ 3013.249532] ata1.00: failed command: READ FPDMA QUEUED
    [ 3013.249539] ata1.00: cmd 60/08:00:78:b8:ba/00:00:24:00:00/40 tag 0 ncq 4096 in
    [ 3013.249539] res 40/00:00:00:4f:c2/00:00:00:00:00/40 Emask 0x4 (timeout)
    [ 3013.249543] ata1.00: status: { DRDY }
    [ 3013.249545] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249559] ata1.00: cmd 61/08:08:b8:60:7b/00:00:29:00:00/40 tag 1 ncq 4096 out
    [ 3013.249559] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249562] ata1.00: status: { DRDY }
    [ 3013.249564] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249568] ata1.00: cmd 61/08:10:c0:60:7b/00:00:29:00:00/40 tag 2 ncq 4096 out
    [ 3013.249568] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249570] ata1.00: status: { DRDY }
    [ 3013.249572] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249576] ata1.00: cmd 61/08:18:c8:60:7b/00:00:29:00:00/40 tag 3 ncq 4096 out
    [ 3013.249576] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249578] ata1.00: status: { DRDY }
    [ 3013.249580] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249585] ata1.00: cmd 61/08:20:48:12:d7/00:00:18:00:00/40 tag 4 ncq 4096 out
    [ 3013.249585] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249587] ata1.00: status: { DRDY }
    [ 3013.249589] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249593] ata1.00: cmd 61/08:28:28:63:38/00:00:19:00:00/40 tag 5 ncq 4096 out
    [ 3013.249593] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249595] ata1.00: status: { DRDY }
    [ 3013.249597] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249601] ata1.00: cmd 61/08:30:28:6f:38/00:00:19:00:00/40 tag 6 ncq 4096 out
    [ 3013.249601] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249603] ata1.00: status: { DRDY }
    [ 3013.249605] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249609] ata1.00: cmd 61/08:38:28:98:ae/00:00:25:00:00/40 tag 7 ncq 4096 out
    [ 3013.249609] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249611] ata1.00: status: { DRDY }
    [ 3013.249613] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249617] ata1.00: cmd 61/08:40:d8:79:3b/00:00:25:00:00/40 tag 8 ncq 4096 out
    [ 3013.249617] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249619] ata1.00: status: { DRDY }
    [ 3013.249621] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249625] ata1.00: cmd 61/08:48:08:98:b6/00:00:18:00:00/40 tag 9 ncq 4096 out
    [ 3013.249625] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249627] ata1.00: status: { DRDY }
    [ 3013.249629] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 3013.249633] ata1.00: cmd 61/08:50:10:98:36/00:00:19:00:00/40 tag 10 ncq 4096 out
    [ 3013.249633] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3013.249636] ata1.00: status: { DRDY }
    [ 3013.249640] ata1: hard resetting link
    [ 3013.575549] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3013.576784] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 3013.578334] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 3013.578588] ata1.00: configured for UDMA/133
    [ 3013.592223] ata1.00: device reported invalid CHS sector 0
    [ 3013.592233] ata1.00: device reported invalid CHS sector 0
    [ 3013.592238] ata1.00: device reported invalid CHS sector 0
    [ 3013.592242] ata1.00: device reported invalid CHS sector 0
    [ 3013.592246] ata1.00: device reported invalid CHS sector 0
    [ 3013.592250] ata1.00: device reported invalid CHS sector 0
    [ 3013.592254] ata1.00: device reported invalid CHS sector 0
    [ 3013.592258] ata1.00: device reported invalid CHS sector 0
    [ 3013.592263] ata1.00: device reported invalid CHS sector 0
    [ 3013.592267] ata1.00: device reported invalid CHS sector 0
    [ 3013.592271] ata1.00: device reported invalid CHS sector 0
    [ 3013.592302] sd 0:0:0:0: [sda]
    [ 3013.592306] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592310] sd 0:0:0:0: [sda]
    [ 3013.592313] Sense Key : 0xb [current] [descriptor]
    [ 3013.592320] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592323] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592342] 00 00 00 00
    [ 3013.592351] sd 0:0:0:0: [sda]
    [ 3013.592353] ASC=0x0 ASCQ=0x0
    [ 3013.592358] sd 0:0:0:0: [sda] CDB:
    [ 3013.592361] cdb[0]=0x28: 28 00 24 ba b8 78 00 00 08 00
    [ 3013.592376] end_request: I/O error, dev sda, sector 616216696
    [ 3013.592414] sd 0:0:0:0: [sda]
    [ 3013.592417] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592421] sd 0:0:0:0: [sda]
    [ 3013.592423] Sense Key : 0xb [current] [descriptor]
    [ 3013.592428] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592431] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592449] 00 00 00 00
    [ 3013.592458] sd 0:0:0:0: [sda]
    [ 3013.592460] ASC=0x0 ASCQ=0x0
    [ 3013.592465] sd 0:0:0:0: [sda] CDB:
    [ 3013.592467] cdb[0]=0x2a: 2a 00 29 7b 60 b8 00 00 08 00
    [ 3013.592482] end_request: I/O error, dev sda, sector 695951544
    [ 3013.592505] sd 0:0:0:0: [sda]
    [ 3013.592508] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592512] sd 0:0:0:0: [sda]
    [ 3013.592514] Sense Key : 0xb [current] [descriptor]
    [ 3013.592519] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592522] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592540] 00 00 00 00
    [ 3013.592549] sd 0:0:0:0: [sda]
    [ 3013.592551] ASC=0x0 ASCQ=0x0
    [ 3013.592556] sd 0:0:0:0: [sda] CDB:
    [ 3013.592558] cdb[0]=0x2a: 2a 00 29 7b 60 c0 00 00 08 00
    [ 3013.592572] end_request: I/O error, dev sda, sector 695951552
    [ 3013.592583] sd 0:0:0:0: [sda]
    [ 3013.592586] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592589] sd 0:0:0:0: [sda]
    [ 3013.592592] Sense Key : 0xb [current] [descriptor]
    [ 3013.592597] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592599] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592618] 00 00 00 00
    [ 3013.592626] sd 0:0:0:0: [sda]
    [ 3013.592628] ASC=0x0 ASCQ=0x0
    [ 3013.592632] sd 0:0:0:0: [sda] CDB:
    [ 3013.592635] cdb[0]=0x2a: 2a 00 29 7b 60 c8 00 00 08 00
    [ 3013.592649] end_request: I/O error, dev sda, sector 695951560
    [ 3013.592665] sd 0:0:0:0: [sda]
    [ 3013.592668] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592671] sd 0:0:0:0: [sda]
    [ 3013.592673] Sense Key : 0xb [current] [descriptor]
    [ 3013.592678] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592684] Aborting journal on device dm-0-8.
    [ 3013.592701] EXT4-fs error (device dm-0) in ext4_reserve_inode_write:4476: Journal has aborted
    [ 3013.592687] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592723] 00 00 00 00
    [ 3013.592729] sd 0:0:0:0: [sda]
    [ 3013.592730] ASC=0x0 ASCQ=0x0
    [ 3013.592733] sd 0:0:0:0: [sda] CDB:
    [ 3013.592735] cdb[0]=0x2a: 2a 00 18 d7 12 48 00 00 08 00
    [ 3013.592744] end_request: I/O error, dev sda, sector 416748104
    [ 3013.592752] Buffer I/O error on device dm-0, logical block 266057
    [ 3013.592760] EXT4-fs warning (device dm-0): ext4_end_bio:250: I/O error writing to inode 5902184 (offset 258048 size 4096 starting block 266057)
    [ 3013.592766] sd 0:0:0:0: [sda]
    [ 3013.592768] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592771] sd 0:0:0:0: [sda]
    [ 3013.592772] Sense Key : 0xb [current] [descriptor]
    [ 3013.592776] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592778] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592790] 00 00 00 00
    [ 3013.592795] sd 0:0:0:0: [sda]
    [ 3013.592797] ASC=0x0 ASCQ=0x0
    [ 3013.592800] sd 0:0:0:0: [sda] CDB:
    [ 3013.592801] cdb[0]=0x2a: 2a 00 19 38 63 28 00 00 08 00
    [ 3013.592811] end_request: I/O error, dev sda, sector 423125800
    [ 3013.592817] Buffer I/O error on device dm-0, logical block 1063269
    [ 3013.592822] EXT4-fs warning (device dm-0): ext4_end_bio:250: I/O error writing to inode 5898577 (offset 970752 size 4096 starting block 1063269)
    [ 3013.592842] sd 0:0:0:0: [sda]
    [ 3013.592845] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592849] sd 0:0:0:0: [sda]
    [ 3013.592851] Sense Key : 0xb [current] [descriptor]
    [ 3013.592856] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592859] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592877] 00 00 00 00
    [ 3013.592885] sd 0:0:0:0: [sda]
    [ 3013.592887] ASC=0x0 ASCQ=0x0
    [ 3013.592892] sd 0:0:0:0: [sda] CDB:
    [ 3013.592894] cdb[0]=0x2a: 2a 00 19 38 6f 28 00 00 08 00
    [ 3013.592908] end_request: I/O error, dev sda, sector 423128872
    [ 3013.592915] Buffer I/O error on device dm-0, logical block 1063653
    [ 3013.592922] EXT4-fs warning (device dm-0): ext4_end_bio:250: I/O error writing to inode 5902187 (offset 1171456 size 4096 starting block 1063653)
    [ 3013.592931] sd 0:0:0:0: [sda]
    [ 3013.592934] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.592937] sd 0:0:0:0: [sda]
    [ 3013.592940] Sense Key : 0xb [current] [descriptor]
    [ 3013.592945] Descriptor sense data with sense descriptors (in hex):
    [ 3013.592947] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.592966] 00 00 00 00
    [ 3013.592974] sd 0:0:0:0: [sda]
    [ 3013.592976] ASC=0x0 ASCQ=0x0
    [ 3013.592980] sd 0:0:0:0: [sda] CDB:
    [ 3013.592983] cdb[0]=0x2a: 2a 00 25 ae 98 28 00 00 08 00
    [ 3013.592997] end_request: I/O error, dev sda, sector 632199208
    [ 3013.593006] Buffer I/O error on device dm-0, logical block 27197445
    [ 3013.593018] EXT4-fs warning (device dm-0): ext4_end_bio:250: I/O error writing to inode 6425165 (offset 151552 size 4096 starting block 27197445)
    [ 3013.593028] sd 0:0:0:0: [sda]
    [ 3013.593031] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.593034] sd 0:0:0:0: [sda]
    [ 3013.593037] Sense Key : 0xb [current] [descriptor]
    [ 3013.593042] Descriptor sense data with sense descriptors (in hex):
    [ 3013.593045] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.593063] 00 00 00 00
    [ 3013.593071] sd 0:0:0:0: [sda]
    [ 3013.593073] ASC=0x0 ASCQ=0x0
    [ 3013.593078] sd 0:0:0:0: [sda] CDB:
    [ 3013.593085] EXT4-fs error (device dm-0) in ext4_reserve_inode_write:4476: Journal has aborted
    [ 3013.593089] cdb[0]=0x2a: 2a 00 25 3b 79 d8 00 00 08 00
    [ 3013.593104] end_request: I/O error, dev sda, sector 624654808
    [ 3013.593111] Buffer I/O error on device dm-0, logical block 26254395
    [ 3013.593115] lost page write due to I/O error on dm-0
    [ 3013.593126] sd 0:0:0:0: [sda]
    [ 3013.593129] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.593132] sd 0:0:0:0: [sda]
    [ 3013.593135] Sense Key : 0xb [current] [descriptor]
    [ 3013.593140] Descriptor sense data with sense descriptors (in hex):
    [ 3013.593142] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.593161] 00 00 00 00
    [ 3013.593169] sd 0:0:0:0: [sda]
    [ 3013.593171] ASC=0x0 ASCQ=0x0
    [ 3013.593175] sd 0:0:0:0: [sda] CDB:
    [ 3013.593178] cdb[0]=0x2a: 2a 00 18 b6 98 08 00 00 08 00
    [ 3013.593192] end_request: I/O error, dev sda, sector 414619656
    [ 3013.593198] Buffer I/O error on device dm-0, logical block 1
    [ 3013.593201] lost page write due to I/O error on dm-0
    [ 3013.593211] sd 0:0:0:0: [sda]
    [ 3013.593213] Result: hostbyte=0x00 driverbyte=0x08
    [ 3013.593217] sd 0:0:0:0: [sda]
    [ 3013.593219] Sense Key : 0xb [current] [descriptor]
    [ 3013.593224] Descriptor sense data with sense descriptors (in hex):
    [ 3013.593227] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3013.593245] 00 00 00 00
    [ 3013.593253] sd 0:0:0:0: [sda]
    [ 3013.593256] ASC=0x0 ASCQ=0x0
    [ 3013.593260] sd 0:0:0:0: [sda] CDB:
    [ 3013.593262] cdb[0]=0x2a: 2a 00 19 36 98 10 00 00 08 00
    [ 3013.593277] end_request: I/O error, dev sda, sector 423008272
    [ 3013.593283] Buffer I/O error on device dm-0, logical block 1048578
    [ 3013.593286] lost page write due to I/O error on dm-0
    [ 3013.593298] ata1: EH complete
    [ 3013.595707] EXT4-fs error (device dm-0) in ext4_dirty_inode:4603: Journal has aborted
    [ 3013.596581] EXT4-fs error (device dm-0): ext4_journal_start_sb:370: Detected aborted journal
    [ 3013.596591] EXT4-fs (dm-0): Remounting filesystem read-only
    [ 3020.421558] journal commit I/O error
    [ 3020.421570] journal commit I/O error
    [ 3020.421574] journal commit I/O error
    [ 3020.421578] journal commit I/O error
    [ 3020.421581] journal commit I/O error
    [ 3147.052191] ata1.00: exception Emask 0x0 SAct 0xf SErr 0x0 action 0x6 frozen
    [ 3147.052197] ata1.00: failed command: READ FPDMA QUEUED
    [ 3147.052209] ata1.00: cmd 60/50:00:d0:48:99/00:00:1c:00:00/40 tag 0 ncq 40960 in
    [ 3147.052209] res 40/00:00:00:4f:c2/00:00:00:00:00/40 Emask 0x4 (timeout)
    [ 3147.052212] ata1.00: status: { DRDY }
    [ 3147.052213] ata1.00: failed command: READ FPDMA QUEUED
    [ 3147.052218] ata1.00: cmd 60/18:08:28:49:99/00:00:1c:00:00/40 tag 1 ncq 12288 in
    [ 3147.052218] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3147.052220] ata1.00: status: { DRDY }
    [ 3147.052221] ata1.00: failed command: READ FPDMA QUEUED
    [ 3147.052226] ata1.00: cmd 60/88:10:48:49:99/00:00:1c:00:00/40 tag 2 ncq 69632 in
    [ 3147.052226] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3147.052228] ata1.00: status: { DRDY }
    [ 3147.052229] ata1.00: failed command: READ FPDMA QUEUED
    [ 3147.052234] ata1.00: cmd 60/20:18:00:a4:ba/00:00:24:00:00/40 tag 3 ncq 16384 in
    [ 3147.052234] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    [ 3147.052236] ata1.00: status: { DRDY }
    [ 3147.052239] ata1: hard resetting link
    [ 3147.378368] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3148.066853] ata1.00: ACPI cmd ef/5a:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3148.069139] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
    [ 3148.069393] ata1.00: configured for UDMA/133
    [ 3148.080059] ata1.00: device reported invalid CHS sector 0
    [ 3148.080066] ata1.00: device reported invalid CHS sector 0
    [ 3148.080071] ata1.00: device reported invalid CHS sector 0
    [ 3148.080075] ata1.00: device reported invalid CHS sector 0
    [ 3148.080112] sd 0:0:0:0: [sda]
    [ 3148.080114] Result: hostbyte=0x00 driverbyte=0x08
    [ 3148.080117] sd 0:0:0:0: [sda]
    [ 3148.080118] Sense Key : 0xb [current] [descriptor]
    [ 3148.080123] Descriptor sense data with sense descriptors (in hex):
    [ 3148.080125] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3148.080136] 00 00 00 00
    [ 3148.080140] sd 0:0:0:0: [sda]
    [ 3148.080142] ASC=0x0 ASCQ=0x0
    [ 3148.080145] sd 0:0:0:0: [sda] CDB:
    [ 3148.080146] cdb[0]=0x28: 28 00 1c 99 48 d0 00 00 50 00
    [ 3148.080156] end_request: I/O error, dev sda, sector 479807696
    [ 3148.080170] sd 0:0:0:0: [sda]
    [ 3148.080171] Result: hostbyte=0x00 driverbyte=0x08
    [ 3148.080173] sd 0:0:0:0: [sda]
    [ 3148.080175] Sense Key : 0xb [current] [descriptor]
    [ 3148.080178] Descriptor sense data with sense descriptors (in hex):
    [ 3148.080180] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3148.080190] 00 00 00 00
    [ 3148.080195] sd 0:0:0:0: [sda]
    [ 3148.080196] ASC=0x0 ASCQ=0x0
    [ 3148.080199] sd 0:0:0:0: [sda] CDB:
    [ 3148.080200] cdb[0]=0x28: 28 00 1c 99 49 28 00 00 18 00
    [ 3148.080209] end_request: I/O error, dev sda, sector 479807784
    [ 3148.080216] sd 0:0:0:0: [sda]
    [ 3148.080218] Result: hostbyte=0x00 driverbyte=0x08
    [ 3148.080220] sd 0:0:0:0: [sda]
    [ 3148.080221] Sense Key : 0xb [current] [descriptor]
    [ 3148.080224] Descriptor sense data with sense descriptors (in hex):
    [ 3148.080225] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3148.080236] 00 00 00 00
    [ 3148.080241] sd 0:0:0:0: [sda]
    [ 3148.080242] ASC=0x0 ASCQ=0x0
    [ 3148.080245] sd 0:0:0:0: [sda] CDB:
    [ 3148.080246] cdb[0]=0x28: 28 00 1c 99 49 48 00 00 88 00
    [ 3148.080254] end_request: I/O error, dev sda, sector 479807816
    [ 3148.080267] sd 0:0:0:0: [sda]
    [ 3148.080268] Result: hostbyte=0x00 driverbyte=0x08
    [ 3148.080270] sd 0:0:0:0: [sda]
    [ 3148.080272] Sense Key : 0xb [current] [descriptor]
    [ 3148.080274] Descriptor sense data with sense descriptors (in hex):
    [ 3148.080276] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 3148.080287] 00 00 00 00
    [ 3148.080291] sd 0:0:0:0: [sda]
    [ 3148.080293] ASC=0x0 ASCQ=0x0
    [ 3148.080295] sd 0:0:0:0: [sda] CDB:
    [ 3148.080296] cdb[0]=0x28: 28 00 24 ba a4 00 00 00 20 00
    [ 3148.080305] end_request: I/O error, dev sda, sector 616211456
    [ 3148.080315] ata1: EH complete
    I have experimented, and found that if I turn off NCQ on the kernel command line in my bootloader (libata.force=noncq), that it takes longer before the problem occurs.  Though, if I write enough to the second drive, it does still happen after a while, just greatly reduced its chances of happening.
    Is it possible that the old drive (sdb) is causing the problem?  I noticed that it is much noisier than I remember when the drive head moves around.
    Another curiosity while I was trying to duplicate the problem:
      - I start a large file copy from sda -> sdb
      - At the same time in another terminal, I do "find / -print"
      - When I hear the drive 2 head moving, it pauses the output of the "find" command.
    Every time I hear the head move, I see the find output pause.  Its almost like the drive seek on drive 2 causes the whole Sata controller to pause while the head moves.  Very odd!
    Anyone have any ideas?   I think the next thing I will try is borrow a drive from another machine, and do the big write to it to see if I get the same results.
    If it is of any help, here is some more info on the laptop:
    lspci:
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
    00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
    00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: NVIDIA Corporation Device 1251 (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1)
    07:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
    0d:00.0 Network controller: Intel Corporation Centrino Advanced-N + WiMAX 6250 (rev 5e)
    13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    13:00.1 SD Host controller: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
    cat /proc/interrupts:
    CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
    0: 50 0 0 0 0 0 0 0 IO-APIC-edge timer
    1: 958 0 0 0 0 0 0 0 IO-APIC-edge i8042
    8: 1 0 0 0 0 0 0 0 IO-APIC-edge rtc0
    9: 1675 0 0 0 0 0 0 0 IO-APIC-fasteoi acpi
    12: 12257 0 0 0 0 0 0 0 IO-APIC-edge i8042
    16: 24769 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb1, mmc0, nvidia
    17: 142 0 0 0 0 0 0 0 IO-APIC-fasteoi snd_hda_intel
    19: 0 0 0 0 0 0 0 0 IO-APIC-fasteoi rts_pstor
    23: 1937 0 0 0 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb4
    41: 1 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    42: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    43: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    44: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    45: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    46: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    47: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    48: 0 0 0 0 0 0 0 0 PCI-MSI-edge xhci_hcd
    49: 19406 0 0 0 0 0 0 0 PCI-MSI-edge iwlwifi
    50: 36099 0 0 0 0 0 0 0 PCI-MSI-edge ahci
    51: 14 0 0 0 0 0 0 0 PCI-MSI-edge mei
    52: 386378 0 0 0 0 0 0 0 PCI-MSI-edge snd_hda_intel
    53: 56803 0 0 0 0 0 0 0 PCI-MSI-edge eth0
    NMI: 34 5 19 5 18 4 13 4 Non-maskable interrupts
    LOC: 77964 17705 161241 14302 187823 16150 56845 12750 Local timer interrupts
    SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
    PMI: 34 5 19 5 18 4 13 4 Performance monitoring interrupts
    IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts
    RTR: 7 0 0 0 0 0 0 0 APIC ICR read retries
    RES: 13721 7023 304 110 175 110 213 123 Rescheduling interrupts
    CAL: 6941 7677 2774 7670 5804 7568 7655 7673 Function call interrupts
    TLB: 366 545 268 179 310 272 212 166 TLB shootdowns
    TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
    THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
    MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
    MCP: 29 29 29 29 29 29 29 29 Machine check polls
    ERR: 0
    MIS: 0
    smartctl --all /dev/sda
    smartctl 5.43 2012-06-30 r3573 [x86_64-linux-3.5.3-1-ARCH] (local build)
    Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    === START OF INFORMATION SECTION ===
    Device Model: ST9500423AS
    Serial Number: 5WS354LM
    LU WWN Device Id: 5 000c50 044bb741b
    Firmware Version: 0005DEM1
    User Capacity: 500,107,862,016 bytes [500 GB]
    Sector Sizes: 512 bytes logical, 4096 bytes physical
    Device is: Not in smartctl database [for details use: -P showall]
    ATA Version is: 8
    ATA Standard is: ATA-8-ACS revision 4
    Local Time is: Thu Sep 13 15:26:14 2012 CDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 0) seconds.
    Offline data collection
    capabilities: (0x73) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    No Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 105) minutes.
    Conveyance self-test routine
    recommended polling time: ( 3) minutes.
    SCT capabilities: (0x303f) SCT Status supported.
    SCT Error Recovery Control supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 10
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x000f 113 099 006 Pre-fail Always - 54715920
    3 Spin_Up_Time 0x0003 098 098 085 Pre-fail Always - 0
    4 Start_Stop_Count 0x0032 099 099 020 Old_age Always - 1114
    5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0
    7 Seek_Error_Rate 0x000f 069 060 030 Pre-fail Always - 10214892
    9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 2030
    10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
    12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 559
    184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
    187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
    188 Command_Timeout 0x0032 100 098 000 Old_age Always - 8590065667
    189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
    190 Airflow_Temperature_Cel 0x0022 053 049 045 Old_age Always - 47 (Min/Max 47/51)
    191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 17
    192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 871
    193 Load_Cycle_Count 0x0032 039 039 000 Old_age Always - 122293
    194 Temperature_Celsius 0x0022 047 051 000 Old_age Always - 47 (0 17 0 0 0)
    195 Hardware_ECC_Recovered 0x001a 113 099 000 Old_age Always - 54715920
    197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
    240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 67229123085518
    241 Total_LBAs_Written 0x0000 100 253 000 Old_age Offline - 1947733828
    242 Total_LBAs_Read 0x0000 100 253 000 Old_age Offline - 2798982459
    254 Free_Fall_Sensor 0x0032 001 001 000 Old_age Always - 899
    SMART Error Log Version: 1
    ATA Error Count: 8 (device log contains only the most recent five errors)
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    CL = Cylinder Low Register [HEX]
    CH = Cylinder High Register [HEX]
    DH = Device/Head Register [HEX]
    DC = Device Command Register [HEX]
    ER = Error register [HEX]
    ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 8 occurred at disk power-on lifetime: 2017 hours (84 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 71 09 a9 00 80 e0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    a1 00 00 00 00 00 a0 00 05:21:04.438 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:21:04.438 IDENTIFY DEVICE
    00 00 00 00 00 00 00 ff 05:21:04.124 NOP [Abort queued commands]
    a1 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY DEVICE
    Error 7 occurred at disk power-on lifetime: 2017 hours (84 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 71 09 a9 00 80 e0
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ec 00 00 00 00 00 a0 00 05:21:04.438 IDENTIFY DEVICE
    00 00 00 00 00 00 00 ff 05:21:04.124 NOP [Abort queued commands]
    a1 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY DEVICE
    00 00 00 00 00 00 00 ff 05:20:58.805 NOP [Abort queued commands]
    Error 6 occurred at disk power-on lifetime: 2017 hours (84 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 71 09 a9 00 80 e0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    a1 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY DEVICE
    00 00 00 00 00 00 00 ff 05:20:58.805 NOP [Abort queued commands]
    a1 00 00 00 00 00 a0 00 05:20:58.761 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:58.725 IDENTIFY DEVICE
    Error 5 occurred at disk power-on lifetime: 2017 hours (84 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 71 09 a9 00 80 e0
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    ec 00 00 00 00 00 a0 00 05:20:59.118 IDENTIFY DEVICE
    00 00 00 00 00 00 00 ff 05:20:58.805 NOP [Abort queued commands]
    a1 00 00 00 00 00 a0 00 05:20:58.761 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:58.725 IDENTIFY DEVICE
    2f 00 01 10 00 00 a0 00 05:20:58.724 READ LOG EXT
    Error 4 occurred at disk power-on lifetime: 2017 hours (84 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    04 71 09 a9 00 80 e0 Device Fault; Error: ABRT
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    a1 00 00 00 00 00 a0 00 05:20:58.761 IDENTIFY PACKET DEVICE
    ec 00 00 00 00 00 a0 00 05:20:58.725 IDENTIFY DEVICE
    2f 00 01 10 00 00 a0 00 05:20:58.724 READ LOG EXT
    61 00 08 ff ff ff 4f 00 05:20:58.724 WRITE FPDMA QUEUED
    61 00 08 ff ff ff 4f 00 05:20:58.724 WRITE FPDMA QUEUED
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Extended offline Completed without error 00% 6 -
    # 2 Short offline Aborted by host 90% 1 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    smartctl --all /dev/sdb
    smartctl 5.43 2012-06-30 r3573 [x86_64-linux-3.5.3-1-ARCH] (local build)
    Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    === START OF INFORMATION SECTION ===
    Model Family: SAMSUNG SpinPoint M6
    Device Model: SAMSUNG HM320JI
    Serial Number: S16LJF0QB02815
    LU WWN Device Id: 5 0f0000 001202815
    Firmware Version: 2SS00_01
    User Capacity: 320,072,933,376 bytes [320 GB]
    Sector Size: 512 bytes logical/physical
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: 7
    ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0
    Local Time is: Thu Sep 13 15:27:10 2012 CDT
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 110) seconds.
    Offline data collection
    capabilities: (0x5b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    No Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 110) minutes.
    SCT capabilities: (0x003f) SCT Status supported.
    SCT Error Recovery Control supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x000f 100 100 051 Pre-fail Always - 0
    3 Spin_Up_Time 0x0007 252 252 025 Pre-fail Always - 2562
    4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 810
    5 Reallocated_Sector_Ct 0x0033 252 252 010 Pre-fail Always - 0
    7 Seek_Error_Rate 0x000e 252 252 051 Old_age Always - 0
    8 Seek_Time_Performance 0x0024 252 252 015 Old_age Offline - 0
    9 Power_On_Hours 0x0032 092 092 000 Old_age Always - 4842
    10 Spin_Retry_Count 0x0032 252 252 051 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 440
    191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 154
    192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 71
    194 Temperature_Celsius 0x0022 073 073 000 Old_age Always - 55 (Min/Max 17/55)
    195 Hardware_ECC_Recovered 0x001a 100 100 000 Old_age Always - 1
    196 Reallocated_Event_Count 0x0032 252 252 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0012 252 252 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 252 252 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0036 200 200 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x000a 100 100 000 Old_age Always - 0
    201 Soft_Read_Error_Rate 0x0032 252 252 000 Old_age Always - 0
    223 Load_Retry_Count 0x0032 100 100 000 Old_age Always - 534
    225 Load_Cycle_Count 0x0032 077 077 000 Old_age Always - 236803
    SMART Error Log Version: 1
    No Errors Logged
    SMART Self-test log structure revision number 1
    No self-tests have been logged. [To run self-tests, use: smartctl -t]
    Note: selective self-test log revision number (0) not 1 implies that no selective self-test has ever been run
    SMART Selective self-test log data structure revision number 0
    Note: revision number not 1 implies that no selective self-test has ever been run
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    Last edited by johni (2012-09-16 00:46:54)

    It appears my drive one really is failing.  It was the first drive and not the second making the loud head seek sound.  I borrowed another drive from a friend, and copied my drive one to it.   No problems with the new drive in place.

  • [SOLVED] Problem with external USB drive started yesterday

    My system freezes for about 65 seconds at the login screen. After 65 seconds, I can login and everything is normal afterwards.
    I discovered that I can eliminate the freeze by disconnecting the external USB drive from the PC. Here are the error messages from kernel.log when the drive is connected:
    Oct 15 23:10:14 localhost kernel: [ 17.035091] usb 1-1.3: device descriptor read/64, error -110
    Oct 15 23:10:29 localhost kernel: [ 32.155955] usb 1-1.3: device descriptor read/64, error -110
    Oct 15 23:10:29 localhost kernel: [ 32.325394] usb 1-1.3: new high speed USB device number 4 using ehci_hcd
    Oct 15 23:10:31 localhost kernel: [ 34.045126] MediaState is connected
    There is supposed to be a kernel boot option (irqpoll) to prevent this from occurring. However, that option seems to no longer work for kernels after 2.6.39. If I try using it with Arch, the system will not boot, saying all the CPU's failed.
    I also don't understand why this just started happening yesterday, as the USB drive has been connected to the PC longer than I've been using Arch. Also, my kernel has not been updated since I installed Arch on Oct 8.
    Does anyone know another fix or workaround for this problem?
    Thanks,
    Tim
    Last edited by ratcheer (2011-10-17 01:30:08)

    Problem solved
    I feel stupid, but I also feel better. I turned off the PC, disconnected the power from the USB drive for about 15 seconds, reconnected the power, rebooted, removed the irqpoll kernel option, and Ubuntu started, perfectly. I need to learn that the USB drive just goes freaky sometimes and remember to do this. But, this is only the second time I've had to do this in months of use.
    Tim

  • Problems with install "Super Drive Update 3.0"

    Hi!
    I cannot install the "Super Drive Update 3.0" on my MacBook Pro 15´. Everytime I want to install it, I recive the massage, that the update was not successfull, I should try to close all programms and try it agin, otherwise I should contact the apple support. The MacBook is from 2009, therefore I place my question to this forum.
    I´m running Snow Leopard version 10.6.8, and have installed all updates (without the Super Drive Update 3.0). I´ve also checked I´ve the update is necessary. It is.
    Here are some more informations about my Super Drive:
      Modell:    MATSHITADVD-R   UJ-868                 
      Version:    KA19   
      Seriennummer:                dE12ACF4
      Native Command Queuing:    Nein
      Absteckbares Laufwerk:    Nein
      Ausschalten:    Ja
      Async Notification:    Nein
    I hope somone of you could help me. Thank you!

    @ AussieDJ
    Thank you for the fast reply. The second link includes the solution. I takes me abou 2,5 hours to make this, but it works. Thank you for help!
    @ Apple
    There is a mistake in the description. After I installed Mac OSX on the external device, I have to make an update of the software. Otherwise it is not possible to install the "Super Drive Update 3.0". Please correct for other users.

  • Ip address problems with installing wireless routers

    Sorry call me silly I am not very good at this computer stuff and for some reason my family thinks that I am . Lord help me lol.
    The problem that I am having is that my sister purchased a laptop computer and she unhooked for internet from the desktop and plugged it into the laptop for internet. Now the desk top is telling me that it needs a new ip address. So I released the old address and left everything unhooked over night and there is still no change. Still getting the same messages.
    Now to add more confusion into the game for me, they are now asking me to hook up a wireless router so that they are able to have both computers working.
    I am not really sure how to go about going in to set up the computers allowed to use the wireless router.
    So I am looking at trying to get a computer a new ip address (which internet is still working fine on the laptop) and trying to set up a wireless router for them. \
    Is this possible without having to contact the cable company and speaking to people for hours that doesn't know how to speak the same language as me?
    The wireless router is a linksys wireless -g 2.4 ghz.
    Any and all help will be greatly appreciated.

    What is the model number of the wireless router?
    The Internet is working fine on the laptop. Is your laptop connected to the modem or it is connected to the wireless router?
    If the laptop is connected directly to the modem then you will need to configure the wireless router. Follow this link to configure the router.
    If your laptop is connected to the wireless router and the modem is also connected to the router then you can access the router setup page and check the wireless settings of the router. If your laptop is wireless then you can connect to the wireless network on the laptop. Disconnect the laptop from the router and connect the connect the desktop to the router.

  • Problems with installing HP OfficeJet Pro L7590 driver All-in-One

    Hello HP team.
    Having problem with installing driver for HP Officejet pro L7590.
    Starting the process the process bar goes to the end 100% and then disappear.
    After that nothing happens.
    Rebooting doesn't help.
    Windows 7-64

    Thanks for getting back to me!
    Lets try some more steps:
    Uninstall, level 3 for HP PC or level 4 for non-HP PC.
    1. Click Start and type %temp% in the run field and click OK.
    2. Look for, and open the folder starting with 7z (Example: 7zS2356) (if there is more than one 7z folder, try the most recent one)
    3. Open folder Util
    4. Open folder CCC
    5. Run the uninstall_ L4.bat for a non-HP PC or run the Uninstall_L3.bat for a HP PC
    6. When the uninstall has completed restart the computer
    Try to install again using the HP Printer Install Wizard for Windows
    Let me know how this goes please
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Problems with installing arch-0.7. (solved)

    *GOSH* Me is so dumb sometimes... My testing computer, is not PII. It is only pentium. No wonder it aint working. My mistake, sorry.
    Hello all !
    I have a problem with installing arch-0.7.
    When i am booting from CD, it starts to load kernel and so on, but it always restarts.
    I have tryed starting it up with arch -noscsi, but it doesnt change anything. It restarts anyway. I get no error messages what so ever, it just restarts.
    If there is anyone, who could help me out, give me a hint or something, i would really appreciate it. I am new to linux, and while browsing different distros, i found this one. And, it seems really good, so i decided to try it out, to see if it "does my work".
    Thanks in advance.
    Disc-Devil

    Tnx !
    I've found the pre.07-i586.iso... So, now i could try this out.
    http://archlinux.veloxis.de/i586/iso/ar … e-i586.iso
    If i understood, things right, i can still use sources? Even though, not every app is in the repository, i am able to use sources right?
    Anyway, Tnx alot again, for giving me the gr8 tips.

  • Photoshop CS5.1 Crashes Upon Opening: "Photoshop has encountered a problem with the display driver-"

    Every time I try to open photoshop I get a window that pops up and says:
    "Photoshop has encountered a problem with the display driver, and has temporarily disabled GPU enhancements.  Check the video card manufacturer's website for the latest software.
    GPU enhancements can be enable in the Performance panel of Preferences."
    Then windows shuts the program down.  The details of the problem are:
    "Files that help describe the problem:
      C:\Users\Owner\AppData\Local\Temp\WER70AD.tmp.WERInternalMetadata.xml
      C:\Users\Owner\AppData\Local\Temp\WER9389.tmp.appcompat.txt
      C:\Users\Owner\AppData\Local\Temp\WER9407.tmp.hdmp"
    I'm on a custom Asus
    I'm using Win7 Home Premium 64-bit
    16GB RAM
    Nvidia Geforce GTX 560 2GB video card
    Intel i7 core 2.2 GHz
    12 GB of memory
    The error happens so quickly that I don't have time to do anything.  Please help.  >.<  I've been on hold for *checks phone* 2 hours exactly.  Wow.  It is a legit copy and was working last month with no trouble.  I've updated the drivers and tried a few solutions that have worked for other people that I found on Google (such as disabling CUDA and setting my "power management mode" to "prefer maximum performance" on my video card) but so far nothing has worked.
    Thanks in advance!

    It has stopped crashing because somehow it turned off "Enable GL Drawing" on its own because I could never even get a menu open.  Not sure how it did that but I am grateful.  I still get the error when I open Photoshop up but at least it hasn't crashed yet.  At the time when it was crashing I never would have been able to get you the system info due to the speed that it was crashing upon just opening the program.  In case you still need it:
    Adobe Photoshop Version: 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch]) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 8
    Processor speed: 2394 MHz
    Built-in memory: 16361 MB
    Free memory: 13322 MB
    Memory available to Photoshop: 14694 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Disabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: False.
    OpenGL Crash File: Detected.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 560M/PCIe/SSE2
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: NVIDIA GeForce GTX 560M
    Driver Version: 9.18.13.697
    Driver Date: 20121002000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 560M
    Video Card Memory: -2047 MB
    Serial number: 92628077745082451425
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\
    Temporary file path: C:\Users\Owner\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 931.4G, 511.4G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2010/12/13-23:37:10   64.449933   64.449933
       adbeape.dll   Adobe APE 2011/01/17-12:03:36   64.452786   64.452786
       AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2010/06/03-13:43:23   3.0.93   61.433187
       AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68   61.2954
       AdobePDFL.dll   PDFL 2010/12/13-23:37:10   64.341419   64.341419
       AdobePIP.dll   Adobe Product Improvement Program   5.5.0.1265  
       AdobeXMP.dll   Adobe XMP Core   5.0   64.140949
       AdobeXMPFiles.dll   Adobe XMP Files   5.0   64.140949
       AdobeXMPScript.dll   Adobe XMP Script   5.0   64.140949
       adobe_caps.dll   Adobe CAPS   4,0,42,0  
       adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   2.0.0.36 (BuildVersion: 2.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       AFlame.dll   AFlame 2011/01/10-23:33:35   64.444140   64.444140
       AFlamingo.dll   AFlamingo 2011/01/10-23:33:35   64.436825   64.436825
       AGM.dll   AGM 2010/12/13-23:37:10   64.449933   64.449933
       ahclient.dll    AdobeHelp Dynamic Link Library   1,6,0,20  
       aif_core.dll   AIF   2.0   53.422628
       aif_ogl.dll   AIF   2.0   53.422628
       amtlib.dll   AMTLib (64 Bit)   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       amtservices.dll   AMTServices (64 Bit)   4.0.0.21 (BuildVersion: 4.0; BuildDate: Mon Jan 24 2011 21:49:00)   1.000000
       ARE.dll   ARE 2010/12/13-23:37:10   64.449933   64.449933
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1  
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/01/10-23:33:35   64.436825   64.436825
       AXEDOMCore.dll   AXEDOMCore 2011/01/10-23:33:35   64.436825   64.436825
       Bib.dll   BIB 2010/12/13-23:37:10   64.449933   64.449933
       BIBUtils.dll   BIBUtils 2010/12/13-23:37:10   64.449933   64.449933
       boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2010/12/13-23:37:10   64.449933   64.449933
       data_flow.dll   AIF   2.0   53.422628
       dvaadameve.dll   DVA Product   5.0.0  
       dvacore.dll   DVA Product   5.0.0  
       dvaui.dll   DVA Product   5.0.0  
       ExtendScript.dll   ExtendScript 2011/01/17-17:14:10   61.452840   61.452840
       FileInfo.dll   Adobe XMP FileInfo   5.0   64.140949
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       image_flow.dll   AIF   2.0   53.422628
       image_runtime.dll   AIF   2.0   53.422628
       JP2KLib.dll   JP2KLib 2010/12/13-23:37:10   64.181312   64.181312
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1263  
       MPS.dll   MPS 2010/12/13-23:37:10   64.450375   64.450375
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4940  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4940  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.4940  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS5.1   CS5.1  
       Plugin.dll   Adobe Photoshop CS5   CS5  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   2.5.0.232  
       PSArt.dll   Adobe Photoshop CS5.1   CS5.1  
       PSViews.dll   Adobe Photoshop CS5.1   CS5.1  
       SCCore.dll   ScCore 2011/01/17-17:14:10   61.452840   61.452840
       tbb.dll   Threading Building Blocks   2, 1, 2009, 0201  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   2.0.0.15 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   2.0.0.15
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
       wu3d.dll   U3D Writer   9.3.0.113  
    Installed plug-ins:
       3D Studio 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Average 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Bas Relief 12.0
       BMP 12.0.2
       Camera Raw 6.7
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Cineon 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Collada 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Color Halftone 12.0.2
       Colored Pencil 12.0
       CompuServe GIF 12.0.2
       Conté Crayon 12.0
       Craquelure 12.0
       Crop and Straighten Photos 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Crop and Straighten Photos Filter 12.0.2
       Crosshatch 12.0
       Crystallize 12.0.2
       Cutout 12.0
       Dark Strokes 12.0
       De-Interlace 12.0.2
       Dicom 12.0
       Difference Clouds 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Diffuse Glow 12.0
       Displace 12.0.2
       Dry Brush 12.0
       Eazel Acquire 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Embed Watermark 4.0
       Entropy 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Extrude 12.0.2
       FastCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Fibers 12.0.2
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Google Earth 4 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Grain 12.0
       Graphic Pen 12.0
       Halftone Pattern 12.0
       HDRMergeUI 12.0
       IFF Format 12.0.2
       Ink Outlines 12.0
       JPEG 2000 2.0
       Kurtosis 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Lens Blur 12.0
       Lens Correction 12.0.2
       Lens Flare 12.0.2
       Lighting Effects 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Liquify 12.0.1
       Matlab Operation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Maximum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mean 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Measurement Core 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Median 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mezzotint 12.0.2
       Minimum 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       MMXCore Routines 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Mosaic Tiles 12.0
       Multiprocessor Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Neon Glow 12.0
       Note Paper 12.0
       NTSC Colors 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Ocean Ripple 12.0
       OpenEXR 12.0.2
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Paths to Illustrator 12.0.2
       PCX 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Photocopy 12.0
       Photoshop 3D Engine 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Picture Package Filter 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Pinch 12.0.2
       Pixar 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0.2
       Pointillize 12.0.2
       Polar Coordinates 12.0.2
       Portable Bit Map 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Poster Edges 12.0
       Radial Blur 12.0.2
       Radiance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Range 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0.2
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.1
       Shear 12.0.2
       Skewness 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Smart Blur 12.0.2
       Smudge Stick 12.0
       Solarize 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Spatter 12.0
       Spherize 12.0.2
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Standard Deviation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Sumi-e 12.0
       Summation 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Targa 12.0.2
       Texturizer 12.0
       Tiles 12.0.2
       Torn Edges 12.0
       Twirl 12.0.2
       U3D 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Underpainting 12.0
       Vanishing Point 12.0
       Variance 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Variations 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0.2
       Wavefront|OBJ 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       WIA Support 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       Wind 12.0.2
       Wireless Bitmap 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch])
       ZigZag 12.0.2
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
       Access CS Live
       CS Review
    Installed TWAIN devices: NONE

  • Window 8 WiFi problem with Cisco wireless network

    Anyone encounter a Windows 8 WiFi authentication problem with Cisco wireless network?
    We are using WLC 5508, 7.2.111, and AP 3602i with WPA2.
    Sent from Cisco Technical Support iPad App

    This problem occurred with Soney, and Dell models.  Lenovo with Windows 8 factory installed is working fine.
    Won't make any difference as these laptop's wireless NIC cards are different.
    Can you try with OPEN authentication.  If the Sony and/or Dell laptop works, then you start cranking up the security and/or encryption settings until you break them.
    I'm with Scott here:  It's got to be a wireless NIC card driver.
    As what George has stated, post the debug of the failed attempts.

  • Problems with Verizon Wireless BlackBerry Tour BlackBerry OS 4.7.1.61 update:

    Problems with Verizon Wireless BlackBerry Tour BlackBerry OS 4.7.1.61 update - I was anxious to download the update to see if it addressed the sticky trackball problems and the low volume issue when using a blue tooth device. However, in the process of updating my BB Tour yesterday, the install stopped on the 8th out 12 updates. After a couple of 'retrys', the BB error message on the desktop came up which instructed me to: i) disconnect the device, ii) restart the computer. iii) restart the loading process and, iV) restore my data by loading the loader back-up file using Restore. Unfortunately my Tour was left without any software and the Desktop manager couldn't recognize it. The error message on the Tour was 503. Called Verizon Wireless tech and bottom line, the only fix is a new Tour, which they're sending me. Anyone else having issues with the update? Also, does it address the trackball and blue tooth issues?

    I had issues with the trackball and had to have my Tour replaced.  I was told this model does not have a removable trackball so the entire phone has to be replaced.  My current one is working OK but does stick a bit.  Seems to get worse over time.  My wife's tour is newer and so far she is not experiencing the problem.  Have not experienced a problem with the Blue Tooth volume.
    I have another issue with this upgrade that I am wondering if anyone else has seen.  My wife has the Tour as well.  She was prompted to do the upgrade and went through it.  It appeared to work except it blew out her Contact Alerts.  When we put them back in we can no longer get the sound to play when she receives an SMS message in her holster. Vibration works but doesn't do any good when it is in her purse.  Phones calls, calendar alerts, alarms all work in holster.  As soon as we delete the contact alert the default SMS alert will play in the holster.  If she takes her phone out of the holster the Contact alert will play.  My phone is still running 4.7.1.40 and this function works fine.  I am thinking about trying to put her's back to my version if possible but not sure the best way to go about this 

  • Problem with installing iTunes

    So these are my problems with installing iTunes.
    At first it was :
    A required iTunes component is not installed.Please repair or reinstall iTunes (-45019)
    Then it got worse as it would not even open and these would appear:
    The program can't start because AVFoundationCF.dll is missing from your computer. Try reinstalling the program to fix this problem.
    and this would appear:
    iTunes was not installed correctly. Please reinstall iTunes.
    Error 7 (Windows error 126)
    I reinstalled maybe about 5 times or more...
    If I thought I solved the above problem, this would appear:
    iTunesHelper.exe is not installed on my computer.
    I seen other people comment that you should unistall and restart the computer and install the setup again, but it does not work..
    And others would say to repair the AAS or iTunes etc..
    And after trying all these it does not work???
    What else works?

    I also tried repairing the Microsoft NET.

  • Problem with installing CUCM on MCS-7816-I5

    Hi to all.
    I have a problem with installing CUCM 8.6.1 on new MCS-7816-I5  (IBM) hardware. The problem is that installation loops in restart after upgrading MCS firmware. Actualy, installation does not sucessfully upgrade firmware, so every time it detects old firmware and trying to upgrade it.
    I also tried update MCS firmware with downloaded Firmware Update Utility 3.6.5 CD from Cisco downloads, but it also fails.
    Does anyone have idea what's going on? Is this a Cisco failure or IBM server failure?
    Here is some details from log file generated with this Firmware Update Utility 3.6.5:
    ==============
    Initial Selection
    Machine Type: 4251 OS: SLES 10 Arch: 64 bit
    IsPartition: 0
    Update:   IBM System x uEFI update for x3200 M3 /3250 M3
    Severity: Critical
    Reboot:   Reboot Required to take effect
    UpdateID: ibm_fw_uefi_gye142a_linux_32-64 Requisite:None
    Version:  1.08 (GYE142A)
    Install:  1.06 (GYE135A)
    Select:    Yes
    Update:   IBM Dynamic System Analysis
    Severity: Recommended
    Reboot:   Reboot Required to take effect
    UpdateID: ibm_fw_dsa_3.20_dsyt75x_linux_32_64
    Requisite:None
    Version:  3.20 (DSYT75X)
    Install:  3.01 (DSYT60K)
    Select:    Yes
    Update:   IBM Online SAS/SATA Hard Disk Drive Update Program
    Severity: Critical
    Reboot:   Not Required
    UpdateID: ibm_fw_hdd_sas-1.08.01_linux_32-64
    Requisite:None
    Name:     WD2502ABYS-23B7A0 (/dev/sg0)
    Version:  02.03B07
    Install:  02.0
    Select:    Yes
    Update:   Integrated Management Module Update
    Severity: Critical
    Reboot:   Not Required
    UpdateID: ibm_fw_imm_yuoo84c_linux_32-64 Requisite:None
    Version:  1.22 (YUOO84C)
    Install:  1.10 (YUOO57H)
    Select:    Yes
    IBM Command Line IMM Flash Update Utility v1.05.03 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    LAN-over-USB device not configured.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 3
    IBM Command Line IMM Flash Update Utility v1.10.11 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    Refreshing LAN-over-USB IP address.  This may take several minutes.
    Attempting to discover the IMM(s) via SLP.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 10
    (C) Copyright IBM Corp.2010. All Rights Reserved.
    FdrvWL -- Flash Drive(s)                                     3.10.08.19
       1 Ada:0 SID:0   PN:44E9172:42C0463 SN:1J242783 FW:02.03B07              T:13 FW:Ok
    AdaNbr(Type)      DevFnd Flashed(SAS SATA) NbrFailed
      0(onBoard)           1       0   0    0          0
                           1       0   0    0          0 Error(s)
    Update completed successfully.  <-- THIS SUCCESS, BUT EVERY TIME IT UPGRADEING AGAIN FROM OLD VERSION, LIKE NEVER REALY UPGRADED TO NEWER VERSION
    IBM Command Line IMM Flash Update Utility v1.10.11 Licensed Materials - Property of IBM
    (C) Copyright IBM Corp. 2009,2010  All Rights Reserved.
    Refreshing LAN-over-USB IP address.  This may take several minutes.
    Attempting to discover the IMM(s) via SLP.
    Error connecting to IMM using IP address 169.254.95.118.
    Please verify the LAN over USB interface is configured properly and active.
    Error flashing firmware: 10
    ===========================
    Thanks,
    Sinisa.

    Hi Sinisa,
    It almost sounds like this bug;
    CSCtn81201
    Incorrect "Hardware Configuration Error" due to hardware setup errors
    Symptom:
    Refresh upgrade stops with IMM device detection, and then server being reported as unsupported
    Conditions:
    in-band USB interface was disabled, which is configurable via IBM system X or IMM (browser) interfaces.
    Workaround:
    change the in-band usb interface settings to enabled.
    Related Bug
    Status
    Fixed
    Severity
    4 - minor
    Last Modified
    Aug 17,2011
    Product
    Cisco Unified Communications Manager (CallManager)
    Platform
    Dependent
    Technology
    nav
    1st Found-in
    8.6(0.99081.3)
    Fixed-in
    8.6(1.96000.1), 9.0(0.95070.38), 9.0(0.95070.39), 8.6(1.99989.1), 8.6(1.95050.1), 9.0(0.96000.1), 8.6(1.97011.2), 8.6(1.95190.40), 8.6(1.97011.1), 8.6(0.95180.9), 9.0(0.95010.1), 8.6(1.95020.1), 8.6(1.95040.1), 8.6(0.98000.50), 8.6(0.98000.17), 8.6(0.99981.2), 8.6(1.10000.1), 8.6(1.99986.1), 8.6(1.95020.58), 8.6(1.96000.51), 8.6(1.10000.43)
    Cheers!
    Rob

  • Problem with i915 Intel driver panic..

    Hello,
    I just recently reinstalled Arch on my laptop.  I have a problem with my laptop. When I went to install the Nvidia Optimus stuff and configure my Xorg.conf I was met with problems with the Intel Driver timing out.  When I boot up I get the normal post screen, then grub, I then go to see the GDM login and instead of getting it I just get a black screen.  When I remove the /etc/X11/xorg.conf.d/10-monitor.conf I can boot into Gnome Shell, else I have to switch run levels and login that way.  I have every package up-to-date.  And I haven't seen an /var/log/Xorg.0.log either else I would have posted it.  One other thing is I have added my user account to the Bumblebee account.  One other thing is when I move my web browser around my video flickers..  Any help I can receive with this would be greatly appreciated.
    uname -a
    Linux tux 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64 GNU/Linux
    pacman -q xf86-video-intel:
    xf86-video-intel 2.99.916-3
    pacman -Q xorg-server
    xorg-server 1.16.1-1
    pacman -Q primus
    primus 20131226-1
    pacman -Q mesa
    mesa 10.3.1-1
    pacman -Q lib32-primus
    lib32-primus 20131226-1
    pacman -Q bbswitch
    bbswitch 0.8-18
    pacman -Q gdm
    gdm 3.14.1-1
    pacman -q systemd
    systemd 216-3
    dmesg | grep i915
    [ 1.982842] i915 0000:00:02.0: irq 36 for MSI/MSI-X
    [ 2.099424] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 2.127859] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.127862] i915 0000:00:02.0: registered panic notifier
    [ 2.147795] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    /etc/X11/xorg.conf.d/20-intel.conf
    Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "TearFree" "true"
    Option "monitor-LVDS" "Monitor0"
    BusID "PCI:0:2:0"
    EndSection
    /etc/X11/xorg.conf.d/10-keyboard.conf
    Section "InputClass"
    Identifier "Keyboard0"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ",qwerty"
    EndSection
    /etc/X11/xorg.conf.d/50-synaptic.conf
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Intel"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    sudo lspci -v
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 36
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 7000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 7
    Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 6000 [disabled] [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel modules: nouveau, nvidia
    xrandr -q
    [adramalech@tux log]$ xrandr
    Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
    LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
    1366x768 60.05*+
    1024x768 60.00
    800x600 60.32 56.25
    640x480 59.94
    VGA1 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=sysrq kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 380307af800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    U: Uniq=
    H: Handlers=event1
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    U: Uniq=
    H: Handlers=kbd event2
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0001 Vendor=10ec Product=0665 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input6
    U: Uniq=
    H: Handlers=kbd event4
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    U: Uniq=
    H: Handlers=event5
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    U: Uniq=
    H: Handlers=event6
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    U: Uniq=
    H: Handlers=event7
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Dell WMI hotkeys"
    P: Phys=wmi/input0
    S: Sysfs=/devices/virtual/input/input10
    U: Uniq=
    H: Handlers=kbd rfkill event8
    B: PROP=0
    B: EV=13
    B: KEY=1500b00000000 200300000 0 0
    B: MSC=10
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    U: Uniq=
    H: Handlers=kbd event10
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0003 Vendor=0c45 Product=6430 Version=1208
    N: Name="Laptop_Integrated_Webcam_2M"
    P: Phys=usb-0000:00:1d.0-1.4/button
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    U: Uniq=
    H: Handlers=kbd event11
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input5
    U: Uniq=
    H: Handlers=event12 mouse0
    B: PROP=9
    B: EV=b
    B: KEY=6420 30000 0 0 0 0
    B: ABS=260800011000003
    glxinfo | grep OpenGL
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
    OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.3.1
    OpenGL core profile shading language version string: 1.40
    OpenGL core profile context flags: (none)
    OpenGL core profile extensions:
    OpenGL version string: 3.0 Mesa 10.3.1
    OpenGL shading language version string: 1.30
    OpenGL context flags: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.1
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
    OpenGL ES profile extensions:
    sudo glxgears -info
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    GL_RENDERER = Mesa DRI Intel(R) Sandybridge Mobile
    GL_VERSION = 3.0 Mesa 10.3.1
    GL_VENDOR = Intel Open Source Technology Center
    GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_conditional_render_inverted
    VisualID 32, 0x20

    Hi
    I assume you have installed the graphic card driver from the Intel website and you use NOT a Toshiba graphic driver which was designed especially for the notebook usage.
    Well, Toshiba recommend using the Toshiba drivers. In this case you should try to use the recommended graphic driver which you can download from the Toshiba driver page.

  • Problem with install on new compy, something to do with external?

    Hello, so I have been having a few problems with installing Arch on my new computer. On my old laptop I never ran into this problem on any distro of LINUX I installed, nor on any other of the systems I have installed Arch on. I believe it might have something to do with the fact that I am running the live cd off of an external dvd drive maybe? I am kind of stuck here, so any help would be greatly appreciated! Thanks!
    If it helps
    System Specs:
    Motherboard: ASROCK 890FX Deluxe3
    Processor: AMD Phenom II X4 955
    Graphics Card: ATI Radeon HD 5700 Series
    Hard Drives: 2 SATA 160gb hd RAID 0, and one 160gb ATA hd
    OS: Windows 7 Professional on the RAID 0, hoping to put ARCH on the ATA (I have tried booting the ATA first in the list behind the USB DVDROM to no avail)
    External Drive: Sony DVD/CD RW drive DRX-510UL
    External DVDROM is the exact same drive I used to install windows 7 professional.
    External DVDROM is plugged into one of my USB 2.0 ports, but the error still persists.
    I am using the EXACT same disk I used when installing it on my past computer.
    Trying to install x86_64 version of Arch, gets past the splash.
    Output that I could catch:
    :: Running Hook [archiso]
    :: Rinning Hook [archiso_pxe_nbd]
    :: Mounting tmpfs, size 75%... done.
    :: Waiting for boot device...
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201005 ...
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 3
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : device descriptor read/64, error-62
    usb 9-1 : new full speed USB device using ohci_hcd and address 4
    usb 9-1: device not accepting address 4, error -62
    usb 9-1 : new full speed USB device using ohci_hcd and address 5
    usb 9-1: device not accepting address 5, error -62
    hub 9-0:1.0: unable to enumerate USB device on port 1
    scsi 6:0:0:0: CDROM        SONY        DVDRW DRU-510A 1.0d PQ: 0 ANSI: 0
    scsi 6:0:0:0: Attached scsi generic sg3 type 5
    sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    ERROR: boot device didn't show up after 30 seconds...
        Falling back to interactive prompt
        You can try to fix the problem manually, log out when you are finished
    /bin/sh: can't access tty; job control turned off
    If you need any other info, I can grab it of course.
    Last edited by crusniknano (2010-07-12 19:49:13)

    K, got it running. was having errors with the USB hd, but just changed the name it booted from to the name of the drive. thanks!

Maybe you are looking for

  • Error: Order 300401 Budget Exceeded while doing PO w.r.t PR

    Hi Experts, We are getting error, Order 300401 budget exceeded  while doing service PO In budget shows exceeded in making the P.O of approx amount Rs 411,500. While in the below PO Value, it is clear that the indent still has the amount of RS 1,760,7

  • SOAP Receiver Adapter Error in XI RWB - java.lang.NULLPointerException

    Hi, We have a asynchronous scenario in SAP-XI, where we are sending the PO data from SRM to third party (Hubspan / TNT). Proxy is being used at Sender side and SOAP Adapter is used for Receiver Communication Channel. u2022SRM is sending around 1000 m

  • Changing Resolution and Document size

    Hello - I have a jpeg from a digital camera that I Saved As photo.psd with an original Document Size of 44" x 66" @ 72 ppi resolution. I am using CS3 and I want to prepare the photo for printing while maintaining the highest quality possible. The fir

  • DVD DRIVE ------ PLAY ------ APPLE TV ------ MONITOR

    I guess, if I could maybe play The DVD through iTunes then I could broadcast it to Apple TV?

  • Duplicate "Home" calendars on iCloud, Mac, and iOS

    I have 18 (and counting) "Home" calendars showing up in Calendar on my Macs (OS X 10.9.2), iOS (iOS 7.2), and on the iCloud.com site. http://support.apple.com/kb/TS3999 says If your calendars are duplicated on iCloud.com, contact iCloud Support. whic