Wheezy problem z WiFi, karta Ralink

Masz problemy z siecią bądź internetem? Zapytaj tu
ww71
Beginner
Posty: 438
Rejestracja: 04 grudnia 2008, 11:44
Lokalizacja: lubelskie

Wheezy problem z WiFi, karta Ralink

Post autor: ww71 »

Witam,
Mam Wheezy i mam karte WIFI na USB:

Kod: Zaznacz cały

Bus 001 Device 002: ID 148f:7601 Ralink Technology, Corp.
na płytce pisze:

Kod: Zaznacz cały

Ver: MT7601
Komenda :

Kod: Zaznacz cały

 ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:19:99:49:bf:19  
          inet addr:192.168.2.100  Bcast:255.255.255.255  Mask:255.255.255.0
          inet6 addr: fe80::219:99ff:fe49:bf19/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8009 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7536 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:7447264 (7.1 MiB)  TX bytes:1195072 (1.1 MiB)
          Interrupt:28 Base address:0x6000 

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:248 errors:0 dropped:0 overruns:0 frame:0
          TX packets:248 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:12536 (12.2 KiB)  TX bytes:12536 (12.2 KiB)
I nie widzi mi żadnej sieci WiFi. Mam sterowniki na płytce ale nie wiem jak sie za nie zabrać, nie ma tam paczki .deb dla Debiana. Może ktoś coś doradzi?

Kod: Zaznacz cały

 dpkg -l | grep wpa
ii  wpasupplicant                        1.0-3+deb7u4                       i386         client support for WPA and WPA2 (IEEE 802.11i)
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: Wheezy problem z WiFi, karta Realink

Post autor: dedito »

Spróbuj zainstalować (ale z backportów):

Kod: Zaznacz cały

apt-get update && apt-get install firmware-ralink
ww71
Beginner
Posty: 438
Rejestracja: 04 grudnia 2008, 11:44
Lokalizacja: lubelskie

Re: Wheezy problem z WiFi, karta Realink

Post autor: ww71 »

Dopisałem repo z backports:

Kod: Zaznacz cały

deb http://ftp.pl.debian.org/debian/ jessie-backports main contrib non-free
Ale wcześniej już instalowałem te pakiety:

Kod: Zaznacz cały

aptitude install firmware-ralink


I teraz pokazuje, że jest zainstalowane w najnowszej wersji.
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: Wheezy problem z WiFi, karta Realink

Post autor: dedito »

Pokaż wynik z (karta włożona):

Kod: Zaznacz cały

iwconfig
Po wyciągnięciu i włożeniu karty:

Kod: Zaznacz cały

dmesg | tail -n 20
ww71
Beginner
Posty: 438
Rejestracja: 04 grudnia 2008, 11:44
Lokalizacja: lubelskie

Re: Wheezy problem z WiFi, karta Realink

Post autor: ww71 »

Kod: Zaznacz cały

 iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

Kod: Zaznacz cały

dmesg | tail -n 20
[   12.881545] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.217744]   alloc irq_desc for 28 on node -1
[   13.217747]   alloc kstat_irqs on node -1
[   13.217755] forcedeth 0000:00:0f.0: irq 28 for MSI/MSI-X
[   18.146324] lp: driver loaded but no devices found
[   18.205188] ppdev: user-space parallel port driver
[   20.916351] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[   23.245875] ioctl32(getty:3089): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ff88e628) on /dev/tty4
[   23.246143] ioctl32(getty:3090): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffe704e8) on /dev/tty5
[   23.246409] ioctl32(getty:3088): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffce9a68) on /dev/tty3
[   23.246551] ioctl32(getty:3086): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(fffa7db8) on /dev/tty1
[   23.247205] ioctl32(getty:3087): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffcda128) on /dev/tty2
[   23.247251] ioctl32(getty:3091): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ff9ba7c8) on /dev/tty6
[   23.613547] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
[   23.932036] eth0: no IPv6 routers present
[ 1196.933797] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[ 1196.943747] [drm] nouveau 0000:00:10.0: Setting dpms mode 2 on vga encoder (output 0)
[ 1496.953039] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
[ 1496.953062] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[ 1522.935629] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: Wheezy problem z WiFi, karta Realink

Post autor: dedito »

A wrzuć cały dmesg bo nie widać aby cokolwiek się działo po włożeniu karty.
ww71
Beginner
Posty: 438
Rejestracja: 04 grudnia 2008, 11:44
Lokalizacja: lubelskie

Re: Wheezy problem z WiFi, karta Realink

Post autor: ww71 »

Kod: Zaznacz cały

dmesg
[    0.000000] Initializing cgroup subsys cpuset                                                                                                                                                           
[    0.000000] Initializing cgroup subsys cpu                                                                                                                                                              
[    0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-48squeeze6) (jmm@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue May 13 17:14:12 UTC 2014                                          
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3d7fbee8-ac5a-4acf-9e3e-f089ea544e97 ro quiet                                                                               
[    0.000000] KERNEL supported cpus:                                                                                                                                                                      
[    0.000000]   Intel GenuineIntel                                                                                                                                                                        
[    0.000000]   AMD AuthenticAMD                                                                                                                                                                          
[    0.000000]   Centaur CentaurHauls                                                                                                                                                                      
[    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: 00000000000e4000 - 0000000000100000 (reserved)                                                                                                                                  
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffe0000 (usable)                                                                                                                                    
[    0.000000]  BIOS-e820: 00000000bffe0000 - 00000000bffe4000 (ACPI data)                                                                                                                                 
[    0.000000]  BIOS-e820: 00000000bffe4000 - 00000000bffe5000 (ACPI NVS)                                                                                                                                  
[    0.000000]  BIOS-e820: 00000000bffe5000 - 00000000d0000000 (reserved)                                                                                                                                  
[    0.000000]  BIOS-e820: 00000000d0000000 - 00000000dff00000 (usable)                                                                                                                                    
[    0.000000]  BIOS-e820: 00000000dff00000 - 00000000e0000000 (reserved)                                                                                                                                  
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)                                                                                                                                  
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)                                                                                                                                  
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[    0.000000] DMI present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x120000 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-C7FFF write-through
[    0.000000]   C8000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   1 base 000000000 mask F00000000 write-back
[    0.000000]   2 base 100000000 mask FE0000000 write-back
[    0.000000]   3 base 0C0000000 mask FFFF00000 uncachable
[    0.000000]   4 base 0C0000000 mask FF0000000 uncachable
[    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] e820 update range: 00000000c0000000 - 00000000d0000000 (usable) ==> (reserved)
[    0.000000] e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
[    0.000000]  0000000000 - 00dfe00000 page 2M
[    0.000000]  00dfe00000 - 00dff00000 page 4k
[    0.000000] kernel direct mapping tables up to dff00000 @ 10000-16000
[    0.000000] init_memory_mapping: 0000000100000000-0000000120000000
[    0.000000]  0100000000 - 0120000000 page 2M
[    0.000000] kernel direct mapping tables up to 120000000 @ 14000-1a000
[    0.000000] RAMDISK: 36f1a000 - 37784947
[    0.000000] ACPI: RSDP 00000000000f8310 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 00000000bffe19c1 0004C (v01 FSC    PC       00060000  LTP 00000000)
[    0.000000] ACPI: FACP 00000000bffe3a66 00074 (v01 FSC             00060000      000F4240)
[    0.000000] ACPI: DSDT 00000000bffe1a0d 02059 (v01 FSC    D2740/A1 00060000 MSFT 03000001)
[    0.000000] ACPI: FACS 00000000bffe4fc0 00040
[    0.000000] ACPI: SSDT 00000000bffe3ada 0007A (v01 FSC    CST_CPU0 00060000  CSF 00000001)
[    0.000000] ACPI: SSDT 00000000bffe3b54 0007A (v01 FSC    CST_CPU1 00060000  CSF 00000001)
[    0.000000] ACPI: SSDT 00000000bffe3bce 000D7 (v01 FSC    PST_CPU0 00060000  CSF 00000001)
[    0.000000] ACPI: SSDT 00000000bffe3ca5 000D7 (v01 FSC    PST_CPU1 00060000  CSF 00000001)
[    0.000000] ACPI: SLIC 00000000bffe3d7c 00176 (v01 FSC    PC       00060000  LTP 00000000)
[    0.000000] ACPI: MCFG 00000000bffe3ef2 0003C (v01 PTLTD    MCFG   00060000  LTP 00000000)
[    0.000000] ACPI: HPET 00000000bffe3f2e 00038 (v01 PTLTD  HPETTBL  00060000  LTP 00000001)
[    0.000000] ACPI: APIC 00000000bffe3f66 00072 (v01 PTLTD  ? APIC   00060000  LTP 00000000)
[    0.000000] ACPI: BOOT 00000000bffe3fd8 00028 (v01 PTLTD  $SBFTBL$ 00060000  LTP 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000120000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000120000000
[    0.000000]   NODE_DATA [0000000000015000 - 000000000001cfff]
[    0.000000]   bootmap [000000000001d000 -  0000000000040fff] pages 24
[    0.000000] (8 early reservations) ==> bootmem [0000000000 - 0120000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0001000000 - 00016d3584]    TEXT DATA BSS ==> [0001000000 - 00016d3584]
[    0.000000]   #3 [0036f1a000 - 0037784947]          RAMDISK ==> [0036f1a000 - 0037784947]
[    0.000000]   #4 [000009dc00 - 0000100000]    BIOS reserved ==> [000009dc00 - 0000100000]
[    0.000000]   #5 [00016d4000 - 00016d41b8]              BRK ==> [00016d4000 - 00016d41b8]
[    0.000000]   #6 [0000010000 - 0000014000]          PGTABLE ==> [0000010000 - 0000014000]
[    0.000000]   #7 [0000014000 - 0000015000]          PGTABLE ==> [0000014000 - 0000015000]
[    0.000000] found SMP MP-table at [ffff8800000f8340] f8340
[    0.000000]  [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff880001800000-ffff880004ffffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00120000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009d
[    0.000000]     0: 0x00000100 -> 0x000bffe0
[    0.000000]     0: 0x000d0000 -> 0x000dff00
[    0.000000]     0: 0x00100000 -> 0x00120000
[    0.000000] On node 0 totalpages: 982637
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 106 pages reserved
[    0.000000]   DMA zone: 3819 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 833304 pages, LIFO batch:31
[    0.000000]   Normal zone: 1792 pages used for memmap
[    0.000000]   Normal zone: 129280 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 17, 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 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    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: 0x10de8201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000bffe0000 - 00000000bffe4000
[    0.000000] PM: Registered nosave memory: 00000000bffe4000 - 00000000bffe5000
[    0.000000] PM: Registered nosave memory: 00000000bffe5000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
[    0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880005200000 s90392 r8192 d24296 u1048576
[    0.000000] pcpu-alloc: s90392 r8192 d24296 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 966403
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3d7fbee8-ac5a-4acf-9e3e-f089ea544e97 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    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] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.000000] Placing 64MB software IO TLB between ffff88000531e000 - ffff88000931e000
[    0.000000] software IO TLB at phys 0x531e000 - 0x931e000
[    0.000000] Memory: 3790968k/4718592k available (3072k kernel code, 788044k absent, 139580k reserved, 2036k data, 592k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:424
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2933.557 MHz processor.
[    0.004005] Calibrating delay loop (skipped), value calculated using timer frequency.. 5867.11 BogoMIPS (lpj=11734228)
[    0.004022] Security Framework initialized
[    0.004028] SELinux:  Disabled at boot.
[    0.004289] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.009288] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.010912] Mount-cache hash table entries: 256
[    0.011071] Initializing cgroup subsys ns
[    0.011075] Initializing cgroup subsys cpuacct
[    0.011078] Initializing cgroup subsys devices
[    0.011079] Initializing cgroup subsys freezer
[    0.011080] Initializing cgroup subsys net_cls
[    0.011106] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.011107] CPU: L2 cache: 3072K
[    0.011110] CPU 0/0x0 -> Node 0
[    0.011112] CPU: Physical Processor ID: 0
[    0.011113] CPU: Processor Core ID: 0
[    0.011116] mce: CPU supports 6 MCE banks
[    0.011123] CPU0: Thermal monitoring enabled (TM2)
[    0.011127] using mwait in idle threads.
[    0.011128] Performance Events: Core2 events, Intel PMU driver.
[    0.011134] ... version:                2
[    0.011135] ... bit width:              40
[    0.011136] ... generic registers:      2
[    0.011137] ... value mask:             000000ffffffffff
[    0.011138] ... max period:             000000007fffffff
[    0.011139] ... fixed-purpose events:   3
[    0.011140] ... event mask:             0000000700000003
[    0.011922] ACPI: Core revision 20090903
[    0.016081] Setting APIC routing to flat
[    0.016467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057829] CPU0: Intel(R) Core(TM)2 CPU         E7500  @ 2.93GHz stepping 0a
[    0.060001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.008000] Initializing CPU#1
[    0.008000] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.008000] CPU: L2 cache: 3072K
[    0.008000] CPU 1/0x1 -> Node 0
[    0.008000] CPU: Physical Processor ID: 0
[    0.008000] CPU: Processor Core ID: 1
[    0.008000] CPU1: Thermal monitoring enabled (TM2)
[    0.144067] CPU1: Intel(R) Core(TM)2 CPU         E7500  @ 2.93GHz stepping 0a
[    0.144073] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.148016] Brought up 2 CPUs
[    0.148018] Total of 2 processors activated (11733.57 BogoMIPS).
[    0.148858] CPU0 attaching sched-domain:
[    0.148861]  domain 0: span 0-1 level MC
[    0.148862]   groups: group ffff88000520fbf0 cpus 0 group ffff88000530fbf0 cpus 1
[    0.148867] CPU1 attaching sched-domain:
[    0.148869]  domain 0: span 0-1 level MC
[    0.148870]   groups: group ffff88000530fbf0 cpus 1 group ffff88000520fbf0 cpus 0
[    0.148914] devtmpfs: initialized
[    0.150006] regulator: core version 0.5
[    0.150006] NET: Registered protocol family 16
[    0.150006] ACPI: bus type pci registered
[    0.150006] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 4
[    0.150006] PCI: MCFG area at f8000000 reserved in E820
[    0.150006] PCI: Using MMCONFIG at f8000000 - f84fffff
[    0.150006] PCI: Using configuration type 1 for base access
[    0.150006] bio: create slab <bio-0> at 0
[    0.152234] ACPI: EC: Look up EC in DSDT
[    0.154060] ACPI: Interpreter enabled
[    0.154062] ACPI: (supports S0 S1 S3 S4 S5)
[    0.154077] ACPI: Using IOAPIC for interrupt routing
[    0.156350] ACPI: No dock devices found.
[    0.156399] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.157374] pci 0000:00:03.1: reg 10 io port: [0x3080-0x30bf]
[    0.157385] pci 0000:00:03.1: reg 20 io port: [0x3040-0x307f]
[    0.157389] pci 0000:00:03.1: reg 24 io port: [0x3000-0x303f]
[    0.157417] pci 0000:00:03.1: PME# supported from D3hot D3cold
[    0.157422] pci 0000:00:03.1: PME# disabled
[    0.157541] pci 0000:00:04.0: reg 10 32bit mmio: [0xfe306000-0xfe306fff]
[    0.157570] pci 0000:00:04.0: supports D1 D2
[    0.157571] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157574] pci 0000:00:04.0: PME# disabled
[    0.157597] pci 0000:00:04.1: reg 10 32bit mmio: [0xfe308000-0xfe3080ff]
[    0.157634] pci 0000:00:04.1: supports D1 D2
[    0.157636] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157639] pci 0000:00:04.1: PME# disabled
[    0.157673] pci 0000:00:09.0: reg 10 32bit mmio: [0xfe300000-0xfe303fff]
[    0.157707] pci 0000:00:09.0: PME# supported from D3hot D3cold
[    0.157710] pci 0000:00:09.0: PME# disabled
[    0.157783] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157785] pci 0000:00:0b.0: PME# disabled
[    0.157828] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157830] pci 0000:00:0c.0: PME# disabled
[    0.157872] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157874] pci 0000:00:0d.0: PME# disabled
[    0.157903] pci 0000:00:0e.0: reg 20 io port: [0x30c0-0x30cf]
[    0.157907] pci 0000:00:0e.0: reg 24 32bit mmio: [0xfe304000-0xfe305fff]
[    0.157950] pci 0000:00:0f.0: reg 10 32bit mmio: [0xfe307000-0xfe307fff]
[    0.157954] pci 0000:00:0f.0: reg 14 io port: [0x30d0-0x30d7]
[    0.157957] pci 0000:00:0f.0: reg 18 32bit mmio: [0xfe308800-0xfe3088ff]
[    0.157961] pci 0000:00:0f.0: reg 1c 32bit mmio: [0xfe308400-0xfe30840f]
[    0.157990] pci 0000:00:0f.0: supports D1 D2
[    0.157991] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.157995] pci 0000:00:0f.0: PME# disabled
[    0.158014] pci 0000:00:10.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
[    0.158019] pci 0000:00:10.0: reg 14 64bit mmio pref: [0xe0000000-0xefffffff]
[    0.158024] pci 0000:00:10.0: reg 1c 64bit mmio: [0xfc000000-0xfcffffff]
[    0.158028] pci 0000:00:10.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.158084] pci 0000:01:07.0: reg 10 32bit mmio: [0xfe000000-0xfe00ffff]
[    0.158090] pci 0000:01:07.0: reg 14 io port: [0x4000-0x401f]
[    0.158140] pci 0000:00:0a.0: transparent bridge
[    0.158143] pci 0000:00:0a.0: bridge io port: [0x4000-0x4fff]
[    0.158145] pci 0000:00:0a.0: bridge 32bit mmio: [0xfe000000-0xfe0fffff]
[    0.158269] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.158300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEXA._PRT]
[    0.158316] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.160870] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 7 10 *11 14 15)
[    0.160957] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.161043] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.161129] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 11 14 15) *0, disabled.
[    0.161214] ACPI: PCI Interrupt Link [LNKE] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.161300] ACPI: PCI Interrupt Link [LNKF] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.161386] ACPI: PCI Interrupt Link [LNKG] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.161472] ACPI: PCI Interrupt Link [LNKH] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.161558] ACPI: PCI Interrupt Link [LNKI] (IRQs 16 17 18 19 20 21 22 23) *5
[    0.161648] ACPI: PCI Interrupt Link [LNKJ] (IRQs 16 17 18 19 20 21 22 23) *10
[    0.161741] ACPI: PCI Interrupt Link [LNKK] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.161827] ACPI: PCI Interrupt Link [LNKL] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.161912] ACPI: PCI Interrupt Link [LNKM] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.161998] ACPI: PCI Interrupt Link [LNKN] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.162084] ACPI: PCI Interrupt Link [LNKO] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.162170] ACPI: PCI Interrupt Link [LNKP] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    0.162258] ACPI: PCI Interrupt Link [LNKQ] (IRQs 16 17 18 19 20 21 22 23) *11
[    0.162348] ACPI: PCI Interrupt Link [LNKR] (IRQs 16 17 18 19 20 21 22 23) *0
[    0.162410] vgaarb: device added: PCI:0000:00:10.0,decodes=io+mem,owns=io+mem,locks=none
[    0.162413] vgaarb: loaded
[    0.162422] PCI: Using ACPI for IRQ routing
[    0.162422] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.162422] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.162422] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.168024] Switching to clocksource tsc
[    0.168882] pnp: PnP ACPI init
[    0.168888] ACPI: bus type pnp registered
[    0.169783] pnp: PnP ACPI: found 9 devices
[    0.169784] ACPI: ACPI bus type pnp unregistered
[    0.169791] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    0.169793] system 00:01: ioport range 0x810-0x810 has been reserved
[    0.169795] system 00:01: ioport range 0x1000-0x10e7 has been reserved
[    0.169797] system 00:01: ioport range 0x1400-0x14fe has been reserved
[    0.169799] system 00:01: ioport range 0x1800-0x18fe has been reserved
[    0.169801] system 00:01: ioport range 0x1900-0x19fe has been reserved
[    0.169803] system 00:01: ioport range 0x1a00-0x1afe has been reserved
[    0.169805] system 00:01: ioport range 0x1b00-0x1b0e has been reserved
[    0.169807] system 00:01: ioport range 0x1c00-0x1cfe has been reserved
[    0.169811] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    0.169813] system 00:01: ioport range 0xff00-0xff00 has been reserved
[    0.169815] system 00:01: iomem range 0xf8000000-0xfbffffff has been reserved
[    0.169818] system 00:01: iomem range 0xfec00000-0xfecfffff could not be reserved
[    0.169820] system 00:01: iomem range 0xfee00000-0xfeefffff could not be reserved
[    0.169822] system 00:01: iomem range 0xfef80000-0xfef80fff has been reserved
[    0.174469] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:01
[    0.174471] pci 0000:00:0a.0:   IO window: 0x4000-0x4fff
[    0.174475] pci 0000:00:0a.0:   MEM window: 0xfe000000-0xfe0fffff
[    0.174477] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.174481] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:02
[    0.174482] pci 0000:00:0b.0:   IO window: disabled
[    0.174484] pci 0000:00:0b.0:   MEM window: disabled
[    0.174486] pci 0000:00:0b.0:   PREFETCH window: disabled
[    0.174489] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[    0.174490] pci 0000:00:0c.0:   IO window: disabled
[    0.174493] pci 0000:00:0c.0:   MEM window: disabled
[    0.174495] pci 0000:00:0c.0:   PREFETCH window: disabled
[    0.174498] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:04
[    0.174499] pci 0000:00:0d.0:   IO window: disabled
[    0.174501] pci 0000:00:0d.0:   MEM window: disabled
[    0.174503] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.174510] pci 0000:00:0a.0: setting latency timer to 64
[    0.174514] pci 0000:00:0b.0: setting latency timer to 64
[    0.174519] pci 0000:00:0c.0: setting latency timer to 64
[    0.174523] pci 0000:00:0d.0: setting latency timer to 64
[    0.174525] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.174527] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.174529] pci_bus 0000:01: resource 0 io:  [0x4000-0x4fff]
[    0.174530] pci_bus 0000:01: resource 1 mem: [0xfe000000-0xfe0fffff]
[    0.174532] pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
[    0.174534] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
[    0.174554] NET: Registered protocol family 2
[    0.174669] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.175876] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.181858] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.182667] TCP: Hash tables configured (established 524288 bind 65536)
[    0.182670] TCP reno registered
[    0.182807] NET: Registered protocol family 1
[    0.183073] ACPI: PCI Interrupt Link [LNKJ] enabled at IRQ 23
[    0.183078]   alloc irq_desc for 23 on node -1
[    0.183080]   alloc kstat_irqs on node -1
[    0.183089] pci 0000:00:04.0: PCI INT A -> Link[LNKJ] -> GSI 23 (level, high) -> IRQ 23
[    0.235771] pci 0000:00:04.0: PCI INT A disabled
[    0.235989] ACPI: PCI Interrupt Link [LNKI] enabled at IRQ 22
[    0.235991]   alloc irq_desc for 22 on node -1
[    0.235992]   alloc kstat_irqs on node -1
[    0.235995] pci 0000:00:04.1: PCI INT B -> Link[LNKI] -> GSI 22 (level, high) -> IRQ 22
[    0.236010] pci 0000:00:04.1: PCI INT B disabled
[    0.236046] pci 0000:00:10.0: Boot video device
[    0.236096] Unpacking initramfs...
[    0.390582] Freeing initrd memory: 8618k freed
[    0.398778] Simple Boot Flag at 0x3b set to 0x1
[    0.399073] audit: initializing netlink socket (disabled)
[    0.399089] type=2000 audit(1469466723.395:1): initialized
[    0.401480] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.402491] VFS: Disk quotas dquot_6.5.2
[    0.402530] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.402595] msgmni has been set to 7421
[    0.402746] alg: No test for stdrng (krng)
[    0.402781] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.402784] io scheduler noop registered
[    0.402785] io scheduler anticipatory registered
[    0.402786] io scheduler deadline registered
[    0.402827] io scheduler cfq registered (default)
[    0.402916]   alloc irq_desc for 24 on node -1
[    0.402917]   alloc kstat_irqs on node -1
[    0.402926] pcieport 0000:00:0b.0: irq 24 for MSI/MSI-X
[    0.402931] pcieport 0000:00:0b.0: setting latency timer to 64
[    0.402995]   alloc irq_desc for 25 on node -1
[    0.402997]   alloc kstat_irqs on node -1
[    0.403001] pcieport 0000:00:0c.0: irq 25 for MSI/MSI-X
[    0.403005] pcieport 0000:00:0c.0: setting latency timer to 64
[    0.403065]   alloc irq_desc for 26 on node -1
[    0.403066]   alloc kstat_irqs on node -1
[    0.403070] pcieport 0000:00:0d.0: irq 26 for MSI/MSI-X
[    0.403074] pcieport 0000:00:0d.0: setting latency timer to 64
[    0.404159] Linux agpgart interface v0.103
[    0.404191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.404278] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.404514] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.404589] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[    0.404630] PNP: No PS/2 controller found. Probing ports directly.
[    0.407585] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.407589] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.407649] mice: PS/2 mouse device common for all mice
[    0.407682] rtc_cmos 00:03: RTC can wake from S4
[    0.407706] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.407738] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.407746] cpuidle: using governor ladder
[    0.407747] cpuidle: using governor menu
[    0.407750] No iBFT detected.
[    0.407973] TCP cubic registered
[    0.408056] NET: Registered protocol family 10
[    0.408560] Mobile IPv6
[    0.408562] NET: Registered protocol family 17
[    0.408619] PM: Resume from disk failed.
[    0.408630] registered taskstats version 1
[    0.408876] rtc_cmos 00:03: setting system clock to 2016-07-25 17:12:04 UTC (1469466724)
[    0.408913] Initalizing network drop monitor service
[    0.408931] Freeing unused kernel memory: 592k freed
[    0.409336] Write protecting the kernel read-only data: 4220k
[    0.416289] <30>udevd[57]: starting version 175
[    0.464895] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    0.465081] ACPI: PCI Interrupt Link [LNKL] enabled at IRQ 21
[    0.465085]   alloc irq_desc for 21 on node -1
[    0.465087]   alloc kstat_irqs on node -1
[    0.465093] forcedeth 0000:00:0f.0: PCI INT A -> Link[LNKL] -> GSI 21 (level, high) -> IRQ 21
[    0.465097] forcedeth 0000:00:0f.0: setting latency timer to 64
[    0.475259] usbcore: registered new interface driver usbfs
[    0.475280] usbcore: registered new interface driver hub
[    0.475462] SCSI subsystem initialized
[    0.485918] usbcore: registered new device driver usb
[    0.488124] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.489574] libata version 3.00 loaded.
[    0.506823] reset set in interrupt, calling ffffffffa00d01ab
[    0.506829] floppy0: no floppy controllers found
[    0.984047] forcedeth 0000:00:0f.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:19:99:49:bf:19
[    0.984050] forcedeth 0000:00:0f.0: highdma pwrctl mgmt gbit lnktim msi desc-v3
[    0.984075] ehci_hcd 0000:00:04.1: PCI INT B -> Link[LNKI] -> GSI 22 (level, high) -> IRQ 22
[    0.984103] ehci_hcd 0000:00:04.1: setting latency timer to 64
[    0.984105] ehci_hcd 0000:00:04.1: EHCI Host Controller
[    0.984127] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
[    0.984159] ehci_hcd 0000:00:04.1: debug port 1
[    0.984166] ehci_hcd 0000:00:04.1: cache line size of 32 is not supported
[    0.984180] ehci_hcd 0000:00:04.1: irq 22, io mem 0xfe308000
[    0.995170] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[    0.995204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.995207] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.995210] usb usb1: Product: EHCI Host Controller
[    0.995213] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[    0.995215] usb usb1: SerialNumber: 0000:00:04.1
[    0.995297] usb usb1: configuration #1 chosen from 1 choice
[    0.995318] hub 1-0:1.0: USB hub found
[    0.995323] hub 1-0:1.0: 10 ports detected
[    0.995366] ahci 0000:00:0e.0: version 3.0
[    0.995399]   alloc irq_desc for 27 on node -1
[    0.995400]   alloc kstat_irqs on node -1
[    0.995407] ahci 0000:00:0e.0: irq 27 for MSI/MSI-X
[    0.995412] ahci 0000:00:0e.0: controller can do NCQ, turning on CAP_NCQ
[    0.995458] ahci 0000:00:0e.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl IDE mode
[    0.995461] ahci 0000:00:0e.0: flags: 64bit ncq sntf led clo pmp pio 
[    0.995463] ahci 0000:00:0e.0: setting latency timer to 64
[    0.995843] scsi0 : ahci
[    0.996112] scsi1 : ahci
[    0.996261] scsi2 : ahci
[    0.996313] scsi3 : ahci
[    0.996405] ata1: SATA max UDMA/133 abar m8192@0xfe304000 port 0xfe304100 irq 27
[    0.996407] ata2: SATA max UDMA/133 abar m8192@0xfe304000 port 0xfe304180 irq 27
[    0.996408] ata3: SATA max UDMA/133 abar m8192@0xfe304000 port 0xfe304200 irq 27
[    0.996410] ata4: SATA max UDMA/133 abar m8192@0xfe304000 port 0xfe304280 irq 27
[    1.084404] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.084424] ohci_hcd 0000:00:04.0: PCI INT A -> Link[LNKJ] -> GSI 23 (level, high) -> IRQ 23
[    1.084442] ohci_hcd 0000:00:04.0: setting latency timer to 64
[    1.084444] ohci_hcd 0000:00:04.0: OHCI Host Controller
[    1.084453] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
[    1.084473] ohci_hcd 0000:00:04.0: irq 23, io mem 0xfe306000
[    1.142007] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.142009] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.142011] usb usb2: Product: OHCI Host Controller
[    1.142012] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[    1.142014] usb usb2: SerialNumber: 0000:00:04.0
[    1.142071] usb usb2: configuration #1 chosen from 1 choice
[    1.142091] hub 2-0:1.0: USB hub found
[    1.142098] hub 2-0:1.0: 10 ports detected
[    1.308010] usb 1-3: new high speed USB device using ehci_hcd and address 2
[    1.316021] ata3: SATA link down (SStatus 0 SControl 300)
[    1.316035] ata4: SATA link down (SStatus 0 SControl 300)
[    1.451033] usb 1-3: New USB device found, idVendor=148f, idProduct=7601
[    1.451037] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.451040] usb 1-3: Product: 802.11 n WLAN
[    1.451042] usb 1-3: Manufacturer: MediaTek
[    1.451044] usb 1-3: SerialNumber: 1.0
[    1.451122] usb 1-3: configuration #1 chosen from 1 choice
[    1.481011] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.481025] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.484271] ata2.00: ATAPI: HL-DT-ST DVDRAM GH10N, EV03, max UDMA/100
[    1.488169] ata2.00: configured for UDMA/100
[    1.528631] ata1.00: ATA-7: ST380815AS, 3.AAA, max UDMA/133
[    1.528635] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.586957] ata1.00: configured for UDMA/133
[    1.587071] scsi 0:0:0:0: Direct-Access     ATA      ST380815AS       3.AA PQ: 0 ANSI: 5
[    1.599601] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH10N     EV03 PQ: 0 ANSI: 5
[    1.606925] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.606962] sd 0:0:0:0: [sda] Write Protect is off
[    1.606964] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.606980] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.607091]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    1.720850] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.864017] usb 2-4: new low speed USB device using ohci_hcd and address 2
[    1.932127] sr0: scsi3-mmc drive: 0x/0x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.932131] Uniform CD-ROM driver Revision: 3.20
[    1.932222] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.934579] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.934663] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.092939] usb 2-4: New USB device found, idVendor=04d9, idProduct=1503
[    2.092943] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.092946] usb 2-4: Product: USB Keyboard
[    2.092948] usb 2-4: Manufacturer:  
[    2.093062] usb 2-4: configuration #1 chosen from 1 choice
[    2.400016] usb 2-7: new low speed USB device using ohci_hcd and address 3
[    2.614890] usb 2-7: New USB device found, idVendor=09da, idProduct=000a
[    2.614894] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.614897] usb 2-7: Product: PS/2+USB Mouse
[    2.614900] usb 2-7: Manufacturer: A4Tech
[    2.614994] usb 2-7: configuration #1 chosen from 1 choice
[    2.628286] usbcore: registered new interface driver hiddev
[    2.641148] input:   USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.0/input/input1
[    2.641188] generic-usb 0003:04D9:1503.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:04.0-4/input0
[    2.665980] input:   USB Keyboard as /devices/pci0000:00/0000:00:04.0/usb2/2-4/2-4:1.1/input/input2
[    2.666020] generic-usb 0003:04D9:1503.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:04.0-4/input1
[    2.666090] usbcore: registered new interface driver usbhid
[    2.666092] usbhid: v2.6:USB HID core driver
[    2.872638] PM: Starting manual resume from disk
[    2.872641] PM: Resume from partition 8:8
[    2.872642] PM: Checking hibernation image.
[    2.896811] PM: Error -22 checking image file
[    2.896813] PM: Resume from disk failed.
[    2.953493] EXT4-fs (sda6): mounted filesystem with ordered data mode
[    4.759744] <30>udevd[369]: starting version 175
[    5.343971] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    5.343977] ACPI: Power Button [PWRB]
[    5.344035] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.344038] ACPI: Power Button [PWRF]
[    5.657290] Marking TSC unstable due to TSC halts in idle
[    5.657534] Switching to clocksource hpet
[    5.657663] processor LNXCPU:00: registered as cooling_device0
[    5.657729] processor LNXCPU:01: registered as cooling_device1
[    5.992142] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    6.253906] [drm] Initialized drm 1.1.0 20060810
[    6.497083] b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully
[    6.711148] reset set in interrupt, calling ffffffffa02791ab
[    6.711163] floppy0: no floppy controllers found
[    6.859829] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:04.0/usb2/2-7/2-7:1.0/input/input6
[    6.859906] a4tech 0003:09DA:000A.0003: input,hidraw2: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:04.0-7/input0
[    6.863191] flexcop-pci: will use the HW PID filter.
[    6.863195] flexcop-pci: card revision 2
[    6.863383] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    6.863392] b2c2_flexcop_pci 0000:01:07.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, high) -> IRQ 11
[    6.877134] DVB: registering new adapter (FlexCop Digital TV device)
[    6.878672] b2c2-flexcop: MAC address = 00:d0:d7:0d:bb:93
[    6.879198] CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
[    6.879230] CX24123: wrong demod revision: 87
[    7.007843] i2c i2c-3: nForce2 SMBus adapter at 0x3040
[    7.007857] i2c i2c-4: nForce2 SMBus adapter at 0x3000
[    7.955551] ACPI: PCI Interrupt Link [LNKQ] enabled at IRQ 20
[    7.955555]   alloc irq_desc for 20 on node -1
[    7.955557]   alloc kstat_irqs on node -1
[    7.955562] nouveau 0000:00:10.0: PCI INT A -> Link[LNKQ] -> GSI 20 (level, high) -> IRQ 20
[    7.955565] nouveau 0000:00:10.0: setting latency timer to 64
[    7.959018] [drm] nouveau 0000:00:10.0: Detected an NV40 generation card (0x063000a2)
[    7.959656] [drm] nouveau 0000:00:10.0: Attempting to load BIOS image from PROM
[    7.959659] [drm] nouveau 0000:00:10.0: ... BIOS signature not found
[    7.959660] [drm] nouveau 0000:00:10.0: Attempting to load BIOS image from PRAMIN
[    7.995125] [drm] nouveau 0000:00:10.0: ... appears to be valid
[    7.995128] [drm] nouveau 0000:00:10.0: BIT BIOS found
[    7.995130] [drm] nouveau 0000:00:10.0: Bios version 05.73.32.11
[    7.995132] [drm] nouveau 0000:00:10.0: TMDS table script pointers not stubbed
[    7.995133] [drm] nouveau 0000:00:10.0: BIT table 'd' not found
[    7.995135] [drm] nouveau 0000:00:10.0: Found Display Configuration Block version 3.0
[    7.995138] [drm] nouveau 0000:00:10.0: DCB connector table: VHER 0x30 5 10 2
[    7.995140] [drm] nouveau 0000:00:10.0:   0: 0x00000000: type 0x00 idx 0 tag 0xff
[    7.995142] [drm] nouveau 0000:00:10.0:   1: 0x00001161: type 0x61 idx 1 tag 0x07
[    7.995144] [drm] nouveau 0000:00:10.0: Raw DCB entry 0: 01000310 00000023
[    7.995146] [drm] nouveau 0000:00:10.0: Raw DCB entry 1: 01031322 00000080
[    7.995151] [drm] nouveau 0000:00:10.0: Parsing VBIOS init table 0 at offset 0xCE1D
[    7.995170] [drm] nouveau 0000:00:10.0: ======= misaligned reg 0x001020FB =======
[    7.995207] [drm] nouveau 0000:00:10.0: ======= misaligned reg 0x001020FB =======
[    7.995252] [drm] nouveau 0000:00:10.0: Parsing VBIOS init table 1 at offset 0xCF69
[    7.995254] [drm] nouveau 0000:00:10.0: Parsing VBIOS init table 2 at offset 0xCF6A
[    7.995269] [drm] nouveau 0000:00:10.0: Parsing VBIOS init table 3 at offset 0xD0EC
[    7.995273] [drm] nouveau 0000:00:10.0: Parsing VBIOS init table 4 at offset 0xD182
[    7.995275] [drm] nouveau 0000:00:10.0: Pointer to flat panel table invalid
[    8.001288] [TTM] Zone  kernel: Available graphics memory: 1900090 kiB.
[    8.001298] [drm] nouveau 0000:00:10.0: 256 MiB VRAM
[    8.002087] [drm] nouveau 0000:00:10.0: 64 MiB GART (aperture)
[    8.002093] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[    8.002176] [drm] nouveau 0000:00:10.0: Allocating FIFO number 0
[    8.002371] [drm] nouveau 0000:00:10.0: nouveau_channel_alloc: initialised FIFO 0
[    8.002376] [drm] nouveau 0000:00:10.0: Initial CRTC_OWNER is 0
[    8.002380] [drm] nouveau 0000:00:10.0: Saving VGA fonts
[    8.034556] [drm] nouveau 0000:00:10.0: Detected a VGA connector
[    8.034645] [drm] nouveau 0000:00:10.0: Detected a DVI-D connector
[    8.035468] [drm] nouveau 0000:00:10.0: Setting dpms mode 3 on vga encoder (output 0)
[    8.035471] [drm] nouveau 0000:00:10.0: Setting dpms mode 3 on tmds encoder (output 1)
[    8.050124] b2c2-flexcop: found 'ST STV0299 DVB-S' .
[    8.050127] DVB: registering adapter 0 frontend 0 (ST STV0299 DVB-S)...
[    8.050170] b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S rev 2.6' at the 'PCI' bus controlled by a 'FlexCopIIb' complete
[    8.161641] [drm] nouveau 0000:00:10.0: allocated 1440x900 fb: 0x49000, bo ffff88011d70e800
[    8.176084] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
[    8.176087] [drm] nouveau 0000:00:10.0: Output VGA-1 is running on CRTC 0 using output A
[    8.179875] Console: switching to colour frame buffer device 180x56
[    8.185251] fb0: nouveaufb frame buffer device
[    8.185252] registered panic notifier
[    8.185256] [drm] Initialized nouveau 0.0.15 20090420 for 0000:00:10.0 on minor 0
[    8.186192] ACPI: PCI Interrupt Link [LNKM] enabled at IRQ 19
[    8.186196]   alloc irq_desc for 19 on node -1
[    8.186197]   alloc kstat_irqs on node -1
[    8.186203] HDA Intel 0000:00:09.0: PCI INT A -> Link[LNKM] -> GSI 19 (level, high) -> IRQ 19
[    8.186222] hda_intel: Disable MSI for Nvidia chipset
[    8.186257] HDA Intel 0000:00:09.0: setting latency timer to 64
[    8.736039] hda_codec: ALC262: BIOS auto-probing.
[    8.936110] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:09.0/input/input7
[   10.921475] Adding 1019896k swap on /dev/sda8.  Priority:-1 extents:1 across:1019896k 
[   11.182403] fsck.ext4: sending ioctl 127c to a partition!
[   11.182408] ioctl32(fsck.ext4:876): Unknown cmd fd(4) cmd(0000127c){t:12;sz:0} arg(ffdbcb44) on /dev/sda6
[   11.313915] loop: module loaded
[   11.741746] fsck.ext4: sending ioctl 127c to a partition!
[   11.741751] ioctl32(fsck.ext4:1494): Unknown cmd fd(5) cmd(0000127c){t:12;sz:0} arg(fffd52a4) on /dev/sda7
[   11.959548] EXT4-fs (sda7): mounted filesystem with ordered data mode
[   12.748058] RPC: Registered udp transport module.
[   12.748061] RPC: Registered tcp transport module.
[   12.748062] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.802276] Slow work thread pool: Starting up
[   12.802315] Slow work thread pool: Ready
[   12.802354] FS-Cache: Loaded
[   12.833987] FS-Cache: Netfs 'nfs' registered for caching
[   12.881545] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   13.217744]   alloc irq_desc for 28 on node -1
[   13.217747]   alloc kstat_irqs on node -1
[   13.217755] forcedeth 0000:00:0f.0: irq 28 for MSI/MSI-X
[   18.146324] lp: driver loaded but no devices found
[   18.205188] ppdev: user-space parallel port driver
[   20.916351] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[   23.245875] ioctl32(getty:3089): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ff88e628) on /dev/tty4
[   23.246143] ioctl32(getty:3090): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffe704e8) on /dev/tty5
[   23.246409] ioctl32(getty:3088): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffce9a68) on /dev/tty3
[   23.246551] ioctl32(getty:3086): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(fffa7db8) on /dev/tty1
[   23.247205] ioctl32(getty:3087): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ffcda128) on /dev/tty2
[   23.247251] ioctl32(getty:3091): Unknown cmd fd(3) cmd(00005429){t:'T';sz:0} arg(ff9ba7c8) on /dev/tty6
[   23.613547] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
[   23.932036] eth0: no IPv6 routers present
[ 1196.933797] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[ 1196.943747] [drm] nouveau 0000:00:10.0: Setting dpms mode 2 on vga encoder (output 0)
[ 1496.953039] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0)
[ 1496.953062] [drm] nouveau 0000:00:10.0: Setting dpms mode 1 on vga encoder (output 0)
[ 1522.935629] [drm] nouveau 0000:00:10.0: Setting dpms mode 0 on vga encoder (output 0
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: Wheezy problem z WiFi, karta Realink

Post autor: dedito »

Kartę znajduje:

Kod: Zaznacz cały

[    1.451033] usb 1-3: New USB device found, idVendor=148f, idProduct=7601
[    1.451037] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.451040] usb 1-3: Product: 802.11 n WLAN
[    1.451042] usb 1-3: Manufacturer: MediaTek
[    1.451044] usb 1-3: SerialNumber: 1.0
[    1.451122] usb 1-3: configuration #1 chosen from 1 choice
Trzeba będzie chyba skompilować sterownik ze źródeł.
Masz tam jakieś katalogi Linux na tej płytce?
ww71
Beginner
Posty: 438
Rejestracja: 04 grudnia 2008, 11:44
Lokalizacja: lubelskie

Re: Wheezy problem z WiFi, karta Realink

Post autor: ww71 »

Tak są jakieś sterowniki dla Linuxa:
ten właściwy to być może ten (są 4 spakowane pliki):
MT7601U_LinuxAP_3.0.0.1_20130802
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: Wheezy problem z WiFi, karta Realink

Post autor: dedito »

Ale trzeba by się upewnić w readme czy nadają się pod kernel, który masz w systemie.

Kod: Zaznacz cały

uname -a
Na razie widzę dwa wyjścia.
1. Skompilować ze źródeł na obecny kernel.
2. Przejść na kernel co najmniej 4.2 i wtedy sterowniki są już w jądrze.

Wydaje się, że drugie wyjście jest lepsze.

Rozumiem, że przejście na Jessie lub wyżej nie wchodzi w rachubę?
ODPOWIEDZ