Kernele testowe/stabilne wersja v28.x - atom, K8, i7, i7-pro oraz Brazos i Brazos-pro

Moderator: e X t 7 3

NetBit73

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: NetBit73 »

witek pisze:Czyli pod win nie potrzeba lupy przy 3200x1800 13", bo win automatycznie ustawia 200DPI dla ekranu zamiast 96 dpi?
tak. i nie tyle ustawi, bo to w linuxie też mogę zrobić, co ma dostosowany interfejs do 200DPI.
http://wstaw.org/m/2014/01/26/yoga2.png
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

witko pisze:Zwykle sam nakładam patche, ale chciałem jak najszybciej przetestować Twój kernel v28.x,
a podobno 304 z edgers miał wspierać 3.13 - co okazało się prawdą.
Czekam na 304.119
pozdr, wk
Prawdopodobnie dziś, albo jutro wydam.

Pozdrawiam

-- 26 sty 2014 13:10 --
NetBit73 pisze:http://wstaw.org/m/2014/01/26/yoga.png mój mały rekord :) chyba na mojej nowej maszynce doszedłem do granic możliwości konstrukcyjnych:)

-- 26 sty 2014, o 10:26 --

swoją drogą ciekawe, która z tych wartości jest prawdziwa :)

-- 26 sty 2014, o 10:28 --

http://wstaw.org/m/2014/01/26/4.png ten już wygląda bardziej wiarygodnie
Ładnie i to na testowym kernelu v28.1-i7-pro ;)

Pozdrawiam

-- 26 sty 2014 13:14 --
linuxozaurus pisze:Witam ponownie
Zainstalowałam najnowsze jajko.
Hibernacja nie działa.
Po zablokowaniu ekranu gaśnie dioda Bluetooth.

w starszym jajku nie było tych problemów.

I jak zwykle mój Dell.
Koleżanko jak zwykle "precyzyjnie" :P Proszę o szczegóły = wersja systemu, środowiska, na jakim dokładnie kernelu działa oki, na jakim nie, etc.

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

Ubuntu 21.04
Unity
logi z Netext73

Kod: Zaznacz cały

Zainstalowane wersje kerneli:
linux-image			3.2.0-54-generic
3.9.3-ext73-f1-24.2-k8-ags-cfs	3.2.0-53-generic
3.9.2-ext73-f1-24.1-k8-ags-cfs	3.2.0-51-generic
3.9.0-ext73-f1-24.0-k8-ags-cfs	3.2.0-49-generic
3.8.8-ext73-f1-23.6-k8-ags-cfs	3.2.0-48-generic
3.8.7-ext73-f1-23.5-k8-ags-cfs	3.2.0-45-generic
3.8.6-ext73-f1-23.4-k8-ags-cfs	3.2.0-43-generic
3.8.5-ext73-f1-23.3-k8-ags-cfs	3.2.0-41-generic
3.8.4-ext73-f1-23.2-k8-ags-cfs	3.2.0-40-generic
3.8.3-ext73-f1-23.1-k8-ags-cfs	3.2.0-39-generic
3.8.10-ext73-f1-23.7-k8-ags-cfs	3.2.0-38-generic
3.7.3-ext73-f1-22.0-k8-ags-cfs	3.2.0-37-generic
3.6.8-ext73-f1-21.4-k8-ags-cfs	3.2.0-36-generic
3.6.6-ext73-f1-21.2-k8-ags-cfs	3.2.0-35-generic
3.6.3-ext73-f1-21.1-k8-ags-cfs	3.2.0-34-generic
3.6.2-ext73-f1-21.0-k8-ags-cfs	3.2.0-33-generic
3.6.10-ext73-f1-21.5-k8-ags-cfs	3.2.0-32-generic
3.4.11-ext73-f1-20.3-k8-ags-cfs	3.2.0-31-generic
3.2.0-57-generic		3.13.0-ext73-f1-28.0-k8-ags-cfs
3.2.0-56-generic		3.11.5-ext73-f1-26.4-k8-ags-cfs
3.2.0-55-generic		3.11.1-ext73-f1-26.1-k8-ags-cfs
microcode Intel - ON
microcode AMD - ON

Informacje o systemie
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.3 LTS
Release:	12.04
Codename:	precise
Linux karolina-Vostro-3500 3.13.0-ext73-f1-28.0-k8-ags-cfs #7 SMP PREEMPT Wed Jan 22 21:36:23 CET 2014 x86_64 x86_64 x86_64 GNU/Linux

# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.

description	"Fix-up sensitive /proc filesystem entries"

start on mounted MOUNTPOINT=/var
env MOUNTPOINT=/proc

task

script
    chmod 0400 "${MOUNTPOINT}"/slabinfo
end script

# ureadahead - Read required files in advance
#
# Runs the über-readahead daemon which reads data about files required
# during boot and reads them into the page cache in advance of their
# use.

description	"Read required files in advance"

start on mounted MOUNTPOINT=/var
stop on stopped rc

# Forks into the background both when reading from disk and when profiling
# (HDD mode won't fork, but that's ok because we'll wait for it in spawned).
expect fork

# When profiling, give it three minutes after sending SIGTERM to write out
# the pack file.
kill timeout 180

# Don't treat a normal exit after reading finishes as a failure
normal exit 0

exec /sbin/ureadahead --daemon

# Normally ureadahead will exit on its own when it finishes, unless it's
# profiling - in which case we want to give the system another 45s to
# finish staring the desktop and other things.
pre-stop exec sleep 45

advanced_power_management_by_ext73_conservative-conservative_v3.2

#!/bin/sh

[ -x /sbin/blockdev ] || exit $NA

# more readahead = (hopefully) less hard drive activity.
# less readahead = less trashing the page cache.

DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_AC:-6144}
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_BAT:-6144}

help() {
    cat <<EOF
--------
$0: Control drive readahead.

This hook tries to trade off the number of times we spin up a drive
to read for potentially wasted cache.

Drive readahead parameters:
DRIVE_READAHEAD_AC = Number of KB to speculatively read on AC.
Defaults to 256 KB.

DRIVE_READAHEAD_BAT = Number of KB to speculatively read on battery.
Defaults to 6144 KB.

EOF
}

readahead() {
    # the intent here is to iterate through all filesystems
    # mounted on a local block device. It Works For The Maintainer(tm).
    # More sophistication in figuring out what exactly is a local block device
    # would be welcome.
    for dev in $(awk '/^\/dev\// {print $1}'</etc/mtab); do
	printf "Setting readahead for %s to %d..." "$dev" "$1"
	/sbin/blockdev --setfra $1 "$dev" && echo Done. || echo Failed.
    done
}

case $1 in
    true) readahead "$DRIVE_READAHEAD_BAT" ;;
    false) readahead "$DRIVE_READAHEAD_AC" ;;
    help) help;;
    *) exit $NA ;;
esac

exit 0

GRUB_CMDLINE_LINUX=""

