[RISOLTO] wicd: Nessuna rete wireless trovata

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

[RISOLTO] wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

Ciao a tutti!
Premetto di essere un profano della Slackware e di Linux in generale... mi aiutereste?
Metto qualche comando che potrebbe servire.

Codice: Seleziona tutto

root[leonardo]# lspci -vs '02:00.0'
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
        Subsystem: Hewlett-Packard Company Device 145c
        Flags: fast devsel, IRQ 17
        Memory at 52000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [58] Vendor Specific Information: Len=78 <?>
        Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
        Capabilities: [d0] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [13c] Virtual Channel
        Capabilities: [160] Device Serial Number 00-00-12-ff-ff-19-ac-81
        Capabilities: [16c] Power Budgeting <?>
        Kernel modules: brcm80211

Codice: Seleziona tutto

root[leonardo]# ifconfig
eth0      Link encap:Ethernet  HWaddr 68:B5:99:DB:3C:1F  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:41 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:304 errors:0 dropped:0 overruns:0 frame:0
          TX packets:304 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:23840 (23.2 Kb)  TX bytes:23840 (23.2 Kb)

Codice: Seleziona tutto

root[leonardo]# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.
Ultima modifica di DrSlump il dom 29 gen 2012, 15:23, modificato 1 volta in totale.

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wicd: Nessuna rete wireless trovata

Messaggio da targzeta »

Mi sa che il kernel di linux di default non gestisce la tua scheda. Dai un'occhiata qui, ci dovrebbe essere tutto quello che ti serve. Ho dato una veloce lettura al readme.txt e mi sembra che faccia al caso tuo.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

Re: wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

Prima di tutto ti ringrazio per la risposta così veloce.
Ho provato a seguire le indicazioni del README e...

Codice: Seleziona tutto

root[hybrid_wl]# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/2.6.37.6/build: File o directory non esistente.  Stop.
make: *** [all] Errore 2
Sul readme c'è scritto ad un certo punto:
If you try to build this module but get an error message that looks like
this:

make: *** /lib/modules/"release"/build: No such file or directory. Stop.

Then you do not have the proper packages installed, since installing the
proper packages will create /lib/modules/"release"/build on your system.
Che dovrei fare?
Sbaglio qualcosa?

Prima mi ero dimenticato di dire che il problema me lo da su Salix, appena installato su netbook. (ma non credo che questo sia rilevante).

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wicd: Nessuna rete wireless trovata

Messaggio da targzeta »

Sì, scusami, ma poi ieri sera non ho più avuto tempo di approfondire la questione.

Il problema che riscontri tu è la mancanza del pacchetto dei sorgenti del kernel. Comunque, ho dato uno sguardo al menù del kernel ed ho trovato quanto segue:

Codice: Seleziona tutto

b43 is a driver for the Broadcom 43xx series wireless devices. 

Check "lspci" for something like
"Broadcom Corporation BCM43XX 802.11 Wireless LAN Controller"
to determine whether you own such a device.

This driver supports the new BCM43xx IEEE 802.11G devices, but not
the old IEEE 802.11B devices. Old devices are supported by
the b43legacy driver.
Note that this has nothing to do with the standard that your AccessPoint
supports (A, B, G or a combination).
IEEE 802.11G devices can talk to IEEE 802.11B AccessPoints.

It is safe to include both b43 and b43legacy as the underlying glue
layer will automatically load the correct version for your device.

This driver uses V4 firmware, which must be installed separately using
b43-fwcutter.

This driver can be built as a module (recommended) that will be called "b43".
e, dato che la tua scheda è proprio una 'BCM4313 802.11b/g/n' sembra essere supportata. Però bisogna vedere che versione del kernel hai. Posta l'output del comando:

Codice: Seleziona tutto

uname -r
Potrebbe essere una semplice mancanza del firmware oppure un mancato supporto da parte del kernel. Eventualmente prova a postare anche l'output del comando (questo però dato come root):

Codice: Seleziona tutto

modprobe b43
Purtroppo dal tuo profilo non si sa che kernel usi.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wicd: Nessuna rete wireless trovata

Messaggio da targzeta »

Non so se hai letto il mio post precedente. Comunque, il sito di riferimento dovrebbe essere questo. Come vedi sono due driver alternativi, quello chiuso che ti ho linkato ieri e quello libero del link precedente. Io opterei per quello libero, prova a vedere se la tua scheda è supportata (ma dovrebbe). Esegui il comando:

Codice: Seleziona tutto

lspci -nns '02:00.0'
e confronta il codice con la lista dei device supportati.

Forse dobbiamo approfondire meglio la faccenda perché, dalle mie ricerche, sembra proprio che il modulo è pienamente supportato dalla Slackware visto che sono presenti anche i firmware. Può darsi che bisogna semplicemente mettere in blacklist il driver che viene usato automaticamente:'brcm80211'.

Per ora non devi fare nulla, devi semplicemente controllare che la tua scheda sia supportata e farcelo sapere. Inoltre dicci anche che versione di Salix hai (io purtroppo non la conosco).

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

ilmich
Master
Master
Messaggi: 1645
Iscritto il: lun 16 lug 2007, 17:39
Slackware: 15.0 64bit
Kernel: 5.15.27
Desktop: kde
Località: Roma

Re: wicd: Nessuna rete wireless trovata

Messaggio da ilmich »

volendo qui ci sta lo slackbuild dove sono spiegati pure i moduli da mettere in blacklist
#LiveSimple and #ProgramThings
https://github.com/ilmich
http://ilmich6502.it/

DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

Re: wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

@spina

Codice: Seleziona tutto

 leonardo@darkstar:~$ uname -r
2.6.37.6
Con "modprobe b43" non succede niente

Codice: Seleziona tutto

root[leonardo]# modprobe b43
root[leonardo]# 

Codice: Seleziona tutto

root[leonardo]# lspci -nns '02:00.0'
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Confrontando il codice, al campo "Supported?" dice "NO (WIP)". Cosa significa?
La versione di Salix che ho scaricato è la 13.37 con KDE.

@miklos
C'avevo provato ieri sera ma mi aveva dato ad un certo punto un errore simile a quello del post precedente.
(ma di sicuro ho sbagliato tutto io)
Ultima modifica di DrSlump il gio 26 gen 2012, 14:07, modificato 1 volta in totale.

DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

Re: wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

"Può darsi che bisogna semplicemente mettere in blacklist il driver che viene usato automaticamente:'brcm80211'."

Cosa significa mettere in blacklist? Cosa dovrei fare?

ilmich
Master
Master
Messaggi: 1645
Iscritto il: lun 16 lug 2007, 17:39
Slackware: 15.0 64bit
Kernel: 5.15.27
Desktop: kde
Località: Roma

Re: wicd: Nessuna rete wireless trovata

Messaggio da ilmich »

DrSlump ha scritto: Cosa significa mettere in blacklist?
la blacklist dei moduli è la lista che dice al kernel quali moduli non caricare in automatico.
nel tuo caso eviteresti che riconosciuta la scheda come broadcom il kernel carichi il modulo che porta con se. in questo modo, puoi caricare un modulo a tua scelta.
per aggiungere un modulo nella blacklist devi editare il file

Codice: Seleziona tutto

/etc/modprobe.d/blacklist.conf
aggiungendo una linea col nome esatto del modulo che vuoi blacklistare.
comunque l'errore che hai evidenziato tu è, come dice spina, dovuto al fatto che non hai i sorgenti del kernel installati, di conseguenza il driver nn puo' essere compilato in quanto ha bisogno di tali sorgenti.
visto che usi salix nn mi permetto di darti suggerimenti in quanto nn la conosco bene, pero' se è come con slackware devi installare il pacchetto kernel-sources-versione_che_usi
#LiveSimple and #ProgramThings
https://github.com/ilmich
http://ilmich6502.it/

vitosky
Linux 0.x
Linux 0.x
Messaggi: 84
Iscritto il: mer 10 feb 2010, 20:55
Slackware: 13.37
Kernel: 2.6.37.6 huge.s

Re: wicd: Nessuna rete wireless trovata

Messaggio da vitosky »

Ciao DrSlump leggiti questo thread:
http://www.linuxquestions.org/questions ... re-868800/

hashbang
Packager
Packager
Messaggi: 2021
Iscritto il: ven 4 giu 2010, 10:27
Nome Cognome: Luca De Pandis
Distribuzione: macOS/OpenBSD
Località: Lecce/Bergamo

Re: wicd: Nessuna rete wireless trovata

Messaggio da hashbang »

DrSlump ha scritto:Con "modprobe b43" non succede niente

Codice: Seleziona tutto

root[leonardo]# modprobe b43
In realtà, quel "non è successo niente", vuol dire che ha caricato correttamente il modulo.
Se non fosse andata a buon file la procedura, avresti ottenuto un output di errore.

Comunque, per sicurezza:

Codice: Seleziona tutto

# lsmod

DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

Re: wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

Incomincio a sentirmi un po' spaesato.

Comunque:

Codice: Seleziona tutto

