[solved] dhcpStart:interface eth0 is not Ethernet ...

Trying to setup the network of my laptop, I've edited rc.conf and put eth0="dhcp, commented the statip ip line and added the driver module of the card in the MODULE section.
Configuration files are just like the desktop except of the different drivers.
When running "/etc/rc.d/network start" or "dhcpcd eth0" I get the following error in /var/log/errors.log one finds,
dhcpStart: interface eth0 is not Ethernet or 802.2 Token Ring
Loading or unloading the driver module doesn't differ, I get the same error.
ifconfig -a shows a down network interface named eth0

The card is Marvell Yukon 88E8036 PCI-E Fast Ethernet Controller and it's driver is supposed to be sk98lin available in arch's 0.7 kernel (2.6.10).
Beside of trying to do things using arch's configuration files, I'm trying the generic way. I'm also trying static IP instead of dhcp.
My IP should be 192.168.1.101
and the gateway IP is 192.168.1.1
modprobe sk98lin
ifconfig eth0 192.168.1.101 up
route add default gw 192.168.1.1
The output of dmeg is as follows:
http://www.macamania.com/dmesg_newcomer/
The output of route -n is as follows:
http://www.macamania.com/route_newcomer/

Similar Messages

  • Bringing up interface eth0: e1000 device eth0 does not seem to be present, delaying initialization.

    I performed a software reboot on the MSE3310.  After the reboot the MSE was no longer visible on the network.  I went and consoled into the device and it was operational.  I ran the msed stop and msed start commands.  I got this message when it tried to load eth0
    Bringing up interface eth0:  e1000 device eth0 does not seem to be present, delaying initialization.
    [FAILED]
    Earlier in the day I had updgraded the firmware from 6.0 to 7.0.230.0.
    Can I recover the eth0?  Is this related to the firmware upgrade? 
    Thanks.
    Jason

    Tarik,
    This procedure worked great!  After adding the HWADDR parameter to the eth0 config file and rebooting the server, we are now able to access the server on the network again.  Thank you very much for the quick reply!
    Here is the procedure if others need this.
    ifconfig -a showed the eth0 interface was renamed to _tmp462132856
    [root@MSE-CPW-01 ~]# ifconfig -a
    __tmp462132856 Link encap:Ethernet  HWaddr 00:15:17:F1:4D:C7
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
              Interrupt:169 Memory:e8180000-e81a0000
    eth1      Link encap:Ethernet  HWaddr 00:15:17:F1:4D:C8
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    Then issued
    vi /etc/sysconfig/network-scripts/ifcfg-eth0
    to edit the file and add the HWADDR=xx:xx:xx:xx:xx:xx
    Then issued a 'shutdown -r now' to reboot the server
    After a reboot, network connectivity was restored!
    Thanks!
    Brian

  • [solved] eth0: command not found?!?!

    Yes, it is very bizarre.
    I just installed Arch Linux Don't Panic via FTP, I did a very regular installation, the setup program did all the configuration and when I boot my machine I get several "eth0: command not found" during the boot time. (the screen where it appears lots of OK)
    Am I missing something? Some package?
    Please help me.
    Last edited by haole (2007-08-01 15:11:32)

    I am not quite sure if I am correct, but I think you have to change this line:
    eth0="eth0 10.1.1.4 netmask 255.255.255.0 broadcast 10.1.1.255"
    to this:
    eth0="10.1.1.4 netmask 255.255.255.0 broadcast 10.1.1.255"
    Last edited by harlekin (2007-08-01 13:36:47)

  • [SOLVED] Issue with eth0 (eth0: timed out)

    Hi there people, just installed Arch on my PC (again). The first time I had no problems with this, but now it is really bothering me. Well, my PC only access the net via wireless, so I have no wired connection for it. Here's my /etc/rc.conf:
    # /etc/rc.conf
    eth0="dhcp"
    wlan0="dhcp"
    wlan_wlan0="wlan0 essid MySpot key ABCDEFABCDEF1234567ABCDEFC"
    INTERFACES=(eth0 wlan0)
    Well, everything is working fine, I can get access to the internet on bootup. My only concern is that my system is taking awfully long to boot. It takes about 1-2 minutes on "::Starting Network", then it shows me "eth0: timed out". Then it takes about 10 secs to start my wlan0 interface and the system finishes booting. I had previously installed Arch 2008.12, and the Starting Network only took about 10 secs to start my wlan0. I have already tried commenting out the eth0 line and putting a ! in front of eth0 on INTERFACES, but doing that only shows me an error message for my wlan0 and render my internet unusable on system bootup. So, my questions are:
    1) Do I really need the eth0 interface for my connection (since I'm using wlan0 for wireless connection) ? Why can't I comment it out?
    2) If I really need eth0, how can I make my boot time go faster, or how can I make it not time out?
    Thanks in advance for any help given...
    EDIT: problem solved, see Post 8 below for answers...
    Last edited by gabscic (2009-03-25 03:40:43)

    Thanks for answering. Well, I think eth0 is being detected correctly. Here is the output for ifconfig:
    eth0    Link encap: Ethernet    Hwaddr  00:18:F3:87:97:41
              UP BROADCAST MULTICAST  MTU: 1500 Metric: 1
              RX packets:0  errors:0 dropped:0 overruns:0 frame:0
              TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
              Interrupt:19
    lo        Link encap: Local Loopback
              inet addr:127.0.0.1    Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU: 16436 Metric: 1
              RX packets:0  errors:0 dropped:0 overruns:0 frame:0
              TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
    wlan0  Link encap: Ethernet    Hwaddr  00:15:AF:09:BC:E7
              inet addr: 192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU: 1500 Metric: 1
              RX packets:1903  errors:0 dropped:0 overruns:0 frame:0
              TX packets:7  errors:0 dropped:0 overruns:0 carrier:0
              collisions:0  txqueuelen:1000
              RX bytes:615024 (606.6 Kb)    TX bytes:1020 (1020.0 b)
    wmaster0    Link encap: UNSPEC    Hwaddr  00-15-AF-09-BC-E7-00-00-00-00-00-00-00-00-00-00
                      UP BROADCAST RUNNING MULTICAST  MTU: 1500 Metric: 1
                      RX packets:0  errors:0 dropped:0 overruns:0 frame:0
                      TX packets:0  errors:0 dropped:0 overruns:0 carrier:0
                      collisions:0  txqueuelen:1000
                      RX bytes:0 (0.0 b)    TX bytes:0 (0.0 b)
    Well, I hope that can help. Searched the net and the forums, and every problem related to this is with people who are actually trying to use the eth0 interface for connection. In my case, I don't think I need it, I only need the wlan0. What I'm trying to do is get rid of eth0 while letting wlan0 work.

  • Ipv4 from dhcp, ipv6 static on single interface eth0

    Hi,
    pls help me understand or solve my problem with my network setup.
    I had ipv4 ip address assigned dynamically and ipv6 set statically, both via netcfg and everything worked without problem.
    This is my netcfg config:
    CONNECTION='ethernet'
    DESCRIPTION='A basic dhcp ethernet connection using iproute'
    INTERFACE='eth0'
    IP='dhcp'
    PRE_UP='ethtool -s eth0 wol g'
    PRE_DOWN='ethtool -s eth0 wol g'
    ## for IPv6 autoconfiguration
    #IP6='stateless'
    ## for DHCPv6
    IP6='static'
    ADDR6=(2002:54f2:xxxx:1::2/64)
    GATEWAY6=2002:54f2:xxxx:1::1
    But someday I received error when booting up and also when I try to start profile manualy:
    /etc/rc.d/net-profiles start
    :: eth0 up
    RTNETLINK answers: File exists
    Adding gateway 2002:54f2:xxxx:1::1 failed
    No profile started.
    I found that I can't have two gateways on one interface, but until now there's no problem.
    When I disabled GATEWAY6 line from config, eth0 profile can be started but ipv6 connectivity didn't works.
    I tried set ipv6 to stateless that works, but after some time not more that 5min network connection resets and after recovery in couple of seconds only ipv4 works.
    Where's a problem? What can I do to achieve same setup I had before some update last week?
    Thanks

    houmles wrote:I found that I can't have two gateways on one interface, but until now there's no problem.
    I suspect it's a problem with that; I've noticed this problem as well.
    When trying to add multiple default gateways with iproute2 (ie, `ip r a default via xxx:xxx:xxx::xxxx`) it errors with the error you've mentioned. I'm not sure if this is a kernel bug, iproute2 bug, or not a bug at all.
    Having multiple default IPv4 gateways works fine.
    I believe netcfg doesn't check for an existing gateway and delete it first (or use `ip r r` instead or `ip r a`) before adding the one; but I haven't checked the code so I could be wrong.
    EDIT:
    OK, I couldn't resist looking at the code, and it indeed does a 'dumb' addition of the gateway:
    112 if [[ -n "$GATEWAY" ]]; then
    113 report_debug ethernet_iproute_up ip route add default via "$GATEWAY" dev "$INTERFACE"
    114 if ! ip route add default via "$GATEWAY" dev "$INTERFACE"; then
    115 report_iproute "Adding gateway $GATEWAY failed"
    116 fi
    117 fi
    I'm looking at making a patch now. Patch and bug report: https://bugs.archlinux.org/task/29480
    Last edited by fukawi2 (2012-04-16 01:00:09)

  • [mostly solved]RaLink RT2860 wireless NIC not working, in eeePC 1000HE

    I'm having trouble getting my wireless NIC to work.
    I have a clean, up-to-date system, no [testing].  I'm using the stock kernel, 2.6.30, which according to the 1000HE wiki (http://wiki.archlinux.org/index.php/Asu … 000HE#WiFi), is supposed to work out of the box.
    The problem I run into with iwconfig is that it doesn't set an essid.  The essid shows as blank, then I run:
    iwconfig ra0 essid "my id"
    and iwconfig ra0 again shows a blank essid.
    I've tried wpa_supplicant, and it just spams CTRL-EVENT-SCAN-RESULTS indefinitely (my config file is attached).
    I've tried wifi radar, and it gives me errors about the network I'm trying to connect to having no AP address.
    I've only tried to connect to the one network here that I have access to.  It's an unsecured university network with many APs (I think it's called roaming or something?).  Once you have an IP leased, you try to go to a website and are automatically forwarded to an authentication login page.
    I've attached the output from a bunch of different commands:
    ifconfig -a:
    eth0      Link encap:Ethernet  HWaddr 00:26:18:40:58:85 
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
              Interrupt:17
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    ra0       Link encap:Ethernet  HWaddr 00:25:D3:13:D2:4E 
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:99 errors:0 dropped:0 overruns:0 frame:0
              TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:13066 (12.7 Kb)  TX bytes:0 (0.0 b)
              Interrupt:19
    iwconfig:
    ra0       RT2860 Wireless  ESSID:""  Nickname:"RT2860STA"
              Mode:Auto  Frequency=2.412 GHz  Bit Rate=1 Mb/s   
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Link Quality=10/100  Signal level:0 dBm  Noise level:-97 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    iwconfig ra0 essid "hi": returns no output
    afterward, iwconfig returns identical output as above
    iwlist ra0 scan:
    ra0       Scan completed :
              Cell 01 - Address: 00:0C:E6:40:7E:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:65/100  Signal level:-64 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 02 - Address: 00:0C:E6:40:7E:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:65/100  Signal level:-64 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 03 - Address: 00:0C:E6:40:76:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:24/100  Signal level:-80 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 04 - Address: 00:0C:E6:40:76:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:34/100  Signal level:-76 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 05 - Address: 00:0C:E6:40:88:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:60/100  Signal level:-66 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 06 - Address: 00:0C:E6:40:7B:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:20/100  Signal level:-82 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 07 - Address: 00:0C:E6:40:97:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:20/100  Signal level:-82 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 08 - Address: 00:0C:E6:40:75:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:39/100  Signal level:-74 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 09 - Address: 00:0C:E6:40:88:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:65/100  Signal level:-64 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 10 - Address: 00:0C:E6:40:7B:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:20/100  Signal level:-82 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 11 - Address: 00:0C:E6:40:75:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:44/100  Signal level:-72 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
              Cell 12 - Address: 00:0C:E6:40:8D:00
                        ESSID:"UM Wireless Network"
                        Mode:Managed
                        Channel:11
                        Quality:20/100  Signal level:-82 dBm  Noise level:-97 dBm
                        Encryption key:off
                        Bit Rates:54 Mb/s
              Cell 13 - Address: 00:0C:E6:40:8D:01
                        ESSID:"MWireless"
                        Mode:Managed
                        Channel:11
                        Quality:20/100  Signal level:-82 dBm  Noise level:-97 dBm
                        Encryption key:on
                        Bit Rates:54 Mb/s
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : 802.1x
    iwpriv:
    ra0       Available private ioctls :
              set              (8BE2) : set 1024 char  & get   0     
              connStatus       (0004) : set   0       & get 2047 char
              driverVer        (0005) : set   0       & get 2047 char
              bainfo           (0006) : set   0       & get 2047 char
              descinfo         (0007) : set   0       & get 2047 char
              radio_off        (000A) : set   0       & get 2047 char
              radio_on         (000B) : set   0       & get 2047 char
              show             (0014) : set 1024 char  & get 2047 char
              bbp              (8BE3) : set 2047 char  & get 2047 char
              mac              (8BE5) : set 1024 char  & get 1024 char
              e2p              (8BE7) : set 1024 char  & get 1024 char
              stat             (8BE9) : set   0       & get 2047 char
              get_site_survey  (8BED) : set   0       & get 1024 char
    lspci:
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
    00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
    01:00.0 Network controller: RaLink RT2860
    03:00.0 Ethernet controller: Attansic Technology Corp. L1e Gigabit Ethernet Adapter (rev b0)
    wpa_supplicant -Dwext -ira0 -c/etc/wpa_supplicant.conf:
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-SCAN-RESULTS
    CTRL-EVENT-TERMINATING - signal 2 received
    cat /etc/wpa_supplicant.conf:
    # Catch all example that allows more or less all configuration modes
    network={
        ssid="UM Wireless Network"
        scan_ssid=1
        key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
        pairwise=CCMP TKIP
        group=CCMP TKIP WEP104 WEP40
        psk="very secret passphrase"
        eap=TTLS PEAP TLS
        identity="[email protected]"
        password="foobar"
        ca_cert="/etc/cert/ca.pem"
        client_cert="/etc/cert/user.pem"
        private_key="/etc/cert/user.prv"
        private_key_passwd="password"
        phase1="peaplabel=0"
    dmesg: (This was run after all the other commands.  I ran the wpa_supplicant command a couple of times, so the tail of the output is the result of a few different attempts by wpa_supplicant to find a network.)
    Linux version 2.6.30-ARCH (root@arch) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Jul 4 11:13:08 UTC 2009
    KERNEL supported cpus:
      Intel GenuineIntel
      AMD AuthenticAMD
      NSC Geode by NSC
      Cyrix CyrixInstead
      Centaur CentaurHauls
      Transmeta GenuineTMx86
      Transmeta TransmetaCPU
      UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e2000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007f7a0000 (usable)
    BIOS-e820: 000000007f7a0000 - 000000007f7ae000 (ACPI data)
    BIOS-e820: 000000007f7ae000 - 000000007f7f0000 (ACPI NVS)
    BIOS-e820: 000000007f7f0000 - 000000007f800000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x7f7a0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
      00000-9FFFF write-back
      A0000-DFFFF uncachable
      E0000-EFFFF write-through
      F0000-FFFFF write-protect
    MTRR variable ranges enabled:
      0 base 000000000 mask 080000000 write-back
      1 base 07F800000 mask 0FF800000 uncachable
      2 disabled
      3 disabled
      4 disabled
      5 disabled
      6 disabled
      7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 00000000000e2000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007f7a0000 (usable)
    modified: 000000007f7a0000 - 000000007f7ae000 (ACPI data)
    modified: 000000007f7ae000 - 000000007f7f0000 (ACPI NVS)
    modified: 000000007f7f0000 - 000000007f800000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000fff80000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 10000-15000
    RAMDISK: 7f6fc000 - 7f78fe11
    Allocated new RAMDISK: 00628000 - 006bbe11
    Move RAMDISK from 000000007f6fc000 - 000000007f78fe10 to 00628000 - 006bbe10
    ACPI: RSDP 000fb9d0 00014 (v00 ACPIAM)
    ACPI: RSDT 7f7a0000 0003C (v01 A_M_I_ OEMRSDT  04000920 MSFT 00000097)
    ACPI: FACP 7f7a0200 00084 (v02 A_M_I_ OEMFACP  04000920 MSFT 00000097)
    ACPI: DSDT 7f7a0430 05D8C (v01  A1192 A1192000 00000000 INTL 20051117)
    ACPI: FACS 7f7ae000 00040
    ACPI: APIC 7f7a0390 0005C (v01 A_M_I_ OEMAPIC  04000920 MSFT 00000097)
    ACPI: MCFG 7f7a03f0 0003C (v01 A_M_I_ OEMMCFG  04000920 MSFT 00000097)
    ACPI: OEMB 7f7ae040 00061 (v01 A_M_I_ AMI_OEM  04000920 MSFT 00000097)
    ACPI: HPET 7f7a61c0 00038 (v01 A_M_I_ OEMHPET  04000920 MSFT 00000097)
    ACPI: SSDT 7f7aeb40 004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
    ACPI: Local APIC address 0xfee00000
    1151MB HIGHMEM available.
    887MB LOWMEM available.
      mapped low ram: 0 - 377fe000
      low ram: 0 - 377fe000
      node 0 low ram: 00000000 - 377fe000
      node 0 bootmap 00011000 - 00017f00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
      #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
      #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
      #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
      #3 [0000100000 - 0000624e44]    TEXT DATA BSS ==> [0000100000 - 0000624e44]
      #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
      #5 [0000625000 - 00006271e0]              BRK ==> [0000625000 - 00006271e0]
      #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
      #7 [0000628000 - 00006bbe11]      NEW RAMDISK ==> [0000628000 - 00006bbe11]
      #8 [0000011000 - 0000018000]          BOOTMAP ==> [0000011000 - 0000018000]
    found SMP MP-table at [c00ff780] ff780
    Zone PFN ranges:
      DMA      0x00000010 -> 0x00001000
      Normal   0x00001000 -> 0x000377fe
      HighMem  0x000377fe -> 0x0007f7a0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
        0: 0x00000010 -> 0x0000009f
        0: 0x00000100 -> 0x0007f7a0
    On node 0 totalpages: 522031
    free_area_init_node: node 0, pgdat c04c1380, node_mem_map c1000200
      DMA zone: 32 pages used for memmap
      DMA zone: 0 pages reserved
      DMA zone: 3951 pages, LIFO batch:0
      Normal zone: 1744 pages used for memmap
      Normal zone: 221486 pages, LIFO batch:31
      HighMem zone: 2304 pages used for memmap
      HighMem zone: 292514 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Enabling APIC mode:  Flat.  Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0xffffffff base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e2000
    PM: Registered nosave memory: 00000000000e2000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 7f800000:7f600000)
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 11 pages at c1ffa000, static data 24444 bytes
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517951
    Kernel command line: root=/dev/disk/by-uuid/2debd498-3ab0-459c-afbe-d75860e0d650 ro
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    NR_IRQS:512
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Fast TSC calibration using PIT
    Detected 1662.281 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Initializing HighMem for node 0 (000377fe:0007f7a0)
    Memory: 2064176k/2088576k available (2902k kernel code, 23140k reserved, 1047k data, 392k init, 1179272k highmem)
    virtual kernel memory layout:
        fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
        pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
        vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
        lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
          .init : 0xc04e1000 - 0xc0543000   ( 392 kB)
          .data : 0xc03d590f - 0xc04db6a8   (1047 kB)
          .text : 0xc0100000 - 0xc03d590f   (2902 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3325.08 BogoMIPS (lpj=5540936)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I cache: 32K, L1 D cache: 24K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    using mwait in idle threads.
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20090320
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Atom(TM) CPU N280   @ 1.66GHz stepping 02
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 3326.54 BogoMIPS (lpj=5541676)
    CPU: L1 I cache: 32K, L1 D cache: 24K
    CPU: L2 cache: 512K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Atom(TM) CPU N280   @ 1.66GHz stepping 02
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Brought up 2 CPUs
    Total of 2 processors activated (6652.63 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
      groups: 0 1
    CPU1 attaching sched-domain:
    domain 0: span 0-1 level SIBLING
      groups: 1 0
    net_namespace: 1056 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: EC: driver started in poll mode
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:02.0: reg 10 32bit mmio: [0xf7f00000-0xf7f7ffff]
    pci 0000:00:02.0: reg 14 io port: [0xdc00-0xdc07]
    pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
    pci 0000:00:02.0: reg 1c 32bit mmio: [0xf7ec0000-0xf7efffff]
    pci 0000:00:02.1: reg 10 32bit mmio: [0xf7f80000-0xf7ffffff]
    pci 0000:00:1b.0: reg 10 64bit mmio: [0xf7eb8000-0xf7ebbfff]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1d.0: reg 20 io port: [0xd400-0xd41f]
    pci 0000:00:1d.1: reg 20 io port: [0xd480-0xd49f]
    pci 0000:00:1d.2: reg 20 io port: [0xd800-0xd81f]
    pci 0000:00:1d.3: reg 20 io port: [0xd880-0xd89f]
    pci 0000:00:1d.7: reg 10 32bit mmio: [0xf7eb7c00-0xf7eb7fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0380 (mask 0003)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 0007)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0003)
    pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
    pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
    pci 0000:00:1f.1: reg 18 io port: [0x8f0-0x8f7]
    pci 0000:00:1f.1: reg 1c io port: [0x8f8-0x8fb]
    pci 0000:00:1f.1: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:1f.2: reg 10 io port: [0xd080-0xd087]
    pci 0000:00:1f.2: reg 14 io port: [0xd000-0xd003]
    pci 0000:00:1f.2: reg 18 io port: [0xcc00-0xcc07]
    pci 0000:00:1f.2: reg 1c io port: [0xc880-0xc883]
    pci 0000:00:1f.2: reg 20 io port: [0xc800-0xc80f]
    pci 0000:00:1f.2: reg 24 32bit mmio: [0xf7eb7800-0xf7eb7bff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:03:00.0: reg 10 64bit mmio: [0xfbfc0000-0xfbffffff]
    pci 0000:03:00.0: reg 18 io port: [0xec00-0xec7f]
    pci 0000:03:00.0: PME# supported from D3hot D3cold
    pci 0000:03:00.0: PME# disabled
    pci 0000:00:1c.1: bridge io port: [0xe000-0xefff]
    pci 0000:00:1c.1: bridge 32bit mmio: [0xfbf00000-0xfbffffff]
    pci 0000:01:00.0: reg 10 32bit mmio: [0xfbef0000-0xfbefffff]
    pci 0000:01:00.0: PME# supported from D0 D3hot
    pci 0000:01:00.0: PME# disabled
    pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xfbefffff]
    pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf0000000-0xf6ffffff]
    pci 0000:00:1e.0: transparent bridge
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: iomem range 0xfed13000-0xfed19fff has been reserved
    system 00:08: ioport range 0x25c-0x25f has been reserved
    system 00:08: ioport range 0x380-0x383 has been reserved
    system 00:08: ioport range 0x400-0x41f has been reserved
    system 00:08: ioport range 0x4d0-0x4d1 has been reserved
    system 00:08: ioport range 0x800-0x87f has been reserved
    system 00:08: ioport range 0x480-0x4bf has been reserved
    system 00:08: iomem range 0x8c000000-0x8c01ffff has been reserved
    system 00:08: iomem range 0xfed1c000-0xfed1ffff has been reserved
    system 00:08: iomem range 0xfed20000-0xfed3ffff has been reserved
    system 00:08: iomem range 0xfed50000-0xfed8ffff has been reserved
    system 00:08: iomem range 0xffb00000-0xffbfffff has been reserved
    system 00:08: iomem range 0xfff00000-0xffffffff could not be reserved
    system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:0a: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0b: iomem range 0xe0000000-0xe3ffffff has been reserved
    system 00:0c: iomem range 0x0-0x9ffff could not be reserved
    system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0c: iomem range 0x100000-0x7f7fffff could not be reserved
    pci 0000:00:1c.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:1c.0:   IO window: disabled
    pci 0000:00:1c.0:   MEM window: disabled
    pci 0000:00:1c.0:   PREFETCH window: disabled
    pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
    pci 0000:00:1c.1:   IO window: 0xe000-0xefff
    pci 0000:00:1c.1:   MEM window: 0xfbf00000-0xfbffffff
    pci 0000:00:1c.1:   PREFETCH window: disabled
    pci 0000:00:1c.3: PCI bridge, secondary bus 0000:01
    pci 0000:00:1c.3:   IO window: disabled
    pci 0000:00:1c.3:   MEM window: 0xf8000000-0xfbefffff
    pci 0000:00:1c.3:   PREFETCH window: 0x000000f0000000-0x000000f6ffffff
    pci 0000:00:1e.0: PCI bridge, secondary bus 0000:05
    pci 0000:00:1e.0:   IO window: disabled
    pci 0000:00:1e.0:   MEM window: disabled
    pci 0000:00:1e.0:   PREFETCH window: disabled
    pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:03: resource 0 io:  [0xe000-0xefff]
    pci_bus 0000:03: resource 1 mem: [0xfbf00000-0xfbffffff]
    pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfbefffff]
    pci_bus 0000:01: resource 2 pref mem [0xf0000000-0xf6ffffff]
    pci_bus 0000:05: resource 3 io:  [0x00-0xffff]
    pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 591k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1247582678.410:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1731
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:02.0: Boot video device
    pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
    pcieport-driver 0000:00:1c.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
    pcieport-driver 0000:00:1c.1: setting latency timer to 64
    pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
    pcieport-driver 0000:00:1c.3: setting latency timer to 64
    isapnp: Scanning for PnP cards...
    Switched to high resolution mode on CPU 1
    Switched to high resolution mode on CPU 0
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 392k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 27 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x5 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    ata1: SATA max UDMA/133 abar m1024@0xf7eb7800 port 0xf7eb7900 irq 27
    ata2: DUMMY
    ata3: SATA max UDMA/133 abar m1024@0xf7eb7800 port 0xf7eb7a00 irq 27
    ata4: DUMMY
    pata_acpi 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    pata_acpi 0000:00:1f.1: setting latency timer to 64
    pata_acpi 0000:00:1f.1: PCI INT A disabled
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1.00: ATA-8: Hitachi HTS543216L9SA00, FB2OC40C, max UDMA/133
    ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54321 FB2O PQ: 0 ANSI: 5
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi4 : ata_piix
    scsi5 : ata_piix
    ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    ata6: port disabled. ignoring.
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with writeback data mode.
    rtc_cmos 00:03: RTC can wake from S4
    rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    udev: starting version 141
    ACPI: AC Adapter [AC0] (on-line)
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    ACPI: Battery Slot [BAT0] (battery present)
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button [PWRF]
    input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    ACPI: Lid Switch [LID]
    input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
    ACPI: Sleep Button [SLPB]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    ACPI: Power Button [PWRB]
    ACPI: SSDT 7f7ae180 001FA (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
    ACPI: SSDT 7f7ae410 00724 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Marking TSC unstable due to TSC halts in idle
    ACPI: CPU0 (power states: C1[C1] C2[C2])
    processor ACPI_CPU:00: registered as cooling_device0
    ACPI: Processor [P001] (supports 8 throttling states)
    ACPI: SSDT 7f7ae0b0 000CC (v01  PmRef  Cpu1Ist 00003000 INTL 20051117)
    ACPI: SSDT 7f7ae380 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20051117)
    ACPI: CPU1 (power states: C1[C1] C2[C2])
    processor ACPI_CPU:01: registered as cooling_device1
    ACPI: Processor [P002] (supports 8 throttling states)
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [TZ00] (42 C)
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    Linux agpgart interface v0.103
    intel_rng: FWH not detected
    usbcore: registered new device driver usb
    input: PC Speaker as /devices/platform/pcspkr/input/input6
    input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:19/input/input7
    ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
    rt2860sta: module is from the staging directory, the quality is unknown, you have been warned.
    rt2860 0000:01:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    === pAd = f8591000, size = 580808 ===
    <-- RTMPAllocAdapterBlock, Status=0
    rt2860 0000:01:00.0: setting latency timer to 64
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7eb7c00
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    ATL1E 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    ATL1E 0000:03:00.0: setting latency timer to 64
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000d400
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d480
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d800
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d880
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    agpgart-intel 0000:00:00.0: Intel 945GME Chipset
    agpgart-intel 0000:00:00.0: detected 7932K stolen memory
    agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    iTCO_vendor_support: vendor-support=0
    eeepc: Eee PC Hotkey Driver
    eeepc: Hotkey init flags 0x41
    eeepc: Get control methods supported: 0x101713
    input: Asus EeePC extra buttons as /devices/virtual/input/input8
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0860)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    usb 1-8: new high speed USB device using ehci_hcd and address 3
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    psmouse serio1: ID: 10 00 64
    usb 1-8: configuration #1 chosen from 1 choice
    elantech.c: assuming hardware version 2, firmware version 2.48
    usb 5-1: new full speed USB device using uhci_hcd and address 2
    elantech.c: Synaptics capabilities query result 0x00, 0x02, 0x64.
    usb 5-1: configuration #1 chosen from 1 choice
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    Linux video capture interface: v2.00
    input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input10
    uvcvideo: Found UVC 1.00 device CNF7129 (04f2:b071)
    input: CNF7129 as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input11
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    Bluetooth: Core ver 2.15
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: Generic Bluetooth USB driver ver 0.5
    usbcore: registered new interface driver btusb
    EXT3 FS on sda3, internal journal
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on sda4, internal journal
    EXT3-fs: mounted filesystem with writeback data mode.
    Adding 1052248k swap on /dev/sda2.  Priority:-1 extents:1 across:1052248k
    RX DESC f649f000  size = 2048
    <-- RTMPAllocTxRxRingMemory, Status=0
    --> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
    1. Phy Mode = 0
    2. Phy Mode = 0
    3. Phy Mode = 0
    RTMPSetPhyMode: channel is out of range, use first channel=1
    MCS Set = 00 00 00 00 00
    <==== RTMPInitialize, Status=0
    0x1300 = 00073200
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1336
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1375
    ===>rt_ioctl_giwscan. 16(16) BSS returned, data->length = 1641
    ===>rt_ioctl_giwscan. 14(14) BSS returned, data->length = 1470
    ===>rt_ioctl_giwscan. 16(16) BSS returned, data->length = 1641
    ===>rt_ioctl_giwscan. 16(16) BSS returned, data->length = 1641
    RX DESC f649f000  size = 2048
    <-- RTMPAllocTxRxRingMemory, Status=0
    --> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
    1. Phy Mode = 0
    2. Phy Mode = 0
    3. Phy Mode = 0
    MCS Set = 00 00 00 00 00
    <==== RTMPInitialize, Status=0
    0x1300 = 00073200
    RX DESC f73ce000  size = 2048
    <-- RTMPAllocTxRxRingMemory, Status=0
    --> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
    1. Phy Mode = 0
    2. Phy Mode = 0
    3. Phy Mode = 0
    MCS Set = 00 00 00 00 00
    <==== RTMPInitialize, Status=0
    0x1300 = 00073200
    ===>rt_ioctl_giwscan. 14(14) BSS returned, data->length = 1431
    ===>rt_ioctl_giwscan. 12(12) BSS returned, data->length = 1240
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1619
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1619
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1588
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1619
    ===>rt_ioctl_giwscan. 16(16) BSS returned, data->length = 1714
    ===>rt_ioctl_giwscan. 17(17) BSS returned, data->length = 1779
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1409
    ===>rt_ioctl_giwscan. 12(12) BSS returned, data->length = 1240
    RX DESC f6948000  size = 2048
    <-- RTMPAllocTxRxRingMemory, Status=0
    --> Error 2 opening /etc/Wireless/RT2860STA/RT2860STA.dat
    1. Phy Mode = 0
    2. Phy Mode = 0
    3. Phy Mode = 0
    MCS Set = 00 00 00 00 00
    <==== RTMPInitialize, Status=0
    0x1300 = 00073200
    ===>rt_ioctl_giwscan. 12(12) BSS returned, data->length = 1240
    ===>rt_ioctl_giwscan. 10(10) BSS returned, data->length = 1070
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1355
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1546
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1316
    ===>rt_ioctl_giwscan. 13(13) BSS returned, data->length = 1355
    ===>rt_ioctl_giwscan. 14(14) BSS returned, data->length = 1470
    ===>rt_ioctl_giwscan. 14(14) BSS returned, data->length = 1470
    ===>rt_ioctl_giwscan. 11(11) BSS returned, data->length = 1165
    ===>rt_ioctl_giwscan. 11(11) BSS returned, data->length = 1145
    ===>rt_ioctl_giwscan. 14(14) BSS returned, data->length = 1504
    ===>rt_ioctl_giwscan. 15(15) BSS returned, data->length = 1546
    Last edited by mishchea (2009-07-15 02:42:39)

    Malstrond wrote:Mostly because Ralink just hacks their drivers together to work somehow. A module should never require files in /etc/, but they don't care. The file contains settings, ranging from packet thresholds to country selection. There is a readme file in the archive, you can change some interesting things in there, i.e. auto roaming.
    The staging drivers included in the kernel have this settings file included in the module, but there have been problems with this in 2.6.30, among others, the included drivers for RT2870-based hardware, for example, can render your system unusable.
    Sadly, there doesn't seem to be much effort on the side of Linux community either. Maybe it's because all the devs interested in this already bought one of earlier EEEs with an Atheros chipset.
    I've got one of these cards and it works fine. I'm running 2.6.31.
    I use a wpa_supplicant based connection. I suggest that you do the same, the config file is crap and it doesn't appear to accept iwconfig input.
    For netcfg and this card, try netcfg 2.5 which will be out in the next 24 hours. In the meantime, you could configure your networks in a wpa_supplicant config file. Don't use a catch all like above, create a more specific one.

  • [Solved] Default interface routing issues

    I have two network interfaces connected to my newly installed ArchLinux server,  one LAN and one WAN connection.  The trouble is that all traffic that is trying to connect to the wan interface gets no response, while the LAN connection work without any issue.
    I am using udev to change my interfaces to lan0 and wan0, and i use netcfg to load the diffrent profiles.
    Lan0 uses a static local ip 192.168.0.118  with 192.168.0.2 as gateway
    Wan0 uses dhcp  with dynamic ip from my ISP.
    When i manually bring down my lan0 interface all my traffic goes through wan0 correctly, and it even responds to external calls.
    So i belive the issue lies somewhere in the local routing?
    I am trying to post all config files needed directly.
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="sv_SE.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="sv-latin1"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="weed-devil"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    #interface=eth0
    #address=
    #netmask=
    #broadcast=
    #gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    NETWORKS=(sluggy local)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng !ufw !network net-profiles @alsa crond dbus sshd lircd sensors mysqld @ddclient @hddtemp httpd samba stunnel sabnzbd sickbeard)
    /etc/network.d/sluggy
    CONNECTION='ethernet'
    DESCRIPTION='A basic dhcp ethernet connection using iproute'
    INTERFACE='wan0'
    IP='dhcp'
    ## for DHCPv6
    #IP6='dhcp'
    ## for IPv6 autoconfiguration
    #IP6='stateless'
    /etc/network.d/local
    CONNECTION='ethernet'
    DESCRIPTION='A basic static ethernet connection using iproute'
    INTERFACE='lan0'
    IP='static'
    ADDR='192.168.0.118'
    GATEWAY='192.168.0.2'
    output of route -nl
    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 192.168.0.2 0.0.0.0 UG 0 0 0 lan0
    0.0.0.0 85.24.137.1 0.0.0.0 UG 203 0 0 wan0
    85.24.137.0 0.0.0.0 255.255.255.0 U 203 0 0 wan0
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 lan0
    I have had this server running Ubuntu for the past 2 years with the same setup on the NIC's and there everything worked, so I guess i have become a little lazy.
    *EDIT* Updated my post with "code" block instead of quote
    Last edited by kurri (2011-11-01 22:07:14)

    kurri, please edit your post.
    When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and more convenient to scroll through.

  • SOLVED: Dell XPS 1530 wireless not configured properly , need help.

    Had another post about different questions but after playing around with this for a few days I think that my wifi is not configured properly. Every thing looks good on the hardware and driver end and shows up properly.
    This is my wifi card
    grep -i wireless
    0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
    ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:15:C5:84:7A:7C 
              inet addr:162.178.12.101  Bcast:192.168.0.255  Mask:255.255.255.0
              inet6 addr: fe80::215:c5ff:fe84:7a7c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:6225 errors:0 dropped:0 overruns:0 frame:0
              TX packets:6557 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:4309676 (4.1 Mb)  TX bytes:996746 (973.3 Kb)
              Interrupt:16
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:6 errors:0 dropped:0 overruns:0 frame:0
              TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:380 (380.0 b)  TX bytes:380 (380.0 b)
    wlan0     Link encap:Ethernet  HWaddr 00:1C:BF:75:0A:1F 
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    wmaster0  Link encap:UNSPEC  HWaddr 00-1C-BF-75-0A-1F-00-00-00-00-00-00-00-00-00-00 
              [NO FLAGS]  MTU:0  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    My rc.conf is asfollows.
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="local"
    USEDIRECTISA="no"
    TIMEZONE="America/Toronto"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="archtom"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    #   - no hyphens in your interface names - Bash doesn't like it
    # DHCP:     Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 162.178.12.101 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(eth0 wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 162.178.12.1"
    #ROUTES=(!gateway)
    ROUTES=(gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond alsa hal fam gdm)
    Another think is the card is there and recognized but the led light is not on so the card is not actually turning on and that can be an issue so can not scan for networks or even bring wlan0 up as I get this error.
    SIOCSIFFLAGS: No such file or directory
    Your help would be greatly appreciated as though I have used Ubuntu and Fedora for years everything worked out of the box so this is new to me. He he breakage I love Arch , learning so much.
    Last edited by TomWitko (2009-08-23 15:05:33)

    Umm k looking into this and fixing this now. Went by the wiki page for the dell xps 1530 and it stated I needed the 65 driver, just figured out I have the 45 card so need the 45 driver. Will update later when I get it fixed.
    K changed the driver and now can get wlan0 up ,, have to check out if everthing works now.
    Last edited by TomWitko (2009-08-23 14:58:09)

  • [solved]Nokia 7900 as modem not working

    Hi, few years ago, on ubuntu i configured Motorola v3xx for use with wvdial via next /etc/wvdial.conf
    [Dialer Defaults]
    Modem = /dev/ttyACM0
    ISDN = off
    Modem Type = Analog Modem
    Baud = 460800
    Init = ATZ
    Init2 =
    Init3 = at+cgdcont=1,"IP","internet"
    Init4 =
    Init5 =
    Init6 =
    Init7 =
    Init8 =
    Init9 =
    Phone = *99#
    Phone1 =
    Phone2 =
    Phone3 =
    Phone4 =
    Dial Prefix =
    Dial Attempts = 1
    Dial Command = ATM1L3DP
    Ask Password = off
    Password = internet
    Username = mobitel
    Auto Reconnect = off
    Abort on Busy = off
    Carrier Check = on
    Check Def Route = on
    Abort on No Dialtone = on
    Stupid Mode = off
    Idle Seconds = 0
    Auto DNS = on
    ;Minimize = off
    ;Dock = off
    ;Do NOT edit this file by hand!
    Now i switched the phone and trying to achieve the same on arch, the connection get's trough:
    wvdial ; cat /var/log/messages.log | grep pppd | grep Sent | tail -n 1 >> /data/code/python/gprs/traffic.dat
    --> Ignoring malformed input line: ";Do NOT edit this file by hand!"
    --> WvDial: Internet dialer version 1.60
    --> Cannot get information for serial port.
    --> Initializing modem.
    --> Sending: ATZ
    ATZ
    OK
    --> Sending: at+cgdcont=1,"IP","internet"
    at+cgdcont=1,"IP","internet"
    OK
    --> Modem initialized.
    --> Sending: ATM1L3DP*99#
    --> Waiting for carrier.
    ATM1L3DP*99#
    CONNECT
    ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
    --> Carrier detected. Waiting for prompt.
    ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~
    --> PPP negotiation detected.
    --> Starting pppd at Tue Dec 16 11:41:20 2008
    --> Pid of pppd: 17230
    --> Using interface ppp0
    --> local IP address 10.203.30.115
    --> remote IP address 10.6.6.6
    --> primary DNS address 213.229.249.161
    --> secondary DNS address 193.189.160.13
    but I cannot access internet
    output of ifconfig (eth0 is wired connection currently):
    eth0 Link encap:Ethernet HWaddr 00:1C:23:94:93:85
    inet addr:192.168.1.113 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21c:23ff:fe94:9385/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:13392044 errors:0 dropped:0 overruns:0 frame:0
    TX packets:13009772 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2848145967 (2716.2 Mb) TX bytes:2883455920 (2749.8 Mb)
    Interrupt:17
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:1568590 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1568590 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:168895651 (161.0 Mb) TX bytes:168895651 (161.0 Mb)
    ppp0 Link encap:Point-to-Point Protocol
    inet addr:10.203.30.115 P-t-P:10.6.6.6 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
    RX packets:5 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:3
    RX bytes:74 (74.0 b) TX bytes:107 (107.0 b)
    what could I do to make it behave as a modem?
    Thanks in advance
    Last edited by b4d (2008-12-16 11:31:38)

    Does "cannot access internet" mean no access to domain names e.g. can't open google.com, or no access to network e.g. can't ping 74.125.45.100?
    If you can ping, but you can't resolve domains, edit your /etc/resolv.conf as required. If you can't ping, check your routing table after connecting.

  • [SOLVED]eth1 and eth0 keep switching

    Ok I've got two NIC's in this computer, one refuses to get an IP address from DHCP the other work perfectly fine. However each time I start up the one that previously was eth0 is now eth1 and vise versa.
    eth0="dhcp"
    INTERFACES=(eth0)
    00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev f3) # WORKS
    05:0c.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) # BORK
    [01:21 AM][desktop:~]# uname -rm
    2.6.30-ARCH x86_64
    Last edited by fumbles (2009-07-01 04:05:07)

    http://wiki.archlinux.org/index.php/Ude … _Each_Boot

  • Bringing up interface eth0:  failed

    wondering its my switch is not working properly or i need to set something? i set hosts file properly
    Mar 20 13:44:22 ora-lab2 ifup:
    Mar 20 13:44:22 ora-lab2 ifup: Determining IP information for eth0...
    Mar 20 13:44:24 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
    Mar 20 13:44:30 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
    Mar 20 13:44:41 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
    Mar 20 13:44:59 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
    Mar 20 13:45:07 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
    Mar 20 13:45:18 ora-lab2 dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
    Mar 20 13:45:24 ora-lab2 dhclient: No DHCPOFFERS received.
    Mar 20 13:45:25 ora-lab2 ifup: failed.
    Mar 20 13:45:25 ora-lab2 network: Bringing up interface eth0: failed

    In system-config-network the options to set a static ip address are available once you switch off DHCP.
    Please mind you need some basic knowledge of TCP/IP in order to setup a TCP/IP based network... There are various sources on the internet about this, I strongly advise to read about it.
    (especially if you need to route your home network to the internet)

  • The instance is using interface 'eth0' of type 'Unknown'.

    Hello,
    I've installed an oracle cluster 10.2.0.1.0 with two computer successfully.
    The two computer are SUSE linux ; "uname -a" display
    Linux dbprod1 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC 2006 x86_64
    x86_64 x86_64 GNU/Linux
    After a month I was obliged to change the subnet of eth0. So i must change the
    addresses of the 2 machines and the 2 VIP address.
    With the utility oifcfg I correct the information about the interface eth0. (I
    execute also vipca)
    oifcfg iflist
    eth0 10.23.11.0
    eth1 10.25.13.0
    oifcfg getif
    eth0 10.23.11.0 global public
    eth1 10.25.13.0 global cluster_interconnect
    Now in the EM I obtain this two warnings (one for each instance):
    mbprod_mbprod2: Interconnect; Interface Type;The instance is using interface
    'eth0' of type 'Unknown'.
    mbprod_mbprod1:Interconnect; Interface Type; The instance is using interface
    'eth0' of type 'Unknown'.
    How can I correct the problem?
    Thank you very much.

    Manorama wrote:
    Suppose we are using interface, to use the method declared in the interface, which is implemented in another class. Now what is the difference between using the interface instead of directly instantiating the implemented class to use the method. Can anyone explain me in detail.To use an interface an implementing class must be instantiated somewhere (though not necessarilly in your own code). The object in question is accessed through the interface, but in reality every Object is an instance of a concrete class. For example say you connect to a database. DriverManager gives you an object which implements java.sql.Connection. The object you get will actulay be of a class defined inside the database provider's libraries and which you may well not be allowed to instanciate yourself, all you need to know is that it implements Connection. And because you handle it as a reference to Connection, you don't need to care what the actual class is, you can change the database URL and switch to a completely different database driver without changing your code.

  • How to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3g or gPRS on safari with an iphone 4 and latest software updates

    Please can someone help me to solve the error message "Could not activate cellular data network: PDP authentication failure"when using 3G or GPRS on safari with an iphone 4GS and latest software updates. I have tried resetting the network and phone settings. I have restored the factory settings on itunes and still the problem persists.

    All iPhones sold in Japan are sold carrier locked and cannot be officially unlocked by the carrier. If you unlocked it, it was by unauthorized means (hacked), and support cannot be given to you in this forum.
    Hacked iPhones are subject to countermeasures by Apple, particularly when updating the firmware. It is likely permanently re-locked or permanently disabled.
    Message was edited by: modular747

  • How to solve this problem? '' can not activate cellular data network failure'' authenticating PDP  from already thank you

    how to solve this problem? '' can not activate cellular data network failure'' authenticating PDP  from already thank you

    What does this have to do with using an iPhone in an enterprise environment?
    What carrier are you using and where did you get the phone?

  • I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    I recently bought a dbx hardware compressor and am not quite sure how to use it in logic express 9. I hav a focusrite saffire 6 usb audio interface and am not dont how to use it in logic. Please help???

    MUYconfundido wrote:
    Pancenter,
    Thanks for the response, but I do not have a midi interface. I am using a midi to usb connector cable, thus bypassing the need for a Midi interface.
    The Mac reads the USB cable as a midi device, but not the keyboard that I am trying to use as a controller. I have tried it with my korg sp 300 and with my Nord Electro 2.
    Thoughts?
    Thanks,
    Tristan
    Tristan...
    This is what you have, correct?
    http://www.alesis.com/usbmidicable
    This from Alesis..
    "The AudioLink Series USB cable receives and outputs MIDI signal thanks to its internal interface. The USB-MIDI Cable connects plug-and-play to your Mac or PC for an all-in-one USB-MIDI solution."
    Notice, -internal interface-. What you have is a simple USB MIDI Interface. Most MIDI interfaces are USB.
    My point is (was), MIDI OUT of the Korg goes to the connector marked MIDI IN on the Alesis, those new to MIDI often get this wrong.
    pancenter-

Maybe you are looking for

  • How to view my family share calendar in outlook for mac 2011 (ical)

    Hey All Problem: Want to view my family share calendar in outlook for mac 2011. Want to have them sync on the fly (push) Currently running 2 exchange mailboxes which have their own mailboxes and calendars which you can toggle between. For the PC this

  • Delete parent node based on its child node value in XML

    I have an xml like this: <UPLOAD_REQUEST>      <CUSTOMER_DETAIL>      <NAME>Smith</NAME>      <AGE>20</AGE>      <GENDER>M</GENDER>      </CUSTOMER_DETAIL>      <CUSTOMER_DETAIL>      <NAME>Nikita</NAME>      <AGE>35</AGE>      <GENDER>F</GENDER>    

  • Syntax error in IDoc (too many repetitions of a segment)

    Hi, I tried to load master data from R/3 into BW system. The load is not ending and the IDoc error message is displaying, The error message is " EDI: Syntax error in IDoc (too many repetitions of a segment) with status 26"  . I tried to analise the i

  • Web service client error

    Hello, I created new Web service client using WL 8.1, axis 1.4 , JDK 1.4.2 . The Service is hosted by my vendor and it's on asp/.net. I used axis to create stub implemetation and when i invoke the service , i get the following error . I googled out t

  • Beware2

    having problems installing photoshop element 10 and premiere elements 10 to my Mac computer. help