módulo levantado mas não conecta

1. módulo levantado mas não conecta

andre
DRAGSTER_TUNER

(usa Debian)

Enviado em 11/03/2009 - 16:18h

Não entendo nada de rede!

Tenho um notebook e o módulo rtl8187 já fica levantado desde o boot, mas eu não sei o que é necessário + para fazer conectar...

Já baixei um monte de pacotes (wireless-tools, wpasupplicant, kwlan, kwifimanager, iw, wicd) e não tenho a mínima idéia do que ainda falta pra fazer com que a rede funcione, o que que eu tenho que fazer com esses programas para fazer a net funcionar....alguém aí sabe o que é necessário pra fazer o wifi funcionar?


  


2. Re: módulo levantado mas não conecta

Pedro Henrique Rissato
pedrorissato

(usa Fedora)

Enviado em 17/03/2009 - 10:58h

Basicamente tudo funciona com base no pacote iwconfig... se já tá levantado e funcionando é só configurar:

descobre qual interface foi atribuída à placa:

$ sudo dmesg

se foi ath0, wlan1, wlan0... bico!

Agora levanta ela no ifconfig (vou usar wlan0 como ex.:)

$ sudo ifconfig wlan0 up

agora vamos descobrir em qual rede você quer se conectar:

$ sudo iwlist wlan0 scan

Ele deve mostrar um monte de "Cell" células de conexão... são as redes... você seleciona a qual você quer se conectar...

Qualquer rede wi que voce for conectar você precisa dessas informações:

ESSID - basiamente o nome da rede
Endereço MAC - o endereço do AP ou do servidor de conexão (Ad-hoc).
Channel - Canal utilizado (vai do 01 ao 11)
Chave WEP/WAP (se for encriptografa assim).
Se for autenticação, depois de conectar vou ensinar.

Pra redes com WEP:

$ sudo iwconfig wlan0 essid NOMEDAREDE ap ENDEREÇO MAC channel NUMERODOCANAL key s:CHAVEWEP

escreva tudo conforme aparece no scan do iwlist da sua placa. Exemplo:

$ sudo iwconfig wlan0 essid UolRadio ap 00:00:00:00:00 channel 11 key s:A1z38EdS12e3GH90

pronto ele conectou. se não navegar não se assuste, pega o dns desse ap e coloca em /etc/resolve.conf
ou tenta

$ sudo dhclient wlan0

pra redes com autenticação, geralmente usadas por provedor pra se "conectar" ao ap... é o mesmo comando sem a chave WEP. Depois você configura o acesso, geralmente por PPPoE e conecta... da pra fazer tudo pelo console sem mtos problemas.

Dica1: Se no iwlist não aparecer sua rede, dê várias vezes o comando, uma hora aparece xD

Dica2: Se no iwlist não aparecer o essid (essencial pra se conectar) da uma olhada num programa chamado kismet, ele pega o essid de boa parte das redes (como se ele "descriptografasse" esse bloqueio)... ele, sem dificultar, é facinho de configurar, 03 linhas que você altera no .conf dele... e pronto já sai usando.

Dai é só voltar no iwconfig e mandar ver na configuração.

Pra dar uma força e ficar mais fácil funciona assim (RESUMINDO E FACILITANDO, sem mta técnica)...

Redes wireless, se for autenticação ou seja igual ao que os provedores usam... você primeiro se conecta à ela, depois você usa um autenticador pra conseguir IP externo válido (resumindo: você loga na rede, igual um "discador PPPoE" do UOL, Terra, Speedy, etc...).

Nas WEP, pra você conseguir se conectar você precisa de uma chave que é encriptografada. Geralmente essas redes são na maioria roteadores wireless, de residências, bares, cafés, que oferecem acesso gratuito. Uma vez conectado você da um $ sudo dhclient wlan0 pra ele pegar o Endereço IP interno, DNS, gateway, etc... por isso a chave WEP é a segurança desse rede, qualquer um que consiga se conectar (tendo a WEP key) pode conseguir utilizar a internet (algumas bloqueiam o MAC que podem acessar,...) mas em geral não têm toda essa segurança que lutamos pra terem...

a WAP é igual a WEP, muda o mode de autenticação que é realizado utilizando o WTLS... um método mais seguro, fora a chave em si...


Qualquer dúvida ou erro posta ai pra vermos o que pega... Esses programas de detecção de rede, análise e etc que pegou ajudam,... mas achei bem mais fácil fazer na mão as coisas que utilizá-los, só deixo um no tray pra ver a qualidade do sinal... mas pra conectar só pelo console.



3. Re: módulo levantado mas não conecta

andre
DRAGSTER_TUNER

(usa Debian)

Enviado em 17/03/2009 - 16:36h

Não aparece nada no iwconfig:

carolandre@carolandre:~$ sudo iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

ppp0 no wireless extensions.

nem no dmesg:

