Wireless no Slackware 13.37 [RESOLVIDO]

13. Re: Wireless no Slackware 13.37 [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 15/06/2012 - 21:38h

Eu queria aproveitar para dizer que fiz a bobagem de ter clicado no wicd e configurado a rede pela interface gráfica, o que deixou o Slack congelando. Não consigo nem digitar meu login.
Existe algum comando que eu possa execuar no começo do processo para entrar na configuração do slack e desfazer isto, ou o jeito é reinstalar o Slackware/


  


14. Re: Wireless no Slackware 13.37 [RESOLVIDO]

Bruno
BrunoTecnico

(usa Sabayon)

Enviado em 15/06/2012 - 21:54h

# Modo Texto:
Ctrl+Alt+F1

Logue como Root...

# Mate o processo do Wicd.

> Para saber o número do processo:
pidof wicd

> Matando o WICD:
kill número-do-processo
kill -9 número-do-processo
ou
killall -9 wicd


15. não se preocupe... está quase lá...

Noobv3rN
Noobv3rN

(usa Arch Linux)

Enviado em 15/06/2012 - 23:58h

xiloba... olha só como fica minha configuração após executar o procedimento que te mostrei:

bash-4.1# ifconfig
eth0 Link encap:Ethernet HWaddr 70:71:bc:5f:9a:a0
inet addr:10.0.0.50 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::7271:bcff:fe5f:9aa0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:132985 errors:0 dropped:1 overruns:0 frame:0
TX packets:180158 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:118754556 (113.2 MiB) TX bytes:126475879 (120.6 MiB)
Interrupt:40 Base address:0xe000

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:5857 errors:0 dropped:0 overruns:0 frame:0
TX packets:5857 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:734942 (717.7 KiB) TX bytes:734942 (717.7 KiB)

wlan0 Link encap:Ethernet HWaddr 6c:fd:b9:29:a7:dd
inet6 addr: fe80::6efd:b9ff:fe29:a7dd/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:208 (208.0 B)

note que assim... somente minha interface eth0 está devidamente configurada. A configuração referente ao loopback é padrão e minha wlan0 não possui endereço...
na etapa (5) utilizei o dhcp para fornecer meu endereço, isso porque meu rodeador já está com essa função habilitada, se não for o seu caso configure-a de acordo com esse exemplo:

# ifconfig wlan0 10.0.0.52 netmask 255.0.0.0

provavelmente seu resultado será algo como:


bash-4.1# ifconfig wlan0 10.0.0.52 netmask 255.0.0.0
bash-4.1# ifconfig
eth0 Link encap:Ethernet HWaddr 70:71:bc:5f:9a:a0
inet addr:10.0.0.50 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::7271:bcff:fe5f:9aa0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:133781 errors:0 dropped:1 overruns:0 frame:0
TX packets:181080 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:118993279 (113.4 MiB) TX bytes:126599852 (120.7 MiB)
Interrupt:40 Base address:0xe000

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:5857 errors:0 dropped:0 overruns:0 frame:0
TX packets:5857 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:734942 (717.7 KiB) TX bytes:734942 (717.7 KiB)

wlan0 Link encap:Ethernet HWaddr 6c:fd:b9:29:a7:dd
inet addr:10.0.0.52 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::6efd:b9ff:fe29:a7dd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:755 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:256931 (250.9 KiB) TX bytes:2206 (2.1 KiB)

o que indica que sua interface já está apta pelo menos a pingar na rede interna, ou seja, em seu roteador, modem ou na própria interface eth0.

eu utilizo dhcp porque me poupa o trabalho de ficar configurando arquivos extras, mas, se você utiliza uma configuração manual...
então provavelmente terá que configurar o arquivo /etc/resolv.conf...

# vim /etc/resolv.conf

e adicionar o seu servidor de nomes... ou seja o DNS...

nameserver 10.0.0.1

salve o arquivo e reinicie as interfaces...

# ifconfig wlan0 down
# ifconfig eth0 down
# ifconfig wlan0 up
# ifconfig eth0 up

ou simplesmente dê um restart no script localizado em /etc/rc.d/rc.inet1:

# /etc/rc.d/rc.inet1 restart

com isso suas interfaces deverão encontrar o seu modem/roteador como rota para acesso externo...

recomendo que adicione essa atribuição de endereços ao arquivo /etc/rc.d/rc.local para não necessitar repetir esse procedimento constantemente...

uma dica: acostume-se a configurar suas interfaces via dhcp e você poderá dispensar tempo aprendendo outras coisas, enquanto automatiza suas tarefas cotidianas.

se achar a essa configuração cansativa, o Slackware é inesgotável em recursos extras e você poderá optar pela configuração através do netconfig, totalmente intuitivo e dinâmico:

# netconfig

caso encontre alguma dificuldade fora desse contexto, conte comigo!

até!


16. Re: Wireless no Slackware 13.37 [RESOLVIDO]

Ricardo Fabiano Silva
madrugada

(usa Gentoo)

Enviado em 16/06/2012 - 00:49h

Cara, eu não manjo nada de wireless, mas talvez eu possa ajudar. s scripts de inicialização do Slack ficam em /etc/rc.d/
Se você quiser que um serviço inicie com o sistema, então torne ele executável, ex:
#chmod +x /etc/rc.d/rc.wicd
Se o wicd estiver te causando problemas a ponto de ter que matar o processo, então:
#chmod -x /etc/rc.d/rc.wicd
Com isso, o serviço não inicia com o sistema. O Wicd-Client vai continuar aparecendo no lançador de aplicativos, mas não estará usável.
Na dúvida acerca de arquivos de configuração, baixe o salix live(http://www.salixos.org/wiki/index.php?title=Download). Pode baixar com desktop Fluxbox, LXDE, XFCE ou KDE. Mate e Ratpoison ainda não possuem versão live. Eu nunca usei a versão live, mas mantenho há mais de um ano uma instalação do Slackware e uma do Salix. Isso ajuda muito na configuração.


17. slackware no pendriver

rumbler
rumbler

(usa Slackware)

Enviado em 16/06/2012 - 01:49h

Xiloba talves isso o ajude com a instalacao do slackware pelo pendriver.

http://www.vivaolinux.com.br/topico/Iniciantes-no-Linux/slackware-pelo-pendrive-1

Boa sorte,e nao desista,eu tambem apanhei muito no começo,so tinha o pdf que vem no propio
cd de instalaçao,eu tive que traduzir e mandar imprimir para conseguir,quase acabei com meu
casamento hehehe,fiquei 2 semanas tentando todas as noites ate 3 4 da manha.


18. Re: Wireless no Slackware 13.37 [RESOLVIDO]

Luís Fernando C. Cavalheiro
lcavalheiro

(usa Slackware)

Enviado em 16/06/2012 - 04:27h

Como root rode o comando

# dmesg > /root/dmesg.txt

Posta aqui depois o arquivo /root/dmesg.txt

No Toshiba Satellite da minha irmã o wireless funcionou redondo sem o wicd (eu sou contra fazer no modo gráfico algo que o terminal consegue fazer), usando wpa_passphrase e wpa_supplicant.


19. Re: Wireless no Slackware 13.37 [RESOLVIDO]

Matias
matiasalexsandro

(usa Fedora)

Enviado em 17/06/2012 - 03:21h

bixo eu até penso instalar o slackware, mas pra se aventurar dessa forma precisa de um conhecimento de rede muito pesado, coisa q ainda nao tenho mas gosto de ver que as pessoas nao desistem dessa configuração. quando vc terminar e conseguir vou tentar fazer no meu HP Pavillion DV4


20. Re: Wireless no Slackware 13.37 [RESOLVIDO]

Bruno
BrunoTecnico

(usa Sabayon)

Enviado em 17/06/2012 - 07:47h

afrosamurai escreveu:

bixo eu até penso instalar o slackware, mas pra se aventurar dessa forma precisa de um conhecimento de rede muito pesado, coisa q ainda nao tenho mas gosto de ver que as pessoas nao desistem dessa configuração. quando vc terminar e conseguir vou tentar fazer no meu HP Pavillion DV4


# Basta instalar o Wicd que fica na pasta "extras" do DVD
(eu disse pra instalar e ele instalou facilmente)

Porém, no PC dele o Wicd (gerenciador de conexões) está travando, coisa que eu nunca vi.


# Não precisa de conhecimento pesado em rede.


21. Re: Wireless no Slackware 13.37 [RESOLVIDO]

unk
mostklin

(usa Slackware)

Enviado em 17/06/2012 - 07:51h

Tive um problema desse quando instalei o slackware e resolvi ele assim:

# ifconfig up
# iwconfig wlan0 essid "nomedarede"
# dhclient wlan0

Depois criei um script para iniciar junto com o sistema.


22. Re: Wireless no Slackware 13.37 [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 17/06/2012 - 18:27h

lcavalheiro escreveu:

Como root rode o comando

# dmesg > /root/dmesg.txt

Posta aqui depois o arquivo /root/dmesg.txt

No Toshiba Satellite da minha irmã o wireless funcionou redondo sem o wicd (eu sou contra fazer no modo gráfico algo que o terminal consegue fazer), usando wpa_passphrase e wpa_supplicant.


Olha so lcavalheiro
1.673076] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 1.675098] Switching to clocksource tsc
[ 1.677383] pnp: PnP ACPI init
[ 1.677404] ACPI: bus type pnp registered
[ 1.678339] pnp 00:00: [bus 00-fe]
[ 1.678341] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 1.678343] pnp 00:00: [io 0x0cf8-0x0cff]
[ 1.678345] pnp 00:00: [io 0x0d00-0xffff window]
[ 1.678347] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 1.678348] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 1.678350] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 1.678351] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 1.678353] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 1.678354] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 1.678357] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 1.678359] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 1.678360] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 1.678361] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 1.678363] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 1.678364] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 1.678366] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 1.678367] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 1.678369] pnp 00:00: [mem 0xbc000000-0xfeafffff window]
[ 1.678455] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 1.678504] pnp 00:01: [io 0x0000-0x001f]
[ 1.678505] pnp 00:01: [io 0x0081-0x0091]
[ 1.678507] pnp 00:01: [io 0x0093-0x009f]
[ 1.678508] pnp 00:01: [io 0x00c0-0x00df]
[ 1.678510] pnp 00:01: [dma 4]
[ 1.678553] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 1.678561] pnp 00:02: [mem 0xff000000-0xffffffff]
[ 1.678601] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 1.678706] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 1.678750] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 1.678759] pnp 00:04: [io 0x00f0]
[ 1.678767] pnp 00:04: [irq 13]
[ 1.678808] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 1.678818] pnp 00:05: [io 0x002e-0x002f]
[ 1.678820] pnp 00:05: [io 0x004e-0x004f]
[ 1.678821] pnp 00:05: [io 0x0061]
[ 1.678822] pnp 00:05: [io 0x0063]
[ 1.678823] pnp 00:05: [io 0x0065]
[ 1.678824] pnp 00:05: [io 0x0067]
[ 1.678826] pnp 00:05: [io 0x0070]
[ 1.678827] pnp 00:05: [io 0x0080]
[ 1.678828] pnp 00:05: [io 0x0092]
[ 1.678829] pnp 00:05: [io 0x00b2-0x00b3]
[ 1.678830] pnp 00:05: [io 0x0680-0x069f]
[ 1.678832] pnp 00:05: [io 0x0800-0x080f]
[ 1.678833] pnp 00:05: [io 0xffff]
[ 1.678834] pnp 00:05: [io 0xffff]
[ 1.678835] pnp 00:05: [io 0x0400-0x047f]
[ 1.678837] pnp 00:05: [io 0x0500-0x057f]
[ 1.678838] pnp 00:05: [io 0x164e-0x164f]
[ 1.678839] pnp 00:05: [io 0x0380-0x038e]
[ 1.678901] pnp 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.678909] pnp 00:06: [io 0x0070-0x0077]
[ 1.678914] pnp 00:06: [irq 8]
[ 1.678959] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.678968] pnp 00:07: [io 0x0060]
[ 1.678969] pnp 00:07: [io 0x0064]
[ 1.678973] pnp 00:07: [irq 1]
[ 1.679016] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.679032] pnp 00:08: [irq 12]
[ 1.679079] pnp 00:08: Plug and Play ACPI device, IDs SYN1e1b SYN1e00 SYN0002 PNP0f13 (active)
[ 1.679437] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
[ 1.679439] pnp 00:09: [mem 0xfed10000-0xfed13fff]
[ 1.679440] pnp 00:09: [mem 0xfed18000-0xfed18fff]
[ 1.679442] pnp 00:09: [mem 0xfed19000-0xfed19fff]
[ 1.679443] pnp 00:09: [mem 0xe0000000-0xefffffff]
[ 1.679444] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
[ 1.679446] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
[ 1.679447] pnp 00:09: [mem 0xff000000-0xffffffff]
[ 1.679449] pnp 00:09: [mem 0xfee00000-0xfeefffff]
[ 1.679450] pnp 00:09: [mem 0xbc000000-0xbc000fff]
[ 1.679516] pnp 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.679696] pnp 00:0a: [bus ff]
[ 1.679748] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 1.679762] pnp: PnP ACPI: found 11 devices
[ 1.679765] ACPI: ACPI bus type pnp unregistered
[ 1.679776] system 00:05: [io 0x0680-0x069f] has been reserved
[ 1.679779] system 00:05: [io 0x0800-0x080f] has been reserved
[ 1.679783] system 00:05: [io 0xffff] has been reserved
[ 1.679786] system 00:05: [io 0xffff] has been reserved
[ 1.679789] system 00:05: [io 0x0400-0x047f] has been reserved
[ 1.679792] system 00:05: [io 0x0500-0x057f] has been reserved
[ 1.679796] system 00:05: [io 0x164e-0x164f] has been reserved
[ 1.679799] system 00:05: [io 0x0380-0x038e] has been reserved
[ 1.679805] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 1.679809] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
[ 1.679812] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.679816] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.679819] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 1.679823] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.679827] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 1.679830] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.679834] system 00:09: [mem 0xbc000000-0xbc000fff] has been reserved
[ 1.717017] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[ 1.717054] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 1.717059] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 1.717066] pci 0000:00:1c.0: bridge window [mem 0xd3400000-0xd43fffff]
[ 1.717072] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref]
[ 1.717086] pci 0000:03:00.0: BAR 6: assigned [mem 0xd1420000-0xd142ffff pref]
[ 1.717091] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 1.717096] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
[ 1.717103] pci 0000:00:1c.1: bridge window [mem 0xd2400000-0xd33fffff]
[ 1.717109] pci 0000:00:1c.1: bridge window [mem 0xd1400000-0xd23fffff 64bit pref]
[ 1.717119] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[ 1.717121] pci 0000:00:1e.0: bridge window [io disabled]
[ 1.717128] pci 0000:00:1e.0: bridge window [mem disabled]
[ 1.717134] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 1.717152] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1.717159] pci 0000:00:1c.0: setting latency timer to 64
[ 1.717167] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 1.717173] pci 0000:00:1c.1: setting latency timer to 64
[ 1.717180] pci 0000:00:1e.0: setting latency timer to 64
[ 1.717184] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 1.717186] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 1.717188] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.717189] pci_bus 0000:00: resource 7 [mem 0xbc000000-0xfeafffff]
[ 1.717191] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 1.717192] pci_bus 0000:02: resource 1 [mem 0xd3400000-0xd43fffff]
[ 1.717194] pci_bus 0000:02: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref]
[ 1.717196] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 1.717197] pci_bus 0000:03: resource 1 [mem 0xd2400000-0xd33fffff]
[ 1.717199] pci_bus 0000:03: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref]
[ 1.717201] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
[ 1.717202] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
[ 1.717204] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.717205] pci_bus 0000:04: resource 7 [mem 0xbc000000-0xfeafffff]
[ 1.717225] NET: Registered protocol family 2
[ 1.717257] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 1.717330] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.717637] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 1.717785] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.717790] TCP reno registered
[ 1.717793] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 1.717802] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 1.717873] NET: Registered protocol family 1
[ 1.717944] RPC: Registered udp transport module.
[ 1.717948] RPC: Registered tcp transport module.
[ 1.717951] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.717967] pci 0000:00:02.0: Boot video device
[ 1.740155] PCI: CLS 64 bytes, default 64
[ 1.740266] Simple Boot Flag at 0x44 set to 0x1
[ 1.741103] audit: initializing netlink socket (disabled)
[ 1.741113] type=2000 audit(1339956876.548:1): initialized
[ 1.741270] highmem bounce pool size: 64 pages
[ 1.743430] VFS: Disk quotas dquot_6.5.2
[ 1.743481] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.743665] DLM (built Apr 9 2011 23:32:52) installed
[ 1.744425] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 1.744577] NTFS driver 2.1.29 [Flags: R/W].
[ 1.744670] ROMFS MTD (C) 2007 Red Hat, Inc.
[ 1.744815] JFS: nTxBlock = 8192, nTxLock = 65536
[ 1.746571] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 1.747006] SGI XFS Quota Management subsystem
[ 1.747013] OCFS2 1.5.0
[ 1.747145] ocfs2: Registered cluster interface o2cb
[ 1.747207] ocfs2: Registered cluster interface user
[ 1.747210] OCFS2 DLMFS 1.5.0
[ 1.747268] OCFS2 User DLM kernel interface loaded
[ 1.747271] OCFS2 Node Manager 1.5.0
[ 1.747354] OCFS2 DLM 1.5.0
[ 1.747569] Btrfs loaded
[ 1.747831] GFS2 (built Apr 9 2011 23:33:12) installed
[ 1.747838] msgmni has been set to 1668
[ 1.748489] async_tx: api initialized (async)
[ 1.748529] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 1.748550] io scheduler noop registered
[ 1.748553] io scheduler deadline registered
[ 1.748569] io scheduler cfq registered (default)
[ 1.748743] \_SB_.PCI0:_OSC invalid UUID
[ 1.748744] _OSC request data:1 0 1d
[ 1.748799] \_SB_.PCI0:_OSC invalid UUID
[ 1.748800] _OSC request data:1 0 1d
[ 1.748897] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.749236] vesafb: framebuffer at 0xc0000000, mapped to 0xf8580000, using 3072k, total 32704k
[ 1.749242] vesafb: mode is 1024x768x16, linelength=2048, pages=20
[ 1.749245] vesafb: scrolling: redraw
[ 1.749248] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 1.806078] Console: switching to colour frame buffer device 128x48
[ 1.859586] fb0: VESA VGA frame buffer device
[ 1.860075] intel_idle: MWAIT substates: 0x1120
[ 1.860076] intel_idle: v0.4 model 0x25
[ 1.860077] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.860197] ERST: Table is not found!
[ 1.860597] isapnp: Scanning for PnP cards...
[ 2.174039] isapnp: No Plug & Play device found
[ 2.176935] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 5.251108] floppy0: no floppy controllers found
[ 5.253029] brd: module loaded
[ 5.254015] loop: module loaded
[ 5.254355] Compaq SMART2 Driver (v 2.6.0)
[ 5.254834] HP CISS Driver (v 3.6.26)
[ 5.255583] Loading iSCSI transport class v2.0-870.
[ 5.256401] fnic: Cisco FCoE HBA Driver, ver 1.4.0.145
[ 5.258034] Adaptec aacraid driver 1.1-5[26400]-ms
[ 5.258835] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 5.259695] scsi: <fdomain> Detection failed (no card)
[ 5.260249] sym53c416.c: Version 1.0.0-ac
[ 5.260695] qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options
[ 5.261787] QLogic Fibre Channel HBA Driver: 8.03.05-k0
[ 5.280628] iscsi: registered transport (qla4xxx)
[ 5.299385] QLogic iSCSI HBA Driver
[ 5.318025] Emulex LightPulse Fibre Channel SCSI driver 8.3.18
[ 5.337010] Copyright(c) 2004-2009 Emulex. All rights reserved.
[ 5.356470] Brocade BFA FC/FCOE SCSI driver - version: 2.3.2.0
[ 5.398040] Failed initialization of WD-7000 SCSI card!
[ 5.517899] DC390: clustering now enabled by default. If you get problems load
[ 5.538101] with "disable_clustering=1" and report to maintainers
[ 5.558720] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 5.579853] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 5.601120] megasas: 00.00.04.31-rc1 Mon. May 3, 11:41:51 PST 2010
[ 5.622490] mpt2sas version 06.100.00.00 loaded
[ 5.643842] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 5.665292] 3ware Storage Controller device driver for Linux v1.26.02.003.
[ 5.686693] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 5.708367] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[ 5.730634] ipr: IBM Power RAID SCSI Device Driver version: 2.5.1 (August 10, 2010)
[ 5.753313] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910)
[ 5.775961] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[ 5.798610] st: Version 20100829, fixed bufsize 32768, s/g segs 256
[ 5.821170] ahci 0000:00:1f.2: version 3.0
[ 5.821187] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 5.843726] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[ 5.843798] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[ 5.866565] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems apst
[ 5.889638] ahci 0000:00:1f.2: setting latency timer to 64
[ 5.891311] scsi2 : ahci
[ 5.913975] scsi3 : ahci
[ 5.936139] scsi4 : ahci
[ 5.958020] scsi5 : ahci
[ 5.979639] ata1: SATA max UDMA/133 abar m2048@0xd4405000 port 0xd4405100 irq 40
[ 6.001984] ata2: SATA max UDMA/133 abar m2048@0xd4405000 port 0xd4405180 irq 40
[ 6.023952] ata3: DUMMY
[ 6.045402] ata4: DUMMY
[ 6.068379] scsi6 : pata_legacy
[ 6.089686] ata5: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[ 6.370515] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.392444] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 6.414095] ata1.00: ATA-8: WDC WD3200BEKT-60PVMT0, 01.01A01, max UDMA/133
[ 6.435939] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 6.457901] ata2.00: ATAPI: hp CDDVDW TS-L633R, 0300, max UDMA/100
[ 6.481412] ata1.00: configured for UDMA/133
[ 6.503053] ata2.00: configured for UDMA/100
[ 6.503171] scsi 2:0:0:0: Direct-Access ATA WDC WD3200BEKT-6 01.0 PQ: 0 ANSI: 5
[ 6.503420] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 6.503466] sd 2:0:0:0: [sda] Write Protect is off
[ 6.503469] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 6.503485] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.611075] scsi 3:0:0:0: CD-ROM hp CDDVDW TS-L633R 0300 PQ: 0 ANSI: 5
[ 6.636063] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 6.657952] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 6.679764] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 6.816618] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 6.838570] sd 2:0:0:0: [sda] Attached SCSI disk
[ 6.860421] scsi7 : pata_legacy
[ 6.881456] ata6: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[ 7.053452] I2O subsystem v1.325
[ 7.074085] i2o: max drivers = 8
[ 7.094488] I2O Configuration OSM v1.323
[ 7.114712] I2O Bus Adapter OSM v1.317
[ 7.134689] I2O Block Device OSM v1.325
[ 7.154445] I2O SCSI Peripheral OSM v1.316
[ 7.173837] I2O ProcFS OSM v1.316
[ 7.192689] Fusion MPT base driver 3.04.17
[ 7.211275] Copyright (c) 1999-2008 LSI Corporation
[ 7.211281] Fusion MPT SPI Host driver 3.04.17
[ 7.211332] Fusion MPT FC Host driver 3.04.17
[ 7.211375] Fusion MPT SAS Host driver 3.04.17
[ 7.211415] Fusion MPT misc device (ioctl) driver 3.04.17
[ 7.211475] mptctl: Registered with Fusion MPT base driver
[ 7.211479] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 7.211481] Fusion MPT LAN driver 3.04.17
[ 7.211589] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 7.211612] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 7.211631] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 7.211634] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 7.211731] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 7.426943] ehci_hcd 0000:00:1a.0: debug port 2
[ 7.449041] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 7.449056] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd4405c00
[ 7.476877] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 7.495538] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.514411] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.533339] usb usb1: Product: EHCI Host Controller
[ 7.552452] usb usb1: Manufacturer: Linux 2.6.37.6-smp ehci_hcd
[ 7.571503] usb usb1: SerialNumber: 0000:00:1a.0
[ 7.590388] hub 1-0:1.0: USB hub found
[ 7.608872] hub 1-0:1.0: 3 ports detected
[ 7.627212] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 7.646236] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 7.646240] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 7.664877] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 7.688788] ehci_hcd 0000:00:1d.0: debug port 2
[ 7.710957] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 7.710969] ehci_hcd 0000:00:1d.0: irq 21, io mem 0xd4405800
[ 7.738731] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 7.756435] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 7.774124] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.791638] usb usb2: Product: EHCI Host Controller
[ 7.809007] usb usb2: Manufacturer: Linux 2.6.37.6-smp ehci_hcd
[ 7.826569] usb usb2: SerialNumber: 0000:00:1d.0
[ 7.826715] hub 2-0:1.0: USB hub found
[ 7.826720] hub 2-0:1.0: 3 ports detected
[ 7.826887] 116x: driver isp116x-hcd, 03 Nov 2005
[ 7.826916] driver isp1362-hcd, 2005-04-04
[ 7.826945] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 7.826982] uhci_hcd: USB Universal Host Controller Interface driver
[ 7.827066] sl811: driver sl811-hcd, 19 May 2005
[ 7.827095] r8a66597_hcd: driver r8a66597_hcd, 2009-05-26
[ 7.827237] Initializing USB Mass Storage driver...
[ 7.827282] usbcore: registered new interface driver usb-storage
[ 7.827283] USB Mass Storage support registered.
[ 7.827309] usbcore: registered new interface driver ums-alauda
[ 7.827339] usbcore: registered new interface driver ums-cypress
[ 7.827370] usbcore: registered new interface driver ums-datafab
[ 7.827404] usbcore: registered new interface driver ums-freecom
[ 7.827448] usbcore: registered new interface driver ums-isd200
[ 7.827478] usbcore: registered new interface driver ums-jumpshot
[ 7.827518] usbcore: registered new interface driver ums-karma
[ 7.827547] usbcore: registered new interface driver ums-onetouch
[ 7.827575] usbcore: registered new interface driver ums-sddr09
[ 7.827610] usbcore: registered new interface driver ums-sddr55
[ 7.827642] usbcore: registered new interface driver ums-usbat
[ 7.934625] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 8.229728] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[ 8.229730] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8.229915] hub 1-1:1.0: USB hub found
[ 8.245486] hub 1-1:1.0: 6 ports detected
[ 8.313538] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 8.343962] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 8.359945] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 8.375756] mice: PS/2 mouse device common for all mice
[ 8.391780] md: linear personality registered for level -1
[ 8.407689] md: raid0 personality registered for level 0
[ 8.410361] usb 2-1: new high speed USB device using ehci_hcd and address 2
[ 8.439861] md: raid1 personality registered for level 1
[ 8.441808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 8.473195] md: raid10 personality registered for level 10
[ 8.490477] md: raid6 personality registered for level 6
[ 8.507558] md: raid5 personality registered for level 5
[ 8.524288] md: raid4 personality registered for level 4
[ 8.540528] md: multipath personality registered for level -4
[ 8.540807] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[ 8.540809] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8.540968] hub 2-1:1.0: USB hub found
[ 8.606718] hub 2-1:1.0: 8 ports detected
[ 8.606809] device-mapper: uevent: version 1.0.3
[ 8.606937] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 8.607452] cpuidle: using governor ladder
[ 8.674458] cpuidle: using governor menu
[ 8.691040] input: Speakup as /devices/virtual/input/input1
[ 8.707837] speakup 3.1.6: initialized
[ 8.724381] synth name on entry is: (null)
[ 8.740878] initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
[ 8.757802] TCP cubic registered
[ 8.774224] Initializing XFRM netlink socket
[ 8.791011] usb 1-1.1: new low speed USB device using ehci_hcd and address 3
[ 8.791023] NET: Registered protocol family 17
[ 8.791041] Registering the dns_resolver key type
[ 8.791065] Using IPI No-Shortcut mode
[ 8.791537] registered taskstats version 1
[ 8.894038] md: Waiting for all devices to be available before autodetect
[ 8.913241] md: If you don't use raid, use raid=noautodetect
[ 8.932956] md: Autodetecting RAID arrays.
[ 8.952688] md: Scanned 0 and added 0 devices.
[ 8.972733] md: autorun ...
[ 8.992371] md: ... autorun DONE.
[ 8.993328] usb 1-1.1: New USB device found, idVendor=2188, idProduct=0ae1
[ 8.993332] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 8.993334] usb 1-1.1: Product: USB OPTICAL MOUSE
[ 9.096933] EXT3-fs (sda6): error: couldn't mount because of unsupported optional features (240)
[ 9.121232] EXT2-fs (sda6): error: couldn't mount because of unsupported optional features (240)
[ 9.144206] usb 1-1.3: new full speed USB device using ehci_hcd and address 4
[ 9.170035] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 9.190748] VFS: Mounted root (ext4 filesystem) readonly on device 8:6.
[ 9.237223] devtmpfs: mounted
[ 9.257698] Freeing unused kernel memory: 612k freed
[ 9.278363] Write protecting the kernel text: 10108k
[ 9.298638] Write protecting the kernel read-only data: 2540k
[ 9.455904] usb 1-1.3: New USB device found, idVendor=148f, idProduct=1000
[ 9.479004] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 9.577945] usb 2-1.5: new high speed USB device using ehci_hcd and address 3
[ 9.687147] usb 2-1.5: New USB device found, idVendor=090c, idProduct=37b0
[ 9.711455] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.711457] usb 2-1.5: Product: HP Webcam-101
[ 9.711458] usb 2-1.5: Manufacturer: Image Processor
[ 10.455261] udev[1338]: starting version 165
[ 10.787855] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 10.875457] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input2
[ 10.900864] generic-usb 0003:2188:0AE1.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1a.0-1.1/input0
[ 10.906915] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 10.906943] sr 3:0:0:0: Attached scsi generic sg1 type 5
[ 11.004174] usbcore: registered new interface driver usbhid
[ 11.030962] usbhid: USB HID core driver
[ 11.135510] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 11.139305] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 11.139314] ACPI: resource 0000:00:1f.3 [io 0x4000-0x401f] conflicts with ACPI region SMBI [??? 0x00004000-0x0000400f flags 0x49]
[ 11.139317] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 11.255927] ACPI: Power Button [PWRB]
[ 11.262187] Linux agpgart interface v0.103
[ 11.264109] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[ 11.264119] intel ips 0000:00:1f.6: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 11.264223] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[ 11.264533] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[ 11.473436] ACPI: Battery Slot [BAT0] (battery present)
[ 11.500461] ACPI: AC Adapter [ACAD] (off-line)
[ 11.525928] wmi: Mapper loaded
[ 11.525978] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
[ 11.527731] ACPI: Lid Switch [LID0]
[ 11.527799] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 11.527842] ACPI: Power Button [PWRF]
[ 11.660766] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[ 11.671937] ACPI: acpi_idle yielding to intel_idle
[ 11.679252] Bluetooth: Core ver 2.15
[ 11.679275] NET: Registered protocol family 31
[ 11.679276] Bluetooth: HCI device and connection manager initialized
[ 11.679279] Bluetooth: HCI socket layer initialized
[ 11.789053] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 11.815875] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 11.842699] thermal LNXTHERM:00: registered as thermal_zone0
[ 11.868724] ACPI: Thermal Zone [TZ01] (67 C)
[ 11.868834] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[ 11.947666] cfg80211: Calling CRDA to update world regulatory domain
[ 11.951823] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 11.951857] r8169 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.951956] r8169 0000:03:00.0: setting latency timer to 64
[ 11.952128] r8169 0000:03:00.0: irq 41 for MSI/MSI-X
[ 11.952275] r8169 0000:03:00.0: eth0: RTL8102e at 0xf88ea000, b4:99:ba:00:d2:2b, XID 04e00000 IRQ 41
[ 11.957185] Linux video capture interface: v2.00
[ 12.118945] rtc_cmos 00:06: RTC can wake from S4
[ 12.139595] input: HP WMI hotkeys as /devices/virtual/input/input6
[ 12.185162] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 12.186576] uvcvideo: Found UVC 1.00 device HP Webcam-101 (090c:37b0)
[ 12.204423] input: HP Webcam-101 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input7
[ 12.204493] usbcore: registered new interface driver uvcvideo
[ 12.204494] USB Video Class driver (v1.0.0)
[ 12.335364] usbcore: registered new interface driver btusb
[ 12.335493] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 12.335527] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[ 12.354151] [drm] Initialized drm 1.1.0 20060810
[ 12.861168] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 12.874164] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000/0xa0400
[ 12.928990] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 12.929020] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 12.991709] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[ 13.089052] rt2800pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 13.094585] cfg80211: World regulatory domain updated:
[ 13.094589] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 13.094591] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 13.094592] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 13.094594] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 13.094596] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 13.094597] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 13.288975] rt2800pci 0000:02:00.0: setting latency timer to 64
[ 13.308952] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 13.309148] Registered led device: rt2800pci-phy0::radio
[ 13.309169] Registered led device: rt2800pci-phy0::assoc
[ 13.309189] Registered led device: rt2800pci-phy0::quality
[ 13.619586] rt2860sta: module is from the staging directory, the quality is unknown, you have been warned.
[ 14.055031] hda_codec: ALC270: BIOS auto-probing.
[ 15.276293] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 15.309408] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 15.342724] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 15.367510] i915 0000:00:02.0: setting latency timer to 64
[ 15.395415] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[ 15.461388] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 15.515864] checking generic (c0000000 1ff0000) vs hw (c0000000 10000000)
[ 15.515867] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 15.517020] Console: switching to colour dummy device 80x25
[ 15.571342] Console: switching to colour frame buffer device 170x48
[ 15.574397] fb0: inteldrmfb frame buffer device
[ 15.574421] drm: registered panic notifier
[ 15.581076] ACPI Warning: _BQC returned an invalid level (20101013/video-527)
[ 15.581296] acpi device:02: registered as cooling_device4
[ 15.581690] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 15.581840] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 15.582196] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 16.531786] fuse init (API version 7.15)
[ 16.742088] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
[ 17.369381] EXT4-fs (sda6): re-mounted. Opts: (null)
[ 17.432011] EXT4-fs (sda6): re-mounted. Opts: (null)
[ 17.836265] ppdev: user-space parallel port driver
[ 17.838462] lp: driver loaded but no devices found
[ 18.087822] powernow: This module only works with AMD K7 CPUs
[ 18.180694] cpufreq-nforce2: No nForce2 chipset.
[ 22.654513] Intel ISA PCIC probe: not found.
[ 22.794444] Databook TCIC-2 PCMCIA probe: not found.
[ 28.620877] r8169 0000:03:00.0: eth0: link up
[ 28.620892] r8169 0000:03:00.0: eth0: link up
[ 38.400783] NET: Registered protocol family 10
[ 38.400970] lo: Disabled Privacy Extensions
[ 50.191533] NET: Registered protocol family 5
[ 131.660562] start_kdeinit (2617): /proc/2617/oom_adj is deprecated, please use /proc/2617/oom_score_adj instead.
[ 143.518313] ata1.00: configured for UDMA/133
[ 143.518319] ata1: EH complete
[ 143.518470] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 146.231264] EXT4-fs (sda6): re-mounted. Opts: commit=600
[ 489.014321] r8169 0000:03:00.0: eth0: link up



23. Re: Wireless no Slackware 13.37 [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 17/06/2012 - 18:35h

mostklin escreveu:

Tive um problema desse quando instalei o slackware e resolvi ele assim:

# ifconfig up
# iwconfig wlan0 essid "nomedarede"
# dhclient wlan0

Depois criei um script para iniciar junto com o sistema.


Ai mostklin
bash-4.1# ifconfig up
up: error fetching interface information: Device not found
bash-4.1# iwconfig wlan0 essid PACIFIC
bash-4.1# dhclient wlan0
bash-4.1#


24. Re: Wireless no Slackware 13.37 [RESOLVIDO]

andre luiz
xiloba

(usa Slackware)

Enviado em 17/06/2012 - 19:31h

Funcionou :-) Obrigado a todos que ajudaram e principalmente ao Noobv3rn.
Estou digitando agora, a partir do windows 7 pois depois de conseguir, com a ajuda de vocês, fazer o wireless funcionar, segui a dica do colega aqui do VOL e tentei instalar o firefox mais atual , mas o firefox parou de funcionar, e como uso o lastpass para me logar(não faço a menor ideia da senha do VOL), precisei entar no win para mandar esta mensagem.
Valeu.
Estou tendo a mesma sensação que a personagem do Kill Bill depois de ficar anos em coma, conseguiu mexer o dedão e disse: agora é fácil... rssrsr.




  
01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts