Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Internet a sítě => Téma založeno: Jurajos 04 Srpna 2008, 19:59:24
-
Dobry den,
predem bych chtel upozornit, ze jsem v linuxu uplny zacatecnik. Mam na notebooku nainstalovane Ubuntu 8.04, ale nejede mi internet. Pouzivam router Airlive WT-2000R s DHCP serverem. Kdysi jsem na stejnem notasu zkousel Ubuntu 7.10 a vse fungovalo. Zkousel jsem i rady z ostatnich vlaken, ale nic nepomohlo. Posilam nejake vypisy a kdyztak poslu dalsi. Diky za kazdou radu.
jura@jura-laptop:~$ sudo ifconfig -a
[sudo] password for jura:
eth0 Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:39 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:92 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7362 (7.1 KB) TX bytes:0 (0.0 B)
Interrupt:253 Base address:0xe000
eth0:avahi Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
inet addr:169.254.9.153 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:253 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:340 errors:0 dropped:0 overruns:0 frame:0
TX packets:340 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27288 (26.6 KB) TX bytes:27288 (26.6 KB)
wlan0 Link encap:Ethernet HWaddr 00:18:f3:d6:25:58
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wmaster0 Link encap:UNSPEC HWaddr 00-18-F3-D6-25-58-00-00-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
jura@jura-laptop:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
link-local * 255.255.0.0 U 0 0 0 eth0
default * 0.0.0.0 U 1000 0 0 eth0
jura@jura-laptop:~$ cat /etc/network/interfaces
auto lo eth0
iface lo inet loopback
-
Ze by opet NM zlobil ???
Poslete vypis z Windows. Start -> Programy -> Prislusenstvi -> Prikazovy radek ->
ipconfig \all
PS: Mozna to je /all
-
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Jura>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : jura-laptop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : 83.240.0.215, 83.240.0.135
Ethernet adapter Wireless Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : ASUS 802.11g Network Adapter
Physical Address. . . . . . . . . : 00-18-F3-D6-25-58
Ethernet adapter Local Area Connection 3:
Connection-specific DNS Suffix . : 83.240.0.215, 83.240.0.135
Description . . . . . . . . . . . : Realtek RTL8168/8111 PCI-E Gigabit E
thernet NIC
Physical Address. . . . . . . . . : 00-18-F3-EE-E4-40
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.125
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 83.240.0.215
192.168.1.254
Lease Obtained. . . . . . . . . . : 5. srpna 2008 13:36:41
Lease Expires . . . . . . . . . . : 16. zárí 2008 5:36:41
Ethernet adapter Local Area Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Bluetooth Personal Area Network
Physical Address. . . . . . . . . : 00-18-F3-8D-9C-96
C:\Documents and Settings\Jura>
-
Zkuste:
sudo ifconfig eth0 adress 192.168.1.125 netmask 255.255.255.0 broadcast 192.168.1.255
sudo route add default gw 192.168.1.254
sudo sh -c "echo nameserver 83.240.0.215 >> /etc/resolv.conf"
sudo sh -c "echo nameserver 192.168.1.254 >> /etc/resolv.conf"
Kdyz se to na necem sekne nebo zahlasi chybu tak to sem poslete. JInak poslete na konci vypisy:
ping 74.125.39.147 -c 5
ping 192.168.1.254 -c 5
ifconfig
sudo ethtool eth0
lspci
-
Seklo se to u toho prvniho. Myslel jsem, ze je to tim ze tam ma byt address misto adress ale i tak to dopadlo stejne.
jura@jura-laptop:~$ sudo ifconfig eth0 adress 192.168.1.125 netmask 255.255.255.0 broadcast 192.168.1.255
[sudo] password for jura:
adress: Unknown host
ifconfig: `--help' gives usage information.
Jinak ostatni prikazy projdou.
Nevim, zda Vam to ted k necemu bude, ale posilam i ty vypisy co jste chtel:
jura@jura-laptop:~$ ping 74.125.39.147 -c 5
PING 74.125.39.147 (74.125.39.147) 56(84) bytes of data.
--- 74.125.39.147 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4009ms
jura@jura-laptop:~$ ping 192.168.1.254 -c 5
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
--- 192.168.1.254 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4010ms
jura@jura-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:259 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:276 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30211 (29.5 KB) TX bytes:0 (0.0 B)
Interrupt:253 Base address:0xe000
eth0:avahi Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
inet addr:169.254.9.153 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:253 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:310 errors:0 dropped:0 overruns:0 frame:0
TX packets:310 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:23314 (22.7 KB) TX bytes:23314 (22.7 KB)
jura@jura-laptop:~$ sudo ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
Link detected: yes
jura@jura-laptop:~$ lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
02:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 08)
03:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
jura@jura-laptop:~$
Jinak diky moc, ze se mi venujete ;)
-
1) Melo to byt address.
2) Zkuste to s tim jeste jednou, pripadne vynechteto slovo "address" cely a nechte tam jen tu ip adresu + ty dalsi veci zatim.
Kazdopadne je to divny, melo by si to nacist tyhle vsechny veci automaticky. Podivam se na tu vasi sitovku jestli s ni nejsou problemy. A kdyztak zkusim odstranit NM je mozne, ze zpusobuje problemy.
Nebo pockame az prijde nekdo zkusenejsi. ;)
-
Dekuji, bez toho "address" to proslo, takze jsme o kus dal. Nicmene internet stale nefunguje :(
jura@jura-laptop:~$ ping 74.125.39.147 -c 5
PING 74.125.39.147 (74.125.39.147) 56(84) bytes of data.
From 192.168.1.125 icmp_seq=1 Destination Host Unreachable
From 192.168.1.125 icmp_seq=4 Destination Host Unreachable
From 192.168.1.125 icmp_seq=5 Destination Host Unreachable
--- 74.125.39.147 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4003ms
, pipe 2
jura@jura-laptop:~$ ping 192.168.1.254 -c 5
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
--- 192.168.1.254 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4010ms
jura@jura-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
inet addr:192.168.1.125 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:810 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:782 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:83797 (81.8 KB) TX bytes:0 (0.0 B)
Interrupt:253 Base address:0xe000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:478 errors:0 dropped:0 overruns:0 frame:0
TX packets:478 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:38609 (37.7 KB) TX bytes:38609 (37.7 KB)
-
Ta wifina je jako client, nicmene primarne pouzivam LAN, jelikoz ta wifina ma slaby signal(ale v Ubuntu teda nefunguje ani jedno). Jak jsem psal, notas je pripojen kablem do routeru, ktery prideluje IP adresy. Poskytovatelem internetoveho pripojeni je Netbox poskytujici statickou IP. Nenapada me co vic napsat k pripojeni.
-
Předpokládám že řešíme drátovou síťovku
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=5&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#RTL8111B/RTL8168B/RTL8111/RTL8168/RTL8111C
stáhnout, zkompilovat viz readme, blacklistovat r8169, modprobe r8168.
případně, pokud to nemáte jak stáhnout, tak napište uname -r
a třeba se tu najde dobrá duše se stejným jádrem která to zkompiluje za vás a pošle hotový r8168.ko
-
DuckD: router je k providerovi pripojenej kabelem, takze problem je zcela urcite jinde. Navic v XPckach funguje vse jak ma.
kiklhorn: psal jsem, ze jsem zacatecnik a tudiz budu potrebovat trochu pomoci:). Stahl jsem r8168-8.008.00.tar.bz2 a snazil se drzet instrukci v readme, ale hazi me to chyby:
jura@jura-laptop://home/jura$ cd //home/jura/r8168-8.008.00
jura@jura-laptop://home/jura/r8168-8.008.00$ sudo make clean modules
[sudo] password for jura:
make -C src/ clean
make[1]: Entering directory `/home/jura/r8168-8.008.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order
make[1]: Leaving directory `/home/jura/r8168-8.008.00/src'
make -C src/ modules
make[1]: Entering directory `/home/jura/r8168-8.008.00/src'
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/src modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:41: /src/Makefile: No such file or directory
make[3]: *** No rule to make target `/src/Makefile'. Stop.
make[2]: *** [_module_/src] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/jura/r8168-8.008.00/src'
make: *** [modules] Error 2
jura@jura-laptop://home/jura/r8168-8.008.00$
Je potreba to rozbalit do nejakeho urciteho adresare? Diky
-
jasně, před řádkem "sudo make clean modules"
ještě dejte
sudo make
nebo před vším si dejte sudo -s
pak jej již nepoužívejte v příkazech
a pak se vraťte do svého uživateleexit
-
diky, tak se podarilo zkompilovat dle readme, blacklistoval jsem r8169 a dal modprobe r8168. Internet ale bohuzel stale nejede :(
Doufam ze jsem to udelal spravne. Pro jistotu posilam vypisy:
jura@jura-laptop:~$ sudo -s
[sudo] password for jura:
root@jura-laptop:~# lsmod | grep r8169
r8169 36612 0
root@jura-laptop:~# rmmod r8169
root@jura-laptop:~# tar vjxf r8168-8.008.00.tar.bz2
r8168-8.008.00/
r8168-8.008.00/readme
r8168-8.008.00/Makefile
r8168-8.008.00/src/
r8168-8.008.00/src/Makefile_linux24x
r8168-8.008.00/src/r8168.h
r8168-8.008.00/src/Makefile
r8168-8.008.00/src/r8168_n.c
r8168-8.008.00/release_note.txt
root@jura-laptop:~# cd r8168-8.008.00
root@jura-laptop:~/r8168-8.008.00# make clean modules
make -C src/ clean
make[1]: Entering directory `/home/jura/r8168-8.008.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers *.order
make[1]: Leaving directory `/home/jura/r8168-8.008.00/src'
make -C src/ modules
make[1]: Entering directory `/home/jura/r8168-8.008.00/src'
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/jura/r8168-8.008.00/src modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
CC [M] /home/jura/r8168-8.008.00/src/r8168_n.o
/home/jura/r8168-8.008.00/src/r8168_n.c: In function ‘rtl8168_down’:
/home/jura/r8168-8.008.00/src/r8168_n.c:4494: warning: unused variable ‘poll_locked’
/home/jura/r8168-8.008.00/src/r8168_n.c: At top level:
/home/jura/r8168-8.008.00/src/r8168_n.c:2420: warning: ‘rtl8168_phy_power_down’ defined but not used
LD [M] /home/jura/r8168-8.008.00/src/r8168.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/jura/r8168-8.008.00/src/r8168.mod.o
LD [M] /home/jura/r8168-8.008.00/src/r8168.ko
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
strip --strip-debug r8168.ko
make[1]: Leaving directory `/home/jura/r8168-8.008.00/src'
root@jura-laptop:~/r8168-8.008.00# make install
make -C src/ install
make[1]: Entering directory `/home/jura/r8168-8.008.00/src'
install -m 744 -c r8168.ko /lib/modules/2.6.24-16-generic/kernel/drivers/net/
make[1]: Leaving directory `/home/jura/r8168-8.008.00/src'
root@jura-laptop:~/r8168-8.008.00# depmod -a
root@jura-laptop:~/r8168-8.008.00# insmod ./src/r8168.ko
root@jura-laptop:~/r8168-8.008.00# lsmod | grep r8168
r8168 40720 0
root@jura-laptop:~/r8168-8.008.00# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:253 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5405 (5.2 KB) TX bytes:5405 (5.2 KB)
wlan0 Link encap:Ethernet HWaddr 00:18:f3:d6:25:58
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wmaster0 Link encap:UNSPEC HWaddr 00-18-F3-D6-25-58-00-00-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@jura-laptop:~/r8168-8.008.00# exit
exit
jura@jura-laptop:~$ sudo ifconfig eth0 up
jura@jura-laptop:~$ sudo ifconfig eth0 192.168.1.125
jura@jura-laptop:~$ cat /etc/resolv.conf
nameserver 83.240.0.215
nameserver 192.168.1.254
jura@jura-laptop:~$ sudo route add default gw 192.168.1.254
jura@jura-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:18:f3:ee:e4:40
inet addr:192.168.1.125 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:253 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5405 (5.2 KB) TX bytes:5405 (5.2 KB)
jura@jura-laptop:~$ sudo gedit /etc/modprobe.d/blacklist
jura@jura-laptop:~$ modprobe r8168
jura@jura-laptop:~$ ping 192.168.1.254 -c 5
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
From 192.168.1.125 icmp_seq=1 Destination Host Unreachable
From 192.168.1.125 icmp_seq=2 Destination Host Unreachable
From 192.168.1.125 icmp_seq=3 Destination Host Unreachable
From 192.168.1.125 icmp_seq=4 Destination Host Unreachable
From 192.168.1.125 icmp_seq=5 Destination Host Unreachable
--- 192.168.1.254 ping statistics ---
5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4019ms
, pipe 3
-
zkuste to restartovat, pak
lsmod | grep r8*
pokud nic nevypíše tak sudo modprobe r8168
a pak pošlete výpis dmesg
-
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PERCPU: Allocating 34656 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257193
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=UUID=36583394-f558-4f50-a944-6f10e5a4368a ro quiet splash
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] TSC calibrated against PM_TIMER
[ 14.231361] Marking TSC unstable due to TSCs unsynchronized
[ 14.231364] time.c: Detected 1607.301 MHz processor.
[ 14.233709] Console: colour VGA+ 80x25
[ 14.233713] console [tty0] enabled
[ 14.233732] Checking aperture...
[ 14.233735] CPU 0: aperture @ 3a4a000000 size 32 MB
[ 14.233738] Aperture too small (32 MB)
[ 14.240754] No AGP bridge found
[ 14.254027] Memory: 1020392k/1048320k available (2466k kernel code, 27540k reserved, 1309k data, 316k init)
[ 14.254068] SLUB: Genslabs=12, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[ 14.333338] Calibrating delay using timer specific routine.. 3227.32 BogoMIPS (lpj=6454651)
[ 14.333376] Security Framework initialized
[ 14.333384] SELinux: Disabled at boot.
[ 14.333399] AppArmor: AppArmor initialized
[ 14.333404] Failure registering capabilities with primary security module.
[ 14.333514] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 14.334355] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 14.334759] Mount-cache hash table entries: 256
[ 14.334915] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 14.334917] CPU: L2 Cache: 512K (64 bytes/line)
[ 14.334921] CPU 0/0 -> Node 0
[ 14.334923] CPU: Physical Processor ID: 0
[ 14.334925] CPU: Processor Core ID: 0
[ 14.334953] SMP alternatives: switching to UP code
[ 14.335641] Early unpacking initramfs... done
[ 14.745313] ACPI: Core revision 20070126
[ 14.745386] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 14.746927] ACPI Error (psloop-0136): Found unknown opcode FD at AML address ffffc20000196005 offset 5BA1, ignoring [20070126]
[ 14.746942] ACPI Error (psloop-0136): Found unknown opcode FD at AML address ffffc200001960b4 offset 5C50, ignoring [20070126]
[ 14.748693] ACPI Error (psloop-0136): Found unknown opcode FD at AML address ffffc20000196005 offset 5BA1, ignoring [20070126]
[ 14.748708] ACPI Error (psloop-0136): Found unknown opcode FD at AML address ffffc200001960b4 offset 5C50, ignoring [20070126]
[ 14.817637] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 14.998962] Disabling APIC timer
[ 14.999094] SMP alternatives: switching to SMP code
[ 14.999657] Booting processor 1/2 APIC 0x1
[ 15.009943] Initializing CPU#1
[ 15.087168] Calibrating delay using timer specific routine.. 3217.02 BogoMIPS (lpj=6434058)
[ 15.087175] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 15.087178] CPU: L2 Cache: 512K (64 bytes/line)
[ 15.087180] CPU 1/1 -> Node 0
[ 15.087182] CPU: Physical Processor ID: 0
[ 15.087184] CPU: Processor Core ID: 1
[ 15.087279] AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
[ 15.087136] Brought up 2 CPUs
[ 15.087300] CPU0 attaching sched-domain:
[ 15.087303] domain 0: span 03
[ 15.087305] groups: 01 02
[ 15.087309] domain 1: span 03
[ 15.087311] groups: 03
[ 15.087314] CPU1 attaching sched-domain:
[ 15.087316] domain 0: span 03
[ 15.087318] groups: 02 01
[ 15.087321] domain 1: span 03
[ 15.087323] groups: 03
[ 15.087588] net_namespace: 120 bytes
[ 15.088103] Time: 15:20:10 Date: 08/06/08
[ 15.088141] NET: Registered protocol family 16
[ 15.088367] ACPI: bus type pci registered
[ 15.088452] PCI: Using configuration type 1
[ 15.094154] ACPI: EC: Look up EC in DSDT
[ 15.134023] ACPI: Interpreter enabled
[ 15.134026] ACPI: (supports S0 S1 S3 S4 S5)
[ 15.134048] ACPI: Using IOAPIC for interrupt routing
[ 15.145607] ACPI: EC: GPE = 0x20, I/O: command/status = 0x66, data = 0x62
[ 15.145611] ACPI: EC: driver started in poll mode
[ 15.145774] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 15.147078] PCI: Transparent bridge - 0000:00:10.0
[ 15.147152] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 15.147447] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 15.147598] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PA._PRT]
[ 15.147773] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 15.163954] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
[ 15.164274] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *11
[ 15.164592] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *5
[ 15.164908] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *5
[ 15.165223] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *11
[ 15.165538] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled.
[ 15.165854] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled.
[ 15.166169] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled.
[ 15.166486] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
[ 15.166801] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *7
[ 15.167130] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *0, disabled.
[ 15.167446] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10
[ 15.167762] ACPI: PCI Interrupt Link [LACI] (IRQs 20 21 22 23) *0, disabled.
[ 15.168078] ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *0, disabled.
[ 15.168394] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5
[ 15.168708] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
[ 15.169024] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *0, disabled.
[ 15.169339] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *0, disabled.
[ 15.169717] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[ 15.169880] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 15.169914] pnp: PnP ACPI init
[ 15.169925] ACPI: bus type pnp registered
[ 15.174077] pnp: PnP ACPI: found 12 devices
[ 15.174080] ACPI: ACPI bus type pnp unregistered
[ 15.174352] PCI: Using ACPI for IRQ routing
[ 15.174355] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 15.195021] NET: Registered protocol family 8
[ 15.195024] NET: Registered protocol family 20
[ 15.195169] AppArmor: AppArmor Filesystem Enabled
[ 15.211038] system 00:07: iomem range 0x0-0x0 could not be reserved
[ 15.211045] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 15.211048] system 00:08: ioport range 0x800-0x80f has been reserved
[ 15.211052] system 00:08: ioport range 0x500-0x57f has been reserved
[ 15.211055] system 00:08: ioport range 0x580-0x5ff has been reserved
[ 15.211058] system 00:08: ioport range 0x800-0x87f could not be reserved
[ 15.211061] system 00:08: ioport range 0x880-0x8ff has been reserved
[ 15.211064] system 00:08: ioport range 0x900-0x97f has been reserved
[ 15.211066] system 00:08: ioport range 0x980-0x9ff has been reserved
[ 15.211070] system 00:08: iomem range 0x0-0x0 could not be reserved
[ 15.211074] system 00:08: iomem range 0xfee01000-0xfeefffff has been reserved
[ 15.211082] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 15.211086] system 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 15.211093] system 00:0a: iomem range 0xe0000000-0xefffffff has been reserved
[ 15.211100] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
[ 15.211104] system 00:0b: iomem range 0xc0000-0xcffff has been reserved
[ 15.211107] system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
[ 15.211111] system 00:0b: iomem range 0x100000-0x3fffffff could not be reserved
[ 15.211114] system 00:0b: iomem range 0xe0000000-0xffffffff could not be reserved
[ 15.211577] PCI: Bridge: 0000:00:03.0
[ 15.211580] IO window: d000-dfff
[ 15.211583] MEM window: dcf00000-dcffffff
[ 15.211585] PREFETCH window: disabled.
[ 15.211588] PCI: Bridge: 0000:00:04.0
[ 15.211590] IO window: disabled.
[ 15.211592] MEM window: dd000000-df6fffff
[ 15.211595] PREFETCH window: c0000000-cfffffff
[ 15.211604] PCI: Bus 4, cardbus bridge: 0000:03:01.0
[ 15.211606] IO window: 0000e000-0000e0ff
[ 15.211609] IO window: 0000e400-0000e4ff
[ 15.211612] PREFETCH window: 50000000-53ffffff
[ 15.211616] MEM window: 54000000-57ffffff
[ 15.211619] PCI: Bridge: 0000:00:10.0
[ 15.211621] IO window: e000-efff
[ 15.211624] MEM window: df700000-dfffffff
[ 15.211627] PREFETCH window: da000000-dbffffff
[ 15.211642] PCI: Setting latency timer of device 0000:00:03.0 to 64
[ 15.211650] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 15.211658] PCI: Setting latency timer of device 0000:00:10.0 to 64
[ 15.212121] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19
[ 15.212132] ACPI: PCI Interrupt 0000:03:01.0[A] -> Link [LNKB] -> GSI 19 (level, low) -> IRQ 19
[ 15.212198] NET: Registered protocol family 2
[ 15.214991] Time: acpi_pm clocksource has been installed.
[ 15.215174] Clockevents: could not switch to one-shot mode:<6>Clockevents: could not switch to one-shot mode: lapic is not functional.
[ 15.215005] Could not switch to high resolution mode on CPU 0
[ 15.215185] lapic is not functional.
[ 15.215187] Could not switch to high resolution mode on CPU 1
[ 15.259098] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 15.259653] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 15.261367] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 15.262178] TCP: Hash tables configured (established 131072 bind 65536)
[ 15.262182] TCP reno registered
[ 15.275155] checking if image is initramfs... it is
[ 15.715133] Clockevents: could not switch to one-shot mode:<6>Clockevents: could not switch to one-shot mode: lapic is not functional.
[ 15.714955] Could not switch to high resolution mode on CPU 0
[ 15.715146] lapic is not functional.
[ 15.715148] Could not switch to high resolution mode on CPU 1
[ 16.075822] Freeing initrd memory: 8193k freed
[ 16.083597] audit: initializing netlink socket (disabled)
[ 16.083611] audit(1218036010.636:1): initialized
[ 16.086077] VFS: Disk quotas dquot_6.5.1
[ 16.086166] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 16.086315] io scheduler noop registered
[ 16.086317] io scheduler anticipatory registered
[ 16.086320] io scheduler deadline registered
[ 16.086443] io scheduler cfq registered (default)
[ 16.519654] Boot video device is 0000:02:00.0
[ 16.519848] PCI: Setting latency timer of device 0000:00:03.0 to 64
[ 16.519872] assign_interrupt_mode Found MSI capability
[ 16.519893] Allocate Port Service[0000:00:03.0:pcie00]
[ 16.519968] PCI: Setting latency timer of device 0000:00:04.0 to 64
[ 16.519991] assign_interrupt_mode Found MSI capability
[ 16.520008] Allocate Port Service[0000:00:04.0:pcie00]
[ 16.553217] Real Time Clock Driver v1.12ac
[ 16.553338] Linux agpgart interface v0.102
[ 16.553341] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 16.554587] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 16.554668] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 16.554777] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 16.557550] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 16.558721] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 16.558728] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 16.558731] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 16.558734] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 16.558737] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 16.575184] mice: PS/2 mouse device common for all mice
[ 16.575238] cpuidle: using governor ladder
[ 16.575240] cpuidle: using governor menu
[ 16.575702] NET: Registered protocol family 1
[ 16.575770] registered taskstats version 1
[ 16.575919] Magic number: 4:324:335
[ 16.575938] hash matches device ttyza
[ 16.576016] hash matches device tty56
[ 16.576055] /build/buildd/linux-2.6.24/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 16.576059] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 16.576061] EDD information not available.
[ 16.576073] Freeing unused kernel memory: 316k freed
[ 16.603876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 17.826048] fuse init (API version 7.9)
[ 17.847576] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 17.852877] ACPI: Thermal Zone [TZ00] (66 C)
[ 17.978127] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 18.327345] r8169 Gigabit Ethernet driver 2.2LK loaded
[ 18.327866] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[ 18.327879] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNEA] -> GSI 18 (level, low) -> IRQ 18
[ 18.327898] PCI: Setting latency timer of device 0000:01:00.0 to 64
[ 18.328184] eth0: RTL8168b/8111b at 0xffffc2000018a000, 00:18:f3:ee:e4:40, XID 38000000 IRQ 509
[ 18.377071] usbcore: registered new interface driver usbfs
[ 18.377097] usbcore: registered new interface driver hub
[ 18.377868] SCSI subsystem initialized
[ 18.385218] usbcore: registered new device driver usb
[ 18.386412] libata version 3.00 loaded.
[ 18.386463] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 18.387030] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 23
[ 18.387044] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LUB0] -> GSI 23 (level, low) -> IRQ 23
[ 18.387243] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[ 18.387250] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[ 18.387527] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
[ 18.387553] ohci_hcd 0000:00:0b.0: irq 23, io mem 0xdcebe000
[ 18.444930] usb usb1: configuration #1 chosen from 1 choice
[ 18.444958] hub 1-0:1.0: USB hub found
[ 18.444968] hub 1-0:1.0: 8 ports detected
[ 18.547582] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[ 18.547598] ACPI: PCI Interrupt 0000:00:0b.1[B] -> Link [LUB2] -> GSI 22 (level, low) -> IRQ 22
[ 18.547788] PCI: Setting latency timer of device 0000:00:0b.1 to 64
[ 18.547797] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[ 18.547865] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
[ 18.547906] ehci_hcd 0000:00:0b.1: debug port 1
[ 18.547912] PCI: cache line size of 64 is not supported by device 0000:00:0b.1
[ 18.547927] ehci_hcd 0000:00:0b.1: irq 22, io mem 0xdcebfc00
[ 18.558946] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 18.559098] usb usb2: configuration #1 chosen from 1 choice
[ 18.559124] hub 2-0:1.0: USB hub found
[ 18.559133] hub 2-0:1.0: 8 ports detected
[ 18.663429] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 17
[ 18.663444] ACPI: PCI Interrupt 0000:03:01.1[B] -> Link [LNKC] -> GSI 17 (level, low) -> IRQ 17
[ 18.715829] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[17] MMIO=[df7ff000-df7ff7ff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 18.722912] pata_amd 0000:00:0d.0: version 0.3.10
[ 18.722963] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[ 18.724282] scsi0 : pata_amd
[ 18.726836] scsi1 : pata_amd
[ 18.728413] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 18.728416] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 19.047024] ata1.00: ATAPI: HL-DT-ST DVDRAM GSA-T10N, PR03, max UDMA/33
[ 19.219041] ata1.00: configured for UDMA/33
[ 19.383819] ata2.00: ATA-7: Hitachi HTS541210H9AT00, HPBOA23C, max UDMA/100
[ 19.383824] ata2.00: 195371568 sectors, multi 16: LBA48
[ 19.399426] ata2.00: configured for UDMA/100
[ 19.403302] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T10N PR03 PQ: 0 ANSI: 5
[ 19.403796] scsi 1:0:0:0: Direct-Access ATA Hitachi HTS54121 HPBO PQ: 0 ANSI: 5
[ 19.403713] ACPI: PCI Interrupt 0000:03:03.0[A] -> Link [LNKB] -> GSI 19 (level, low) -> IRQ 19
[ 19.418684] usb 2-5: new high speed USB device using ehci_hcd and address 3
[ 19.462738] ssb: Sonics Silicon Backplane found on PCI device 0000:03:03.0
[ 19.478439] Driver 'sd' needs updating - please use bus_type methods
[ 19.478554] sd 1:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
[ 19.478568] sd 1:0:0:0: [sda] Write Protect is off
[ 19.478571] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 19.478588] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 19.478645] sd 1:0:0:0: [sda] 195371568 512-byte hardware sectors (100030 MB)
[ 19.478655] sd 1:0:0:0: [sda] Write Protect is off
[ 19.478657] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 19.478673] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 19.478677] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 19.498667] sda1 sda2 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 19.503498] Uniform CD-ROM driver Revision: 3.20
[ 19.503561] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 19.516734] sda5 sda6 > sda3 sda4
[ 19.544953] sd 1:0:0:0: [sda] Attached SCSI disk
[ 19.551019] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 19.551046] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 19.553673] usb 2-5: configuration #1 chosen from 1 choice
[ 19.940459] Attempting manual resume
[ 19.940463] swsusp: Resume From Partition 8:3
[ 19.940465] PM: Checking swsusp image.
[ 19.940709] PM: Resume from disk failed.
[ 19.995546] kjournald starting. Commit interval 5 seconds
[ 19.995565] EXT3-fs: mounted filesystem with ordered data mode.
[ 19.996648] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e0180003788585]
[ 20.094822] usb 1-1: new low speed USB device using ohci_hcd and address 2
[ 20.308809] usb 1-1: configuration #1 chosen from 1 choice
[ 20.614793] usb 1-7: new full speed USB device using ohci_hcd and address 3
[ 20.913740] usb 1-7: configuration #1 chosen from 1 choice
[ 30.577955] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 30.617933] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 30.660463] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x600
[ 30.660484] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x700
[ 30.810002] input: Power Button (FF) as /devices/virtual/input/input2
[ 30.829740] ACPI: Power Button (FF) [PWRF]
[ 30.829872] input: Sleep Button (CM) as /devices/virtual/input/input3
[ 30.861736] ACPI: Sleep Button (CM) [SLPB]
[ 30.861827] input: Lid Switch as /devices/virtual/input/input4
[ 30.873876] ACPI: Lid Switch [LID]
[ 30.874022] input: Power Button (CM) as /devices/virtual/input/input5
[ 30.893755] ACPI: Power Button (CM) [PWRB]
[ 31.034785] asus-laptop: Asus Laptop Support version 0.42
[ 31.034943] asus-laptop: Error calling BSTS
[ 31.034947] asus-laptop: A6Tc model detected
[ 31.053730] Registered led device: asus:mail
[ 31.172346] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 31.545904] ACPI: WMI-Acer: Mapper loaded
[ 31.973556] Yenta: CardBus bridge found at 0000:03:01.0 [1043:1367]
[ 32.035301] ACPI: Battery Slot [BAT0] (battery present)
[ 32.043792] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:05/LNXVIDEO:00/input/input7
[ 32.077394] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 32.102136] Yenta: ISA IRQ mask 0x0c38, PCI irq 19
[ 32.102141] Socket status: 30000006
[ 32.102144] Yenta: Raising subordinate bus# of parent bus (#03) from #04 to #07
[ 32.102148] pcmcia: parent PCI bridge I/O window: 0xe000 - 0xefff
[ 32.102152] pcmcia: parent PCI bridge Memory window: 0xdf700000 - 0xdfffffff
[ 32.102155] pcmcia: parent PCI bridge Memory window: 0xda000000 - 0xdbffffff
[ 32.109587] ACPI: AC Adapter [AC0] (on-line)
[ 32.349454] sdhci: Secure Digital Host Controller Interface driver
[ 32.349459] sdhci: Copyright(c) Pierre Ossman
[ 32.349524] sdhci: SDHCI controller found at 0000:03:01.2 [1180:0822] (rev 17)
[ 32.350040] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 16
[ 32.350053] ACPI: PCI Interrupt 0000:03:01.2[C] -> Link [LNKD] -> GSI 16 (level, low) -> IRQ 16
[ 32.350227] sdhci:slot0: Will use DMA mode even though HW doesn't fully claim to support it.
[ 32.350323] mmc0: SDHCI at 0xdf7ff800 irq 16 DMA
[ 32.605707] Bluetooth: Core ver 2.11
[ 32.633712] NET: Registered protocol family 31
[ 32.633716] Bluetooth: HCI device and connection manager initialized
[ 32.633721] Bluetooth: HCI socket layer initialized
[ 32.671450] Linux video capture interface: v2.00
[ 32.728020] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
[ 32.728035] ACPI: PCI Interrupt 0000:00:10.1[B] -> Link [LAZA] -> GSI 21 (level, low) -> IRQ 21
[ 32.728312] PCI: Setting latency timer of device 0000:00:10.1 to 64
[ 32.772104] hda_codec: Unknown model for ALC861, trying auto-probe from BIOS...
[ 32.819956] usbcore: registered new interface driver hiddev
[ 32.825991] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:0b.0/usb1/1-1/1-1:1.0/input/input8
[ 32.835303] Bluetooth: HCI USB driver ver 2.9
[ 32.875842] stk11xx: Syntek USB2.0 webcam driver startup
[ 32.875875] stk11xx: Syntek USB2.0 - STK-1135 based webcam found.
[ 32.875878] stk11xx: Syntek AVStream USB2.0 1.3M WebCam - Product ID 0xA311.
[ 32.875881] stk11xx: Release: 0005
[ 32.875883] stk11xx: Number of interfaces : 1
[ 32.877172] stk11xx: Initialize USB2.0 Syntek Camera
[ 32.925661] input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:0b.0-1
[ 32.925687] usbcore: registered new interface driver usbhid
[ 32.925691] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 32.927983] usbcore: registered new interface driver hci_usb
[ 33.000632] b43-phy0: Broadcom 4318 WLAN found
[ 33.005919] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
[ 33.044133] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input9
[ 33.084378] phy0: Selected rate control algorithm 'simple'
[ 33.105621] stk11xx: Syntek USB2.0 Camera is ready
[ 33.105676] stk11xx: Syntek USB2.0 Camera is now controlling video device /dev/video0
[ 33.105709] usbcore: registered new interface driver usb_stk11xx_driver
[ 33.105713] stk11xx: v1.3.1 : Syntek USB Video Camera
[ 35.653055] lp: driver loaded but no devices found
[ 35.833728] Adding 996020k swap on /dev/sda3. Priority:-1 extents:1 across:996020k
[ 36.394077] EXT3 FS on sda4, internal journal
[ 37.725039] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 38.229524] No dock devices found.
[ 38.664332] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-52 processors (2 cpu cores) (version 2.20.00)
[ 38.664075] powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0x13
[ 38.664080] powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x1e
[ 38.664129] powernow-k8: ph2 null fid transition 0x8
[ 39.668647] ppdev: user-space parallel port driver
[ 39.806116] audit(1218028835.342:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5343 profile="/usr/sbin/cupsd" namespace="default"
[ 41.721891] input: b43-phy0 as /devices/virtual/input/input10
[ 41.798864] Bluetooth: L2CAP ver 2.9
[ 41.798871] Bluetooth: L2CAP socket layer initialized
[ 41.809281] Bluetooth: RFCOMM socket layer initialized
[ 41.809305] Bluetooth: RFCOMM TTY layer initialized
[ 41.809307] Bluetooth: RFCOMM ver 1.8
[ 41.934621] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 41.934629] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 42.514542] Clocksource tsc unstable (delta = -114043072 ns)
[ 43.786736] r8169: eth0: link up
[ 44.086893] input: b43-phy0 as /devices/virtual/input/input11
[ 44.128676] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 44.128687] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 44.905479] NET: Registered protocol family 17
[ 53.775715] input: b43-phy0 as /devices/virtual/input/input12
[ 53.828402] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 53.828410] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 56.117699] CPU0 attaching NULL sched-domain.
[ 56.117708] CPU1 attaching NULL sched-domain.
[ 56.134486] CPU0 attaching sched-domain:
[ 56.134495] domain 0: span 03
[ 56.134499] groups: 01 02
[ 56.134504] domain 1: span 03
[ 56.134507] groups: 03
[ 56.134511] CPU1 attaching sched-domain:
[ 56.134514] domain 0: span 03
[ 56.134517] groups: 02 01
[ 56.134522] domain 1: span 03
[ 56.134524] groups: 03
[ 66.064448] input: b43-phy0 as /devices/virtual/input/input13
[ 66.114695] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 66.114706] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 79.964801] input: b43-phy0 as /devices/virtual/input/input14
[ 80.063510] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 80.063521] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 90.999068] input: b43-phy0 as /devices/virtual/input/input15
[ 91.085215] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 91.085224] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 98.503154] NETDEV WATCHDOG: eth0: transmit timed out
[ 98.511252] r8169: eth0: link up
[ 103.925652] input: b43-phy0 as /devices/virtual/input/input16
[ 103.973854] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 103.973862] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 115.693601] input: b43-phy0 as /devices/virtual/input/input17
[ 115.741989] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 115.742000] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 124.858709] input: b43-phy0 as /devices/virtual/input/input18
[ 124.906743] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found or load failed.
[ 124.906752] b43-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 4).
[ 132.660663] NETDEV WATCHDOG: eth0: transmit timed out
[ 132.668736] r8169: eth0: link up
-
obávám se že r8169 nemáte v blacklistu, stále se nahrává.
mrkněte se sem:
http://forum.ubuntu.cz/index.php?topic=21791.msg164071#msg164071
tady sice patchuje a kompiluje starší verzi driveru od realteku, ale část co se týká jak dát r8169 a natahovar r8168 je stejná.
Případně jsem narazil ještě na jednu zajímavou poznámku: http://www.linuxos.sk/KnowledgeBase_show_entry/78/index.html
-
Ten posledny navod je uz vylepseny. Podstate je to co pretym, len pribudli male vylepsenia. Skuste pozriet tu http://forum.ubuntu.cz/index.php?topic=21791.msg177814#msg177814 (http://forum.ubuntu.cz/index.php?topic=21791.msg177814#msg177814) . Dufam ze pomoze.
-
Moc vsem dekuji. Uz mi to frci. Navod od bendera404 fungoval.