carolandre@carolandre:~$ sudo dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.26-1-amd64 (Debian 2.6.26-10) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Sat Nov 8 18:25:23 UTC 2008
[ 0.000000] Command line: root=/dev/sda1 ro quiet
[ 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: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000006fd90000 (usable)
[ 0.000000] BIOS-e820: 000000006fd90000 - 000000006fd9b000 (ACPI data)
[ 0.000000] BIOS-e820: 000000006fd9b000 - 000000006fd9c000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000006fd9c000 - 0000000070000000 (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: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] Entering add_active_range(0, 0, 157) 0 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 256, 458128) 1 entries of 3200 used
[ 0.000000] max_pfn_mapped = 1048576
[ 0.000000] init_memory_mapping
[ 0.000000] DMI present.
[ 0.000000] ACPI: RSDP 000F7F90, 0024 (r2 PTLTD )
[ 0.000000] ACPI: XSDT 6FD92699, 008C (r1 POSITI ABACAXIS 6040000 LTP 0)
[ 0.000000] ACPI: FACP 6FD9ACFC, 00F4 (r3 SiS 671MX 6040000 PTL F4240)
[ 0.000000] ACPI: DSDT 6FD96774, 4514 (r1 PTLTD 671 6040000 MSFT 3000001)
[ 0.000000] ACPI: FACS 6FD9BFC0, 0040
[ 0.000000] ACPI: APIC 6FD9ADF0, 005E (r1 PTLTD APIC 6040000 LTP 0)
[ 0.000000] ACPI: SLIC 6FD9AE4E, 0176 (r1 POSITI ABACAXIS 6040000 LTP 0)
[ 0.000000] ACPI: MCFG 6FD9AFC4, 003C (r1 PTLTD MCFG 6040000 LTP 0)
[ 0.000000] ACPI: SSDT 6FD93FC9, 025F (r1 PmRef Cpu0Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93F23, 00A6 (r1 PmRef Cpu7Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93E7D, 00A6 (r1 PmRef Cpu6Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93DD7, 00A6 (r1 PmRef Cpu5Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93D31, 00A6 (r1 PmRef Cpu4Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93C8B, 00A6 (r1 PmRef Cpu3Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93BE5, 00A6 (r1 PmRef Cpu2Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD93B3F, 00A6 (r1 PmRef Cpu1Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT 6FD92725, 141A (r1 PmRef CpuPm 3000 INTL 20050228)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000006fd90000
[ 0.000000] Entering add_active_range(0, 0, 157) 0 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 256, 458128) 1 entries of 3200 used
[ 0.000000] Bootmem setup node 0 0000000000000000-000000006fd90000
[ 0.000000] NODE_DATA [000000000000c000 - 0000000000010fff]
[ 0.000000] bootmap [0000000000011000 - 000000000001efb7] pages e
[ 0.000000] early res: 0 [0-fff] BIOS data page
[ 0.000000] early res: 1 [6000-7fff] TRAMPOLINE
[ 0.000000] early res: 2 [200000-673397] TEXT DATA BSS
[ 0.000000] early res: 3 [379d3000-37fef22d] RAMDISK
[ 0.000000] early res: 4 [9dc00-fffff] BIOS reserved
[ 0.000000] early res: 5 [8000-bfff] PGTABLE
[ 0.000000] [ffffe20000000000-ffffe200019fffff] PMD -> [ffff810001200000-ffff810002bfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] DMA32 4096 -> 1048576
[ 0.000000] Normal 1048576 -> 1048576
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0 -> 157
[ 0.000000] 0: 256 -> 458128
[ 0.000000] On node 0 totalpages: 458029
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1246 pages reserved
[ 0.000000] DMA zone: 2695 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6208 pages used for memmap
[ 0.000000] DMA32 zone: 447824 pages, LIFO batch:31
[ 0.000000] Normal zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0x8008
[ 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 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Setting APIC routing to flat
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 78000000 (gap: 70000000:70000000)
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PERCPU: Allocating 37168 bytes of per cpu data
[ 0.000000] NR_CPUS: 32, nr_cpu_ids: 2
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 450519
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000000] time.c: Detected 2000.448 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Checking aperture...
[ 0.004000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.004000] Memory: 1794396k/1832512k available (2226k kernel code, 37720k reserved, 1079k data, 392k init)
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.084065] Calibrating delay using timer specific routine.. 4003.50 BogoMIPS (lpj=8007009)
[ 0.084121] Security Framework initialized
[ 0.084131] SELinux: Disabled at boot.
[ 0.084136] Capability LSM initialized
[ 0.084384] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.086835] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.087994] Mount-cache hash table entries: 256
[ 0.088291] Initializing cgroup subsys ns
[ 0.088298] Initializing cgroup subsys cpuacct
[ 0.088300] Initializing cgroup subsys devices
[ 0.088332] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.088334] CPU: L2 cache: 2048K
[ 0.088337] CPU 0/0 -> Node 0
[ 0.088339] CPU: Physical Processor ID: 0
[ 0.088340] CPU: Processor Core ID: 0
[ 0.088349] CPU0: Thermal monitoring enabled (TM1)
[ 0.088351] using mwait in idle threads.
[ 0.089416] ACPI: Core revision 20080321
[ 0.144009] CPU0: Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz stepping 0d
[ 0.144009] Using local APIC timer interrupts.
[ 0.148009] APIC timer calibration result 10419026
[ 0.148009] Detected 10.419 MHz APIC timer.
[ 0.148009] Booting processor 1/1 ip 6000
[ 0.156009] Initializing CPU#1
[ 0.156009] Calibrating delay using timer specific routine.. 4000.96 BogoMIPS (lpj=8001922)
[ 0.156009] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.156009] CPU: L2 cache: 2048K
[ 0.156009] CPU 1/1 -> Node 0
[ 0.156009] CPU: Physical Processor ID: 0
[ 0.156009] CPU: Processor Core ID: 1
[ 0.156009] CPU1: Thermal monitoring enabled (TM1)
[ 0.236014] CPU1: Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz stepping 0d
[ 0.236014] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.240015] Brought up 2 CPUs
[ 0.240015] Total of 2 processors activated (8004.46 BogoMIPS).
[ 0.240015] CPU0 attaching sched-domain:
[ 0.240015] domain 0: span 0-1
[ 0.240015] groups: 0 1
[ 0.240015] domain 1: span 0-1
[ 0.240015] groups: 0-1
[ 0.240015] CPU1 attaching sched-domain:
[ 0.240015] domain 0: span 0-1
[ 0.240015] groups: 1 0
[ 0.240015] domain 1: span 0-1
[ 0.240015] groups: 0-1
[ 0.240015] net_namespace: 1224 bytes
[ 0.240015] Booting paravirtualized kernel on bare hardware
[ 0.240015] NET: Registered protocol family 16
[ 0.240015] ACPI: bus type pci registered
[ 0.240015] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 3
[ 0.240015] PCI: MCFG area at e0000000 reserved in E820
[ 0.240015] PCI: Using MMCONFIG at e0000000 - e03fffff
[ 0.240015] PCI: Using configuration type 1 for base access
[ 0.240015] ACPI: EC: Look up EC in DSDT
[ 0.243974] ACPI: BIOS _OSI(Linux) query ignored
[ 0.243977] ACPI: DMI System Vendor: Positivo
[ 0.243978] ACPI: DMI Product Name: Positivo Mobile
[ 0.243980] ACPI: DMI Product Version: Rev. A1
[ 0.243981] ACPI: DMI Board Name: M540SS
[ 0.243983] ACPI: DMI BIOS Vendor: Phoenix Technologies LTD
[ 0.243984] ACPI: DMI BIOS Date: 08/08/0892
[ 0.243986] ACPI: Please send DMI info above to linux-acpi@vger.kernel.org
[ 0.243988] ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
[ 0.244015] ACPI: Interpreter enabled
[ 0.244015] ACPI: (supports S0 S3 S4 S5)
[ 0.244046] ACPI: Using IOAPIC for interrupt routing
[ 0.248015] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.272978] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.272978] ACPI: EC: driver started in interrupt mode
[ 0.272978] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.272978] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.284978] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *9 10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 7 9 10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 9 10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 *10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 *7 9 10 11)
[ 0.284978] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11) *0, disabled.
[ 0.284978] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.284978] pnp: PnP ACPI init
[ 0.284978] ACPI: bus type pnp registered
[ 0.284978] pnp 00:00: parse allocated resources
[ 0.284978] pnp 00:00: add io 0xcf8-0xcff flags 0x1
[ 0.284978] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.284978] pnp 00:01: parse allocated resources
[ 0.284978] pnp 00:01: add io 0x0-0xf flags 0x1
[ 0.284978] pnp 00:01: add io 0x81-0x8f flags 0x1
[ 0.284978] pnp 00:01: add io 0xc0-0xdf flags 0x1
[ 0.284978] pnp 00:01: add io 0x480-0x48f flags 0x1
[ 0.284978] pnp 00:01: add dma 4 flags 0x2
[ 0.284978] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.284978] pnp 00:02: parse allocated resources
[ 0.284978] pnp 00:02: add io 0x70-0x71 flags 0x1
[ 0.284978] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.284978] pnp 00:03: parse allocated resources
[ 0.284978] pnp 00:03: add io 0x61-0x61 flags 0x1
[ 0.284978] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.284978] pnp 00:04: parse allocated resources
[ 0.284978] pnp 00:04: add io 0x8000-0x80be flags 0x1
[ 0.284978] pnp 00:04: add io 0x8100-0x812f flags 0x1
[ 0.284978] pnp 00:04: add io 0x80-0x80 flags 0x1
[ 0.284978] pnp 00:04: add io 0x4d0-0x4d1 flags 0x1
[ 0.284978] pnp 00:04: add io 0xfe00-0xfe00 flags 0x1
[ 0.284978] pnp 00:04: add io 0x2e-0x2e flags 0x1
[ 0.284978] pnp 00:04: add io 0x2f-0x2f flags 0x1
[ 0.284978] pnp 00:04: add io 0x92-0x92 flags 0x1
[ 0.284978] pnp 00:04: add io 0x72-0x73 flags 0x1
[ 0.284978] pnp 00:04: add io 0x78-0x79 flags 0x1
[ 0.284978] pnp 00:04: add io 0x4e-0x4f flags 0x1
[ 0.284978] pnp 00:04: add io 0x68-0x68 flags 0x1
[ 0.284978] pnp 00:04: add io 0x6c-0x6c flags 0x1
[ 0.284978] pnp 00:04: add io 0x261-0x261 flags 0x1
[ 0.284978] pnp 00:04: add io 0x200-0x20f flags 0x1
[ 0.284978] pnp 00:04: add io 0x400-0x40f flags 0x1
[ 0.284978] pnp 00:04: add mem 0xe0000000-0xefffffff flags 0x1
[ 0.284978] pnp 00:04: add mem 0xfec00000-0xfecfffff flags 0x0
[ 0.284978] pnp 00:04: add mem 0xfee00000-0xfeefffff flags 0x0
[ 0.284978] pnp 00:04: add mem 0xffb80000-0xffbfffff flags 0x0
[ 0.284978] pnp 00:04: add mem 0xffc00000-0xffc00fff flags 0x0
[ 0.284978] pnp 00:04: add mem 0xffe00000-0xffe00fff flags 0x0
[ 0.284978] pnp 00:04: add mem 0xffe80000-0xffefffff flags 0x0
[ 0.284978] pnp 00:04: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[ 0.284978] pnp 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.284978] pnp 00:05: parse allocated resources
[ 0.284978] pnp 00:05: add io 0xf0-0xff flags 0x1
[ 0.284978] pnp 00:05: add irq 13 flags 0x1
[ 0.284978] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.284978] pnp 00:06: parse allocated resources
[ 0.284978] pnp 00:06: add irq 12 flags 0x1
[ 0.284978] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.284978] pnp 00:07: parse allocated resources
[ 0.284978] pnp 00:07: add mem 0xfec00000-0xfecfffff flags 0x0
[ 0.284978] pnp 00:07: add mem 0xfee00000-0xfeefffff flags 0x0
[ 0.284978] pnp 00:07: add mem 0xffc00000-0xffc00fff flags 0x0
[ 0.284978] pnp 00:07: add mem 0xffe00000-0xffe00fff flags 0x0
[ 0.284978] pnp 00:07: Plug and Play ACPI device, IDs PNP0003 (active)
[ 0.284978] pnp 00:08: parse allocated resources
[ 0.284978] pnp 00:08: add irq 8 flags 0x1
[ 0.284978] pnp 00:08: add mem 0xfed00000-0xfed003ff flags 0x0
[ 0.288979] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.288979] pnp 00:09: parse allocated resources
[ 0.288979] pnp 00:09: add io 0x60-0x60 flags 0x1
[ 0.288979] pnp 00:09: add io 0x64-0x64 flags 0x1
[ 0.288979] pnp 00:09: add irq 1 flags 0x1
[ 0.288979] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.288979] pnp: PnP ACPI: found 10 devices
[ 0.288979] ACPI: ACPI bus type pnp unregistered
[ 0.288979] usbcore: registered new interface driver usbfs
[ 0.288979] usbcore: registered new interface driver hub
[ 0.288979] usbcore: registered new device driver usb
[ 0.288979] PCI: Using ACPI for IRQ routing
[ 0.308545] PCI-GART: No AMD northbridge found.
[ 0.324500] pnp: the driver 'system' has been registered
[ 0.324512] system 00:04: ioport range 0x8000-0x80be has been reserved
[ 0.324515] system 00:04: ioport range 0x8100-0x812f has been reserved
[ 0.324518] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[ 0.324520] system 00:04: ioport range 0xfe00-0xfe00 has been reserved
[ 0.324523] system 00:04: ioport range 0x261-0x261 has been reserved
[ 0.324526] system 00:04: ioport range 0x200-0x20f has been reserved
[ 0.324528] system 00:04: ioport range 0x400-0x40f has been reserved
[ 0.324532] system 00:04: iomem range 0xe0000000-0xefffffff could not be reserved
[ 0.324535] system 00:04: iomem range 0xfec00000-0xfecfffff could not be reserved
[ 0.324537] system 00:04: iomem range 0xfee00000-0xfeefffff could not be reserved
[ 0.324540] system 00:04: iomem range 0xffb80000-0xffbfffff has been reserved
[ 0.324543] system 00:04: iomem range 0xffc00000-0xffc00fff has been reserved
[ 0.324546] system 00:04: iomem range 0xffe00000-0xffe00fff has been reserved
[ 0.324548] system 00:04: iomem range 0xffe80000-0xffefffff has been reserved
[ 0.324550] system 00:04: driver attached
[ 0.325589] PCI: Bridge: 0000:00:01.0
[ 0.325589] IO window: 9000-9fff
[ 0.325589] MEM window: 0xd4000000-0xd40fffff
[ 0.325589] PREFETCH window: 0x00000000c0000000-0x00000000cfffffff
[ 0.325589] PCI: Bridge: 0000:00:06.0
[ 0.325589] IO window: 3000-4fff
[ 0.325589] MEM window: 0xdc000000-0xdfffffff
[ 0.325589] PREFETCH window: disabled.
[ 0.325589] PCI: Bridge: 0000:00:07.0
[ 0.325589] IO window: disabled.
[ 0.325589] MEM window: 0xd4100000-0xd41fffff
[ 0.325589] PREFETCH window: 0x0000000078000000-0x00000000780fffff
[ 0.325589] PCI: Bridge: 0000:00:1f.0
[ 0.325589] IO window: disabled.
[ 0.325589] MEM window: disabled.
[ 0.325589] PREFETCH window: disabled.
[ 0.325589] PCI: Setting latency timer of device 0000:00:01.0 to 64
[ 0.325589] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.325589] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 0.325589] ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.325589] PCI: Setting latency timer of device 0000:00:07.0 to 64
[ 0.325589] PCI: Setting latency timer of device 0000:00:1f.0 to 64
[ 0.325589] NET: Registered protocol family 2
[ 0.360980] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.361589] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.365610] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.365610] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.365610] TCP reno registered
[ 0.375562] NET: Registered protocol family 1
[ 0.375702] checking if image is initramfs... it is
[ 0.825600] Switched to high resolution mode on CPU 1
[ 0.826002] Switched to high resolution mode on CPU 0
[ 0.905999] Freeing initrd memory: 6256k freed
[ 0.913999] audit: initializing netlink socket (disabled)
[ 0.913999] type=2000 audit(1237315186.905:1): initialized
[ 0.913999] Total HugeTLB memory allocated, 0
[ 0.913999] VFS: Disk quotas dquot_6.5.1
[ 0.913999] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.913999] msgmni has been set to 3516
[ 0.913999] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.913999] io scheduler noop registered
[ 0.913999] io scheduler anticipatory registered
[ 0.913999] io scheduler deadline registered
[ 0.913999] io scheduler cfq registered (default)
[ 0.913999] pci 0000:01:00.0: Boot video device
[ 0.913999] PCI: Setting latency timer of device 0000:00:06.0 to 64
[ 0.913999] assign_interrupt_mode Found MSI capability
[ 0.913999] Allocate Port Service[0000:00:06.0:pcie00]
[ 0.913999] Allocate Port Service[0000:00:06.0:pcie02]
[ 0.913999] PCI: Setting latency timer of device 0000:00:07.0 to 64
[ 0.913999] assign_interrupt_mode Found MSI capability
[ 0.913999] Allocate Port Service[0000:00:07.0:pcie00]
[ 0.913999] Allocate Port Service[0000:00:07.0:pcie02]
[ 0.913999] PCI: Setting latency timer of device 0000:00:1f.0 to 64
[ 0.913999] assign_interrupt_mode Found MSI capability
[ 0.913999] Allocate Port Service[0000:00:1f.0:pcie00]
[ 0.918002] hpet_acpi_add: no address or irqs in _CRS
[ 0.918002] Linux agpgart interface v0.103
[ 0.918002] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 0.918002] pnp: the driver 'serial' has been registered
[ 0.918003] brd: module loaded
[ 0.920070] input: Macintosh mouse button emulation as /class/input/input0
[ 0.922000] pnp: the driver 'i8042 kbd' has been registered
[ 0.922000] i8042 kbd 00:09: driver attached
[ 0.922000] pnp: the driver 'i8042 aux' has been registered
[ 0.922000] i8042 aux 00:06: driver attached
[ 0.922000] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.925997] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.925997] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.925997] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.925997] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.925997] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.925997] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.949997] mice: PS/2 mouse device common for all mice
[ 0.949997] pnp: the driver 'rtc_cmos' has been registered
[ 0.949997] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.949997] rtc0: alarms up to one year, y3k
[ 0.949997] rtc_cmos 00:02: driver attached
[ 0.949997] cpuidle: using governor ladder
[ 0.949997] cpuidle: using governor menu
[ 0.949997] No iBFT detected.
[ 0.949997] TCP cubic registered
[ 0.949997] NET: Registered protocol family 17
[ 0.949997] registered taskstats version 1
[ 0.949997] rtc_cmos 00:02: setting system clock to 2009-03-17 18:39:48 UTC (1237315188)
[ 0.949997] Freeing unused kernel memory: 392k freed
[ 0.989344] input: AT Translated Set 2 keyboard as /class/input/input1
[ 1.032893] ACPI: SSDT 6FD94AE3, 029A (r1 PmRef Cpu0Ist 3000 INTL 20050228)
[ 1.036408] ACPI: SSDT 6FD94228, 0518 (r1 PmRef Cpu0Cst 3001 INTL 20050228)
[ 1.037128] Monitor-Mwait will be used to enter C-1 state
[ 1.037131] Monitor-Mwait will be used to enter C-2 state
[ 1.040409] ACPI: CPU0 (power states: C1[C1] C2[C2])
[ 1.040409] ACPI: ACPI0007:00 is registered as cooling_device0
[ 1.040409] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 1.041036] ACPI: SSDT 6FD94D7D, 01EB (r1 PmRef Cpu1Ist 3000 INTL 20050228)
[ 1.041036] ACPI: SSDT 6FD94740, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050228)
[ 1.043902] ACPI: CPU1 (power states: C1[C1] C2[C2])
[ 1.043902] ACPI: ACPI0007:01 is registered as cooling_device1
[ 1.043902] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 1.041036] Marking TSC unstable due to TSC halts in idle
[ 1.152184] ACPI: LNXTHERM:01 is registered as thermal_zone0
[ 1.161523] ACPI: Thermal Zone [THRM] (38 C)
[ 1.431861] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.431904] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 1.431922] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 1.432152] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[ 1.432175] ohci_hcd 0000:00:03.0: irq 20, io mem 0xd4404000
[ 1.445259] Uniform Multi-Platform E-IDE driver
[ 1.445268] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 1.489839] usb usb1: configuration #1 chosen from 1 choice
[ 1.489873] hub 1-0:1.0: USB hub found
[ 1.489882] hub 1-0:1.0: 4 ports detected
[ 1.498786] sdhci: Secure Digital Host Controller Interface driver
[ 1.498786] sdhci: Copyright(c) Pierre Ossman
[ 1.598399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.598399] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.598399] usb usb1: Product: OHCI Host Controller
[ 1.598399] usb usb1: Manufacturer: Linux 2.6.26-1-amd64 ohci_hcd
[ 1.598399] usb usb1: SerialNumber: 0000:00:03.0
[ 1.598399] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 1.598399] ohci_hcd 0000:00:03.1: OHCI Host Controller
[ 1.598399] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
[ 1.598399] ohci_hcd 0000:00:03.1: irq 21, io mem 0xd4405000
[ 1.652119] usb usb2: configuration #1 chosen from 1 choice
[ 1.652174] hub 2-0:1.0: USB hub found
[ 1.652181] hub 2-0:1.0: 4 ports detected
[ 1.758401] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.758401] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.758401] usb usb2: Product: OHCI Host Controller
[ 1.758401] usb usb2: Manufacturer: Linux 2.6.26-1-amd64 ohci_hcd
[ 1.758401] usb usb2: SerialNumber: 0000:00:03.1
[ 1.758401] ACPI: PCI Interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> IRQ 16
[ 1.758401] SIS5513: SiS968 ATA 133 (2nd gen) controller
[ 1.758401] SIS5513: IDE controller (0x1039:0x5513 rev 0x01) at PCI slot 0000:00:02.5
[ 1.758401] SIS5513: not 100% native mode: will probe irqs later
[ 1.758401] SIS5513: IDE port disabled
[ 1.758401] ide0: BM-DMA at 0x1080-0x1087
[ 1.758401] Probing IDE interface ide0...
[ 2.062660] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 2.277889] usb 2-1: configuration #1 chosen from 1 choice
[ 2.289798] usb 2-1: New USB device found, idVendor=0bda, idProduct=8189
[ 2.289801] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.289803] usb 2-1: Product: RTL8187B_WLAN_Adapter
[ 2.289805] usb 2-1: Manufacturer: Manufacturer_Realtek
[ 2.289806] usb 2-1: SerialNumber: 00e04c000001
[ 2.494455] hda: TSSTcorp CDDVDW TS-L632H, ATAPI CD/DVD-ROM drive
[ 2.592228] usb 2-2: new full speed USB device using ohci_hcd and address 3
[ 2.973918] usb 2-2: configuration #1 chosen from 1 choice
[ 2.989398] usb 2-2: New USB device found, idVendor=0402, idProduct=5606
[ 2.989401] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.989403] usb 2-2: Product: USB2.0 Camera
[ 3.166329] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 3.171253] hda: UDMA/33 mode selected
[ 3.171253] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 3.190377] ACPI: PCI Interrupt 0000:00:03.3[C] -> GSI 22 (level, low) -> IRQ 22
[ 3.190377] ehci_hcd 0000:00:03.3: EHCI Host Controller
[ 3.190377] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 3
[ 3.190377] ehci_hcd 0000:00:03.3: irq 22, io mem 0xd4406000
[ 3.190377] usb 2-1: USB disconnect, address 2
[ 3.205323] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 3.205432] usb usb3: configuration #1 chosen from 1 choice
[ 3.205474] hub 3-0:1.0: USB hub found
[ 3.205482] hub 3-0:1.0: 8 ports detected
[ 3.303990] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.303995] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.304000] usb usb3: Product: EHCI Host Controller
[ 3.304003] usb usb3: Manufacturer: Linux 2.6.26-1-amd64 ehci_hcd
[ 3.304007] usb usb3: SerialNumber: 0000:00:03.3
[ 3.306375] sdhci: SDHCI controller found at 0000:03:00.2 [197b:2381] (rev 0)
[ 3.306375] ACPI: PCI Interrupt 0000:03:00.2[A] -> GSI 16 (level, low) -> IRQ 16
[ 3.306375] PCI: Setting latency timer of device 0000:03:00.2 to 64
[ 3.306375] mmc0: SDHCI at 0xd4100400 irq 16 DMA
[ 3.314755] usb 2-2: USB disconnect, address 3
[ 3.315672] No dock devices found.
[ 3.320140] SCSI subsystem initialized
[ 3.325766] libata version 3.00 loaded.
[ 3.326674] sata_sis 0000:00:05.0: version 1.0
[ 3.326717] ACPI: PCI Interrupt 0000:00:05.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 3.326723] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
[ 3.327923] scsi0 : sata_sis
[ 3.330659] scsi1 : sata_sis
[ 3.331924] ata1: PATA max UDMA/133 cmd 0x10c8 ctl 0x10bc bmdma 0x10a0 irq 17
[ 3.331924] ata2: PATA max UDMA/133 cmd 0x10c0 ctl 0x10b8 bmdma 0x10a8 irq 17
[ 3.499018] ata1.00: ATA-8: TOSHIBA MK1652GSX, LV010A, max UDMA/100
[ 3.499018] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 3.506576] ata1.00: configured for UDMA/100
[ 3.677106] isa bounce pool size: 16 pages
[ 3.677106] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK1652GS LV01 PQ: 0 ANSI: 5
[ 3.690578] Driver 'sd' needs updating - please use bus_type methods
[ 3.690710] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 3.690729] sd 0:0:0:0: [sda] Write Protect is off
[ 3.690732] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.690763] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.690834] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 3.690851] sd 0:0:0:0: [sda] Write Protect is off
[ 3.690853] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.690884] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.690887] sda:<6>hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
[ 3.694247] Uniform CD-ROM driver Revision: 3.20
[ 3.694344] usb 3-2: new high speed USB device using ehci_hcd and address 2
[ 3.734575] sda1 sda2 < sda5 >
[ 3.765826] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.835222] usb 3-2: configuration #1 chosen from 1 choice
[ 3.837921] usb 3-2: New USB device found, idVendor=0bda, idProduct=8189
[ 3.837921] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.837921] usb 3-2: Product: RTL8187B_WLAN_Adapter
[ 3.837921] usb 3-2: Manufacturer: Manufacturer_Realtek
[ 3.837921] usb 3-2: SerialNumber: 00e04c000001
[ 3.940174] PM: Starting manual resume from disk
[ 3.993758] kjournald starting. Commit interval 5 seconds
[ 3.993758] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.081750] usb 3-4: new high speed USB device using ehci_hcd and address 3
[ 4.487701] usb 3-4: configuration #1 chosen from 1 choice
[ 4.497109] usb 3-4: New USB device found, idVendor=0402, idProduct=5606
[ 4.497112] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.497114] usb 3-4: Product: USB2.0 Camera
[ 5.946558] udevd version 125 started
[ 6.677260] agpgart: Detected SiS chipset - id:1649
[ 6.681262] agpgart: AGP aperture is 64M @ 0xd0000000
[ 6.684935] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 6.708935] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.764935] input: Power Button (FF) as /class/input/input2
[ 6.818280] ACPI: Power Button (FF) [PWRF]
[ 6.874012] ACPI: AC Adapter [AC] (off-line)
[ 6.874138] input: Power Button (CM) as /class/input/input3
[ 6.929455] ACPI: Power Button (CM) [PWRB]
[ 6.929550] input: Sleep Button (CM) as /class/input/input4
[ 6.994894] ACPI: Sleep Button (CM) [SLPB]
[ 6.995018] input: Lid Switch as /class/input/input5
[ 7.032453] ACPI: Lid Switch [LID]
[ 7.054499] ACPI: Battery Slot [BAT0] (battery present)
[ 7.054957] ACPI: WMI: Mapper loaded
[ 7.064805] ACPI: device:0f is registered as cooling_device2
[ 7.064932] input: Video Bus as /class/input/input6
[ 7.127209] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 7.252522] Linux video capture interface: v2.00
[ 7.311886] sis190 Gigabit Ethernet driver 1.2 loaded.
[ 7.311915] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 19
[ 7.311929] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 7.311944] 0000:00:04.0: Read MAC address from EEPROM
[ 7.322424] input: PC Speaker as /class/input/input7
[ 7.334746] uvcvideo: Found UVC 1.00 device USB2.0 Camera (0402:5606)
[ 7.403486] 0000:00:04.0: Realtek PHY RTL8201 transceiver at address 1.
[ 7.754736] input: USB2.0 Camera as /class/input/input8
[ 7.764165] usbcore: registered new interface driver uvcvideo
[ 7.764170] USB Video Class driver (v0.1.0)
[ 7.904884] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x81a0b1, caps: 0xa04711/0xa04000
[ 7.917147] 0000:00:04.0: Using transceiver at address 1 as default.
[ 7.942879] input: SynPS/2 Synaptics TouchPad as /class/input/input9
[ 7.956358] 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at ffffc20000344000 (IRQ: 19), 00:90:f5:72:9d:00
[ 7.956361] eth0: GMII mode.
[ 7.956365] eth0: Enabling Auto-negotiation.
[ 7.987423] ACPI: PCI Interrupt 0000:00:0f.0[A] -> GSI 18 (level, low) -> IRQ 18
[ 7.987460] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[ 8.101256] ACPI: PCI Interrupt 0000:03:00.3[A] -> GSI 16 (level, low) -> IRQ 16
[ 8.101267] PCI: Setting latency timer of device 0000:03:00.3 to 64
[ 9.904659] Adding 5277312k swap on /dev/sda5. Priority:-1 extents:1 across:5277312k
[ 9.973559] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
[ 9.975247] EXT3 FS on sda1, internal journal
[ 10.921234] loop: module loaded
[ 11.033228] usbcore: registered new interface driver rtl8187
[ 14.887058] pnp: the driver 'parport_pc' has been registered
[ 14.889790] lp: driver loaded but no devices found
[ 14.905843] ppdev: user-space parallel port driver
[ 15.679567] NET: Registered protocol family 10
[ 15.679567] lo: Disabled Privacy Extensions
[ 15.679947] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.205657] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 22.568250] eth0: auto-negotiating...
[ 32.617581] eth0: auto-negotiating...
[ 42.686472] eth0: auto-negotiating...
[ 47.800031] CPU0 attaching NULL sched-domain.
[ 47.800039] CPU1 attaching NULL sched-domain.
[ 47.815946] CPU0 attaching sched-domain:
[ 47.815955] domain 0: span 0-1
[ 47.815959] groups: 0 1
[ 47.815965] domain 1: span 0-1
[ 47.815969] groups: 0-1
[ 47.815973] domain 2: span 0-1
[ 47.815977] groups: 0-1
[ 47.815982] CPU1 attaching sched-domain:
[ 47.815986] domain 0: span 0-1
[ 47.815989] groups: 1 0
[ 47.815994] domain 1: span 0-1
[ 47.815998] groups: 0-1
[ 47.816006] domain 2: span 0-1
[ 47.816008] groups: 0-1
[ 52.747628] eth0: auto-negotiating...
[ 52.852967] usb 3-7: new high speed USB device using ehci_hcd and address 4
[ 52.993139] usb 3-7: configuration #1 chosen from 1 choice
[ 52.994415] usb 3-7: New USB device found, idVendor=12d1, idProduct=1003
[ 52.994420] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 52.994422] usb 3-7: Product: HUAWEI Mobile
[ 52.994424] usb 3-7: Manufacturer: HUAWEI Technology
[ 53.102469] Initializing USB Mass Storage driver...
[ 53.103417] usb 3-7: USB disconnect, address 4
[ 53.106478] scsi2 : SCSI emulation for USB Mass Storage devices
[ 53.106829] usb-storage: device found at 4
[ 53.106829] usb-storage: waiting for device to settle before scanning
[ 53.230555] usbcore: registered new interface driver usb-storage
[ 53.230564] USB Mass Storage support registered.
[ 59.651470] usb 3-7: new high speed USB device using ehci_hcd and address 5
[ 59.794797] usb 3-7: configuration #1 chosen from 1 choice
[ 59.796971] usb-storage: probe of 3-7:1.0 failed with error -5
[ 59.797124] usb-storage: probe of 3-7:1.1 failed with error -5
[ 63.803554] scsi5 : SCSI emulation for USB Mass Storage devices
[ 63.803554] usb-storage: device found at 5
[ 63.803554] usb-storage: waiting for device to settle before scanning
[ 67.829772] scsi6 : SCSI emulation for USB Mass Storage devices
[ 67.829772] usb 3-7: New USB device found, idVendor=12d1, idProduct=1003
[ 67.829772] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 67.829772] usb 3-7: Product: HUAWEI Mobile
[ 67.829772] usb 3-7: Manufacturer: HUAWEI Technology
[ 67.829772] usbcore: registered new interface driver usbserial
[ 67.829772] usbserial: USB Serial support registered for generic
[ 67.829772] usbcore: registered new interface driver usbserial_generic
[ 67.829772] usbserial: USB Serial Driver core
[ 67.829772] usb-storage: device found at 5
[ 67.829772] usb-storage: waiting for device to settle before scanning
[ 67.877763] usbserial: USB Serial support registered for GSM modem (1-port)
[ 67.877763] option 3-7:1.0: GSM modem (1-port) converter detected
[ 67.877763] usb 3-7: GSM modem (1-port) converter now attached to ttyUSB0
[ 67.877763] option 3-7:1.1: GSM modem (1-port) converter detected
[ 67.877763] usb 3-7: GSM modem (1-port) converter now attached to ttyUSB1
[ 67.877763] usbcore: registered new interface driver option
[ 67.877763] option: USB Driver for GSM modems: v0.7.2
[ 68.795977] ACPI Exception (thermal-0469): AE_ERROR, ACPI thermal trip point state changed
[ 68.795977] Please send acpidump to linux-acpi@vger.kernel.org
[ 68.795977] [20080321]
[ 68.838196] usb-storage: device scan complete
[ 68.838196] scsi 5:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 68.922650] Driver 'sr' needs updating - please use bus_type methods
[ 68.942313] sr0: scsi-1 drive
[ 68.942478] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 68.977418] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 68.977418] sr 5:0:0:0: Attached scsi generic sg1 type 5
[ 72.852173] usb-storage: device scan complete
[ 72.852901] scsi 6:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
[ 72.862818] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 72.862818] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 74.291662] usb 3-7: USB disconnect, address 5
[ 74.292144] option1 ttyUSB0: GSM modem (1-port) converter now disconnected from ttyUSB0
[ 74.292157] option 3-7:1.0: device disconnected
[ 74.292307] option1 ttyUSB1: GSM modem (1-port) converter now disconnected from ttyUSB1
[ 74.292318] option 3-7:1.1: device disconnected
[ 82.005031] usb 3-7: new high speed USB device using ehci_hcd and address 6
[ 82.152792] usb 3-7: configuration #1 chosen from 1 choice
[ 82.156490] scsi7 : SCSI emulation for USB Mass Storage devices
[ 82.156490] usb 3-7: New USB device found, idVendor=12d1, idProduct=1003
[ 82.156490] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 82.156490] usb 3-7: Product: HUAWEI Mobile
[ 82.156490] usb 3-7: Manufacturer: HUAWEI Technology
[ 82.156490] usb 3-7: USB disconnect, address 6
[ 82.156815] usb-storage: device found at 6
[ 82.156822] usb-storage: waiting for device to settle before scanning
[ 88.826913] usb 3-7: new high speed USB device using ehci_hcd and address 7
[ 88.970207] usb 3-7: configuration #1 chosen from 1 choice
[ 88.971855] usb-storage: probe of 3-7:1.0 failed with error -5
[ 88.971874] option 3-7:1.0: GSM modem (1-port) converter detected
[ 88.971961] usb 3-7: GSM modem (1-port) converter now attached to ttyUSB0
[ 88.972104] usb-storage: probe of 3-7:1.1 failed with error -5
[ 88.972114] option 3-7:1.1: GSM modem (1-port) converter detected
[ 88.972152] usb 3-7: GSM modem (1-port) converter now attached to ttyUSB1
[ 92.976153] scsi10 : SCSI emulation for USB Mass Storage devices
[ 92.976714] usb-storage: device found at 7
[ 92.976719] usb-storage: waiting for device to settle before scanning
[ 96.980887] scsi11 : SCSI emulation for USB Mass Storage devices
[ 96.980887] usb 3-7: New USB device found, idVendor=12d1, idProduct=1003
[ 96.980887] usb 3-7: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 96.980887] usb 3-7: Product: HUAWEI Mobile
[ 96.980887] usb 3-7: Manufacturer: HUAWEI Technology
[ 96.980887] usb-storage: device found at 7
[ 96.980887] usb-storage: waiting for device to settle before scanning
[ 97.984360] usb-storage: device scan complete
[ 97.988981] scsi 10:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
[ 98.010824] sr0: scsi-1 drive
[ 98.010824] sr 10:0:0:0: Attached scsi CD-ROM sr0
[ 98.010824] sr 10:0:0:0: Attached scsi generic sg1 type 5
[ 101.990629] usb-storage: device scan complete
[ 101.990629] scsi 11:0:0:0: Direct-Access HUAWEI MMC Storage 2.31 PQ: 0 ANSI: 2
[ 102.024220] sd 11:0:0:0: [sdb] Attached SCSI removable disk
[ 102.025507] sd 11:0:0:0: Attached scsi generic sg2 type 0
[ 110.040721] PPP generic driver version 2.4.2
[ 110.199273] PPP BSD Compression module registered
[ 110.241408] PPP Deflate Compression module registered
[ 490.863068] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 490.863068] ata1.00: BMDMA stat 0x25
[ 490.863068] ata1.00: cmd 35/00:08:97:7a:fc/00:01:08:00:00/e0 tag 0 dma 135168 out
[ 490.863068] res 51/84:01:9e:7b:fc/84:00:08:00:00/e0 Emask 0x10 (ATA bus error)
[ 490.863068] ata1.00: status: { DRDY ERR }
[ 490.863068] ata1.00: error: { ICRC ABRT }
[ 490.863068] ata1: soft resetting link
[ 491.037058] ata1.00: configured for UDMA/100
[ 491.037078] ata1: EH complete
[ 491.037515] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 491.037515] sd 0:0:0:0: [sda] Write Protect is off
[ 491.037515] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 491.037515] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 497.092728] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 497.092728] ata1.00: BMDMA stat 0x24
[ 497.092728] ata1.00: cmd ca/00:08:47:5b:1b/00:00:00:00:00/ef tag 0 dma 4096 out
[ 497.092728] res 51/84:01:4e:5b:1b/84:00:08:00:00/ef Emask 0x10 (ATA bus error)
[ 497.092728] ata1.00: status: { DRDY ERR }
[ 497.092728] ata1.00: error: { ICRC ABRT }
[ 497.092728] ata1: soft resetting link
[ 497.287112] ata1.00: configured for UDMA/100
[ 497.287132] ata1: EH complete
[ 497.287725] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 497.287985] sd 0:0:0:0: [sda] Write Protect is off
[ 497.287993] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 497.288676] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 506.861979] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 506.861979] ata1.00: BMDMA stat 0x25
[ 506.861979] ata1.00: cmd 35/00:70:2f:7d:fc/00:01:08:00:00/e0 tag 0 dma 188416 out
[ 506.861979] res 51/84:01:9e:7e:fc/84:00:08:00:00/e0 Emask 0x10 (ATA bus error)
[ 506.861979] ata1.00: status: { DRDY ERR }
[ 506.861979] ata1.00: error: { ICRC ABRT }
[ 506.861979] ata1: soft resetting link
[ 507.041376] ata1.00: configured for UDMA/100
[ 507.041393] ata1: EH complete
[ 507.044082] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 507.044114] sd 0:0:0:0: [sda] Write Protect is off
[ 507.044116] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 507.044148] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 591.778083] ata1.00: limiting speed to UDMA/66:PIO4
[ 591.778095] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 591.778109] ata1.00: cmd ca/00:08:7f:81:9d/00:00:00:00:00/eb tag 0 dma 4096 out
[ 591.778112] res 40/00:01:9e:7e:fc/84:00:08:00:00/e0 Emask 0x4 (timeout)
[ 591.778117] ata1.00: status: { DRDY }
[ 591.778151] ata1: soft resetting link
[ 591.950422] ata1.00: configured for UDMA/66
[ 591.950438] ata1: EH complete
[ 591.950877] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 591.951069] sd 0:0:0:0: [sda] Write Protect is off
[ 591.951077] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 591.951873] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 606.630547] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 606.630547] ata1.00: BMDMA stat 0x25
[ 606.630547] ata1.00: cmd 35/00:48:ff:87:fc/00:01:08:00:00/e0 tag 0 dma 167936 out
[ 606.630547] res 51/84:01:46:89:fc/84:00:08:00:00/e0 Emask 0x10 (ATA bus error)
[ 606.630547] ata1.00: status: { DRDY ERR }
[ 606.630547] ata1.00: error: { ICRC ABRT }
[ 606.630547] ata1: soft resetting link
[ 606.825489] ata1.00: configured for UDMA/66
[ 606.825503] ata1: EH complete
[ 606.828964] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 606.829000] sd 0:0:0:0: [sda] Write Protect is off
[ 606.829005] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 606.829059] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 670.627988] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 670.628007] ata1.00: cmd ca/00:08:0f:94:22/00:00:00:00:00/ef tag 0 dma 4096 out
[ 670.628009] res 40/00:01:46:89:fc/84:00:08:00:00/e0 Emask 0x4 (timeout)
[ 670.628015] ata1.00: status: { DRDY }
[ 670.628050] ata1: soft resetting link
[ 670.800321] ata1.00: configured for UDMA/66
[ 670.800338] ata1: EH complete
[ 670.800811] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 670.803569] sd 0:0:0:0: [sda] Write Protect is off
[ 670.803573] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 670.804001] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 671.459587] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6
[ 671.459587] ata1.00: BMDMA stat 0x25
[ 671.459587] ata1.00: cmd 35/00:20:d7:8c:fc/00:01:08:00:00/e0 tag 0 dma 147456 out
[ 671.459587] res 51/84:01:f6:8d:fc/84:00:08:00:00/e0 Emask 0x10 (ATA bus error)
[ 671.459587] ata1.00: status: { DRDY ERR }
[ 671.459587] ata1.00: error: { ICRC ABRT }
[ 671.459587] ata1: soft resetting link
[ 671.654501] ata1.00: configured for UDMA/66
[ 671.654521] ata1: EH complete
[ 671.656261] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 671.656527] sd 0:0:0:0: [sda] Write Protect is off
[ 671.656535] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 671.656792] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2152.106729] CPU0 attaching NULL sched-domain.
[ 2152.106738] CPU1 attaching NULL sched-domain.
[ 2152.133140] CPU0 attaching sched-domain:
[ 2152.133148] domain 0: span 0-1
[ 2152.133152] groups: 0 1
[ 2152.133159] domain 1: span 0-1
[ 2152.133163] groups: 0-1
[ 2152.133168] CPU1 attaching sched-domain:
[ 2152.133171] domain 0: span 0-1
[ 2152.133175] groups: 1 0
[ 2152.133180] domain 1: span 0-1
[ 2152.133183] groups: 0-1
[ 2181.867381] usb 1-1: new low speed USB device using ohci_hcd and address 2
[ 2182.079747] usb 1-1: configuration #1 chosen from 1 choice
[ 2182.088557] usb 1-1: New USB device found, idVendor=093a, idProduct=2510
[ 2182.088557] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2182.088557] usb 1-1: Product: USB OPTICAL MOUSE
[ 2182.088557] usb 1-1: Manufacturer: PIXART
[ 2182.188565] usbcore: registered new interface driver hiddev
[ 2182.197202] input: PIXART USB OPTICAL MOUSE as /class/input/input10
[ 2182.238214] input,hidraw0: USB HID v1.11 Mouse [PIXART USB OPTICAL MOUSE] on usb-0000:00:03.0-1
[ 2182.238249] usbcore: registered new interface driver usbhid
[ 2182.238252] usbhid: v2.6:USB HID core driver
carolandre@carolandre:~$