root[leonardo]# lsmod
Module                  Size  Used by
b43                   159523  0 
ssb                    39876  1 b43
mmc_core               56672  2 b43,ssb
pcmcia                 32650  2 b43,ssb
pcmcia_core             9933  1 pcmcia
snd_seq_dummy           1111  0 
snd_seq_oss            25075  0 
snd_seq_midi_event      4560  1 snd_seq_oss
snd_seq                39269  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4465  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            34555  0 
snd_mixer_oss          14750  1 snd_pcm_oss
ipv6                  228913  14 
cpufreq_ondemand        7088  1 
speedstep_lib           2655  0 
acpi_cpufreq            3640  1 
freq_table              1967  2 cpufreq_ondemand,acpi_cpufreq
mperf                    915  1 acpi_cpufreq
lp                      7073  0 
ppdev                   4861  0 
parport_pc             18186  0 
parport                25111  3 lp,ppdev,parport_pc
fuse                   56668  1 
snd_hda_codec_idt      48005  1 
i915                  360784  2 
drm_kms_helper         23887  1 i915
lib80211                3122  0 
snd_hda_intel          18021  1 
snd_hda_codec          61720  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep               4764  1 snd_hda_codec
joydev                  7599  0 
brcm80211             657519  0 
drm                   141858  3 i915,drm_kms_helper
snd_pcm                57713  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
mac80211              178230  2 b43,brcm80211
intel_agp               8992  1 i915
snd_timer              15225  2 snd_seq,snd_pcm
uvcvideo               55582  0 
i2c_algo_bit            4279  1 i915
hp_wmi                  4693  0 
sparse_keymap           2396  1 hp_wmi
videodev               57077  1 uvcvideo
rtc_cmos                7650  0 
cfg80211              122062  3 b43,brcm80211,mac80211
r8169                  31770  0 
intel_gtt              11318  3 i915,intel_agp
processor              20234  1 acpi_cpufreq
v4l1_compat            13658  2 uvcvideo,videodev
rtc_core               11475  1 rtc_cmos
battery                 8327  0 
thermal                 6710  0 
wmi                     7121  1 hp_wmi
ac                      2457  0 
i2c_i801                7010  0 
button                  3965  1 i915
rtc_lib                 1494  1 rtc_core
rfkill                 12914  2 hp_wmi,cfg80211
video                  10442  1 i915
i2c_core               16377  6 i915,drm_kms_helper,drm,i2c_algo_bit,videodev,i2c_i801
mii                     3262  1 r8169
snd                    43347  13 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
psmouse                40978  0 
sg                     20923  0 
agpgart                22762  3 drm,intel_agp,intel_gtt
evdev                   7209  17 
thermal_sys            11442  3 processor,thermal,video
shpchp                 23261  0 
soundcore               4545  1 snd
serio_raw               3502  0 
snd_page_alloc          5917  2 snd_hda_intel,snd_pcm
hwmon                   1017  1 thermal_sys
output                  1448  1 video

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wicd: Nessuna rete wireless trovata

Messaggio da targzeta »

Ops, quindi sembra che il tuo device non sia supportato dal modulo b43. Però, dal sito del modulo del kernel che ti viene caricato automaticamente, brcm80211, sembra che sia supportato. Prima di passare al driver proprietario, che comunque dovrebbe funzionare, puoi vedere di capire cosa non va. Fai una cosa, esegui questi comandi (come root):

Codice: Seleziona tutto

modprobe -r brcm80211
dmesg -c
modprobe brcm80211
e poi postaci l'output di questo comando:

Codice: Seleziona tutto

dmesg
Purtroppo ora non sono su linux e non ti posso aiutare come vorrei, però vai tranquillo che in modo o nell'altro questo problema lo si risolve.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

DrSlump
Linux 0.x
Linux 0.x
Messaggi: 25
Iscritto il: mer 25 gen 2012, 19:10
Distribuzione: Salix

Re: wicd: Nessuna rete wireless trovata

Messaggio da DrSlump »

Ok!

Codice: Seleziona tutto

root[leonardo]# modprobe -r brcm80211
root[leonardo]# 

Codice: Seleziona tutto