drwxr-xr-x 2 root root  456 gru 23 16:53 .
drwxr-xr-x 7 root root  264 lis 28 17:42 ..
-rwxr-xr-x 1 root root  644 cze 20  2010 anacron
-rwxr-xr-x 1 root root  562 lis 13 16:29 disable_wol
-rwxr-xr-x 1 root root 1222 sie 23 20:51 readahead
-rwxr-xr-x 1 root root 1642 lis 13 16:29 xfs_buffer
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

hmm 21.04 ... no to Koleżanka ma niezłe "chody" w Canonical skoro testuje tak odległą wersje hehe ;), ok wiem zwykła "pomyłka pisarska". Zatem błąd pojawia się pod kernelem v28.0 tak, a pod v27.x nie ? Mam prośbę zainstaluj wersje 3.13.0-generic i sprawdź, czy takowy błąd też się pojawia ... podejrzewam, że w 12.04 coś już jest zbyt stare, aby w tym przypadku w pełni współpracować z 3.13.x, ale muszę być pewien.

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
NetBit73

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: NetBit73 »

linuxozaurus pisze:Ubuntu 21.04
Unity
logi z Netext73

Kod: Zaznacz cały

Zainstalowane wersje kerneli:
linux-image			3.2.0-54-generic
3.9.3-ext73-f1-24.2-k8-ags-cfs	3.2.0-53-generic
3.9.2-ext73-f1-24.1-k8-ags-cfs	3.2.0-51-generic
3.9.0-ext73-f1-24.0-k8-ags-cfs	3.2.0-49-generic
3.8.8-ext73-f1-23.6-k8-ags-cfs	3.2.0-48-generic
3.8.7-ext73-f1-23.5-k8-ags-cfs	3.2.0-45-generic
3.8.6-ext73-f1-23.4-k8-ags-cfs	3.2.0-43-generic
3.8.5-ext73-f1-23.3-k8-ags-cfs	3.2.0-41-generic
3.8.4-ext73-f1-23.2-k8-ags-cfs	3.2.0-40-generic
3.8.3-ext73-f1-23.1-k8-ags-cfs	3.2.0-39-generic
3.8.10-ext73-f1-23.7-k8-ags-cfs	3.2.0-38-generic
3.7.3-ext73-f1-22.0-k8-ags-cfs	3.2.0-37-generic
3.6.8-ext73-f1-21.4-k8-ags-cfs	3.2.0-36-generic
3.6.6-ext73-f1-21.2-k8-ags-cfs	3.2.0-35-generic
3.6.3-ext73-f1-21.1-k8-ags-cfs	3.2.0-34-generic
3.6.2-ext73-f1-21.0-k8-ags-cfs	3.2.0-33-generic
3.6.10-ext73-f1-21.5-k8-ags-cfs	3.2.0-32-generic
3.4.11-ext73-f1-20.3-k8-ags-cfs	3.2.0-31-generic
3.2.0-57-generic		3.13.0-ext73-f1-28.0-k8-ags-cfs
3.2.0-56-generic		3.11.5-ext73-f1-26.4-k8-ags-cfs
3.2.0-55-generic		3.11.1-ext73-f1-26.1-k8-ags-cfs
microcode Intel - ON
microcode AMD - ON

Informacje o systemie
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.3 LTS
Release:	12.04
Codename:	precise
Linux karolina-Vostro-3500 3.13.0-ext73-f1-28.0-k8-ags-cfs #7 SMP PREEMPT Wed Jan 22 21:36:23 CET 2014 x86_64 x86_64 x86_64 GNU/Linux

# mounted-proc - Fix perms on sensitive /proc filesystem entries
#
# Some files in /proc have sensitive contents that can be used to
# help attackers launch kernel exploits. Making these files readable
# only by root slightly reduces the chances of these kinds of attacks
# being successful.

description	"Fix-up sensitive /proc filesystem entries"

start on mounted MOUNTPOINT=/var
env MOUNTPOINT=/proc

task

script
    chmod 0400 "${MOUNTPOINT}"/slabinfo
end script

# ureadahead - Read required files in advance
#
# Runs the über-readahead daemon which reads data about files required
# during boot and reads them into the page cache in advance of their
# use.

description	"Read required files in advance"

start on mounted MOUNTPOINT=/var
stop on stopped rc

# Forks into the background both when reading from disk and when profiling
# (HDD mode won't fork, but that's ok because we'll wait for it in spawned).
expect fork

# When profiling, give it three minutes after sending SIGTERM to write out
# the pack file.
kill timeout 180

# Don't treat a normal exit after reading finishes as a failure
normal exit 0

exec /sbin/ureadahead --daemon

# Normally ureadahead will exit on its own when it finishes, unless it's
# profiling - in which case we want to give the system another 45s to
# finish staring the desktop and other things.
pre-stop exec sleep 45

advanced_power_management_by_ext73_conservative-conservative_v3.2

#!/bin/sh

[ -x /sbin/blockdev ] || exit $NA

# more readahead = (hopefully) less hard drive activity.
# less readahead = less trashing the page cache.

DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_AC:-6144}
DRIVE_READAHEAD_AC=${DRIVE_READAHEAD_BAT:-6144}

help() {
    cat <<EOF
--------
$0: Control drive readahead.

This hook tries to trade off the number of times we spin up a drive
to read for potentially wasted cache.

Drive readahead parameters:
DRIVE_READAHEAD_AC = Number of KB to speculatively read on AC.
Defaults to 256 KB.

DRIVE_READAHEAD_BAT = Number of KB to speculatively read on battery.
Defaults to 6144 KB.

EOF
}

readahead() {
    # the intent here is to iterate through all filesystems
    # mounted on a local block device. It Works For The Maintainer(tm).
    # More sophistication in figuring out what exactly is a local block device
    # would be welcome.
    for dev in $(awk '/^\/dev\// {print $1}'</etc/mtab); do
	printf "Setting readahead for %s to %d..." "$dev" "$1"
	/sbin/blockdev --setfra $1 "$dev" && echo Done. || echo Failed.
    done
}

case $1 in
    true) readahead "$DRIVE_READAHEAD_BAT" ;;
    false) readahead "$DRIVE_READAHEAD_AC" ;;
    help) help;;
    *) exit $NA ;;
esac

exit 0

GRUB_CMDLINE_LINUX=""

drwxr-xr-x 2 root root  456 gru 23 16:53 .
drwxr-xr-x 7 root root  264 lis 28 17:42 ..
-rwxr-xr-x 1 root root  644 cze 20  2010 anacron
-rwxr-xr-x 1 root root  562 lis 13 16:29 disable_wol
-rwxr-xr-x 1 root root 1222 sie 23 20:51 readahead
-rwxr-xr-x 1 root root 1642 lis 13 16:29 xfs_buffer


jak dla mnie to ten system jest do reinstalacji. Od tego bym zaczął. Masz ze 40 kerneli... domniemuję, że nie reinstalujesz tylko podnosisz dystra. Część konfigów wtedy może nie działać poprawnie, boję się, że to jest prawdopodobną przyczyną problemów.

Swoją drogą niezła kolekcja jaj:)

-- 26 sty 2014, o 14:02 --

kurcze z drugiej strony, to 12.04 LTS.... hm zastanawiające
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