Alguma dica?


4. Re: módulo levantado mas não conecta

Pedro Henrique Rissato
pedrorissato

(usa Fedora)

Enviado em 17/03/2009 - 20:38h

da um:

$ sudo ifconfig -a

marca a saída...

Derruba o módulo da sua placa:

$ sudo rmmod módulo da placa

Levanta ele denovo

$ sudo modprobe módulo da placa

depois da um "iconfig -a" pra ver o que mudou...

eu não acredito que seja a eth0 relacionada no boot, mas se vc nao tiver placa de rede ethernet instalada... pode até ser xD... vai retornando... que vamos falando =]




5. Re: módulo levantado mas não conecta

andre
DRAGSTER_TUNER

(usa Debian)

Enviado em 18/03/2009 - 16:43h

Não adiantou...

dei um rmmod rtl8187 e depois modprobe rlt8187 e....NADA!

olha:

ifconfi -a:

eth0 Link encap:Ethernet Endereço de HW 00:90:f5:72:9d:00
inet end.: 10.10.167.202 Bcast:10.10.167.203 Masc:255.255.255.252
BROADCASTMULTICAST MTU:1500 Métrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
IRQ:19 Endereço de E/S:0xdead

lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACKRUNNING MTU:16436 Métrica:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:0
RX bytes:3328 (3.2 KiB) TX bytes:3328 (3.2 KiB)