root[leonardo]# dmesg -c
.P32_._PRT]
[    0.588749] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[    0.588892] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[    0.589240] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20101013/nspredef-352)
[    0.589257] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.589261] _OSC request data:1 1f 1f 
[    0.596297] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
[    0.596464] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 *10 11 12)
[    0.596627] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
[    0.596788] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12)
[    0.596950] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.597125] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.597288] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.597452] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
[    0.597596] HEST: Table is not found!
[    0.597910] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.597929] vgaarb: loaded
[    0.598308] SCSI subsystem initialized
[    0.598562] libata version 3.00 loaded.
[    0.598767] usbcore: registered new interface driver usbfs
[    0.598956] usbcore: registered new interface driver hub
[    0.599070] usbcore: registered new device driver usb
[    0.599443] PCI: Using ACPI for IRQ routing
[    0.599453] PCI: pci_cache_line_size set to 64 bytes
[    0.599575] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.599581] reserve RAM buffer: 000000003f43f000 - 000000003fffffff 
[    0.599588] reserve RAM buffer: 000000003f600000 - 000000003fffffff 
[    0.599926] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.599939] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.599949] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.602058] Switching to clocksource tsc
[    0.607374] pnp: PnP ACPI init
[    0.607421] ACPI: bus type pnp registered
[    0.609629] pnp 00:00: [bus 00-ff]
[    0.609637] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.609643] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.609648] pnp 00:00: [io  0x0d00-0xffff window]
[    0.609654] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.609660] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.609666] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.609672] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.609677] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.609683] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.609689] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.609694] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.609700] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.609706] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.609712] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.609717] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.609723] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.609729] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.609735] pnp 00:00: [mem 0x40000000-0xfebfffff window]
[    0.609973] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.610324] pnp 00:01: [io  0x002e-0x002f]
[    0.610330] pnp 00:01: [io  0x004e-0x004f]
[    0.610335] pnp 00:01: [io  0x0061]
[    0.610340] pnp 00:01: [io  0x0070]
[    0.610344] pnp 00:01: [io  0x0080]
[    0.610349] pnp 00:01: [io  0x0092]
[    0.610353] pnp 00:01: [io  0x00b2-0x00b3]
[    0.610358] pnp 00:01: [io  0x0063]
[    0.610363] pnp 00:01: [io  0x0065]
[    0.610367] pnp 00:01: [io  0x0067]
[    0.610372] pnp 00:01: [io  0x0600-0x060f]
[    0.610377] pnp 00:01: [io  0x0610]
[    0.610383] pnp 00:01: [io  0x0800-0x080f]
[    0.610393] pnp 00:01: [io  0x0810-0x0817]
[    0.610398] pnp 00:01: [io  0x0400-0x047f]
[    0.610403] pnp 00:01: [io  0x0500-0x053f]
[    0.610408] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.610414] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.610419] pnp 00:01: [mem 0xfed14000-0xfed17fff]
[    0.610425] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.610430] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.610435] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.610441] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[    0.610672] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.610702] pnp 00:02: [io  0x0000-0x001f]
[    0.610708] pnp 00:02: [io  0x0081-0x0091]
[    0.610713] pnp 00:02: [io  0x0093-0x009f]
[    0.610718] pnp 00:02: [io  0x00c0-0x00df]
[    0.610723] pnp 00:02: [dma 4]
[    0.610859] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.610929] pnp 00:03: [io  0x0070-0x0077]
[    0.611074] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.611259] pnp 00:04: [irq 0 disabled]
[    0.611279] pnp 00:04: [irq 8]
[    0.611284] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    0.611419] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.611452] pnp 00:05: [io  0x00f0]
[    0.611463] pnp 00:05: [irq 13]
[    0.611593] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.611624] pnp 00:06: [mem 0xff800000-0xffffffff]
[    0.611758] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
[    0.611814] pnp 00:07: [io  0x0060]
[    0.611820] pnp 00:07: [io  0x0064]
[    0.611831] pnp 00:07: [irq 1]
[    0.611973] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.612023] pnp 00:08: [irq 12]
[    0.612170] pnp 00:08: Plug and Play ACPI device, IDs SYN1e33 SYN1e00 SYN0002 PNP0f13 (active)
[    0.612325] pnp: PnP ACPI: found 9 devices
[    0.612330] ACPI: ACPI bus type pnp unregistered
[    0.612355] system 00:01: [io  0x0600-0x060f] has been reserved
[    0.612361] system 00:01: [io  0x0610] has been reserved
[    0.612368] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.612375] system 00:01: [io  0x0810-0x0817] has been reserved
[    0.612381] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.612388] system 00:01: [io  0x0500-0x053f] has been reserved
[    0.612396] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.612403] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.612411] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.612418] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.612425] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.612432] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.612439] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.656882] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.656892] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.656902] pci 0000:00:1c.0:   bridge window [mem 0x53000000-0x53ffffff]
[    0.656911] pci 0000:00:1c.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.656922] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.656929] pci 0000:00:1c.1:   bridge window [io  0x1000-0x1fff]
[    0.656945] pci 0000:00:1c.1:   bridge window [mem 0x52000000-0x52ffffff]
[    0.656954] pci 0000:00:1c.1:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.656965] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.656970] pci 0000:00:1e.0:   bridge window [io  disabled]
[    0.656978] pci 0000:00:1e.0:   bridge window [mem disabled]
[    0.656985] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.657017] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.657028] pci 0000:00:1c.0: setting latency timer to 64
[    0.657044] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.657052] pci 0000:00:1c.1: setting latency timer to 64
[    0.657065] pci 0000:00:1e.0: setting latency timer to 64
[    0.657073] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.657079] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.657085] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.657091] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff]
[    0.657097] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.657103] pci_bus 0000:01: resource 1 [mem 0x53000000-0x53ffffff]
[    0.657109] pci_bus 0000:01: resource 2 [mem 0x50000000-0x50ffffff 64bit pref]
[    0.657116] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.657122] pci_bus 0000:02: resource 1 [mem 0x52000000-0x52ffffff]
[    0.657128] pci_bus 0000:02: resource 2 [mem 0x51000000-0x51ffffff 64bit pref]
[    0.657135] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.657141] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.657147] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    0.657153] pci_bus 0000:03: resource 7 [mem 0x40000000-0xfebfffff]
[    0.657205] NET: Registered protocol family 2
[    0.657269] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.657528] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.658478] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[    0.658729] TCP: Hash tables configured (established 131072 bind 65536)
[    0.658734] TCP reno registered
[    0.658742] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.658756] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.658913] NET: Registered protocol family 1
[    0.659105] RPC: Registered udp transport module.
[    0.659111] RPC: Registered tcp transport module.
[    0.659115] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.659138] pci 0000:00:02.0: Boot video device
[    0.669987] PCI: CLS 64 bytes, default 64
[    0.670265] Simple Boot Flag at 0x44 set to 0x1
[    0.671852] audit: initializing netlink socket (disabled)
[    0.671874] type=2000 audit(1327596316.669:1): initialized
[    0.672078] highmem bounce pool size: 64 pages
[    0.679954] VFS: Disk quotas dquot_6.5.2
[    0.680101] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.680730] DLM (built Apr 10 2011 00:58:34) installed
[    0.683302] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.683788] NTFS driver 2.1.29 [Flags: R/W].
[    0.684139] ROMFS MTD (C) 2007 Red Hat, Inc.
[    0.684653] JFS: nTxBlock = 7874, nTxLock = 62994
[    0.688578] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    0.689820] SGI XFS Quota Management subsystem
[    0.689838] OCFS2 1.5.0
[    0.690141] ocfs2: Registered cluster interface o2cb
[    0.690292] ocfs2: Registered cluster interface user
[    0.690297] OCFS2 DLMFS 1.5.0
[    0.690475] OCFS2 User DLM kernel interface loaded
[    0.690480] OCFS2 Node Manager 1.5.0
[    0.690684] OCFS2 DLM 1.5.0
[    0.691352] Btrfs loaded
[    0.692170] GFS2 (built Apr 10 2011 01:00:12) installed
[    0.692188] msgmni has been set to 1720
[    0.694101] async_tx: api initialized (async)
[    0.694231] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.694275] io scheduler noop registered
[    0.694280] io scheduler deadline registered
[    0.694342] io scheduler cfq registered (default)
[    0.694758] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20101013/nspredef-352)
[    0.694778] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.694782] _OSC request data:1 0 1d 
[    0.694974] ACPI Warning: For \_SB_.PCI0._OSC: Parameter count mismatch - ASL declared 5, ACPI requires 4 (20101013/nspredef-352)
[    0.694990] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.694994] _OSC request data:1 0 1d 
[    0.695356] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.695820] intel_idle: MWAIT substates: 0x20220
[    0.695825] intel_idle: v0.4 model 0x1C
[    0.695829] intel_idle: lapic_timer_reliable_states 0x2
[    0.695840] Marking TSC unstable due to TSC halts in idle states deeper than C2
[    0.696003] Switching to clocksource hpet
[    0.696136] ERST: Table is not found!
[    0.696171] isapnp: Scanning for PnP cards...
[    1.052938] isapnp: No Plug & Play device found
[    1.062444] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.075027] floppy0: no floppy controllers found
[    4.079857] brd: module loaded
[    4.082278] loop: module loaded
[    4.082283] Compaq SMART2 Driver (v 2.6.0)
[    4.082464] HP CISS Driver (v 3.6.26)
[    4.083896] Loading iSCSI transport class v2.0-870.
[    4.084994] fnic: Cisco FCoE HBA Driver, ver 1.4.0.145
[    4.088838] Adaptec aacraid driver 1.1-5[26400]-ms
[    4.089219] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    4.089696] scsi: <fdomain> Detection failed (no card)
[    4.089705] sym53c416.c: Version 1.0.0-ac
[    4.089733] qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= options
[    4.089877] QLogic Fibre Channel HBA Driver: 8.03.05-k0
[    4.090150] iscsi: registered transport (qla4xxx)
[    4.090250] QLogic iSCSI HBA Driver
[    4.090255] Emulex LightPulse Fibre Channel SCSI driver 8.3.18
[    4.090259] Copyright(c) 2004-2009 Emulex.  All rights reserved.
[    4.090370] Brocade BFA FC/FCOE SCSI driver - version: 2.3.2.0
[    4.112025] Failed initialization of WD-7000 SCSI card!
[    4.207101] DC390: clustering now enabled by default. If you get problems load
[    4.207107]        with "disable_clustering=1" and report to maintainers
[    4.207315] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    4.207485] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    4.207589] megasas: 00.00.04.31-rc1 Mon. May 3, 11:41:51 PST 2010
[    4.207710] mpt2sas version 06.100.00.00 loaded
[    4.208077] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[    4.208364] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    4.208463] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    4.208564] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    4.208665] ipr: IBM Power RAID SCSI Device Driver version: 2.5.1 (August 10, 2010)
[    4.208773] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910)
[    4.208874] stex: Promise SuperTrak EX Driver version: 4.6.0000.4
[    4.209284] st: Version 20100829, fixed bufsize 32768, s/g segs 256
[    4.209764] ahci 0000:00:1f.2: version 3.0
[    4.209790] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    4.209863] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    4.209927] ahci: SSS flag set, parallel bus scan disabled
[    4.209974] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    4.209983] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
[    4.209993] ahci 0000:00:1f.2: setting latency timer to 64
[    4.212379] scsi2 : ahci
[    4.212763] scsi3 : ahci
[    4.213078] scsi4 : ahci
[    4.213368] scsi5 : ahci
[    4.213917] ata1: SATA max UDMA/133 abar m1024@0x54204000 port 0x54204100 irq 40
[    4.213926] ata2: SATA max UDMA/133 abar m1024@0x54204000 port 0x54204180 irq 40
[    4.213931] ata3: DUMMY
[    4.213934] ata4: DUMMY
[    4.221441] scsi6 : pata_legacy
[    4.221683] ata5: PATA max PIO4 cmd 0x1f0 ctl 0x3f6 irq 14
[    4.674031] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.675448] ata1.00: unexpected _GTF length (4)
[    4.675794] ata1.00: ATA-8: ST9160314AS, 0001SDM1, max UDMA/133
[    4.675801] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.677650] ata1.00: unexpected _GTF length (4)
[    4.678036] ata1.00: configured for UDMA/133
[    4.678239] scsi 2:0:0:0: Direct-Access     ATA      ST9160314AS      0001 PQ: 0 ANSI: 5
[    4.678847] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    4.678977] sd 2:0:0:0: [sda] Write Protect is off
[    4.678985] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.679063] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.707311]  sda: sda1 sda2 sda3
[    4.708212] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.984037] ata2: SATA link down (SStatus 0 SControl 300)
[    4.985813] scsi7 : pata_legacy
[    4.986073] ata6: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[    5.137888] I2O subsystem v1.325
[    5.137893] i2o: max drivers = 8
[    5.138238] I2O Configuration OSM v1.323
[    5.138320] I2O Bus Adapter OSM v1.317
[    5.138400] I2O Block Device OSM v1.325
[    5.138710] I2O SCSI Peripheral OSM v1.316
[    5.138794] I2O ProcFS OSM v1.316
[    5.138886] Fusion MPT base driver 3.04.17
[    5.138891] Copyright (c) 1999-2008 LSI Corporation
[    5.138902] Fusion MPT SPI Host driver 3.04.17
[    5.139046] Fusion MPT FC Host driver 3.04.17
[    5.139169] Fusion MPT SAS Host driver 3.04.17
[    5.139286] Fusion MPT misc device (ioctl) driver 3.04.17
[    5.139459] mptctl: Registered with Fusion MPT base driver
[    5.139465] mptctl: /dev/mptctl @ (major,minor=10,220)
[    5.139471] Fusion MPT LAN driver 3.04.17
[    5.139720] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.139778] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.139814] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.139821] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.140036] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    5.140083] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    5.140102] ehci_hcd 0000:00:1d.7: debug port 1
[    5.143982] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    5.144044] ehci_hcd 0000:00:1d.7: irq 16, io mem 0x54204400
[    5.153024] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.153089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.153096] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.153102] usb usb1: Product: EHCI Host Controller
[    5.153107] usb usb1: Manufacturer: Linux 2.6.37.6 ehci_hcd
[    5.153112] usb usb1: SerialNumber: 0000:00:1d.7
[    5.153482] hub 1-0:1.0: USB hub found
[    5.153494] hub 1-0:1.0: 8 ports detected
[    5.153943] 116x: driver isp116x-hcd, 03 Nov 2005
[    5.154052] driver isp1362-hcd, 2005-04-04
[    5.154135] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.154255] uhci_hcd: USB Universal Host Controller Interface driver
[    5.154356] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.154372] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    5.154380] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.154576] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    5.154620] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003080
[    5.154695] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.154702] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.154708] usb usb2: Product: UHCI Host Controller
[    5.154713] usb usb2: Manufacturer: Linux 2.6.37.6 uhci_hcd
[    5.154718] usb usb2: SerialNumber: 0000:00:1d.0
[    5.155112] hub 2-0:1.0: USB hub found
[    5.155124] hub 2-0:1.0: 2 ports detected
[    5.155401] uhci_hcd 0000:00:1d.1: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.155416] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    5.155423] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.155594] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    5.155643] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00003060
[    5.155718] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.155725] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.155730] usb usb3: Product: UHCI Host Controller
[    5.155735] usb usb3: Manufacturer: Linux 2.6.37.6 uhci_hcd
[    5.155740] usb usb3: SerialNumber: 0000:00:1d.1
[    5.156139] hub 3-0:1.0: USB hub found
[    5.156150] hub 3-0:1.0: 2 ports detected
[    5.156428] uhci_hcd 0000:00:1d.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.156442] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    5.156449] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    5.156623] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    5.156671] uhci_hcd 0000:00:1d.2: irq 17, io base 0x00003040
[    5.156744] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.156751] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.156756] usb usb4: Product: UHCI Host Controller
[    5.156761] usb usb4: Manufacturer: Linux 2.6.37.6 uhci_hcd
[    5.156766] usb usb4: SerialNumber: 0000:00:1d.2
[    5.157172] hub 4-0:1.0: USB hub found
[    5.157183] hub 4-0:1.0: 2 ports detected
[    5.157457] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    5.157472] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    5.157479] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    5.157646] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    5.157696] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00003020
[    5.157769] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.157776] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.157782] usb usb5: Product: UHCI Host Controller
[    5.157787] usb usb5: Manufacturer: Linux 2.6.37.6 uhci_hcd
[    5.157792] usb usb5: SerialNumber: 0000:00:1d.3
[    5.158179] hub 5-0:1.0: USB hub found
[    5.158190] hub 5-0:1.0: 2 ports detected
[    5.158659] sl811: driver sl811-hcd, 19 May 2005
[    5.158744] r8a66597_hcd: driver r8a66597_hcd, 2009-05-26
[    5.159196] Initializing USB Mass Storage driver...
[    5.159350] usbcore: registered new interface driver usb-storage
[    5.159355] USB Mass Storage support registered.
[    5.159451] usbcore: registered new interface driver ums-alauda
[    5.159547] usbcore: registered new interface driver ums-cypress
[    5.159645] usbcore: registered new interface driver ums-datafab
[    5.159742] usbcore: registered new interface driver ums-freecom
[    5.159839] usbcore: registered new interface driver ums-isd200
[    5.159935] usbcore: registered new interface driver ums-jumpshot
[    5.160053] usbcore: registered new interface driver ums-karma
[    5.160151] usbcore: registered new interface driver ums-onetouch
[    5.160250] usbcore: registered new interface driver ums-sddr09
[    5.160348] usbcore: registered new interface driver ums-sddr55
[    5.160445] usbcore: registered new interface driver ums-usbat
[    5.160672] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
[    5.166244] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.166256] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.166859] mice: PS/2 mouse device common for all mice
[    5.166970] md: linear personality registered for level -1
[    5.166976] md: raid0 personality registered for level 0
[    5.166981] md: raid1 personality registered for level 1
[    5.166985] md: raid10 personality registered for level 10
[    5.166990] md: raid6 personality registered for level 6
[    5.166994] md: raid5 personality registered for level 5
[    5.166998] md: raid4 personality registered for level 4
[    5.167027] md: multipath personality registered for level -4
[    5.167358] device-mapper: uevent: version 1.0.3
[    5.167768] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[    5.168325] cpuidle: using governor ladder
[    5.168489] input: Speakup as /devices/virtual/input/input0
[    5.168552] speakup 3.1.6: initialized
[    5.168563] synth name on entry is: (null)
[    5.168723] initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
[    5.169074] TCP cubic registered
[    5.169079] Initializing XFRM netlink socket
[    5.169101] NET: Registered protocol family 17
[    5.169135] Registering the dns_resolver key type
[    5.169174] Using IPI Shortcut mode
[    5.292715] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    5.299456] registered taskstats version 1
[    5.300190] md: Waiting for all devices to be available before autodetect
[    5.300196] md: If you don't use raid, use raid=noautodetect
[    5.300598] md: Autodetecting RAID arrays.
[    5.300604] md: Scanned 0 and added 0 devices.
[    5.300608] md: autorun ...
[    5.300611] md: ... autorun DONE.
[    5.301685] EXT3-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    5.302137] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    5.320723] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.320748] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[    5.335176] devtmpfs: mounted
[    5.335209] Freeing unused kernel memory: 588k freed
[    5.335544] Write protecting the kernel text: 9740k
[    5.335614] Write protecting the kernel read-only data: 2512k
[    5.455041] usb 1-8: new high speed USB device using ehci_hcd and address 2
[    5.589501] usb 1-8: New USB device found, idVendor=04f2, idProduct=b1eb
[    5.589510] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.589517] usb 1-8: Product: HP Webcam
[    5.589521] usb 1-8: Manufacturer: Chicony Corp.
[    6.557778] udev[1197]: starting version 165
[    7.028958] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.190256] Linux agpgart interface v0.103
[    7.215947] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    7.308289] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    7.308414] ACPI: Power Button [PWRB]
[    7.308531] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[    7.329385] ACPI: Lid Switch [LID0]
[    7.329567] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    7.329703] ACPI: Power Button [PWRF]
[    7.363526] wmi: Mapper loaded
[    7.401825] ACPI: AC Adapter [AC] (off-line)
[    7.431412] lib80211: common routines for IEEE802.11 drivers
[    7.431419] lib80211_crypt: registered algorithm 'NULL'
[    7.435750] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.547208] ACPI Warning: For \_TZ_.THRM._AL0: Return Package has no elements (empty) (20101013/nspredef-456)
[    7.547224] ACPI: [Package] has zero elements (f5f89540)
[    7.547299] ACPI: Invalid active0 threshold
[    7.586388] ACPI: Battery Slot [BAT0] (battery present)
[    7.588531] thermal LNXTHERM:00: registered as thermal_zone0
[    7.588538] ACPI: Thermal Zone [THRM] (48 C)
[    7.591426] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
[    7.591665] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    7.591884] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    7.592218] ACPI: acpi_idle yielding to intel_idle
[    7.610807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    7.610856] r8169 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.610967] r8169 0000:01:00.0: setting latency timer to 64
[    7.610986] r8169 0000:01:00.0: (unregistered net_device): unknown MAC, using family default
[    7.611198] r8169 0000:01:00.0: irq 41 for MSI/MSI-X
[    7.611455] r8169 0000:01:00.0: eth0: RTL8101e at 0xf8026000, 68:b5:99:db:3c:1f, XID 04000000 IRQ 41
[    7.752807] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x40000000
[    7.760345] Linux video capture interface: v2.00
[    7.801993] uvcvideo: Found UVC 1.00 device HP Webcam (04f2:b1eb)
[    7.804110] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input5
[    7.804871] usbcore: registered new interface driver uvcvideo
[    7.804878] USB Video Class driver (v1.0.0)
[    7.828698] rtc_cmos 00:03: RTC can wake from S4
[    7.832124] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    7.832166] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    7.888581] [drm] Initialized drm 1.1.0 20060810
[    8.435137] Synaptics Touchpad, model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xa40000/0xa0400
[    8.473099] cfg80211: Calling CRDA to update world regulatory domain
[    8.509286] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    8.628468] i915 0000:00:02.0: power state changed by ACPI to D0
[    8.628485] i915 0000:00:02.0: power state changed by ACPI to D0
[    8.628498] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.628507] i915 0000:00:02.0: setting latency timer to 64
[    8.634738] input: HP WMI hotkeys as /devices/virtual/input/input7
[    8.694972] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    8.751897] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    8.752341] [drm] initialized overlay support
[    9.035284] wl: version magic '2.6.37.6-smp SMP mod_unload 686 ' should be '2.6.37.6 mod_unload 486 '
[    9.059460] Console: switching to colour frame buffer device 128x37
[    9.067022] fb0: inteldrmfb frame buffer device
[    9.067027] drm: registered panic notifier
[    9.072935] acpi device:21: registered as cooling_device1
[    9.074927] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    9.075227] ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
[    9.076138] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    9.076210] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.076314] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    9.076346] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    9.136660] input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    9.137044] input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    9.420519] Adding 1028156k swap on /dev/sda2.  Priority:-1 extents:1 across:1028156k 
[    9.500517] fuse init (API version 7.15)
[    9.665956] EXT4-fs (sda1): re-mounted. Opts: (null)
[    9.748064] EXT4-fs (sda1): re-mounted. Opts: (null)
[   10.465474] ppdev: user-space parallel port driver
[   10.468216] lp: driver loaded but no devices found
[   10.549310] powernow: This module only works with AMD K7 CPUs
[   10.609653] cpufreq-nforce2: No nForce2 chipset.
[   14.008322] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   18.772522] NET: Registered protocol family 10
[   18.772862] lo: Disabled Privacy Extensions
[   28.041098] r8169 0000:01:00.0: eth0: link down
[   28.041566] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1207.091080] start_kdeinit (2373): /proc/2373/oom_adj is deprecated, please use /proc/2373/oom_score_adj instead.
[ 1212.349598] ata1.00: configured for UDMA/133
[ 1212.349616] ata1: EH complete
[ 1212.350573] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1212.966961] EXT4-fs (sda1): re-mounted. Opts: commit=600
[ 1213.172318] EXT4-fs (sda3): re-mounted. Opts: commit=600
[ 1217.265578] ACPI: EC: GPE storm detected, transactions will use polling mode
[ 1469.180230] r8169 0000:01:00.0: eth0: link up
[ 1469.180983] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 1472.522334] r8169 0000:01:00.0: eth0: link up
[ 1472.676932] r8169 0000:01:00.0: eth0: link up
[ 1483.154024] eth0: no IPv6 routers present

Codice: Seleziona tutto

root[leonardo]# modprobe brcm80211
root[leonardo]# 

Codice: Seleziona tutto

root[leonardo]# dmesg
[ 1747.071732] cfg80211: Calling CRDA to update world regulatory domain
[ 1747.206670] brcm80211: module is from the staging directory, the quality is unknown, you have been warned.
[ 1747.241818] brcm80211 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1747.241835] brcm80211 0000:02:00.0: setting latency timer to 64
[ 1747.266347] brcm80211: fail to load firmware brcm/bcm43xx-0.fw
[ 1747.266359] brcm80211: Failed to find firmware usually in /lib/firmware/brcm
[ 1747.266414] brcm80211 0000:02:00.0: PCI INT A disabled
[ 1747.266450] brcm80211: wl_pci_probe: wl_attach failed!

ilmich
Master
Master
Messaggi: 1645
Iscritto il: lun 16 lug 2007, 17:39
Slackware: 15.0 64bit
Kernel: 5.15.27
Desktop: kde
Località: Roma

Re: wicd: Nessuna rete wireless trovata

Messaggio da ilmich »

pare che ci siamo quasi.. leggendo il dmesg sembra che ti manchi il firmware.. questo perchè quasi sicuramente è proprietario e quindi forse il creatore di slackware ha deciso di non includerlo nella distribuzione ufficiale
puoi trovare una copia qui
questo pacchetto è un archivio con tutti i firmware non free usati da debian.
una volta estratto da qualche parte se vai nella directory

Codice: Seleziona tutto

firmware-nonfree/brcm80211/
trovi il firmware che ti serve.
copia il contenuto di quella directory col comando

Codice: Seleziona tutto

cp -r /dove_hai_estratto_l'archivio/brcm80211/brcm/ /lib/firmware/
e dovresti essere apposto.
Ultima modifica di ilmich il gio 26 gen 2012, 18:15, modificato 1 volta in totale.
#LiveSimple and #ProgramThings
https://github.com/ilmich
http://ilmich6502.it/

Rispondi