NetBit73 ten system był reinstalowany w kwietniu 2012 r z zachowaniem starego home z poprzednich wersji ubuntu.
Ostatnio zmieniony 26 sty 2014, 14:06 przez linuxozaurus, łącznie zmieniany 1 raz.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
NetBit73

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: NetBit73 »

linuxozaurus pisze:NetBit73 ten system był reinstalowany w kwietniu z zachowaniem starego home z poprzednich dystrybucji. home pamięta czasy wersji 9.04
home może mieć wpływ na configi aplikacji, ale już na sam system nie powinien.
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

NetBit73 pisze:
linuxozaurus pisze:NetBit73 ten system był reinstalowany w kwietniu z zachowaniem starego home z poprzednich dystrybucji. home pamięta czasy wersji 9.04
home może mieć wpływ na configi aplikacji, ale już na sam system nie powinien.
dodam jeszcze na tym dellu międzyczasie były 2 awarie dysku i kopiowane dane z dysku na dysk i przy wymianie dysku był wstawiany na nowo po przekopiowaniu home. a więc był 3 razy reinstalowany z powodu awarii dysku w okresie 3 lat użytkowania laptopa do 09 1013.

-- 26 sty 2014 14:25 --
Mam prośbę zainstaluj wersje 3.13.0-generic i sprawdź, czy takowy błąd też się pojawia ... podejrzewam, że w 12.04 coś już jest zbyt stare, aby w tym przypadku w pełni współpracować z 3.13.x, ale muszę być pewien.
nie ma tego z repozytoriach dla obecnego LTS
Ostatnio zmieniony 26 sty 2014, 14:28 przez linuxozaurus, łącznie zmieniany 1 raz.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

Nie ma, ale przez NeteXt'73 także zainstalujesz > instalator kerneli > i wybierasz nie któryś z moich, a > ppa mainline > trusty > 3.13.

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

e X t 7 3 pisze:Nie ma, ale przez NeteXt'73 także zainstalujesz > instalator kerneli > i wybierasz nie któryś z moich, a > ppa mainline > trusty > 3.13.

Pozdrawiam
spod tego generica jest to samo.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
NetBit73

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: NetBit73 »

linuxozaurus pisze:
e X t 7 3 pisze:Nie ma, ale przez NeteXt'73 także zainstalujesz > instalator kerneli > i wybierasz nie któryś z moich, a > ppa mainline > trusty > 3.13.

Pozdrawiam
spod tego generica jest to samo.
zatem winne źródła, lub sprzęt.
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

sprzęt wykluczam bo na starszych jajkach jest ok
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
nazan
Piegowaty Guziec
Piegowaty Guziec
Posty: 21
Rejestracja: 02 lut 2013, 21:47
Płeć: Kobieta
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: nazan »

U mnie na laptopie nie działa regulacja jasności ekranu,mógłby ktoś z fachowców pomóc rozwiazać problem.
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

linuxozaurus pisze:sprzęt wykluczam bo na starszych jajkach jest ok
Zatem albo źródła [jakaś regresja], albo zmiana odwołania do określonych zasobów, z którymi 12.04.x sobie nie radzi. Daj proszę wyniki - logi [głownie dmesg] spod NeteXt'73 - an v27.5 i v28.0.

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

logi spod 28.0

Kod: Zaznacz cały

Initializing cgroup subsys cpu
Linux version 3.13.0-ext73-f1-28.0-k8-ags-cfs (root@ext73-kernel) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-7ubuntu1~saucy1) ) #7 SMP PREEMPT Wed Jan 22 21:36:23 CET 2014
Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-ext73-f1-28.0-k8-ags-cfs root=UUID=be0474e5-4598-473d-9237-504f59006d7d ro quiet splash
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
e820: BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x00000000ab591fff] usable
BIOS-e820: [mem 0x00000000ab592000-0x00000000ab5d9fff] ACPI NVS
BIOS-e820: [mem 0x00000000ab5da000-0x00000000ab5e5fff] ACPI data
BIOS-e820: [mem 0x00000000ab5e6000-0x00000000ab5f9fff] ACPI NVS
BIOS-e820: [mem 0x00000000ab5fa000-0x00000000ab61dfff] reserved
BIOS-e820: [mem 0x00000000ab61e000-0x00000000ab61efff] usable
BIOS-e820: [mem 0x00000000ab61f000-0x00000000ab621fff] reserved
BIOS-e820: [mem 0x00000000ab622000-0x00000000ab629fff] ACPI NVS
BIOS-e820: [mem 0x00000000ab62a000-0x00000000ab62cfff] reserved
BIOS-e820: [mem 0x00000000ab62d000-0x00000000ab631fff] ACPI NVS
BIOS-e820: [mem 0x00000000ab632000-0x00000000ab651fff] reserved
BIOS-e820: [mem 0x00000000ab652000-0x00000000ab694fff] ACPI NVS
BIOS-e820: [mem 0x00000000ab695000-0x00000000ab7fffff] usable
BIOS-e820: [mem 0x00000000ade00000-0x00000000afffffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x0000000147ffffff] usable
NX (Execute Disable) protection: active
SMBIOS 2.6 present.
DMI: Dell Inc. Vostro 3500/, BIOS A10 10/25/2010
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
No AGP bridge found
e820: last_pfn = 0x148000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CFFFF write-protect
  D0000-E7FFF uncachable
  E8000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 000000000 mask F00000000 write-back
  1 base 100000000 mask FC0000000 write-back
  2 base 140000000 mask FF8000000 write-back
  3 base 0AC000000 mask FFC000000 uncachable
  4 base 0B0000000 mask FF0000000 uncachable
  5 base 0C0000000 mask FC0000000 uncachable
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
original variable MTRRs
reg 0, base: 0GB, range: 4GB, type WB
reg 1, base: 4GB, range: 1GB, type WB
reg 2, base: 5GB, range: 128MB, type WB
reg 3, base: 2752MB, range: 64MB, type UC
reg 4, base: 2816MB, range: 256MB, type UC
reg 5, base: 3GB, range: 1GB, type UC
total RAM covered: 3904M
Found optimal setting for mtrr clean up
 gran_size: 64K 	chunk_size: 64K 	num_reg: 6  	lose cover RAM: 0G
New variable MTRRs
reg 0, base: 0GB, range: 2GB, type WB
reg 1, base: 2GB, range: 512MB, type WB
reg 2, base: 2560MB, range: 128MB, type WB
reg 3, base: 2688MB, range: 64MB, type WB
reg 4, base: 4GB, range: 1GB, type WB
reg 5, base: 5GB, range: 128MB, type WB
e820: update [mem 0xac000000-0xffffffff] usable ==> reserved
e820: last_pfn = 0xab800 max_arch_pfn = 0x400000000
found SMP MP-table at [mem 0x000fcdb0-0x000fcdbf] mapped at [ffff8800000fcdb0]
Scanning 1 areas for low memory corruption
Base memory trampoline at [ffff880000097000] 97000 size 24576
init_memory_mapping: [mem 0x00000000-0x000fffff]
 [mem 0x00000000-0x000fffff] page 4k
BRK [0x01a3c000, 0x01a3cfff] PGTABLE
BRK [0x01a3d000, 0x01a3dfff] PGTABLE
BRK [0x01a3e000, 0x01a3efff] PGTABLE
init_memory_mapping: [mem 0x147e00000-0x147ffffff]
 [mem 0x147e00000-0x147ffffff] page 2M
BRK [0x01a3f000, 0x01a3ffff] PGTABLE
init_memory_mapping: [mem 0x144000000-0x147dfffff]
 [mem 0x144000000-0x147dfffff] page 2M
init_memory_mapping: [mem 0x100000000-0x143ffffff]
 [mem 0x100000000-0x143ffffff] page 2M
BRK [0x01a40000, 0x01a40fff] PGTABLE
init_memory_mapping: [mem 0x00100000-0xab591fff]
 [mem 0x00100000-0x001fffff] page 4k
 [mem 0x00200000-0xab3fffff] page 2M
 [mem 0xab400000-0xab591fff] page 4k
init_memory_mapping: [mem 0xab61e000-0xab61efff]
 [mem 0xab61e000-0xab61efff] page 4k
BRK [0x01a41000, 0x01a41fff] PGTABLE
init_memory_mapping: [mem 0xab695000-0xab7fffff]
 [mem 0xab695000-0xab7fffff] page 4k
RAMDISK: [mem 0x35224000-0x36909fff]
ACPI: RSDP 00000000000f0410 000024 (v03 DELL  )
ACPI: XSDT 00000000ab5da088 000064 (v01 DELL    WN09    01072009 AMI  00010013)
ACPI: FACP 00000000ab5e3e68 0000F4 (v04 DELL    WN09    01072009 AMI  00010013)
ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20131115/tbfadt-395)
ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xAB62DF40/0x00000000AB62DF80, using 32 (20131115/tbfadt-522)
ACPI: DSDT 00000000ab5da180 009CE8 (v02 DELL    WN09    00000050 INTL 20051117)
ACPI: FACS 00000000ab62df40 000040
ACPI: APIC 00000000ab5e3f60 000072 (v01 DELL   WN09     01072009 AMI  00010013)
ACPI: SSDT 00000000ab5e3fd8 00014E (v01 AMICPU     PROC 00000001 MSFT 03000001)
ACPI: MCFG 00000000ab5e4128 00003C (v01   DELL     WN09 01072009 MSFT 00000097)
ACPI: SLIC 00000000ab5e4168 000176 (v01 DELL    WN09    01072009 AMI  00010013)
ACPI: HPET 00000000ab5e42e0 000038 (v01   DELL     WN09 01072009 AMI. 00000003)
ACPI: OSFR 00000000ab5e4318 000086 (v01 DELL    M08     07DA0A19 ASL  00000061)
ACPI: SSDT 00000000ab5e43a0 001BB1 (v01 NvdRef  NvdTabl 00001000 INTL 20051117)
ACPI: Local APIC address 0xfee00000
 [ffffea0000000000-ffffea00051fffff] PMD -> [ffff880143800000-ffff8801475fffff] on node 0
Zone ranges:
  DMA      [mem 0x00001000-0x00ffffff]
  DMA32    [mem 0x01000000-0xffffffff]
  Normal   [mem 0x100000000-0x147ffffff]
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x00001000-0x0009cfff]
  node   0: [mem 0x00100000-0xab591fff]
  node   0: [mem 0xab61e000-0xab61efff]
  node   0: [mem 0xab695000-0xab7fffff]
  node   0: [mem 0x100000000-0x147ffffff]
On node 0 totalpages: 997018
  DMA zone: 64 pages used for memmap
  DMA zone: 21 pages reserved
  DMA zone: 3996 pages, LIFO batch:0
  DMA32 zone: 10908 pages used for memmap
  DMA32 zone: 698110 pages, LIFO batch:31
  Normal zone: 4608 pages used for memmap
  Normal zone: 294912 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a701 base: 0xfed00000
smpboot: Allowing 4 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 40
PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
PM: Registered nosave memory: [mem 0xab592000-0xab5d9fff]
PM: Registered nosave memory: [mem 0xab5da000-0xab5e5fff]
PM: Registered nosave memory: [mem 0xab5e6000-0xab5f9fff]
PM: Registered nosave memory: [mem 0xab5fa000-0xab61dfff]
PM: Registered nosave memory: [mem 0xab61f000-0xab621fff]
PM: Registered nosave memory: [mem 0xab622000-0xab629fff]
PM: Registered nosave memory: [mem 0xab62a000-0xab62cfff]
PM: Registered nosave memory: [mem 0xab62d000-0xab631fff]
PM: Registered nosave memory: [mem 0xab632000-0xab651fff]
PM: Registered nosave memory: [mem 0xab652000-0xab694fff]
PM: Registered nosave memory: [mem 0xab800000-0xaddfffff]
PM: Registered nosave memory: [mem 0xade00000-0xafffffff]
PM: Registered nosave memory: [mem 0xb0000000-0xdfffffff]
PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
PM: Registered nosave memory: [mem 0xf0000000-0xfed1bfff]
PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
PM: Registered nosave memory: [mem 0xfed20000-0xfeffffff]
PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
e820: [mem 0xb0000000-0xdfffffff] available for PCI devices
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
PERCPU: Embedded 26 pages/cpu @ffff880147c00000 s76288 r8192 d22016 u524288
pcpu-alloc: s76288 r8192 d22016 u524288 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 981417
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-ext73-f1-28.0-k8-ags-cfs root=UUID=be0474e5-4598-473d-9237-504f59006d7d ro quiet splash
PID hash table entries: 4096 (order: 3, 32768 bytes)
Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Checking aperture...
No AGP bridge found
Memory: 3817816K/3988072K available (6074K kernel code, 572K rwdata, 1856K rodata, 832K init, 844K bss, 170256K reserved)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Preemptible hierarchical RCU implementation.
	RCU dyntick-idle grace-period acceleration is enabled.
	Dump stacks of tasks blocking RCU-preempt GP.
	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
	Offload RCU callbacks from all CPUs
	Offload RCU callbacks from CPUs: 0-3.
NR_IRQS:4352 nr_irqs:712 16
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 16252928 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
tsc: Fast TSC calibration using PIT
tsc: Detected 2393.817 MHz processor
Calibrating delay loop (skipped), value calculated using timer frequency.. 4787.63 BogoMIPS (lpj=2393817)
pid_max: default: 32768 minimum: 301
Security Framework initialized
AppArmor: AppArmor initialized
Yama: becoming mindful.
Mount-cache hash table entries: 256
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys blkio
Initializing cgroup subsys hugetlb
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 6
Freeing SMP alternatives memory: 24K (ffffffff81961000 - ffffffff81967000)
ACPI: Core revision 20131115
ACPI: All ACPI Tables successfully acquired
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
smpboot: CPU0: Intel(R) Core(TM) i5 CPU       M 450  @ 2.40GHz (fam: 06, model: 25, stepping: 05)
Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
perf_event_intel: CPUID marked event: 'bus cycles' unavailable
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
x86: Booting SMP configuration:
.... node  #0, CPUs:      #1 #2 #3
x86: Booted up 1 node, 4 CPUs
smpboot: Total of 4 processors activated (19150.53 BogoMIPS)
devtmpfs: initialized
PM: Registering ACPI NVS region [mem 0xab592000-0xab5d9fff] (294912 bytes)
PM: Registering ACPI NVS region [mem 0xab5e6000-0xab5f9fff] (81920 bytes)
PM: Registering ACPI NVS region [mem 0xab622000-0xab629fff] (32768 bytes)
PM: Registering ACPI NVS region [mem 0xab62d000-0xab631fff] (20480 bytes)
PM: Registering ACPI NVS region [mem 0xab652000-0xab694fff] (274432 bytes)
pinctrl core: initialized pinctrl subsystem
regulator-dummy: no parameters
NET: Registered protocol family 16
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI: bus type PCI registered
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: Executed 1 blocks of module-level executable AML code
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
ACPI: SSDT 00000000ab622c18 0003A4 (v01    AMI      IST 00000001 MSFT 03000001)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT           (null) 0003A4 (v01    AMI      IST 00000001 MSFT 03000001)
ACPI: Interpreter enabled
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
acpi PNP0A08:00: _OSC: platform does not support [PME]
acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PCIeCapability]
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [bus 00-ff]
pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: root bus resource [mem 0xb0000000-0xffffffff]
pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: System wakeup disabled by ACPI
pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
pci 0000:00:02.0: reg 0x10: [mem 0xfa400000-0xfa7fffff 64bit]
pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
pci 0000:00:02.0: reg 0x20: [io  0xf080-0xf087]
pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
pci 0000:00:16.0: reg 0x10: [mem 0xfb409000-0xfb40900f 64bit]
pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
pci 0000:00:1a.0: reg 0x10: [mem 0xfb408000-0xfb4083ff]
pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
pci 0000:00:1b.0: reg 0x10: [mem 0xfb400000-0xfb403fff 64bit]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: System wakeup disabled by ACPI
pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: System wakeup disabled by ACPI
pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.2: System wakeup disabled by ACPI
pci 0000:00:1c.4: [8086:3b4a] type 01 class 0x060400
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: System wakeup disabled by ACPI
pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
pci 0000:00:1d.0: reg 0x10: [mem 0xfb407000-0xfb4073ff]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: System wakeup disabled by ACPI
pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
pci 0000:00:1e.0: System wakeup disabled by ACPI
pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
pci 0000:00:1f.2: reg 0x24: [mem 0xfb406000-0xfb4067ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
pci 0000:00:1f.3: reg 0x10: [mem 0xfb405000-0xfb4050ff 64bit]
pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
pci 0000:00:1f.6: reg 0x10: [mem 0xfb404000-0xfb404fff 64bit]
pci 0000:01:00.0: [10de:0a75] type 00 class 0x030000
pci 0000:01:00.0: reg 0x10: [mem 0xf9000000-0xf9ffffff]
pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
pci 0000:01:00.0: reg 0x30: [mem 0xfa000000-0xfa07ffff pref]
pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
pci 0000:01:00.1: reg 0x10: [mem 0xfa080000-0xfa083fff]
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
pci 0000:00:01.0:   bridge window [mem 0xf9000000-0xfa0fffff]
pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 11]
pci 0000:12:00.0: [14e4:4353] type 00 class 0x028000
pci 0000:12:00.0: reg 0x10: [mem 0xfb300000-0xfb303fff 64bit]
pci 0000:12:00.0: supports D1 D2
pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.1: PCI bridge to [bus 12]
pci 0000:00:1c.1:   bridge window [mem 0xfb300000-0xfb3fffff]
pci 0000:13:00.0: [10ec:8168] type 00 class 0x020000
pci 0000:13:00.0: reg 0x10: [io  0xd000-0xd0ff]
pci 0000:13:00.0: reg 0x18: [mem 0xd2c04000-0xd2c04fff 64bit pref]
pci 0000:13:00.0: reg 0x20: [mem 0xd2c00000-0xd2c03fff 64bit pref]
pci 0000:13:00.0: reg 0x30: [mem 0xfb200000-0xfb21ffff pref]
pci 0000:13:00.0: supports D1 D2
pci 0000:13:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:1c.2: PCI bridge to [bus 13]
pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
pci 0000:00:1c.2:   bridge window [mem 0xfb200000-0xfb2fffff]
pci 0000:00:1c.2:   bridge window [mem 0xd2c00000-0xd2cfffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 15]
pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
pci 0000:00:1c.4:   bridge window [mem 0xfa800000-0xfb1fffff]
pci 0000:00:1c.4:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 20] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xffffffff] (subtractive decode)
pci_bus 0000:00: on NUMA node 0
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
ACPI: Enabled 5 GPEs in block 00 to 3F
ACPI: \_SB_.PCI0: notify handler is installed
Found 1 acpi root devices
vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:01:00.0
vgaarb: no bridge control possible 0000:00:02.0
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
wmi: Mapper loaded
Advanced Linux Sound Architecture Driver Initialized.
PCI: Using ACPI for IRQ routing
PCI: Discovered peer bus ff
PCI: root bus ff: using default resources
PCI: Probing PCI hardware (bus ff)
PCI host bridge to bus 0000:ff
pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
PCI: pci_cache_line_size set to 64 bytes
e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
e820: reserve RAM buffer [mem 0xab592000-0xabffffff]
e820: reserve RAM buffer [mem 0xab61f000-0xabffffff]
e820: reserve RAM buffer [mem 0xab800000-0xabffffff]
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Switched to clocksource hpet
AppArmor: AppArmor Filesystem Enabled
pnp: PnP ACPI init
ACPI: bus type PNP registered
system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:00: [mem 0xfee00000-0xfee0ffff] has been reserved
system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:01: [dma 4]
pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
system 00:05: [io  0x04d0-0x04d1] has been reserved
system 00:05: [mem 0xfe800000-0xfe8001ff] has been reserved
system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:06: Plug and Play ACPI device, IDs SYN0604 SYN0600 SYN0002 PNP0f13 (active)
pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
system 00:08: [io  0x0400-0x047f] could not be reserved
system 00:08: [io  0x1180-0x119f] has been reserved
system 00:08: [io  0x0500-0x057f] has been reserved
system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
system 00:08: [mem 0xff000000-0xffffffff] has been reserved
system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:0a: Plug and Play ACPI device, IDs SMO8800 (active)
pnp: PnP ACPI: found 11 devices
ACPI: bus type PNP unregistered
pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 11] add_size 200000
pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 11] add_size 200000
pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 12] add_size 200000
pci 0000:00:1c.0: res[8]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
pci 0000:00:1c.1: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
pci 0000:00:1c.0: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
pci 0000:00:1c.1: res[7]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
pci 0000:00:1c.0: BAR 8: assigned [mem 0xd2d00000-0xd2efffff]
pci 0000:00:1c.0: BAR 9: assigned [mem 0xd2f00000-0xd30fffff 64bit pref]
pci 0000:00:1c.1: BAR 9: assigned [mem 0xd3100000-0xd32fffff 64bit pref]
pci 0000:00:1c.0: BAR 7: assigned [io  0x2000-0x2fff]
pci 0000:00:1c.1: BAR 7: assigned [io  0x3000-0x3fff]
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
pci 0000:00:01.0:   bridge window [mem 0xf9000000-0xfa0fffff]
pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
pci 0000:00:1c.0: PCI bridge to [bus 11]
pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
pci 0000:00:1c.0:   bridge window [mem 0xd2d00000-0xd2efffff]
pci 0000:00:1c.0:   bridge window [mem 0xd2f00000-0xd30fffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 12]
pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
pci 0000:00:1c.1:   bridge window [mem 0xfb300000-0xfb3fffff]
pci 0000:00:1c.1:   bridge window [mem 0xd3100000-0xd32fffff 64bit pref]
pci 0000:00:1c.2: PCI bridge to [bus 13]
pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
pci 0000:00:1c.2:   bridge window [mem 0xfb200000-0xfb2fffff]
pci 0000:00:1c.2:   bridge window [mem 0xd2c00000-0xd2cfffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 15]
pci 0000:00:1c.4:   bridge window [io  0xc000-0xcfff]
pci 0000:00:1c.4:   bridge window [mem 0xfa800000-0xfb1fffff]
pci 0000:00:1c.4:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
pci 0000:00:1e.0: PCI bridge to [bus 20]
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0xb0000000-0xffffffff]
pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
pci_bus 0000:01: resource 1 [mem 0xf9000000-0xfa0fffff]
pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
pci_bus 0000:11: resource 0 [io  0x2000-0x2fff]
pci_bus 0000:11: resource 1 [mem 0xd2d00000-0xd2efffff]
pci_bus 0000:11: resource 2 [mem 0xd2f00000-0xd30fffff 64bit pref]
pci_bus 0000:12: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:12: resource 1 [mem 0xfb300000-0xfb3fffff]
pci_bus 0000:12: resource 2 [mem 0xd3100000-0xd32fffff 64bit pref]
pci_bus 0000:13: resource 0 [io  0xd000-0xdfff]
pci_bus 0000:13: resource 1 [mem 0xfb200000-0xfb2fffff]
pci_bus 0000:13: resource 2 [mem 0xd2c00000-0xd2cfffff 64bit pref]
pci_bus 0000:15: resource 0 [io  0xc000-0xcfff]
pci_bus 0000:15: resource 1 [mem 0xfa800000-0xfb1fffff]
pci_bus 0000:15: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
pci_bus 0000:20: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:20: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:20: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:20: resource 7 [mem 0xb0000000-0xffffffff]
pci_bus 0000:ff: resource 4 [io  0x0000-0xffff]
pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
NET: Registered protocol family 2
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
TCP: reno registered
UDP hash table entries: 2048 (order: 4, 65536 bytes)
UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
NET: Registered protocol family 1
pci 0000:00:02.0: Boot video device
PCI: CLS 64 bytes, default 64
Unpacking initramfs...
Freeing initrd memory: 23448K (ffff880035224000 - ffff88003690a000)
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB [mem 0xa7592000-0xab592000] (64MB) mapped at [ffff8800a7592000-ffff8800ab591fff]
microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Scanning for low memory corruption every 60 seconds
audit: initializing netlink socket (disabled)
type=2000 audit(1390748895.835:1): initialized
bounce pool size: 64 pages
HugeTLB registered 2 MB page size, pre-allocated 0 pages
zbud: loaded
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
fuse init (API version 7.22)
msgmni has been set to 7502
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: Using ACPI for slot detection.
pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3b4a ss_vid 1028 ss_did 441
pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
intel_idle: MWAIT substates: 0x1120
intel_idle: v0.4 model 0x25
intel_idle: lapic_timer_reliable_states 0xffffffff
ACPI: AC Adapter [AC] (on-line)
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
ACPI: Power Button [PWRB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
ACPI: Lid Switch [LID0]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
ACPI: Sleep Button [SBTN]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
ACPI: Power Button [PWRF]
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [THM] (42 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Linux agpgart interface v0.103
agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 32768K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
loop: module loaded
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
ACPI: Battery Slot [BAT0] (battery present)
ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pio slum part ems sxs apst 
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406100 irq 45
ata2: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406180 irq 45
ata3: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406200 irq 45
ata4: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406280 irq 45
ata5: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406300 irq 45
ata6: SATA max UDMA/133 abar m2048@0xfb406000 port 0xfb406380 irq 45
libphy: Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-pci: EHCI PCI platform driver
ehci-pci 0000:00:1a.0: EHCI Host Controller
ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
ehci-pci 0000:00:1a.0: debug port 2
ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb408000
ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ehci-pci 0000:00:1d.0: EHCI Host Controller
ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
ehci-pci 0000:00:1d.0: debug port 2
ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb407000
ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ehci-platform: EHCI generic platform driver
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
ohci-pci: OHCI PCI platform driver
ohci-platform: OHCI generic platform driver
uhci_hcd: USB Universal Host Controller Interface driver
i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mousedev: PS/2 mouse device common for all mice
rtc_cmos 00:02: RTC can wake from S4
rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
rtc_cmos 00:02: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
ledtrig-cpu: registered to indicate activity on CPUs
hidraw: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ip_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 10
ip6_tables: (C) 2000-2006 Netfilter Core Team
NET: Registered protocol family 17
Key type dns_resolver registered
registered taskstats version 1
Key type trusted registered
Key type encrypted registered
rtc_cmos 00:02: setting system clock to 2014-01-26 15:08:16 UTC (1390748896)
ALSA device list:
  No soundcards found.
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
ata5: SATA link down (SStatus 0 SControl 300)
ata3: SATA link down (SStatus 0 SControl 300)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata4: SATA link down (SStatus 0 SControl 300)
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04)
ata1.00: ATA-8: WDC WD3200BEKT-75PVMT0, 01.01A01, max UDMA/133
ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
usb 1-1: new high-speed USB device number 2 using ehci-pci
ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (unknown) rejected by device (Stat=0x51 Err=0x04)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEKT-7 01.0 PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-L633C, DW50, max UDMA/100
ata2.00: applying bridge limits
ata2.00: configured for UDMA/100
scsi 1:0:0:0: CD-ROM            TSSTcorp DVD+-RW TS-L633C DW50 PQ: 0 ANSI: 5
scsi 1:0:0:0: Attached scsi generic sg1 type 5
 sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
sd 0:0:0:0: [sda] Attached SCSI disk
Freeing unused kernel memory: 832K (ffffffff81891000 - ffffffff81961000)
Write protecting the kernel read-only data: 8192k
Freeing unused kernel memory: 60K (ffff8800015f1000 - ffff880001600000)
Freeing unused kernel memory: 192K (ffff8800017d0000 - ffff880001800000)
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 6 ports detected
udevd[135]: starting version 175
[drm] Initialized drm 1.1.0 20060810
r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
r8169 0000:13:00.0: irq 46 for MSI/MSI-X
r8169 0000:13:00.0 eth0: RTL8168d/8111d at 0xffffc9000006c000, a4:ba:db:da:be:7b, XID 083000c0 IRQ 46
r8169 0000:13:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[drm] Memory usable by graphics device = 2048M
i915 0000:00:02.0: irq 47 for MSI/MSI-X
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
usb 2-1: new high-speed USB device number 2 using ehci-pci
fbcon: inteldrmfb (fb0) is primary device
hub 2-1:1.0: USB hub found
hub 2-1:1.0: 8 ports detected
usb 1-1.1: new full-speed USB device number 3 using ehci-pci
hub 1-1.1:1.0: USB hub found
hub 1-1.1:1.0: 3 ports detected
usb 2-1.8: new high-speed USB device number 3 using ehci-pci
tsc: Refined TSC clocksource calibration: 2393.983 MHz
random: nonblocking pool is initialized
usb 1-1.1.1: new full-speed USB device number 4 using ehci-pci
input: HID 413c:8161 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input7
hid-generic 0003:413C:8161.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8161] on usb-0000:00:1a.0-1.1.1/input0
usb 1-1.1.2: new full-speed USB device number 5 using ehci-pci
psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 3655, fw id: 583640
input: HID 413c:8162 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input8
hid-generic 0003:413C:8162.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8162] on usb-0000:00:1a.0-1.1.2/input0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
Console: switching to colour frame buffer device 170x48
i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
i915 0000:00:02.0: registered panic notifier
[Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
acpi device:03: registered as cooling_device4
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input9
ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
acpi device:32: registered as cooling_device5
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
cdrom: Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
Switched to clocksource tsc
REISERFS (device sda6): found reiserfs format "3.6" with standard journal
REISERFS (device sda6): using ordered data mode
reiserfs: using flush barriers
REISERFS (device sda6): journal params: device sda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
REISERFS (device sda6): checking transaction log (sda6)
REISERFS (device sda6): Using r5 hash to sort names
udevd[551]: starting version 175
lp: driver loaded but no devices found
dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20131115/utaddress-251)
ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.P0P1.PEGP.GPIO 2 (20131115/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20131115/utaddress-251)
ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.P0P1.PEGP.GPIO 2 (20131115/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPI1 1 (20131115/utaddress-251)
ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.P0P1.PEGP.GPIO 2 (20131115/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
lpc_ich: Resource conflict(s) found affecting gpio_ich
snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
bcma: bus0: Found chip with id 0xA8D8, rev 0x01 and package 0x0A
bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
bcma: bus0: Bus registered
input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
hda_intel: Disabling MSI
hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
mei_me 0000:00:16.0: irq 49 for MSI/MSI-X
input: Dell WMI hotkeys as /devices/virtual/input/input13
usb 1-1.1.3: new full-speed USB device number 6 using ehci-pci
intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
Linux video capture interface: v2.00
Bluetooth: Core ver 2.17
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_2M (0c45:6481)
input: Laptop_Integrated_Webcam_2M as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/input/input18
usbcore: registered new interface driver uvcvideo
USB Video Class driver (1.1.1)
usbcore: registered new interface driver btusb
cfg80211: Calling CRDA to update world regulatory domain
type=1400 audit(1390748909.277:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=843 comm="apparmor_parser"
type=1400 audit(1390748909.277:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=812 comm="apparmor_parser"
type=1400 audit(1390748909.277:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=843 comm="apparmor_parser"
type=1400 audit(1390748909.277:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=812 comm="apparmor_parser"
type=1400 audit(1390748909.277:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=843 comm="apparmor_parser"
type=1400 audit(1390748909.277:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=812 comm="apparmor_parser"
Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
b43: probe of bcma0:0 failed with error -524
Broadcom 43xx driver loaded [ Features: PNL ]
cfg80211: World regulatory domain updated:
cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
brcmsmac bcma0:0: mfg 4bf core 812 rev 23 class 0 irq 17
ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 241
reiserfs: enabling write barrier flush mode
REISERFS (device sda7): found reiserfs format "3.6" with standard journal
REISERFS (device sda7): using ordered data mode
reiserfs: using flush barriers
REISERFS (device sda7): journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
REISERFS (device sda7): checking transaction log (sda7)
REISERFS (device sda7): Using r5 hash to sort names
REISERFS (device sda8): found reiserfs format "3.6" with standard journal
REISERFS (device sda8): using ordered data mode
reiserfs: using flush barriers
REISERFS (device sda8): journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
REISERFS (device sda8): checking transaction log (sda8)
REISERFS (device sda8): Using r5 hash to sort names
init: failsafe main process (1031) killed by TERM signal
type=1400 audit(1390748914.474:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1106 comm="apparmor_parser"
type=1400 audit(1390748914.475:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1106 comm="apparmor_parser"
type=1400 audit(1390748914.475:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1106 comm="apparmor_parser"
type=1400 audit(1390748914.605:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1109 comm="apparmor_parser"
type=1400 audit(1390748914.605:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=1109 comm="apparmor_parser"
type=1400 audit(1390748914.786:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1105 comm="apparmor_parser"
type=1400 audit(1390748914.787:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1105 comm="apparmor_parser"
type=1400 audit(1390748914.806:15): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1111 comm="apparmor_parser"
type=1400 audit(1390748914.807:16): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1111 comm="apparmor_parser"
ppdev: user-space parallel port driver
type=1400 audit(1390748914.856:17): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi" pid=1115 comm="apparmor_parser"
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: BNEP socket layer initialized
microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU0 updated to revision 0x4, date = 2013-06-28
microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU1 updated to revision 0x4, date = 2013-06-28
microcode: CPU2 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU2 updated to revision 0x4, date = 2013-06-28
microcode: CPU3 sig=0x20655, pf=0x10, revision=0x2
microcode: CPU3 updated to revision 0x4, date = 2013-06-28
brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement)
brcmsmac bcma0:0: brcms_ops_config: change power-save mode: false (implement)
IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
r8169 0000:13:00.0 eth0: link down
IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
init: apport pre-start process (1216) terminated with status 2
init: apport post-stop process (1257) terminated with status 1
bbswitch: version 0.8
bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.P0P1.PEGP
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
bbswitch: detected a nVidia _DSM function
pci 0000:01:00.0: enabling device (0000 -> 0003)
bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
bbswitch: disabling discrete graphics
ACPI Warning: \_SB_.PCI0.P0P1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=none,decodes=io+mem:owns=none
------------[ cut here ]------------
WARNING: CPU: 0 PID: 1382 at fs/sysfs/group.c:214 device_del+0x3b/0x1a0()
sysfs group ffffffff8184cb40 not found for kobject 'acpi_video0'
Modules linked in: bbswitch(O) bnep rfcomm parport_pc ppdev binfmt_misc dm_crypt arc4 brcmsmac brcmutil cordic b43 mac80211 cfg80211 btusb uvcvideo bluetooth snd_hda_codec_hdmi ssb mmc_core dell_laptop videobuf2_core videodev videobuf2_vmalloc videobuf2_memops intel_ips mxm_wmi dell_wmi sparse_keymap snd_hda_codec_idt mei_me coretemp bcma snd_hda_intel lpc_ich mei snd_hda_codec mac_hid dcdbas serio_raw snd_hwdep snd_pcm snd_timer snd_page_alloc lp parport reiserfs sr_mod cdrom hid_generic i915 r8169 mii drm_kms_helper drm i2c_algo_bit video
CPU: 0 PID: 1382 Comm: kworker/0:2 Tainted: G           O 3.13.0-ext73-f1-28.0-k8-ags-cfs #7
Hardware name: Dell Inc. Vostro 3500/, BIOS A10 10/25/2010
Workqueue: kacpi_hotplug acpi_hotplug_work_fn
 0000000000000009 ffffffff815e4277 ffff880141d6dc00 ffffffff810485e1
 ffff88013dd57c98 ffff880141d6dc50 ffff880035d4d1b0 ffff8801422e2898
 ffff880142249c00 ffffffff81048657 ffffffff8173b9d8 ffff880100000028
Call Trace:
 [<ffffffff815e4277>] ? dump_stack+0x49/0x6a
 [<ffffffff810485e1>] ? warn_slowpath_common+0x81/0xb0
 [<ffffffff81048657>] ? warn_slowpath_fmt+0x47/0x50
 [<ffffffff8136c3fb>] ? device_del+0x3b/0x1a0
 [<ffffffff8136c569>] ? device_unregister+0x9/0x20
 [<ffffffffa0000aa7>] ? acpi_video_bus_remove+0xc5/0x1ba [video]
 [<ffffffff812f3300>] ? acpi_device_remove+0x74/0x91
 [<ffffffff8136fc75>] ? __device_release_driver+0x75/0xe0
 [<ffffffff8136fd04>] ? device_release_driver+0x24/0x40
 [<ffffffff812f3de6>] ? acpi_bus_device_detach+0x4d/0x51
 [<ffffffff812f421d>] ? acpi_bus_trim+0x36/0x6a
 [<ffffffff812ced72>] ? acpiphp_bus_trim+0x22/0x30
 [<ffffffff812cf159>] ? disable_slot+0x99/0xb0
 [<ffffffff812cf250>] ? acpiphp_check_bridge+0xe0/0xf0
 [<ffffffff812cffca>] ? hotplug_event+0xfa/0x1a0
 [<ffffffff812d009e>] ? hotplug_event_work+0x2e/0x80
 [<ffffffff812f03c3>] ? acpi_hotplug_work_fn+0x13/0x1c
 [<ffffffff8106031e>] ? process_one_work+0x13e/0x3c0
 [<ffffffff81060f5b>] ? worker_thread+0x10b/0x390
 [<ffffffff81060e50>] ? manage_workers.isra.29+0x290/0x290
 [<ffffffff810669a1>] ? kthread+0xc1/0xe0
 [<ffffffff810668e0>] ? kthread_create_on_node+0x190/0x190
 [<ffffffff815eaefc>] ? ret_from_fork+0x7c/0xb0
 [<ffffffff810668e0>] ? kthread_create_on_node+0x190/0x190
---[ end trace 3f3acd02e3a3fc17 ]---
wlan0: authenticate with 00:21:91:6c:01:88
wlan0: send auth to 00:21:91:6c:01:88 (try 1/3)
wlan0: authenticated
brcmsmac bcma0:0 wlan0: disabling HT as WMM/QoS is not supported by the AP
brcmsmac bcma0:0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
wlan0: associate with 00:21:91:6c:01:88 (try 1/3)
wlan0: RX AssocResp from 00:21:91:6c:01:88 (capab=0x431 status=0 aid=1)
brcmsmac bcma0:0: brcmsmac: brcms_ops_bss_info_changed: associated
brcmsmac bcma0:0: brcms_ops_bss_info_changed: qos enabled: false (implement)
IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: associated
brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
init: plymouth-stop pre-start process (1595) terminated with status 1
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
JFS: nTxBlock = 8192, nTxLock = 65536
NTFS driver 2.1.30 [Flags: R/O MODULE].
xor: measuring software checksum speed
   prefetch64-sse:  4996.000 MB/sec
   generic_sse:  4424.000 MB/sec
xor: using function: prefetch64-sse (4996.000 MB/sec)
raid6: sse2x1    2832 MB/s
raid6: sse2x2    3292 MB/s
raid6: sse2x4    3667 MB/s
raid6: using algorithm sse2x4 (3667 MB/s)
raid6: using ssse3x2 recovery algorithm
bio: create slab <bio-1> at 1
Btrfs loaded
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

nazan pisze:U mnie na laptopie nie działa regulacja jasności ekranu,mógłby ktoś z fachowców pomóc rozwiazać problem.
Proszę zatem o dokładny opis maszyny, kernel, środowiska graficznego.

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
nazan
Piegowaty Guziec
Piegowaty Guziec
Posty: 21
Rejestracja: 02 lut 2013, 21:47
Płeć: Kobieta
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: nazan »

kubuntu 13.10 kernel 3.13 wszystko zainstalowane z neteXT"73, laptop sony vaio F22
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

Ja jeszcze sprawdziłam 14.04 wersję testową tam działa jak należy to jajko to znaczy 3.13x.
a to z tego wynika ze ten LTS jest za stary. A co do reinstalacji jeśli to zrobię to będzie nowy LTS. A puki co nie zamierzam zarazie reinstalować systemu w końcu do wydania jeszcze trzy miesiące.

Jedynie jest mały problem na tym TT to ze dioda nie zapala się po wejściu w stan uśpienia. podobnie zachowuje twoja seria 26.x polskim remixie Przyjazny Puchacz.

a co do wersji jajka 27.5 to system mi się wiesza.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
Awatar użytkownika
e X t 7 3
Przyjaciel
Przyjaciel
Posty: 4943
Rejestracja: 07 maja 2009, 23:34
Płeć: Mężczyzna
Wersja Ubuntu: 21.10
Środowisko graficzne: KDE Plasma
Architektura: x86_64
Lokalizacja: Kraków
Kontakt:

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: e X t 7 3 »

Koleżanko co by nie mówić Twoja maszyna jest "specyficzna" i szczerze już dawno bym ją "oddał" producentowi z "pozdrowieniami" za "jakość" produktu. Może ostatnie produkty Della są w miarę oki i wracają do jakości sprzed kilku lat ale to co prezentowali od 2010 do wakacji 2013 to jedna wielka żenada jeśli chodzi o jakość ... już wolałbym laptop by "Zdzisiek & Władek LTD". Chyba drastyczny spadek sprzedaży ich produktów dał im do myślenia ;).

Pozdrawiam
Nie ma rzeczy niemożliwych ... są tylko trudne do zrobienia ;)

Moje kernele oraz skrypty:

NeteXt'73 - instalator kerneli i skryptów oraz optymalizator systemu w jednym > netext73.pl
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: Kernele testowe wersja v28.x - atom, K8, i7 oraz Brazos

Post autor: linuxozaurus »

Ja narazie nie kupię kolejnego ale i nie chcę przechodzić na testowego LTS. wczśniej przez ponad 2 lata zawsze dioda nie świeciłaca astatnie jajka walą błędami ale nie są to błędy zagrazające działaniu systemu. a co do dysków w ich komputerach są podłej jakości. i to mnie razi.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
Zablokowany

Wróć do „kernele e X t 7 3”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 2 gości