ppp0 Link encap:Protocolo Ponto-a-Ponto
inet end.: 189.0.238.62 P-a-P:10.64.64.64 Masc:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Métrica:1
RX packets:339 errors:0 dropped:0 overruns:0 frame:0
TX packets:383 errors:0 dropped:0 overruns:0 carrier:0
colisões:0 txqueuelen:3
RX bytes:196026 (191.4 KiB) TX bytes:47126 (46.0 KiB)


Onde eth0 é a placa de rede de cabo e ppp0 é o mini modem da vivo...e nada da wlan...

:C

Tem + alguma dica? Antes que eu me esqueça, obrigado pela ajuda dispensada até agora...


6. Re: módulo levantado mas não conecta

Pedro Henrique Rissato
pedrorissato

(usa Fedora)

Enviado em 26/03/2009 - 13:00h

Eita desculpa a demora... minha fonte em casa resolveu queimar... to sem pc por um tempim...


tenta erguer ele:

# ifconfig wlan0 up

# iwlist wlan0 scan

ve se ajuda em algo... ta estranho isso... quando eu tiver acesso ao meu pc denovo vou tentar lembrar do comando que usava pra descobrir as interfaces que foram atribuidas à um determinado dispositivo... era um comandinhu [*****] mas que ajudava mto....


