[RISOLTO] Problemi scheda video Intel HD graphics 3000

Riconoscimento, installazione e configurazione delle periferiche.
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

[RISOLTO] Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Ciao a tutti,
credo di avere dei problemi con la configurazione/riconoscimento della scheda video sul mio portatile.

Ho notato i seguenti "sintomi":

1. a volte non si carica l'ambiente desktop ma solo la modalità testuale
2. dopo che il computer si è avviato correttamente, esce spesso una finestra relativa ad un errore di un programma di sistema chiedendo se voglio segnalare il problema
3. a volte durante la navigazione il sistema si blocca (si muove solo il puntatore del mouse ma senza possibilità di cliccare su niente) e sono costretto a forzare lo spegnimento con il pulsante di accensione
4. nella finestra con le informazioni sul computer la grafica risulta "sconosciuta".

C'è qualcuno diposto a darmi una mano?
Grazie.

Saluti
Ultima modifica di Lupebo il venerdì 4 ottobre 2013, 11:36, modificato 1 volta in totale.
Avatar utente
glb
Prode Principiante
Messaggi: 247
Iscrizione: sabato 29 settembre 2007, 10:07
Desktop: Unity
Distribuzione: Ubuntu 16.04 64 bit
Località: Lugo (RA)

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da glb »

Io ho la tua stessa scheda grafica, ma non mi si presentano i problemi che tu segnali.
Il fatto che la grafica risulti sconosciuta dalla finestra delle informazioni sul computer non è perché non ti riconosce la scheda, ma solo perché manca un pacchetto.
Dai, da terminale, il comando

Codice: Seleziona tutto

sudo apt-get install mesa-utils
e dopo dovrebbe vederla.

Per gli altri problemi, aspettiamo qualcuno più esperto.
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

In effetti, dopo aver installato il pacchetto mesa-utils, la scheda è presente nelle info sul computer, grazie glb!

Rimangono "solo" gli altri problemi... aspettiamo quindi qualcuno che ne sa di più!
Roberto Pontecorvi
Rampante Reduce
Rampante Reduce
Messaggi: 6633
Iscrizione: mercoledì 20 maggio 2009, 22:48
Distribuzione: 18.4 mate - 22.4 mate
Sesso: Maschile
Località: Versilia

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Roberto Pontecorvi »

Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Ho notato che risultano installati diversi pacchetti per la grafica, non relativi alla mia scheda ma ad una presunta amd-ati (esempio radeontool, xserver-xorg-video-ati, xserver-xorg-video-radeon e altri).
Perchè?

glb, posso chiederti che driver usi?
Avatar utente
glb
Prode Principiante
Messaggi: 247
Iscrizione: sabato 29 settembre 2007, 10:07
Desktop: Unity
Distribuzione: Ubuntu 16.04 64 bit
Località: Lugo (RA)

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da glb »

Roberto Pontecorvi
Rampante Reduce
Rampante Reduce
Messaggi: 6633
Iscrizione: mercoledì 20 maggio 2009, 22:48
Distribuzione: 18.4 mate - 22.4 mate
Sesso: Maschile
Località: Versilia

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Roberto Pontecorvi »

Sono drive di default che ha il SO.
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Anche io i915, però ho questi dannati errori a cui si aggiunge ogni tanto l'avvio in low graphics mode!
Avatar utente
cristian_c
Accecante Asceta
Accecante Asceta
Messaggi: 23422
Iscrizione: lunedì 29 ottobre 2007, 11:31

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da cristian_c »

Lupebo [url=http://forum.ubuntu-it.org/viewtopic.php?p=4347890#p4347890][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Anche io i915, però ho questi dannati errori a cui si aggiunge ogni tanto l'avvio in low graphics mode!
Apri un terminale e digita:

Codice: Seleziona tutto

cat /etc/apt/sources.list/ && ls /etc/apt/sources.list.d/
copiando il risultato qui all'interno dei tag 'code' ;)
UP! Unreal Project: il futuro inizia qui. Crusade è tra noi
È scienza!
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Il comando cat /etc/apt/sources.list/ da un errore

Codice: Seleziona tutto

cat: /etc/apt/sources.list/: Non è una directory
Il comando ls /etc/apt/sources.list.d/ invece non da niente. :muro:
Avatar utente
cristian_c
Accecante Asceta
Accecante Asceta
Messaggi: 23422
Iscrizione: lunedì 29 ottobre 2007, 11:31

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da cristian_c »

Lupebo [url=http://forum.ubuntu-it.org/viewtopic.php?p=4348639#p4348639][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:Il comando cat /etc/apt/sources.list/ da un errore

Codice: Seleziona tutto

cat: /etc/apt/sources.list/: Non è una directory
Il comando ls /etc/apt/sources.list.d/ invece non da niente. :muro:
Scusami :D

Codice: Seleziona tutto

cat /etc/apt/sources.list
UP! Unreal Project: il futuro inizia qui. Crusade è tra noi
È scienza!
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Ecco l'output di cat /etc/apt/sources.list

Codice: Seleziona tutto

# deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://mirror.bytemark.co.uk/ubuntu/ quantal main restricted
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mirror.bytemark.co.uk/ubuntu/ quantal-updates main restricted
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mirror.bytemark.co.uk/ubuntu/ quantal universe
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal universe
deb http://mirror.bytemark.co.uk/ubuntu/ quantal-updates universe
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mirror.bytemark.co.uk/ubuntu/ quantal multiverse
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal multiverse
deb http://mirror.bytemark.co.uk/ubuntu/ quantal-updates multiverse
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://mirror.bytemark.co.uk/ubuntu/ quantal-security main restricted
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-security main restricted
deb http://mirror.bytemark.co.uk/ubuntu/ quantal-security universe
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-security universe
deb http://mirror.bytemark.co.uk/ubuntu/ quantal-security multiverse
deb-src http://mirror.bytemark.co.uk/ubuntu/ quantal-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu quantal partner
deb-src http://archive.canonical.com/ubuntu quantal partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu quantal main
deb-src http://extras.ubuntu.com/ubuntu quantal main
Avatar utente
cristian_c
Accecante Asceta
Accecante Asceta
Messaggi: 23422
Iscrizione: lunedì 29 ottobre 2007, 11:31

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da cristian_c »

Posta qui (all'interno dei tag 'code') il contenuto di /var/log/syslog :)
UP! Unreal Project: il futuro inizia qui. Crusade è tra noi
È scienza!
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Posta qui (all'interno dei tag 'code') il contenuto di /var/log/syslog :)

Codice: Seleziona tutto

bash: /var/log/syslog: Permesso negato
Avatar utente
cristian_c
Accecante Asceta
Accecante Asceta
Messaggi: 23422
Iscrizione: lunedì 29 ottobre 2007, 11:31

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da cristian_c »

Lupebo [url=http://forum.ubuntu-it.org/viewtopic.php?p=4349316#p4349316][img]http://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto:
Posta qui (all'interno dei tag 'code') il contenuto di /var/log/syslog :)

Codice: Seleziona tutto

bash: /var/log/syslog: Permesso negato
È un file :D
UP! Unreal Project: il futuro inizia qui. Crusade è tra noi
È scienza!
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Ehm... il contenuto del file syslog supera di più di 5 volte il numero dei caratteri consentiti per un messaggio!

Ora lo posto a pezzi.
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Codice: Seleziona tutto

Mar 21 02:45:13 litDellInspironN411Z rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="733" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Mar 21 02:45:19 litDellInspironN411Z anacron[978]: Job `cron.daily' terminated
Mar 21 02:45:19 litDellInspironN411Z anacron[978]: Normal exit (1 job run)
Mar 21 02:48:03 litDellInspironN411Z wpa_supplicant[1034]: wlan0: CTRL-EVENT-DISCONNECTED bssid=5c:d9:98:71:84:e8 reason=4
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.662521] cfg80211: All devices are disconnected, going to restore regulatory settings
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.662578] cfg80211: Restoring regulatory settings
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.662590] cfg80211: Calling CRDA to update world regulatory domain
Mar 21 02:48:03 litDellInspironN411Z NetworkManager[823]: <info> (wlan0): supplicant interface state: completed -> disconnected
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671228] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671237] cfg80211: World regulatory domain updated:
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671241] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671246] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671250] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671254] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671257] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 02:48:03 litDellInspironN411Z kernel: [ 1561.671260] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 02:48:03 litDellInspironN411Z NetworkManager[823]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Mar 21 02:48:09 litDellInspironN411Z wpa_supplicant[1034]: wlan0: SME: Trying to authenticate with 5c:d9:98:71:84:e8 (SSID='InfostradaWiFi-7184e7' freq=2412 MHz)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.830328] wlan0: authenticate with 5c:d9:98:71:84:e8
Mar 21 02:48:09 litDellInspironN411Z NetworkManager[823]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Mar 21 02:48:09 litDellInspironN411Z wpa_supplicant[1034]: wlan0: Trying to associate with 5c:d9:98:71:84:e8 (SSID='InfostradaWiFi-7184e7' freq=2412 MHz)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.839300] wlan0: send auth to 5c:d9:98:71:84:e8 (try 1/3)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.841536] wlan0: authenticated
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.842108] wlan0: associate with 5c:d9:98:71:84:e8 (try 1/3)
Mar 21 02:48:09 litDellInspironN411Z NetworkManager[823]: <info> (wlan0): supplicant interface state: authenticating -> associating
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.848692] wlan0: RX AssocResp from 5c:d9:98:71:84:e8 (capab=0x131 status=0 aid=2)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.851718] wlan0: associated
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.854056] cfg80211: Calling CRDA for country: IT
Mar 21 02:48:09 litDellInspironN411Z wpa_supplicant[1034]: wlan0: Associated with 5c:d9:98:71:84:e8
Mar 21 02:48:09 litDellInspironN411Z wpa_supplicant[1034]: wlan0: CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:71:84:e8 completed (reauth) [id=0 id_str=]
Mar 21 02:48:09 litDellInspironN411Z NetworkManager[823]: <info> (wlan0): supplicant interface state: associating -> completed
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862408] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862418] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862423] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862427] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862430] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862433] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862437] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862440] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862443] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862447] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862450] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862453] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862456] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862460] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862463] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862466] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862469] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862473] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862476] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862479] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862482] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862486] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862489] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862492] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862495] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862498] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862504] cfg80211: Regulatory domain changed to country: IT
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862507] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862511] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862514] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862517] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 02:48:09 litDellInspironN411Z kernel: [ 1567.862520] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Mar 21 02:49:10 litDellInspironN411Z kernel: [ 1628.756879] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
Mar 21 02:49:10 litDellInspironN411Z kernel: [ 1628.789355] cfg80211: Found new beacon on frequency: 2467 MHz (Ch 12) on phy0
Mar 21 02:52:01 litDellInspironN411Z kernel: [ 1799.130889] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung
Mar 21 02:52:01 litDellInspironN411Z kernel: [ 1799.130894] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state
Mar 21 02:52:01 litDellInspironN411Z kernel: [ 1799.141390] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
Mar 21 02:52:01 litDellInspironN411Z kernel: [ 1799.450521] atl1c 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
Mar 21 02:52:01 litDellInspironN411Z kernel: [ 1799.550369] atl1c 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
Mar 21 02:52:03 litDellInspironN411Z kernel: [ 1800.593006] atl1c 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
Mar 21 02:52:03 litDellInspironN411Z kernel: [ 1800.696893] atl1c 0000:04:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
Mar 21 03:06:39 litDellInspironN411Z dbus[692]: [system] Activating service name='org.freedesktop.PackageKit' (using servicehelper)
Mar 21 03:06:40 litDellInspironN411Z AptDaemon: INFO: Initializing daemon
Mar 21 03:06:40 litDellInspironN411Z AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Mar 21 03:06:40 litDellInspironN411Z dbus[692]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Mar 21 03:06:40 litDellInspironN411Z AptDaemon.PackageKit: INFO: Initializing PackageKit transaction
Mar 21 03:06:40 litDellInspironN411Z dbus[692]: [system] Activating service name='org.freedesktop.hostname1' (using servicehelper)
Mar 21 03:06:40 litDellInspironN411Z dbus[692]: [system] Successfully activated service 'org.freedesktop.hostname1'
Mar 21 03:06:40 litDellInspironN411Z AptDaemon.Worker: INFO: Simulating trans: /org/debian/apt/transaction/7042c33c062d49e494c4d90f538e3e5f
Mar 21 03:06:40 litDellInspironN411Z AptDaemon.Worker: INFO: Processing transaction /org/debian/apt/transaction/7042c33c062d49e494c4d90f538e3e5f
Mar 21 03:06:41 litDellInspironN411Z AptDaemon.PackageKit: INFO: Get updates()
Mar 21 03:06:42 litDellInspironN411Z AptDaemon.Worker: INFO: Finished transaction /org/debian/apt/transaction/7042c33c062d49e494c4d90f538e3e5f
Mar 21 03:07:31 litDellInspironN411Z ntfs-3g[3473]: Version 2012.1.15AR.5 external FUSE 29
Mar 21 03:07:31 litDellInspironN411Z ntfs-3g[3473]: Mounted /dev/sda8 (Read-Write, label "Data", NTFS 3.1)
Mar 21 03:07:31 litDellInspironN411Z ntfs-3g[3473]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Mar 21 03:07:31 litDellInspironN411Z ntfs-3g[3473]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sda8,blkdev,blksize=4096
Mar 21 03:07:31 litDellInspironN411Z ntfs-3g[3473]: Global ownership and permissions enforced, configuration type 7
Mar 21 03:07:31 litDellInspironN411Z udisksd[2327]: Mounted /dev/sda8 at /media/luca/Data on behalf of uid 1000
Mar 21 03:07:59 litDellInspironN411Z gnome-session[2191]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
Mar 21 03:07:59 litDellInspironN411Z gnome-session[2191]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
Mar 21 03:07:59 litDellInspironN411Z kernel: Kernel logging (proc) stopped.
Mar 21 03:07:59 litDellInspironN411Z rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="733" x-info="http://www.rsyslog.com"] exiting on signal 15.
Mar 21 16:19:39 litDellInspironN411Z kernel: imklog 5.8.6, log source = /proc/kmsg started.
Mar 21 16:19:39 litDellInspironN411Z rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="616" x-info="http://www.rsyslog.com"] start
Mar 21 16:19:39 litDellInspironN411Z rsyslogd: rsyslogd's groupid changed to 103
Mar 21 16:19:39 litDellInspironN411Z rsyslogd: rsyslogd's userid changed to 101
Mar 21 16:19:39 litDellInspironN411Z rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Initializing cgroup subsys cpuset
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Initializing cgroup subsys cpu
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Linux version 3.5.0-26-generic (buildd@lamiak) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #42-Ubuntu SMP Fri Mar 8 23:18:20 UTC 2013 (Ubuntu 3.5.0-26.42-generic 3.5.7.6)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic root=UUID=2027cfc4-11b1-471c-bfe0-69d420f15d8f ro quiet splash vt.handoff=7
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] KERNEL supported cpus:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   Intel GenuineIntel
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   AMD AuthenticAMD
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   Centaur CentaurHauls
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Disabled fast string operations
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b915ffff] usable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000b9160000-0x00000000baeedfff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000baeee000-0x00000000baf9efff] ACPI NVS
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000bb000000-0x00000000bf9fffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fdfffff] usable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] NX (Execute Disable) protection: active
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] SMBIOS 2.6 present.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] DMI: Dell Inc.          Dell System Inspiron N411Z/0NFVTW, BIOS A04 02/29/2012
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] No AGP bridge found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: last_pfn = 0x23fe00 max_arch_pfn = 0x400000000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] MTRR default type: uncachable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] MTRR fixed ranges enabled:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   00000-9FFFF write-back
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   A0000-BFFFF uncachable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   C0000-FFFFF write-protect
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] MTRR variable ranges enabled:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   0 base 000000000 mask F80000000 write-back
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   1 base 080000000 mask FC0000000 write-back
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   2 base 0BC000000 mask FFC000000 uncachable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   3 base 0BB000000 mask FFF000000 uncachable
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   4 base 100000000 mask F00000000 write-back
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   5 base 200000000 mask FC0000000 write-back
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   6 base 0FFC00000 mask FFFC00000 write-protect
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   7 disabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   8 disabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   9 disabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] reserving inaccessible SNB gfx pages
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0xbaffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]  [mem 0x00000000-0xbaffffff] page 2M
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] kernel direct mapping tables up to 0xbaffffff @ [mem 0x1fffc000-0x1fffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x23fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]  [mem 0x100000000-0x23fdfffff] page 2M
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] kernel direct mapping tables up to 0x23fdfffff @ [mem 0xb915a000-0xb915ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] RAMDISK: [mem 0x362cc000-0x3715dfff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: RSDP 00000000000f00e0 00024 (v02 DELL  )
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: XSDT 00000000baffe120 00084 (v01 DELL    QA09    00000002 LOHR 00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: FACP 00000000bafef000 000F4 (v03 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: DSDT 00000000baff2000 08837 (v02 DELL    SNB-CPT 00000000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: FACS 00000000baf40000 00040
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: SLIC 00000000baffd000 00176 (v01 DELL    QA09    00000002 LOHR 00000001)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: SSDT 00000000baffb000 01068 (v01 DELL   PtidDevc 00001000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: ASF! 00000000baff1000 000A5 (v32 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: HPET 00000000bafee000 00038 (v01 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: APIC 00000000bafed000 00098 (v01 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: MCFG 00000000bafec000 0003C (v01 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: SSDT 00000000bafeb000 00804 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: SSDT 00000000bafea000 00996 (v01  PmRef    CpuPm 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: UEFI 00000000bafe9000 0003E (v01 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: UEFI 00000000bafe8000 00042 (v01 PTL      COMBUF 00000001 PTL  00000001)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: UEFI 00000000bafe7000 0026A (v01 DELL    QA09    00000002 PTL  00000002)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] No NUMA configuration found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x23fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   NODE_DATA [mem 0x23fdfc000-0x23fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237400000-ffff88023f3fffff] on node 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Zone ranges:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   Normal   [mem 0x100000000-0x23fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Movable zone start for each node
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Early memory node ranges
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   node   0: [mem 0x00010000-0x0009cfff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   node   0: [mem 0x00100000-0xb915ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   node   0: [mem 0xbafff000-0xbaffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   node   0: [mem 0x100000000-0x23fdfffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] On node 0 totalpages: 2068206
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA zone: 141 pages reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA zone: 3776 pages, LIFO batch:0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA32 zone: 16320 pages used for memmap
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   DMA32 zone: 737697 pages, LIFO batch:31
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   Normal zone: 20472 pages used for memmap
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000]   Normal zone: 1289736 pages, LIFO batch:31
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: IRQ0 used by override.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: IRQ2 used by override.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: IRQ9 used by override.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] nr_irqs_gsi: 40
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000b9160000 - 00000000baeee000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000baeee000 - 00000000baf9f000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000baf9f000 - 00000000bafff000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000bb000000 - 00000000bfa00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000bfa00000 - 00000000f8000000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd80000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] e820: [mem 0xbfa00000-0xf7ffffff] available for PCI devices
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fa00000 s83584 r8192 d22912 u262144
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] pcpu-alloc: s83584 r8192 d22912 u262144 alloc=1*2097152
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2031209
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Policy zone: Normal
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-26-generic root=UUID=2027cfc4-11b1-471c-bfe0-69d420f15d8f ro quiet splash vt.handoff=7
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] __ex_table already sorted, skipping sort
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Checking aperture...
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] No AGP bridge found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Memory: 8043452k/9435136k available (6708k kernel code, 1162312k absent, 229372k reserved, 6458k data, 932k init)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Hierarchical RCU implementation.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] NR_IRQS:16640 nr_irqs:744 16
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Extended CMOS year: 2000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] vt handoff: transparent VT on vt#7
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Console: colour dummy device 80x25
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] console [tty0] enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] allocated 33554432 bytes of page_cgroup
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] hpet clockevent registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000000] Fast TSC calibration using PIT
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.004000] Detected 2494.098 MHz processor.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.19 BogoMIPS (lpj=9976392)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000004] pid_max: default: 32768 minimum: 301
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000025] Security Framework initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000036] AppArmor: AppArmor initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000036] Yama: becoming mindful.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.000542] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002100] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002770] Mount-cache hash table entries: 256
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002921] Initializing cgroup subsys cpuacct
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002923] Initializing cgroup subsys memory
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002930] Initializing cgroup subsys devices
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002931] Initializing cgroup subsys freezer
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002933] Initializing cgroup subsys blkio
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002934] Initializing cgroup subsys perf_event
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002956] Disabled fast string operations
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002957] CPU: Physical Processor ID: 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002958] CPU: Processor Core ID: 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002963] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002963] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002965] mce: CPU supports 7 MCE banks
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002973] CPU0: Thermal monitoring handled by SMI
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.002978] using mwait in idle threads.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.004785] ACPI: Core revision 20120320
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.019392] ftrace: allocating 25098 entries in 99 pages
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.030908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.070538] CPU0: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz stepping 07
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176140] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176144] PEBS disabled due to CPU errata.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176146] ... version:                3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176147] ... bit width:              48
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176148] ... generic registers:      4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176149] ... value mask:             0000ffffffffffff
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176150] ... max period:             000000007fffffff
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176151] ... fixed-purpose events:   3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176151] ... event mask:             000000070000000f
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176305] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.187405] Disabled fast string operations
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.187419] CPU1: Thermal monitoring handled by SMI
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.200599] Disabled fast string operations
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.200612] CPU2: Thermal monitoring handled by SMI
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.213781] Disabled fast string operations
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.213793] CPU3: Thermal monitoring handled by SMI
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.176386] Booting Node   0, Processors  #1 #2 #3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.215914] Brought up 4 CPUs
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.215918] Total of 4 processors activated (19952.78 BogoMIPS).
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.219050] devtmpfs: initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220008] EVM: security.selinux
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220009] EVM: security.SMACK64
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220010] EVM: security.capability
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220046] PM: Registering ACPI NVS region [mem 0xbaeee000-0xbaf9efff] (724992 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220694] dummy: 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220723] RTC time: 16:19:25, date: 03/21/13
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220751] NET: Registered protocol family 16
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220826] Trying to unpack rootfs image as initramfs...
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220882] ACPI: bus type pci registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220941] PCI: MMCONFIG for domain 0000 [bus 00-04] at [mem 0xf8000000-0xf84fffff] (base 0xf8000000)
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Codice: Seleziona tutto

Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.220943] PCI: MMCONFIG at [mem 0xf8000000-0xf84fffff] reserved in E820
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.221325] PCI: Using configuration type 1 for base access
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.221481] mtrr: your CPUs had inconsistent variable MTRR settings
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.221482] mtrr: probably your BIOS does not setup all CPUs.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.221482] mtrr: corrected configuration.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.222062] bio: create slab <bio-0> at 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.222129] ACPI: Added _OSI(Module Device)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.222131] ACPI: Added _OSI(Processor Device)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.222132] ACPI: Added _OSI(3.0 _SCP Extensions)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.222133] ACPI: Added _OSI(Processor Aggregator Device)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.223344] ACPI: EC: Look up EC in DSDT
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.224531] ACPI: Executed 2 blocks of module-level executable AML code
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.260086] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.260477] ACPI: SSDT 00000000baedf798 00727 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.260790] ACPI: Dynamic OEM Table Load:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.260793] ACPI: SSDT           (null) 00727 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.288210] ACPI: SSDT 00000000baee0a98 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.288547] ACPI: Dynamic OEM Table Load:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.288548] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.308073] ACPI: SSDT 00000000baeded98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.308387] ACPI: Dynamic OEM Table Load:
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.308389] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.346743] ACPI: Interpreter enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.346748] ACPI: (supports S0 S3 S4 S5)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.346766] ACPI: Using IOAPIC for interrupt routing
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350379] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350492] ACPI: No dock devices found.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350496] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350750] \_SB_.PCI0:_OSC invalid UUID
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350751] _OSC request data:1 8 1f 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.350754] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351166] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351168] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351170] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351172] pci_root PNP0A08:00: host bridge window [mem 0xbfa00000-0xfeafffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351174] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351197] PCI host bridge to bus 0000:00
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351199] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351201] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351202] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351204] pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfeafffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351205] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351213] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351248] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351258] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351264] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351268] pci 0000:00:02.0: reg 20: [io  0x3000-0x303f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351321] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351345] pci 0000:00:16.0: reg 10: [mem 0xd0705000-0xd070500f 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351422] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351457] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351478] pci 0000:00:1a.0: reg 10: [mem 0xd070a000-0xd070a3ff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351568] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351596] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351611] pci 0000:00:1b.0: reg 10: [mem 0xd0700000-0xd0703fff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351681] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351704] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351784] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351809] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351888] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351920] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.351999] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352025] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352105] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352136] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352157] pci 0000:00:1d.0: reg 10: [mem 0xd0709000-0xd07093ff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352248] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352274] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352400] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352418] pci 0000:00:1f.2: reg 10: [io  0x3088-0x308f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352426] pci 0000:00:1f.2: reg 14: [io  0x3094-0x3097]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352434] pci 0000:00:1f.2: reg 18: [io  0x3080-0x3087]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352442] pci 0000:00:1f.2: reg 1c: [io  0x3090-0x3093]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352450] pci 0000:00:1f.2: reg 20: [io  0x3060-0x307f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352458] pci 0000:00:1f.2: reg 24: [mem 0xd0708000-0xd07087ff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352503] pci 0000:00:1f.2: PME# supported from D3hot
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352522] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352538] pci 0000:00:1f.3: reg 10: [mem 0xd0704000-0xd07040ff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352559] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352632] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352846] pci 0000:02:00.0: [8086:008a] type 00 class 0x028000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.352995] pci 0000:02:00.0: reg 10: [mem 0xd0600000-0xd0601fff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.353712] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.359992] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.360000] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd06fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.360077] pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.360104] pci 0000:03:00.0: reg 10: [mem 0xd0500000-0xd0501fff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.360242] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.367911] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.367919] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.367996] pci 0000:04:00.0: [1969:2062] type 00 class 0x020000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.368025] pci 0000:04:00.0: reg 10: [mem 0xd0400000-0xd043ffff 64bit]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.368039] pci 0000:04:00.0: reg 18: [io  0x2000-0x207f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.368169] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.375901] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.375907] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.375911] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.375941] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376025] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376053] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376078] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376103] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376167] \_SB_.PCI0:_OSC invalid UUID
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376169] _OSC request data:1 1f 1f 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376172]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376196] \_SB_.PCI0:_OSC invalid UUID
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376197] _OSC request data:1 0 1d 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376200]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.376201] ACPI _OSC control for PCIe not granted, disabling ASPM
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.377871] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.377911] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.377947] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.377983] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378019] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378055] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378091] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378127] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378204] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378209] vgaarb: loaded
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378210] vgaarb: bridge control possible 0000:00:02.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378327] SCSI subsystem initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378366] libata version 3.00 loaded.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378382] ACPI: bus type usb registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378395] usbcore: registered new interface driver usbfs
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378401] usbcore: registered new interface driver hub
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378419] usbcore: registered new device driver usb
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378474] PCI: Using ACPI for IRQ routing
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378477] PCI: pci_cache_line_size set to 64 bytes
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378594] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378596] e820: reserve RAM buffer [mem 0xb9160000-0xbbffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378597] e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378598] e820: reserve RAM buffer [mem 0x23fe00000-0x23fffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378667] NetLabel: Initializing
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378669] NetLabel:  domain hash size = 128
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378670] NetLabel:  protocols = UNLABELED CIPSOv4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378677] NetLabel:  unlabeled traffic allowed by default
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378725] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.378730] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.380745] Switching to clocksource hpet
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385342] AppArmor: AppArmor Filesystem Enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385362] pnp: PnP ACPI init
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385373] ACPI: bus type pnp registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385623] pnp 00:00: [bus 00-3e]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385625] pnp 00:00: [io  0x0000-0x0cf7 window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385627] pnp 00:00: [io  0x0cf8-0x0cff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385629] pnp 00:00: [io  0x0d00-0xffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385630] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385632] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385633] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385635] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385636] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385637] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385639] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385640] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385642] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385643] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385644] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385646] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385647] pnp 00:00: [mem 0x000ec000-0x000effff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385648] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385650] pnp 00:00: [mem 0xbfa00000-0xfeafffff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385651] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385698] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385709] pnp 00:01: [io  0x0000-0x001f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385711] pnp 00:01: [io  0x0081-0x0091]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385712] pnp 00:01: [io  0x0093-0x009f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385713] pnp 00:01: [io  0x00c0-0x00df]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385715] pnp 00:01: [dma 4]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385731] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385793] pnp 00:02: [mem 0xfed00000-0xfed003ff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385811] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385818] pnp 00:03: [io  0x00f0]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385827] pnp 00:03: [irq 13]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385842] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385850] pnp 00:04: [io  0x002e-0x002f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385851] pnp 00:04: [io  0x004e-0x004f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385853] pnp 00:04: [io  0x0061]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385854] pnp 00:04: [io  0x0063]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385855] pnp 00:04: [io  0x0065]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385856] pnp 00:04: [io  0x0067]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385857] pnp 00:04: [io  0x0068]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385858] pnp 00:04: [io  0x006c]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385859] pnp 00:04: [io  0x0070]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385861] pnp 00:04: [io  0x0080]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385862] pnp 00:04: [io  0x0092]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385863] pnp 00:04: [io  0x00b2-0x00b3]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385864] pnp 00:04: [io  0x0680-0x069f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385867] pnp 00:04: [io  0x1000-0x1003]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385868] pnp 00:04: [io  0x1004-0x1013]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385869] pnp 00:04: [io  0xffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385870] pnp 00:04: [io  0x0400-0x0453]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385872] pnp 00:04: [io  0x0458-0x047f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385873] pnp 00:04: [io  0x0500-0x057f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385874] pnp 00:04: [io  0x164e-0x164f]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385906] system 00:04: [io  0x0680-0x069f] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385908] system 00:04: [io  0x1000-0x1003] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385910] system 00:04: [io  0x1004-0x1013] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385911] system 00:04: [io  0xffff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385913] system 00:04: [io  0x0400-0x0453] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385914] system 00:04: [io  0x0458-0x047f] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385916] system 00:04: [io  0x0500-0x057f] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385917] system 00:04: [io  0x164e-0x164f] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385920] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385926] pnp 00:05: [io  0x0070-0x0077]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385930] pnp 00:05: [irq 8]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385944] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385964] pnp 00:06: [io  0x0454-0x0457]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385987] system 00:06: [io  0x0454-0x0457] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.385989] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386018] pnp 00:07: [io  0x0060]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386019] pnp 00:07: [io  0x0064]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386024] pnp 00:07: [irq 1]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386039] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386065] pnp 00:08: [irq 12]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386082] pnp 00:08: Plug and Play ACPI device, IDs DLL051b PNP0f13 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386161] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386163] pnp 00:09: [mem 0xfed10000-0xfed17fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386164] pnp 00:09: [mem 0xfed18000-0xfed18fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386166] pnp 00:09: [mem 0xfed19000-0xfed19fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386167] pnp 00:09: [mem 0xf8000000-0xfbffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386168] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386169] pnp 00:09: [mem 0xfed90000-0xfed93fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386171] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386172] pnp 00:09: [mem 0xff000000-0xffffffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386173] pnp 00:09: [mem 0xfee00000-0xfeefffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386175] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386201] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386203] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386204] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386206] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386208] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386209] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386211] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386214] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386216] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386217] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386219] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386280] pnp 00:0a: [irq 20]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386304] pnp 00:0a: Plug and Play ACPI device, IDs SMO8800 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386406] pnp 00:0b: [mem 0x20000000-0x201fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386408] pnp 00:0b: [mem 0x40000000-0x401fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386442] system 00:0b: [mem 0x20000000-0x201fffff] could not be reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386444] system 00:0b: [mem 0x40000000-0x401fffff] could not be reserved
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386445] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386457] pnp: PnP ACPI: found 12 devices
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.386458] ACPI: ACPI bus type pnp unregistered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392569] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392582] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392587] pci 0000:00:1c.1:   bridge window [mem 0xd0600000-0xd06fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392595] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392601] pci 0000:00:1c.3:   bridge window [mem 0xd0500000-0xd05fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392609] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392612] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392617] pci 0000:00:1c.5:   bridge window [mem 0xd0400000-0xd04fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392663] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392665] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392666] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392668] pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfeafffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392669] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392671] pci_bus 0000:02: resource 1 [mem 0xd0600000-0xd06fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392672] pci_bus 0000:03: resource 1 [mem 0xd0500000-0xd05fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392674] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392675] pci_bus 0000:04: resource 1 [mem 0xd0400000-0xd04fffff]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392700] NET: Registered protocol family 2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.392852] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.394336] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395484] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395607] TCP: Hash tables configured (established 524288 bind 65536)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395609] TCP: reno registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395619] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395646] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395722] NET: Registered protocol family 1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395734] pci 0000:00:02.0: Boot video device
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395906] PCI: CLS 64 bytes, default 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395907] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.395910] software IO TLB [mem 0xb515a000-0xb9159fff] (64MB) mapped at [ffff8800b515a000-ffff8800b9159fff]
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Codice: Seleziona tutto

Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.396288] audit: initializing netlink socket (disabled)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.396295] type=2000 audit(1363882765.284:1): initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.415079] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.416473] VFS: Disk quotas dquot_6.5.2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.416503] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.416853] fuse init (API version 7.19)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.416938] msgmni has been set to 15709
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417216] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417238] io scheduler noop registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417240] io scheduler deadline registered (default)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417260] io scheduler cfq registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417491] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417501] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417533] intel_idle: MWAIT substates: 0x21120
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417534] intel_idle: v0.4 model 0x2A
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.417535] intel_idle: lapic_timer_reliable_states 0xffffffff
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.439840] Freeing initrd memory: 14920k freed
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616664] ACPI: AC Adapter [ADP0] (on-line)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616769] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616772] ACPI: Power Button [PWRB]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616796] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616798] ACPI: Sleep Button [SLPB]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.616827] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.617697] ACPI: Lid Switch [LID0]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.617723] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.617725] ACPI: Power Button [PWRF]
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.617776] ACPI: Requesting acpi_cpufreq
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620623] thermal LNXTHERM:00: registered as thermal_zone0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620625] ACPI: Thermal Zone [TZ00] (66 C)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620751] thermal LNXTHERM:01: registered as thermal_zone1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620752] ACPI: Thermal Zone [TZ01] (66 C)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620768] ACPI: Battery Slot [BAT0] (battery absent)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620788] GHES: HEST is not enabled!
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620800] ACPI: Battery Slot [BAT0] (battery absent)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.620862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.621729] Linux agpgart interface v0.103
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.622579] brd: module loaded
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623105] loop: module loaded
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623331] Fixed MDIO Bus: probed
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623359] tun: Universal TUN/TAP device driver, 1.6
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623360] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623397] PPP generic driver version 2.4.2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623438] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623477] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623480] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623484] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.623510] ehci_hcd 0000:00:1a.0: debug port 2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.627392] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.627407] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd070a000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636606] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636650] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636656] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636660] usb usb1: Product: EHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636665] usb usb1: Manufacturer: Linux 3.5.0-26-generic ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636669] usb usb1: SerialNumber: 0000:00:1a.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636772] hub 1-0:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636775] hub 1-0:1.0: 2 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636828] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636831] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636835] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.636854] ehci_hcd 0000:00:1d.0: debug port 2
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.640740] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.640751] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd0709000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652587] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652623] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652627] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652632] usb usb2: Product: EHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652636] usb usb2: Manufacturer: Linux 3.5.0-26-generic ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652640] usb usb2: SerialNumber: 0000:00:1d.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652739] hub 2-0:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652742] hub 2-0:1.0: 2 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652779] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652789] uhci_hcd: USB Universal Host Controller Interface driver
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652821] xhci_hcd 0000:03:00.0: xHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.652825] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653000] xhci_hcd 0000:03:00.0: irq 19, io mem 0xd0500000
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653065] xhci_hcd 0000:03:00.0: irq 40 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653069] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653073] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653077] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653081] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653177] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653179] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653180] usb usb3: Product: xHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653182] usb usb3: Manufacturer: Linux 3.5.0-26-generic xhci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653183] usb usb3: SerialNumber: 0000:03:00.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653229] xHCI xhci_add_endpoint called for root hub
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653230] xHCI xhci_check_bandwidth called for root hub
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653245] hub 3-0:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653251] hub 3-0:1.0: 2 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653291] xhci_hcd 0000:03:00.0: xHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.653294] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656413] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656414] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656415] usb usb4: Product: xHCI Host Controller
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656417] usb usb4: Manufacturer: Linux 3.5.0-26-generic xhci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656418] usb usb4: SerialNumber: 0000:03:00.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656465] xHCI xhci_add_endpoint called for root hub
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656466] xHCI xhci_check_bandwidth called for root hub
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656481] hub 4-0:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656487] hub 4-0:1.0: 2 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656584] usbcore: registered new interface driver libusual
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.656608] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661466] serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661470] serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661552] mousedev: PS/2 mouse device common for all mice
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661731] rtc_cmos 00:05: RTC can wake from S4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661840] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661867] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661921] device-mapper: uevent: version 1.0.3
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.661964] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662026] cpuidle: using governor ladder
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662098] cpuidle: using governor menu
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662099] EFI Variables Facility v0.08 2004-May-17
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662239] ashmem: initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662331] TCP: cubic registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662402] NET: Registered protocol family 10
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662548] NET: Registered protocol family 17
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662555] Key type dns_resolver registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662718] PM: Hibernation image not present or could not be loaded.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.662727] registered taskstats version 1
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.664590] Key type trusted registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.666176] Key type encrypted registered
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.666486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668244]   Magic number: 5:527:338
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668262] thermal thermal_zone1: hash matches
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668269] tty tty59: hash matches
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668334] rtc_cmos 00:05: setting system clock to 2013-03-21 16:19:26 UTC (1363882766)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668888] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.668889] EDD information not available.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.670089] Freeing unused kernel memory: 932k freed
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.670193] Write protecting the kernel read-only data: 12288k
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.673686] Freeing unused kernel memory: 1472k freed
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.675981] Freeing unused kernel memory: 1136k freed
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.912240] ahci 0000:00:1f.2: version 3.0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.912306] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.912370] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.912373] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.912378] ahci 0000:00:1f.2: setting latency timer to 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.922329] scsi0 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.924032] scsi1 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.924089] scsi2 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.924140] scsi3 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926032] scsi4 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926163] scsi5 : ahci
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926252] ata1: SATA max UDMA/133 abar m2048@0xd0708000 port 0xd0708100 irq 45
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926255] ata2: SATA max UDMA/133 abar m2048@0xd0708000 port 0xd0708180 irq 45
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926256] ata3: DUMMY
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926257] ata4: DUMMY
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926259] ata5: DUMMY
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.926260] ata6: DUMMY
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.937607] atl1c 0000:04:00.0: version 1.0.1.0-NAPI
Mar 21 16:19:39 litDellInspironN411Z kernel: [    0.948284] usb 1-1: new high-speed USB device number 2 using ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.080561] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.080572] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.080901] hub 1-1:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.081010] hub 1-1:1.0: 6 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.192001] usb 2-1: new high-speed USB device number 2 using ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.243916] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.243965] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.254011] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-U633J, D800, max UDMA/100
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.264361] ata1.00: ACPI cmd ef/5a:00:00:00:00:a0 (SET FEATURES) succeeded
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.268614] ata2.00: configured for UDMA/100
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.286830] ata1.00: ATA-8: ST9750420AS, 0003DEM1, max UDMA/133
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.286841] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.288499] ata1.00: ACPI cmd ef/5a:00:00:00:00:a0 (SET FEATURES) succeeded
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289498] ata1.00: configured for UDMA/133
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289739] scsi 0:0:0:0: Direct-Access     ATA      ST9750420AS      0003 PQ: 0 ANSI: 5
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289878] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289881] sd 0:0:0:0: [sda] 4096-byte physical blocks
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289897] sd 0:0:0:0: Attached scsi generic sg0 type 0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289919] sd 0:0:0:0: [sda] Write Protect is off
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289922] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.289939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.324243] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.324254] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.324608] hub 2-1:1.0: USB hub found
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.324697] hub 2-1:1.0: 8 ports detected
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.381058]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.382031] sd 0:0:0:0: [sda] Attached SCSI disk
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.384564] scsi 1:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-U633J D800 PQ: 0 ANSI: 5
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.391695] Refined TSC clocksource calibration: 2494.333 MHz.
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.391709] Switching to clocksource tsc
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.394006] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.394016] cdrom: Uniform CD-ROM driver Revision: 3.20
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.394208] sr 1:0:0:0: Attached scsi CD-ROM sr0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.394291] sr 1:0:0:0: Attached scsi generic sg1 type 5
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.395703] usb 1-1.4: new high-speed USB device number 3 using ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.601825] usb 1-1.4: New USB device found, idVendor=1bcf, idProduct=2881
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.601836] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.601842] usb 1-1.4: Product: Laptop_Integrated_Webcam_HD
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.601847] usb 1-1.4: Manufacturer: CN0T3NPC72487236BD3YA00
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.843286] usb 2-1.5: new full-speed USB device number 3 using ehci_hcd
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.938888] usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189
Mar 21 16:19:39 litDellInspironN411Z kernel: [    1.938910] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mar 21 16:19:39 litDellInspironN411Z kernel: [    2.483526] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
Mar 21 16:19:39 litDellInspironN411Z kernel: [    2.483529] EXT4-fs (sda5): write access will be enabled during recovery
Mar 21 16:19:39 litDellInspironN411Z kernel: [    4.795103] EXT4-fs (sda5): recovery complete
Mar 21 16:19:39 litDellInspironN411Z kernel: [    4.802461] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.178576] Adding 8397820k swap on /dev/sda6.  Priority:-1 extents:1 across:8397820k 
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.184929] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.239836] lp: driver loaded but no devices found
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.415236] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.443193] wmi: Mapper loaded
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.444039] [drm] Initialized drm 1.1.0 20060810
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.447880] mei 0000:00:16.0: setting latency timer to 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.447938] mei 0000:00:16.0: irq 46 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.448470] cfg80211: Calling CRDA to update world regulatory domain
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.457978] i915 0000:00:02.0: setting latency timer to 64
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.458393] pci 0000:00:00.0: Intel Sandybridge Chipset
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.458457] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.459225] mei 0000:00:16.0: wd: failed to find the client
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.459849] pci 0000:00:00.0: detected 65536K stolen memory
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475399] Bluetooth: Core ver 2.16
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475416] NET: Registered protocol family 31
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475418] Bluetooth: HCI device and connection manager initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475420] Bluetooth: HCI socket layer initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475421] Bluetooth: L2CAP socket layer initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.475425] Bluetooth: SCO socket layer initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.479813] usbcore: registered new interface driver btusb
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.492737] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.492740] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.492873] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.492876] iwlwifi 0000:02:00.0: pci_resource_base = ffffc90001cbc000
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.492878] iwlwifi 0000:02:00.0: HW Revision ID = 0x34
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.493016] iwlwifi 0000:02:00.0: irq 47 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.493135] Bluetooth: RFCOMM TTY layer initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.493139] Bluetooth: RFCOMM socket layer initialized
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.493140] Bluetooth: RFCOMM ver 1.11
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.500629] i915 0000:00:02.0: irq 48 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.500645] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.500646] [drm] Driver supports precise vblank timestamp query.
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.500683] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.504580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.504584] Bluetooth: BNEP filters: protocol multicast
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.507327] type=1400 audit(1363879179.348:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=600 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.507688] type=1400 audit(1363879179.348:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=600 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.507898] type=1400 audit(1363879179.348:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=600 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.509212] ppdev: user-space parallel port driver
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.523889] Linux video capture interface: v2.00
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.525736] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x23
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.527396] type=1400 audit(1363879179.368:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=634 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.528085] type=1400 audit(1363879179.372:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=634 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.531590] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (1bcf:2881)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.548629] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.548696] usbcore: registered new interface driver uvcvideo
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.548698] USB Video Class driver (1.1.1)
Mar 21 16:19:39 litDellInspironN411Z failsafe: Failsafe of 120 seconds reached.
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.574140] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  ModemManager (version 0.6.0.0) starting...
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Option'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'ZTE'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Samsung'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Sierra'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Ericsson MBM'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Linktop'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Huawei'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Longcheer'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Novatel'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'AnyData'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Option High-Speed'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Gobi'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Wavecom'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'MotoC'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'SimTech'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Nokia'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'X22X'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Cinterion'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Iridium'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Loaded plugin 'Generic'
Mar 21 16:19:39 litDellInspironN411Z modem-manager[749]: <info>  Successfully loaded 20 plugins
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.611927] input: Dell WMI hotkeys as /devices/virtual/input/input6
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624724] cfg80211: World regulatory domain updated:
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624728] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624731] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624732] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624734] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624736] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.624737] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> NetworkManager (version 0.9.6.0) is starting...
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> WEXT support is enabled
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> DNS: loaded plugin dnsmasq
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.629946] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630189] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x23
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630590] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630593] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630596] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630597] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630599] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630601] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.630718] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.637369] iwlwifi 0000:02:00.0: RF_KILL bit toggled to enable radio.
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.646789] iwlwifi 0000:02:00.0: device EEPROM VER=0x71a, CALIB=0x6
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.646794] iwlwifi 0000:02:00.0: Device SKU: 0x150
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.646796] iwlwifi 0000:02:00.0: Valid Tx ant: 0x1, Valid Rx ant: 0x3
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.646814] iwlwifi 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.648400] Registered led device: phy0-led
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.648427] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
Lupebo
Prode Principiante
Messaggi: 50
Iscrizione: sabato 2 marzo 2013, 23:53

Re: Problemi scheda video Intel HD graphics 3000

Messaggio da Lupebo »

Codice: Seleziona tutto

Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.652637] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.654333] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x23
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.656440] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x23
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.657814] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.666339] type=1400 audit(1363879179.508:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper" pid=852 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.666635] type=1400 audit(1363879179.508:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-freerdp/freerdp-session-wrapper//chromium_browser" pid=852 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.666944] type=1400 audit(1363879179.508:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper" pid=853 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.667205] type=1400 audit(1363879179.508:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper//chromium_browser" pid=853 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.668458] type=1400 audit(1363879179.512:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=854 comm="apparmor_parser"
Mar 21 16:19:39 litDellInspironN411Z polkitd[792]: started daemon version 0.104 using authority implementation `local' version `0.104'
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: init!
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: update_system_hostname
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPluginIfupdown: management mode: unmanaged
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlan0, iface: wlan0)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/eth0, iface: eth0)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: end _init.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    Ifupdown: get unmanaged devices count: 0
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: (9882784) ... get_connections.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    SCPlugin-Ifupdown: (9882784) ... get_connections (managed=false): return empty list.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    keyfile: parsing wireless_DC ... 
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Mar 21 16:19:39 litDellInspironN411Z bluetoothd[583]: Adapter /org/bluez/583/hci0 has been enabled
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    keyfile:     read connection 'wireless_DC'
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    keyfile: parsing InfostradaWiFi-7184e7 ... 
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    keyfile:     read connection 'InfostradaWiFi-7184e7'
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]:    Ifupdown: get unmanaged devices count: 0
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> modem-manager is now available
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> monitoring kernel firmware directory '/lib/firmware'.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> found WiFi radio killswitch rfkill1 (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill1) (driver (unknown))
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> WiFi enabled by radio killswitch; enabled by state file
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> WWAN enabled by radio killswitch; enabled by state file
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> WiMAX enabled by radio killswitch; enabled by state file
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> Networking is enabled by state file
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): using nl80211 for WiFi device control
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <warn> (wlan0): driver supports Access Point (AP) mode
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 3)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/0
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): now managed
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): bringing up device.
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.715157] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.721918] iwlwifi 0000:02:00.0: Radio type=0x2-0x2-0x1
Mar 21 16:19:39 litDellInspironN411Z cron[925]: (CRON) INFO (pidfile fd = 3)
Mar 21 16:19:39 litDellInspironN411Z anacron[955]: Anacron 2.3 started on 2013-03-21
Mar 21 16:19:39 litDellInspironN411Z acpid: starting up with proc fs
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.808905] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
Mar 21 16:19:39 litDellInspironN411Z ntpdate[1005]: Can't find host ntp.ubuntu.com: Name or service not known (-2)
Mar 21 16:19:39 litDellInspironN411Z ntpdate[1005]: no servers can be used, exiting
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.815596] iwlwifi 0000:02:00.0: Radio type=0x2-0x2-0x1
Mar 21 16:19:39 litDellInspironN411Z cron[1010]: (CRON) STARTUP (fork ok)
Mar 21 16:19:39 litDellInspironN411Z cron[1010]: (CRON) INFO (Running @reboot jobs)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): preparing device.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): deactivating device (reason 'managed') [2]
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.892121] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.894186] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <warn> failed to allocate link cache: (-10) Operation not supported
Mar 21 16:19:39 litDellInspironN411Z acpid: 33 rules loaded
Mar 21 16:19:39 litDellInspironN411Z acpid: waiting for events: event logging is off
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): carrier is OFF
Mar 21 16:19:39 litDellInspironN411Z dbus[566]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): new Ethernet device (driver: 'atl1c' ifindex: 2)
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): now managed
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): bringing up device.
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.901684] atl1c 0000:04:00.0: irq 49 for MSI/MSI-X
Mar 21 16:19:39 litDellInspironN411Z anacron[955]: Normal exit (0 jobs run)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.921310] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): preparing device.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (eth0): deactivating device (reason 'managed') [2]
Mar 21 16:19:39 litDellInspironN411Z kernel: [   13.942172] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> Added default wired connection 'Connessione via cavo 1' for /sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0/net/eth0
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> wpa_supplicant started
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0) supports 5 scan SSIDs
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: starting -> ready
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <warn> Trying to remove a non-existant call id.
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: ready -> inactive
Mar 21 16:19:39 litDellInspironN411Z NetworkManager[783]: <info> (wlan0) supports 5 scan SSIDs
Mar 21 16:19:39 litDellInspironN411Z anacron[1048]: Anacron 2.3 started on 2013-03-21
Mar 21 16:19:39 litDellInspironN411Z anacron[1048]: Normal exit (0 jobs run)
Mar 21 16:19:39 litDellInspironN411Z kernel: [   14.012366] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.206179] fbcon: inteldrmfb (fb0) is primary device
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.206258] Console: switching to colour frame buffer device 170x48
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.206276] fb0: inteldrmfb frame buffer device
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.206277] drm: registered panic notifier
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207744] acpi device:23: registered as cooling_device4
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207852] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207888] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207954] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207978] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207984] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207986] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207989] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207992] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207996] ACPI Warning: 0x0000000000000500-0x000000000000057f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.207998] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.208000] lpc_ich: Resource conflict(s) found affecting gpio_ich
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.208122] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.273279] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0x8a0400
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.317705] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Auto-activating connection 'InfostradaWiFi-7184e7'.
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) starting connection 'InfostradaWiFi-7184e7'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): device state change: prepare -> config (reason 'none') [40 50 0]
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0/wireless): connection 'InfostradaWiFi-7184e7' has security, and secrets exist.  No new secrets needed.
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: added 'ssid' value 'InfostradaWiFi-7184e7'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: added 'scan_ssid' value '1'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: added 'key_mgmt' value 'NONE'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: added 'wep_key0' value '<omitted>'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: added 'wep_tx_keyidx' value '0'
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> Config: set interface ap_scan to 1
Mar 21 16:19:40 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: inactive -> scanning
Mar 21 16:19:40 litDellInspironN411Z acpid: client connected from 1197[0:0]
Mar 21 16:19:40 litDellInspironN411Z acpid: 1 client rule loaded
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.743791] hda_codec: CX20590: BIOS auto-probing.
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.749164] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.749258] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.749321] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Mar 21 16:19:40 litDellInspironN411Z kernel: [   14.749384] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Mar 21 16:19:40 litDellInspironN411Z dbus[566]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Mar 21 16:19:40 litDellInspironN411Z accounts-daemon[1219]: started daemon version 0.6.21
Mar 21 16:19:40 litDellInspironN411Z dbus[566]: [system] Successfully activated service 'org.freedesktop.Accounts'
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.209559] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
Mar 21 16:19:41 litDellInspironN411Z wpa_supplicant[1036]: wlan0: SME: Trying to authenticate with 5c:d9:98:71:84:e8 (SSID='InfostradaWiFi-7184e7' freq=2412 MHz)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.248499] wlan0: authenticate with 5c:d9:98:71:84:e8
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Mar 21 16:19:41 litDellInspironN411Z wpa_supplicant[1036]: wlan0: Trying to associate with 5c:d9:98:71:84:e8 (SSID='InfostradaWiFi-7184e7' freq=2412 MHz)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.262638] wlan0: send auth to 5c:d9:98:71:84:e8 (try 1/3)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.264715] wlan0: authenticated
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.265745] wlan0: associate with 5c:d9:98:71:84:e8 (try 1/3)
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: authenticating -> associating
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.270572] wlan0: RX AssocResp from 5c:d9:98:71:84:e8 (capab=0x131 status=0 aid=3)
Mar 21 16:19:41 litDellInspironN411Z wpa_supplicant[1036]: wlan0: Associated with 5c:d9:98:71:84:e8
Mar 21 16:19:41 litDellInspironN411Z wpa_supplicant[1036]: wlan0: CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:71:84:e8 completed (auth) [id=0 id_str=]
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.278849] wlan0: associated
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.279358] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.279424] cfg80211: Calling CRDA for country: IT
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): supplicant interface state: associating -> completed
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful.  Connected to wireless network 'InfostradaWiFi-7184e7'.
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> (wlan0): device state change: config -> ip-config (reason 'none') [50 70 0]
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282118] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282120] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282122] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282123] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282124] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282125] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282126] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282127] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282128] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282129] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282129] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282130] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282131] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282132] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282133] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282134] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282135] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282136] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282137] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282138] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282139] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282140] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282140] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282141] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282142] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282143] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282145] cfg80211: Regulatory domain changed to country: IT
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282146] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282147] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282148] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282148] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm)
Mar 21 16:19:41 litDellInspironN411Z kernel: [   15.282149] cfg80211:   (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm)
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> dhclient started with pid 1236
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Beginning IP6 addrconf.
Mar 21 16:19:41 litDellInspironN411Z NetworkManager[783]: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti