You are not logged in.
Hello, first post here ^^
Sorry if I write with a bit of engrish. I'm very tired ^^"
My brother's laptop, a Portuguese Classmate PC (aka "Magalhães", version MG2 -- unfortunately, I can't find the corresponding international version, but have a picture) doesn't has any network at all, be it wired or wireless, with the updates of 3/August/2011 installed. I think the problem is udev.
I have no problems when using an installation media, at least for wired network.
Even after reinstalling, I still have no network.
The problem with wired, is that the eth0 interface is gone. Have tried network and NetworkManager, and it's just gone. In the output of ifconfig I only have the loopback interface (and would have wlan0, if I had the firmware for the wireless card installed).
Wired problem solved! Sorry, I actually searched the Internet for a solution and couldn't find anything useful, and only now noticed there's already a thread here about it. I should have searched this forum, instead of the Internet... sorry!
Previously, I only had to install the rtl8192se chipset drivers from AUR.
But now, with the latest updates, the kernel [size=1](or the udev, I don't know which it is)[/size]was constantly giving me errors through tty, regarding to wifi. It could scan for networks, but not connect. I have tried with WPA and no security, result was the same.
/etc/rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# 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="pt_PT.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Lisbon"
KEYMAP="pt-latin1 pt-latin9 euro"
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=(mii r8169 pcspkr snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore)
# 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="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="MTomas"
# 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=(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
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(syslog-ng dbus network netfs @openntpd crond cups alsa gdm)
hwdetect --show-net
NET : ppp_generic slhc rfkill
dmesg (sorry about the very long output, I don't really know whats' useful or not...)
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f5c0000 (usable)
[ 0.000000] BIOS-e820: 000000003f5c0000 - 000000003f5cc000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f5cc000 - 000000003f5cf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f5cf000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: Intel Corporation Intel powered classmate PC/Intel powered classmate PC, BIOS BPPNV20L.90A.0008.2010.0909.1822 09/09/2010
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x3f5c0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back
[ 0.000000] 1 base 03F600000 mask 0FFE00000 uncachable
[ 0.000000] 2 base 03F800000 mask 0FF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f7d40] f7d40
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-000000003f5c0000
[ 0.000000] 0000000000 - 003f400000 page 2M
[ 0.000000] 003f400000 - 003f5c0000 page 4k
[ 0.000000] kernel direct mapping tables up to 3f5c0000 @ 3f5bd000-3f5c0000
[ 0.000000] RAMDISK: 37c12000 - 37e01000
[ 0.000000] ACPI: RSDP 00000000000f7d10 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 000000003f5c5013 00074 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 000000003f5cbc60 000F4 (v03 INTEL 06040000 PTL 00000002)
[ 0.000000] ACPI: DSDT 000000003f5c61a9 05A43 (v01 INTEL BEARG31A 06040000 MSFT 03000001)
[ 0.000000] ACPI: FACS 000000003f5cefc0 00040
[ 0.000000] ACPI: TCPA 000000003f5cbd54 00032 (v01 Phoeni x 06040000 TL 00000000)
[ 0.000000] ACPI: MCFG 000000003f5cbd86 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
[ 0.000000] ACPI: HPET 000000003f5cbdc2 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
[ 0.000000] ACPI: APIC 000000003f5cbdfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 000000003f5cbe62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC 000000003f5cbe8a 00176 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT 000000003f5c5609 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 000000003f5c5563 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 000000003f5c5087 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000003f5c0000
[ 0.000000] NUMA: Using 63 for the hash shift.
[ 0.000000] Initmem setup node 0 0000000000000000-000000003f5c0000
[ 0.000000] NODE_DATA [000000003f5b8000 - 000000003f5bcfff]
[ 0.000000] [ffffea0000000000-ffffea0000dfffff] PMD -> [ffff88003dc00000-ffff88003e9fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x0003f5c0
[ 0.000000] On node 0 totalpages: 259405
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3920 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 3493 pages used for memmap
[ 0.000000] DMA32 zone: 251931 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f200000 s83136 r8192 d23360 u1048576
[ 0.000000] pcpu-alloc: s83136 r8192 d23360 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 255851
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1011404k/1038080k available (4019k kernel code, 460k absent, 26216k reserved, 3335k data, 712k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptable hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:2304
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 8388608 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1662.531 MHz processor.
[ 0.003340] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.60 BogoMIPS (lpj=5541770)
[ 0.003531] pid_max: default: 32768 minimum: 301
[ 0.003952] Security Framework initialized
[ 0.004047] AppArmor: AppArmor disabled by boot time parameter
[ 0.004419] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.007667] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.008243] Mount-cache hash table entries: 256
[ 0.009502] Initializing cgroup subsys ns
[ 0.009600] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.009736] Initializing cgroup subsys cpuacct
[ 0.009925] Initializing cgroup subsys memory
[ 0.010064] Initializing cgroup subsys devices
[ 0.010158] Initializing cgroup subsys freezer
[ 0.010249] Initializing cgroup subsys net_cls
[ 0.010340] Initializing cgroup subsys blkio
[ 0.010565] CPU: Physical Processor ID: 0
[ 0.010656] CPU: Processor Core ID: 0
[ 0.010743] mce: CPU supports 5 MCE banks
[ 0.010839] CPU0: Thermal monitoring handled by SMI
[ 0.010849] using mwait in idle threads.
[ 0.012451] ACPI: Core revision 20110316
[ 0.023363] ftrace: allocating 15966 entries in 63 pages
[ 0.026783] Setting APIC routing to flat
[ 0.027287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.061420] CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
[ 0.063329] APIC calibration not consistent with PM-Timer: 359ms instead of 100ms
[ 0.063329] APIC delta adjusted to PM-Timer: 1039059 (3740601)
[ 0.063329] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[ 0.063329] ... version: 3
[ 0.063329] ... bit width: 40
[ 0.063329] ... generic registers: 2
[ 0.063329] ... value mask: 000000ffffffffff
[ 0.063329] ... max period: 000000007fffffff
[ 0.063329] ... fixed-purpose events: 3
[ 0.063329] ... event mask: 0000000700000003
[ 0.080180] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.106732] Booting Node 0, Processors #1 Ok.
[ 0.106880] smpboot cpu 1: start_ip = 98000
[ 0.006666] CPU0: Thermal monitoring enabled (TM1)
[ 0.203381] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.210009] Brought up 2 CPUs
[ 0.210112] Total of 2 processors activated (6652.11 BogoMIPS).
[ 0.210657] devtmpfs: initialized
[ 0.217499] PM: Registering ACPI NVS region at 3f5cc000 (12288 bytes)
[ 0.221762] print_constraints: dummy:
[ 0.222075] NET: Registered protocol family 16
[ 0.222464] ACPI: bus type pci registered
[ 0.222965] PCI: MMCONFIG for domain 0000 [bus 00-10] at [mem 0xe0000000-0xe10fffff] (base 0xe0000000)
[ 0.223102] PCI: MMCONFIG at [mem 0xe0000000-0xe10fffff] reserved in E820
[ 0.225887] PCI: Using configuration type 1 for base access
[ 0.226974] bio: create slab <bio-0> at 0
[ 0.229126] ACPI: EC: Look up EC in DSDT
[ 0.237091] ACPI: SSDT 000000003f5c5ed2 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.237853] ACPI: Dynamic OEM Table Load:
[ 0.238022] ACPI: SSDT (null) 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.238519] ACPI: SSDT 000000003f5c5868 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.239233] ACPI: Dynamic OEM Table Load:
[ 0.239401] ACPI: SSDT (null) 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.240151] ACPI: SSDT 000000003f5c60d5 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.240891] ACPI: Dynamic OEM Table Load:
[ 0.241061] ACPI: SSDT (null) 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.241466] ACPI: SSDT 000000003f5c5e4d 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.242187] ACPI: Dynamic OEM Table Load:
[ 0.242357] ACPI: SSDT (null) 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.243484] ACPI: Interpreter enabled
[ 0.243588] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.243922] ACPI: Using IOAPIC for interrupt routing
[ 0.255265] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.263625] ACPI: No dock devices found.
[ 0.263714] HEST: Table not found.
[ 0.263800] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.265505] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
[ 0.265765] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
[ 0.266086] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
[ 0.266668] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[ 0.270174] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.270276] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.270400] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 0.270524] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 0.270647] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 0.270772] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 0.270898] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
[ 0.271021] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
[ 0.271118] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 0.271263] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
[ 0.271320] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
[ 0.271335] pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
[ 0.271346] pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
[ 0.271356] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[ 0.271366] pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
[ 0.271410] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
[ 0.271424] pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
[ 0.271531] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[ 0.271559] pci 0000:00:1b.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
[ 0.271649] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.271659] pci 0000:00:1b.0: PME# disabled
[ 0.271694] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[ 0.271793] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.271802] pci 0000:00:1c.0: PME# disabled
[ 0.271842] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[ 0.271935] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.271944] pci 0000:00:1c.1: PME# disabled
[ 0.271983] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
[ 0.272082] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.272091] pci 0000:00:1c.2: PME# disabled
[ 0.272136] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[ 0.272197] pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
[ 0.272257] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[ 0.272338] pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
[ 0.272398] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[ 0.272459] pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
[ 0.272511] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[ 0.272596] pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
[ 0.272670] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[ 0.272701] pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
[ 0.272808] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.272817] pci 0000:00:1d.7: PME# disabled
[ 0.272848] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 0.272944] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
[ 0.273056] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
[ 0.273215] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
[ 0.273244] pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
[ 0.273259] pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
[ 0.273274] pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
[ 0.273289] pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
[ 0.273304] pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
[ 0.273334] pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
[ 0.273383] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.273391] pci 0000:00:1f.2: PME# disabled
[ 0.273418] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[ 0.273494] pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
[ 0.273613] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.273709] pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
[ 0.273718] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.273730] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.273884] pci 0000:03:00.0: [10ec:8136] type 0 class 0x000200
[ 0.273955] pci 0000:03:00.0: reg 10: [io 0x2000-0x20ff]
[ 0.274076] pci 0000:03:00.0: reg 18: [mem 0xf0520000-0xf0520fff 64bit pref]
[ 0.274148] pci 0000:03:00.0: reg 20: [mem 0xf0510000-0xf051ffff 64bit pref]
[ 0.274199] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.274363] pci 0000:03:00.0: supports D1 D2
[ 0.274368] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.274387] pci 0000:03:00.0: PME# disabled
[ 0.274568] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.274663] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.274672] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.274685] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.274782] pci 0000:04:00.0: [10ec:8172] type 0 class 0x000280
[ 0.274812] pci 0000:04:00.0: reg 10: [io 0x3000-0x30ff]
[ 0.274832] pci 0000:04:00.0: reg 14: [mem 0xf0100000-0xf0103fff]
[ 0.274954] pci 0000:04:00.0: supports D1 D2
[ 0.274960] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.274970] pci 0000:04:00.0: PME# disabled
[ 0.280025] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.280144] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.280152] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.280164] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.280266] pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
[ 0.280369] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.280378] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.280390] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.280397] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.280404] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.280411] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 0.280417] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.280424] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.280431] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.280438] pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
[ 0.280445] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
[ 0.280451] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[ 0.280490] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.280660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.280757] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.280849] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.280941] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.281235] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
[ 0.281497] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
[ 0.281828] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.282049] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
[ 0.282310] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
[ 0.282632] Unable to assume _OSC PCIe control. Disabling ASPM
[ 0.297275] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.297984] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 10 11 12 14 15)
[ 0.298679] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.299375] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.300108] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.300923] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.301740] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 0.302444] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.303298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.303339] vgaarb: loaded
[ 0.303656] PCI: Using ACPI for IRQ routing
[ 0.303746] PCI: pci_cache_line_size set to 64 bytes
[ 0.303778] pci 0000:00:1b.0: address space collision: [mem 0xf0500000-0xf0503fff 64bit] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.303990] pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.304159] pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.304389] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[ 0.304395] reserve RAM buffer: 000000003f5c0000 - 000000003fffffff
[ 0.304709] NetLabel: Initializing
[ 0.304793] NetLabel: domain hash size = 128
[ 0.304878] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.304991] NetLabel: unlabeled traffic allowed by default
[ 0.305112] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.305216] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.305468] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.316700] Switching to clocksource hpet
[ 0.319651] Switched to NOHz mode on CPU #0
[ 0.319806] Switched to NOHz mode on CPU #1
[ 0.333572] pnp: PnP ACPI init
[ 0.333697] ACPI: bus type pnp registered
[ 0.335270] pnp 00:00: [bus 00-3f]
[ 0.335277] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.335283] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.335289] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.335295] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 0.335301] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 0.335307] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 0.335312] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 0.335318] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 0.335324] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 0.335329] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 0.335335] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 0.335341] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 0.335346] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 0.335352] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 0.335358] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 0.335363] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 0.335369] pnp 00:00: [mem 0x40000000-0xf7ffffff window]
[ 0.335375] pnp 00:00: [io 0x0d00-0xfdff window]
[ 0.335381] pnp 00:00: [mem 0x00000000 window]
[ 0.335386] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.335514] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.335756] pnp 00:01: [io 0x0010-0x001f]
[ 0.335763] pnp 00:01: [io 0x0024-0x0025]
[ 0.335768] pnp 00:01: [io 0x0028-0x0029]
[ 0.335773] pnp 00:01: [io 0x002c-0x002d]
[ 0.335778] pnp 00:01: [io 0x0030-0x0031]
[ 0.335783] pnp 00:01: [io 0x0034-0x0035]
[ 0.335788] pnp 00:01: [io 0x0038-0x0039]
[ 0.335793] pnp 00:01: [io 0x003c-0x003d]
[ 0.335798] pnp 00:01: [io 0x0072-0x0077]
[ 0.335803] pnp 00:01: [io 0x0080]
[ 0.335808] pnp 00:01: [io 0x0090-0x009f]
[ 0.335813] pnp 00:01: [io 0x00a4-0x00a5]
[ 0.335818] pnp 00:01: [io 0x00a8-0x00a9]
[ 0.335823] pnp 00:01: [io 0x00ac-0x00ad]
[ 0.335827] pnp 00:01: [io 0x00b0-0x00b5]
[ 0.335832] pnp 00:01: [io 0x00b8-0x00b9]
[ 0.335837] pnp 00:01: [io 0x00bc-0x00bd]
[ 0.335842] pnp 00:01: [io 0x0800-0x080f]
[ 0.335848] pnp 00:01: [io 0x1000-0x107f]
[ 0.335853] pnp 00:01: [io 0x1180-0x11bf]
[ 0.335858] pnp 00:01: [io 0x002e-0x002f]
[ 0.335869] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.335874] pnp 00:01: [io 0xfe00]
[ 0.335879] pnp 00:01: [io 0x0068-0x0077]
[ 0.335884] pnp 00:01: [io 0x0200-0x020f]
[ 0.335889] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.335895] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[ 0.335900] pnp 00:01: [mem 0xf8000000-0xfbffffff]
[ 0.335906] pnp 00:01: [mem 0xfef00000-0xfeffffff]
[ 0.336082] system 00:01: [io 0x0800-0x080f] has been reserved
[ 0.336183] system 00:01: [io 0x1000-0x107f] has been reserved
[ 0.336278] system 00:01: [io 0x1180-0x11bf] has been reserved
[ 0.336373] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.336468] system 00:01: [io 0xfe00] has been reserved
[ 0.336560] system 00:01: [io 0x0200-0x020f] has been reserved
[ 0.336656] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.336798] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.336897] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.336996] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
[ 0.337098] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337130] pnp 00:02: [io 0x0000-0x000f]
[ 0.337136] pnp 00:02: [io 0x0081-0x008f]
[ 0.337141] pnp 00:02: [io 0x00c0-0x00df]
[ 0.337147] pnp 00:02: [dma 4]
[ 0.337215] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.337242] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.337263] pnp 00:03: [irq 13]
[ 0.337336] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.337431] pnp 00:04: [io 0x0070-0x0071]
[ 0.337445] pnp 00:04: [irq 8]
[ 0.337513] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.338017] pnp 00:05: [io 0x03f8-0x03ff]
[ 0.338032] pnp 00:05: [irq 4]
[ 0.338239] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.338320] pnp 00:06: [io 0x0061]
[ 0.338392] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.338454] pnp 00:07: [mem 0xfed40000-0xfed44fff]
[ 0.338534] pnp 00:07: Plug and Play ACPI device, IDs WEC1000 PNP0c31 (active)
[ 0.338562] pnp 00:08: [io 0x0060]
[ 0.338567] pnp 00:08: [io 0x0064]
[ 0.338581] pnp 00:08: [irq 1]
[ 0.338653] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.338686] pnp 00:09: [irq 12]
[ 0.338759] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.339063] pnp 00:0a: [mem 0xff800000-0xffffffff]
[ 0.339151] pnp 00:0a: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.339574] pnp: PnP ACPI: found 11 devices
[ 0.339666] ACPI: ACPI bus type pnp unregistered
[ 0.349216] pci 0000:00:1c.1: BAR 14: assigned [mem 0x40000000-0x400fffff]
[ 0.349328] pci 0000:00:1b.0: BAR 0: assigned [mem 0x40100000-0x40103fff 64bit]
[ 0.349464] pci 0000:00:1b.0: BAR 0: set to [mem 0x40100000-0x40103fff 64bit] (PCI address [0x40100000-0x40103fff])
[ 0.349606] pci 0000:00:1d.7: BAR 0: assigned [mem 0x40104000-0x401043ff]
[ 0.349710] pci 0000:00:1d.7: BAR 0: set to [mem 0x40104000-0x401043ff] (PCI address [0x40104000-0x401043ff])
[ 0.349849] pci 0000:00:1f.2: BAR 5: assigned [mem 0x40104400-0x401047ff]
[ 0.349950] pci 0000:00:1f.2: BAR 5: set to [mem 0x40104400-0x401047ff] (PCI address [0x40104400-0x401047ff])
[ 0.350115] pci 0000:00:1c.2: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
[ 0.350248] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
[ 0.350352] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
[ 0.350483] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.350580] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.350673] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.350773] pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]
[ 0.350874] pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]
[ 0.351009] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0540000-0xf055ffff pref]
[ 0.351133] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.351225] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 0.351324] pci 0000:00:1c.1: bridge window [mem 0x40000000-0x400fffff]
[ 0.351425] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.351558] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[ 0.351649] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
[ 0.351749] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.351850] pci 0000:00:1c.2: bridge window [mem 0x40200000-0x403fffff 64bit pref]
[ 0.351981] pci 0000:00:1e.0: PCI bridge to [bus 11-11]
[ 0.352070] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.352164] pci 0000:00:1e.0: bridge window [mem disabled]
[ 0.352258] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.352370] pci 0000:00:1c.0: enabling device (0000 -> 0003)
[ 0.352482] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.352586] pci 0000:00:1c.0: setting latency timer to 64
[ 0.352607] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.352709] pci 0000:00:1c.1: setting latency timer to 64
[ 0.352728] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.352830] pci 0000:00:1c.2: setting latency timer to 64
[ 0.352844] pci 0000:00:1e.0: setting latency timer to 64
[ 0.352853] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.352859] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.352865] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
[ 0.352871] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.352877] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.352883] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.352890] pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
[ 0.352896] pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
[ 0.352902] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed44fff]
[ 0.352908] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.352914] pci_bus 0000:02: resource 1 [mem 0x40400000-0x405fffff]
[ 0.352921] pci_bus 0000:02: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
[ 0.352927] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 0.352933] pci_bus 0000:03: resource 1 [mem 0x40000000-0x400fffff]
[ 0.352940] pci_bus 0000:03: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
[ 0.352946] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
[ 0.352952] pci_bus 0000:04: resource 1 [mem 0xf0100000-0xf01fffff]
[ 0.352959] pci_bus 0000:04: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
[ 0.352966] pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
[ 0.352972] pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.352978] pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
[ 0.352984] pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
[ 0.352990] pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
[ 0.352996] pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
[ 0.353002] pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
[ 0.353009] pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
[ 0.353015] pci_bus 0000:11: resource 12 [mem 0xfed40000-0xfed44fff]
[ 0.353230] NET: Registered protocol family 2
[ 0.353666] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.354759] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 0.356562] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.357461] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.357565] TCP reno registered
[ 0.357677] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.357790] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.358526] NET: Registered protocol family 1
[ 0.358655] pci 0000:00:02.0: Boot video device
[ 0.358843] PCI: CLS 32 bytes, default 64
[ 0.358970] Unpacking initramfs...
[ 0.422600] Freeing initrd memory: 1980k freed
[ 0.424221] Simple Boot Flag at 0x36 set to 0x1
[ 0.425202] audit: initializing netlink socket (disabled)
[ 0.425328] type=2000 audit(1312465475.423:1): initialized
[ 0.426137] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.431274] VFS: Disk quotas dquot_6.5.2
[ 0.431768] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.432308] msgmni has been set to 1979
[ 0.433016] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.433243] io scheduler noop registered
[ 0.433398] io scheduler deadline registered
[ 0.433626] io scheduler cfq registered (default)
[ 0.433955] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.434029] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.434158] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.434222] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.434347] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.434410] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[ 0.434777] intel_idle: MWAIT substates: 0x20220
[ 0.434799] intel_idle: v0.4 model 0x1C
[ 0.434803] intel_idle: lapic_timer_reliable_states 0x2
[ 0.434847] Marking TSC unstable due to TSC halts in idle states deeper than C2
[ 0.435010] ERST: Table is not found!
[ 0.435250] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.456560] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.674724] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.727052] Linux agpgart interface v0.103
[ 0.727338] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 0.731303] i8042: Detected active multiplexing controller, rev 1.1
[ 0.734370] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.734541] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.734705] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.734863] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.735024] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.735354] mousedev: PS/2 mouse device common for all mice
[ 0.753576] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.753717] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.753983] cpuidle: using governor ladder
[ 0.754335] cpuidle: using governor menu
[ 0.754959] TCP cubic registered
[ 0.755047] NET: Registered protocol family 17
[ 0.755152] Registering the dns_resolver key type
[ 0.755524] PM: Hibernation image not present or could not be loaded.
[ 0.755541] registered taskstats version 1
[ 0.756395] rtc_cmos 00:04: setting system clock to 2011-08-04 13:44:36 UTC (1312465476)
[ 0.756612] Initializing network drop monitor service
[ 0.760092] Freeing unused kernel memory: 712k freed
[ 0.760552] Write protecting the kernel read-only data: 6144k
[ 0.761521] Freeing unused kernel memory: 60k freed
[ 0.768916] Freeing unused kernel memory: 784k freed
[ 0.773948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.824947] udevd[74]: starting version 173
[ 0.877923] SCSI subsystem initialized
[ 0.935196] libata version 3.00 loaded.
[ 0.956774] ahci 0000:00:1f.2: version 3.0
[ 0.956824] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.957043] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[ 0.957186] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[ 0.957352] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 0.957485] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.964648] scsi0 : ahci
[ 0.965831] scsi1 : ahci
[ 0.966239] scsi2 : ahci
[ 0.966607] scsi3 : ahci
[ 0.967366] ata1: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104500 irq 43
[ 0.967524] ata2: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104580 irq 43
[ 0.967680] ata3: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104600 irq 43
[ 0.967831] ata4: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104680 irq 43
[ 1.286817] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.286986] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.287140] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.287285] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.296743] ata1.00: ATA-8: SAMSUNG HM250HI, 2AC101C4, max UDMA/133
[ 1.296845] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.306650] ata1.00: configured for UDMA/133
[ 1.307168] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM250HI 2AC1 PQ: 0 ANSI: 5
[ 1.361599] usbcore: registered new interface driver usbfs
[ 1.361788] usbcore: registered new interface driver hub
[ 1.362029] usbcore: registered new device driver usb
[ 1.362890] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.363254] sd 0:0:0:0: [sda] Write Protect is off
[ 1.363390] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.363491] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.371359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.371567] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.371722] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.371734] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.371971] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.393443] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.393567] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.397557] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.397596] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40104000
[ 1.410069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.410565] hub 1-0:1.0: USB hub found
[ 1.410687] hub 1-0:1.0: 8 ports detected
[ 1.418573] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[ 1.420139] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.436350] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.436604] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.436912] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.436925] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.437083] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.450137] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[ 1.450657] hub 2-0:1.0: USB hub found
[ 1.450776] hub 2-0:1.0: 2 ports detected
[ 1.451206] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.451346] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.451358] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.451506] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.466851] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[ 1.467375] hub 3-0:1.0: USB hub found
[ 1.467491] hub 3-0:1.0: 2 ports detected
[ 1.467949] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.468100] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.468111] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.468263] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.476847] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 1.477389] hub 4-0:1.0: USB hub found
[ 1.477506] hub 4-0:1.0: 2 ports detected
[ 1.477926] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 1.478068] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.478080] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.478233] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.486815] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[ 1.487337] hub 5-0:1.0: USB hub found
[ 1.487454] hub 5-0:1.0: 2 ports detected
[ 1.720183] usb 1-4: new high speed USB device number 2 using ehci_hcd
[ 2.310090] usb 1-7: new high speed USB device number 3 using ehci_hcd
[ 3.346515] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
[ 3.346624] EXT4-fs (sda2): write access will be enabled during recovery
[ 3.481722] EXT4-fs (sda2): orphan cleanup on readonly fs
[ 3.481844] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572970
[ 3.481970] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572968
[ 3.482041] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 923116
[ 3.482090] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572948
[ 3.482130] EXT4-fs (sda2): 4 orphan inodes deleted
[ 3.482225] EXT4-fs (sda2): recovery complete
[ 4.287281] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.547177] udevd[278]: starting version 173
[ 5.875278] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 5.875984] ACPI: AC Adapter [AC0] (off-line)
[ 5.881017] ACPI: acpi_idle yielding to intel_idle
[ 5.888339] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input1
[ 5.939985] ACPI: Lid Switch [LID]
[ 5.940983] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0C:00/input/input2
[ 5.941147] ACPI: Power Button [PWRB]
[ 5.941583] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 5.941763] ACPI: Sleep Button [SLPB]
[ 5.942546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 5.942697] ACPI: Power Button [PWRF]
[ 5.943413] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.943529] ACPI: Thermal Zone [TZ01] (24 C)
[ 5.972400] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 5.972588] ACPI: Battery Slot [BAT1] (battery present)
[ 5.995124] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[ 5.995453] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 5.995846] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 5.999895] iTCO_vendor_support: vendor-support=0
[ 6.012373] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 6.124751] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[ 6.125083] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x1060)
[ 6.125348] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.190412] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 6.194157] tpm_tis 00:07: 1.2 TPM (device-id 0xFE, rev-id 70)
[ 6.215082] Initializing USB Mass Storage driver...
[ 6.215469] usbcore: registered new interface driver usb-storage
[ 6.215586] USB Mass Storage support registered.
[ 6.267697] usb 1-7: USB disconnect, device number 3
[ 6.269402] Linux media interface: v0.10
[ 6.271745] scsi4 : usb-storage 1-7:1.0
[ 6.278594] usbcore: registered new interface driver ums-realtek
[ 6.324583] usbcore: registered new interface driver uas
[ 6.361274] Linux video capture interface: v2.00
[ 6.416800] uvcvideo: Found UVC 1.00 device USB Camera (5986:02a8)
[ 6.435626] input: USB Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input5
[ 6.435979] usbcore: registered new interface driver uvcvideo
[ 6.436094] USB Video Class driver (v1.0.0)
[ 6.516768] [drm] Initialized drm 1.1.0 20060810
[ 6.632026] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.657529] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 6.657663] i915 0000:00:02.0: setting latency timer to 64
[ 6.729787] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 6.729799] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 6.729904] [drm] Driver supports precise vblank timestamp query.
[ 6.805456] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 6.805960] [drm] initialized overlay support
[ 6.965295] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
[ 7.013599] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6
[ 7.142190] fbcon: inteldrmfb (fb0) is primary device
[ 7.190534] Console: switching to colour frame buffer device 128x37
[ 7.197352] fb0: inteldrmfb frame buffer device
[ 7.197461] drm: registered panic notifier
[ 7.197660] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20110316/video-1148)
[ 7.198144] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 7.198602] ACPI: Video Device [IGD0] (multi-head: yes rom: no post: no)
[ 7.199927] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 8.736636] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 8.833668] EXT3-fs: barriers not enabled
[ 8.856596] kjournald starting. Commit interval 5 seconds
[ 8.859646] EXT3-fs (sda4): using internal journal
[ 8.862624] EXT3-fs (sda4): mounted filesystem with ordered data mode
[ 9.026943] Adding 2096444k swap on /dev/sda6. Priority:-1 extents:1 across:2096444k
[ 18.281512] NET: Registered protocol family 10
[ 21.591928] EXT4-fs (sda2): re-mounted. Opts: commit=600
[ 35.750474] fuse init (API version 7.16)
[ 201.029607] PPP generic driver version 2.4.2
[ 3255.955029] EXT4-fs (sda2): re-mounted. Opts: commit=0
[10041.892469] usb 1-1: new high speed USB device number 4 using ehci_hcd
[10042.021338] scsi5 : usb-storage 1-1:1.0
[10043.026686] scsi 5:0:0:0: Direct-Access TOSHIBA MK1234GSX PQ: 0 ANSI: 2
[10043.031863] sd 5:0:0:0: Attached scsi generic sg1 type 0
[10043.036190] sd 5:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[10043.041825] sd 5:0:0:0: [sdb] Write Protect is off
[10043.045147] sd 5:0:0:0: [sdb] Mode Sense: 38 00 00 00
[10043.045157] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[10043.052676] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[10043.064806] sdb: sdb1
[10043.071939] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[10043.075091] sd 5:0:0:0: [sdb] Attached SCSI disk
[10089.898154] EXT3-fs (sdb): error: can't find ext3 filesystem on dev sdb.
[10089.913066] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
[10089.936439] FAT: invalid media value (0xb9)
[10089.939320] VFS: Can't find a valid FAT filesystem on dev sdb.
EDIT: ls -l /etc/modprobe.d
total 16
-rw-r--r-- 1 root root 30 Ago 4 04:57 blacklist_net.conf
-rw-r--r-- 1 root root 182 Ago 4 04:57 blacklist_sound.conf
-rw-r--r-- 1 root root 55 Jun 25 15:30 modprobe.conf
-rw-r--r-- 1 root root 196 Abr 8 11:08 usb-load-ehci-first.conf
Thanks in advance for any help.
Last edited by JohnTH (2011-08-04 16:31:18)
Offline
Post the output of
ls -1 /etc/modprobe.d/
Offline
Wired problem solved ^^
ls -l /etc/modprobe.d
total 16
-rw-r--r-- 1 root root 30 Ago 4 04:57 blacklist_net.conf
-rw-r--r-- 1 root root 182 Ago 4 04:57 blacklist_sound.conf
-rw-r--r-- 1 root root 55 Jun 25 15:30 modprobe.conf
-rw-r--r-- 1 root root 196 Abr 8 11:08 usb-load-ehci-first.conf
Last edited by JohnTH (2011-08-04 16:19:30)
Offline
blacklist_sound.conf may cause problems too.
Can you please tell me if you're using archboot or is it a standard Arch installation?
Offline
Yes, "blacklist_sound" also had many blacklisted modules regarding to sound.
I used archboot to boot from PXE and install a standard installation.
Offline
The kernel outputs many error messages when I start NetwrokManager, and persists even when I stop it
Here is part of a dmesg:
[ 587.134444] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 587.135365] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 587.136337] HW_VAR_MRC: Turn on 1T1R MRC!
[ 587.553458] pwrdown, 0x6(BIT6)=f1
[ 589.566485] pwrdown, 0x6(BIT6)=f1
[ 591.573163] pwrdown, 0x6(BIT6)=f1
[ 593.579828] pwrdown, 0x6(BIT6)=f1
[ 595.586517] pwrdown, 0x6(BIT6)=f1
[ 597.593183] pwrdown, 0x6(BIT6)=f1
[ 599.599777] pwrdown, 0x6(BIT6)=f1
[ 601.606490] pwrdown, 0x6(BIT6)=f1
[ 603.613185] pwrdown, 0x6(BIT6)=f1
[ 605.619843] pwrdown, 0x6(BIT6)=f1
[ 607.626506] pwrdown, 0x6(BIT6)=f1
[ 609.633150] pwrdown, 0x6(BIT6)=f1
[ 611.639785] pwrdown, 0x6(BIT6)=f1
[ 613.646491] pwrdown, 0x6(BIT6)=f1
[ 615.653171] pwrdown, 0x6(BIT6)=f1
[ 617.659839] pwrdown, 0x6(BIT6)=f1
[ 619.666513] pwrdown, 0x6(BIT6)=f1
[ 621.673175] pwrdown, 0x6(BIT6)=f1
[ 623.679774] pwrdown, 0x6(BIT6)=f1
[ 625.686507] pwrdown, 0x6(BIT6)=f1
[ 627.693176] pwrdown, 0x6(BIT6)=f1
[ 629.699826] pwrdown, 0x6(BIT6)=f1
[ 631.706480] pwrdown, 0x6(BIT6)=f1
[ 633.713169] pwrdown, 0x6(BIT6)=f1
[ 635.719785] pwrdown, 0x6(BIT6)=f1
[ 637.726499] pwrdown, 0x6(BIT6)=f1
[ 639.733146] pwrdown, 0x6(BIT6)=f1
[ 641.739824] pwrdown, 0x6(BIT6)=f1
[ 643.746489] pwrdown, 0x6(BIT6)=f1
[ 645.753149] pwrdown, 0x6(BIT6)=f1
[ 647.010241] pwrdown, 0x6(BIT6)=f1
[ 647.135295] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
[ 647.136216] InitializeAdapter8192SE(): Set MRC settings on as default!!
[ 647.137240] HW_VAR_MRC: Turn on 1T1R MRC!
[ 647.753447] pwrdown, 0x6(BIT6)=f1
[ 649.766491] pwrdown, 0x6(BIT6)=f1
[ 651.773160] pwrdown, 0x6(BIT6)=f1
[ 653.779830] pwrdown, 0x6(BIT6)=f1
Can somebody help me?
Offline
Add 'quiet' to the kernel boot line. If that doesn't work, try 'loglevel=3'. If that doesn't work - 'loglevel=2'.
Offline
Thank you, that worked to shut up the kernel. But my main problem is that I can't connect to any network. Sorry, I forgot to say that. /EpicFacepalm
Now I discovered that I can connect to unprotected network, but not to any WEP or WPA protected network, at least with kernel 3 (which I've recently installed).
Offline
Waaaaaait a second, you are using linux 3.0?
I might be wrong, but I think you forgot to mention this part too :-)
I'm not a wireless guru, so I won't help you here.
Offline
JohnTH, please describe your problems and your setup correctly so that people may be able to help you better.
This back & forth just wastes people's time.
moving to [testing] since you are using kernel3.0
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I've been using kernel 2.6.39, and only today updated to kernel 3.0 to see if it would solve my problems. I can now connect to unprotected networks (which I think I couldn't with 2.6.39 + chipset driver from AUR), and the kernel no longer gives me loads of messages ^^ But I really need to connect to protected networks...
So I'm using kernel 3.0, with NetworkManager on Gnome, and the system is fully up-to-date.
I think I had no problems prior to a udev update from [core]. When I updated it, it blacklisted the wired network card module (plus many audio modules), which I already solved. Now the problem is only with wifi, connecting to protected networks.
Btw, I just found out what may be causing all of my problems... when I go to Network Settings > Wireless and click on Options, nothing happens, while on my laptop (notice that the problem is on my brother's classmate PC/Magalhães), it asks for the root password (or not) and presents me with the NetworkManager configuration window. And it would be quite embarrassing if that was the only problem. EDIT: network-manager-applet wasn't installed (I thought I didn't need it). Installed, wrote my security key, rebooted the router, but still doesn't connect -.-"
And sorry for not explaining myself well. Hope I did this time ^^ (and once again, sorry for any engrish you may find)
Last edited by JohnTH (2011-08-05 19:56:10)
Offline