7. Re: módulo levantado mas não conecta

Rodrigo Chaves
stilldre

(usa Funtoo)

Enviado em 26/03/2009 - 13:24h

sem o driver realmente fica dificil fazer a interface funcionar....

procura o pacote chamado "madwifi" para o seu sistema...

se quiser pode seguir esse howto:

http://www.slackwarebrasil.org/2007/07/10/wireless-atheros-slackware-12/


8. Re: módulo levantado mas não conecta

andre
DRAGSTER_TUNER

(usa Debian)

Enviado em 26/03/2009 - 21:07h

????

Mas madwifi não é pra atheros?


9. Re: módulo levantado mas não conecta

Otávio
octopos

(usa Debian)

Enviado em 26/03/2009 - 21:31h

Anham ;]

Bem, pelo o que vi no seu dmesg, parece que nada em relação a sua placa wifi foi carregado.
E o dmesg | tail não retorna nenhum erro certo?

Você instalou o módulo mais recente para a sua placa?

Lembre-se sempre,
$ dmesg | tail

Te passa a cola da prova :P

Tudo que for carregado, certo ou não, tem retorno ai ;]




10. Re: módulo levantado mas não conecta

Pedro Henrique Rissato
pedrorissato

(usa Fedora)

Enviado em 31/03/2009 - 13:12h

Não adiantou...

dei um rmmod rtl8187 e depois modprobe rlt8187 e....NADA!

não retornou nada? nem erro nem nada?! o.0

tenta levantar ele.. e depois faz o que o colega falou dmesg | tail

ve o que aparece... se vc instalou o driver certinho pelo menos alguma coisa ele tem que retornar quando vc tentar levantar o módulo mesmo que seja um erro, que não achou o módulo, que deu algum pau em relação ao kernel, que faltou algum argumento...

Ve se o seguinte tutorial ajuda... parece encaixar bem no seu caso:

http://www.forumdebian.com.br/forum/viewtopic.php?f=11&t=5404&start=0






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts