[Çözüldü] Connection Failed: Unable to Get IP Address

Başlatan berat01, 11 Temmuz 2012 - 12:06:19

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

berat01

Merhaba,

Yaklaşık 9 aydır neredeyse sadece linux kullanıyorum. Windowsu sadece oyun oynamak için ortalama haftada bir açıyorum. 9 ay boyunca kablosuz ağ bağlantı sürekli sorun çıkarttı. Bütün gemileri yakmıştım linuxe gelirken yoksa şimdiye çoktan geri dönerdim.

Yüklü olarak gelen Network Manager programında sürekli düşmeler yaşıyordum. Bu yüzden WICD Network managerı indirdim. Bu seferde canı isterse bağlanıyor (bağlanırsa sorun yok) ama bağlanmazsa 'Connection Failed: Unable to Get IP Address' diye bir hata alıyorum.  dmesg.log dosyasında 'Unable to get IPv6' diye bir uyarı vardı. Sorunun buradan kaynaklandığını düşünüp /etc/modprobe.d/aliases dosyasında

alias net-pf-10 ipv6

satırını

alias net-pf-10 off

satırın ile değiştirip IPv6 yı iptal ettim. Ancak sorun hala devam ediyor. Bilgisayar canı isterse girmekte kablosuz ağa. Windowsun %100 sorunsuz çalıştığı alanlarda bu sorunları yapıyor. 9 aydır neredeyse hiç sorun olmadı ama istediğim gibi %100 verimle kablosuz ağ kullanamadım. Yavaştan sinir etmeye başladı bu sorun.

Bu sorunu nasıl çözebilirim?

Sistemimde debian 6 32 bit kurulu. Çekirdek sürümüm 2.6. Kablosuz ağ kartım: Atheros AR5007EG

Şimdiden teşekkürler.

furkankalkan

Elle ip vererek deneyin bi.Fakat wicd de nasıl yapılır bilmiyorum.
Lover
twitter.com/furkan_kalkan1

Kadir Can

#2
Sanırım IP alımında DNS iş görüyordu, DNS adresini değiştirerek dener misin?
Ayrıca IPv6 şu an etkin olarak kullanılmıyor diye biliyorum, ağ yöneticinden kaldırabilirsin.
modprobe.d altında yapılan değişikliklerin uygulanması için bazı komutlar gerekiyor sanırım.

berat01

#3
Öncelikle cevaplar için teşekkürler.
@devilman: IP ile oynamayı denemek istemedim ama WICD de nasıl olduğunu ben de bulamadım. Sonra üstüne çok gitmedim çünkü evde girerken sorun yok, çok nadir düşmeler oluyor ama hemen geri giriyor. Problem iş yerinde, kütüphanede, fakültede kısacası dışarıda internete girmek istersem oluyor. Yani farklı kanallar farklı oturumlar oluyor hep çevremde. Bu durumda sabit ip atayamam diye düşündüm.

@Kadir Can: DNS sunucusu olarak hep 8.8.8.8 ve 8.8.4.4 kullandım. Onları otomatik yapmayı deneyebilirim. Bir değişiklik olursa buradan bildiririm. /etc/modprobe.d/aliases  dosyasında yaptığım değişiklik ipv6yı iptal etmiştir umarım. Bunu kontrol edebileceğim bir komut bilen varsa ve paylaşırsa sevinirim.

Bir sorum daha olacak arkadaşlar. Sizde de kablosuz ağ windowsa göre hep daha az mı çekiyor? Yoksa bir tek ben mi bu konuda dertliyim. Bir sonraki bilgisayarım %100 linux uyumludur yazanlarından almazsam ben de berat01 değilim, fasulyeyim :)

Kadir Can

Sürekli daha az çeker diye bir genellemede bulunmak yanlış olur. Bazı donanım üreticileri gerekl eniyileştirmeleri sadece Microsoft için sunuyormuş diye duydum; ama tam Linux uyumlu bir ağ kartı ile sorun olmayacağını düşünüyorum.

heartsmagic

ipv6 denetimi için şunu yapabilirsin:
cat /proc/sys/net/ipv6/conf/all/disable_ipv6
Eğer çıktı 1 ise iptal etmişsin demektir, 0 ise etmemişsindir. İkinci bir yol da şu:
ip a | grep inet6 Eğer çıktı veriyorsa ipv6 etkindir, çıktı vermiyorsa kapatmışsındır.

Ağ sorunu için şunlara bakmak lazım:
http://forum.ubuntu-tr.net/index.php?topic=28764.0
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

berat01

#6
Alıntı yapılan: heartsmagic - 12 Temmuz 2012 - 00:21:45
cat /proc/sys/net/ipv6/conf/all/disable_ipv6
Bu kod ile kontrol ettim. ipv6 iptal edilmemiş. Çıktıyı 0 olarak alıyorum. İptal etmek için ne yapabilirim.

İnternetten araştırdığım kadarıyla alias dosyasını değiştirmem yetiyormuş ama işe yaramadı. Başka bir yerde de /etc/modprobe.d klasörüne 00local diye bir dosya açıp,
alias net-pf-10 off
alias ipv6 off
bu iki satırı dosyaya yazmamı söylüyordu. Denedim işe yaramadı. IPv6 yı nasıl iptal edebilirim?

Linkteki komutların çıktıları ise şöyle (Kusura bakmayın biraz uzun oldu)


root@berat:/home/berat# sudo cat /etc/lsb-release
cat: /etc/lsb-release: No such file or directory

root@berat:/home/berat# uname -a
Linux berat 2.6.32-5-686 #1 SMP Sun May 6 04:01:19 UTC 2012 i686 GNU/Linux

root@berat:/home/berat# lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 7930 Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RS7933 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc Device 7935
00:06.0 PCI bridge: ATI Technologies Inc RS7936 PCI Bridge
00:07.0 PCI bridge: ATI Technologies Inc Device 7937
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300]
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 15)

root@berat:/home/berat# lsusb
Bus 006 Device 002: ID 09da:000a A4 Tech Co., Ltd Port Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


root@berat:/home/berat# rfkill list
bash: rfkill: command not found

root@berat:/home/berat# sudo lshw -C network
sudo: lshw: command not found

root@berat:/home/berat# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:13:77:66:df:f2 
          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:18

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:1b:9e:7b:bf:22 
          inet addr:141.76.177.146  Bcast:141.76.183.255  Mask:255.255.248.0
          inet6 addr: fe80::21b:9eff:fe7b:bf22/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8906 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4675 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6368784 (6.0 MiB)  TX bytes:672357 (656.5 KiB)

root@berat:/home/berat# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"VPN/WEB" 
          Mode:Managed  Frequency:2.462 GHz  Access Point: 08:17:35:9D:38:71   
          Bit Rate=54 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=37/70  Signal level=-73 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

pan0      no wireless extensions.

root@berat:/home/berat# iwlist scanning
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wlan0     Scan completed :
          Cell 01 - Address: 08:17:35:9D:38:70
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=40/70  Signal level=-70 dBm 
                    Encryption key:on
                    ESSID:"eduroam"
                    Bit Rates:5.5 Mb/s; 11 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000002b36d100e9
                    Extra: Last beacon: 92ms ago
                    IE: Unknown: 0007656475726F616D
                    IE: Unknown: 01078B96243048606C
                    IE: Unknown: 03010B
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 0B0503003D0000
                    IE: Unknown: 2A0100
                    IE: Unknown: 2D1A6E181BFFFF000000000000000000000000000000000000000000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: 3D160B000700000000000000000000000000000000000000
                    IE: Unknown: 851E0A008F000F00FF035900494E462D41502D466F7965722D30310003000036
                    IE: Unknown: 9606004096000E00
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: DD180050F2020101800003000000270000004200000062000000
                    IE: Unknown: DD06004096010104
                    IE: Unknown: DD050040960305
                    IE: Unknown: DD050040960B09
                    IE: Unknown: DD050040961401
                    IE: Unknown: DD1D0040960C03FE6AE61B4B71380100004F230000000002CB2B8C41461732
          Cell 02 - Address: 08:17:35:9D:38:71
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=40/70  Signal level=-70 dBm 
                    Encryption key:off
                    ESSID:"VPN/WEB"
                    Bit Rates:5.5 Mb/s; 11 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000002b36d47170
                    Extra: Last beacon: 28ms ago
                    IE: Unknown: 000756504E2F574542
                    IE: Unknown: 01078B96243048606C
                    IE: Unknown: 03010B
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 0B050300340000
                    IE: Unknown: 2A0100
                    IE: Unknown: 2D1A6E181BFFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B000700000000000000000000000000000000000000
                    IE: Unknown: 9606004096000E00
                    IE: Unknown: DD180050F2020101800003000000270000004200000062000000
                    IE: Unknown: DD06004096010104
                    IE: Unknown: DD050040960305
                    IE: Unknown: DD050040960B09
                    IE: Unknown: DD050040961400
                    IE: Unknown: DD1D0040960C03FE6A861C4B7138010000512300000000978631475AD6377D
          Cell 03 - Address: 08:17:35:83:1F:B0
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=40/70  Signal level=-70 dBm 
                    Encryption key:on
                    ESSID:"eduroam"
                    Bit Rates:5.5 Mb/s; 11 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000005bf276ba8e9
                    Extra: Last beacon: 5404ms ago
                    IE: Unknown: 0007656475726F616D
                    IE: Unknown: 01078B96243048606C
                    IE: Unknown: 030101
                    IE: Unknown: 050701021800010000
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 0B0502000F0000
                    IE: Unknown: 2A0100
                    IE: Unknown: 2D1A6E181BFFFF000000000000000000000000000000000000000000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: 3D1601000700000000000000000000000000000000000000
                    IE: Unknown: 851E02008F000F00FF035900494E462D41502D466F7965722D30320002000036
                    IE: Unknown: 9606004096000E00
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: DD180050F2020101800003000000270000004200000062000000
                    IE: Unknown: DD06004096010104
                    IE: Unknown: DD050040960305
                    IE: Unknown: DD050040960B09
                    IE: Unknown: DD050040961401
                    IE: Unknown: DD1D0040960C03FE6AB190BD033701000074CC030000000B424571EFE29DDB

pan0      Interface doesn't support scanning.

root@berat:/home/berat# lsmod
Module                  Size  Used by
acpi_cpufreq            4947  1
cpufreq_powersave        602  0
cpufreq_stats           1997  0
cpufreq_userspace       1480  0
cpufreq_conservative     4018  0
parport_pc             15799  0
ppdev                   4058  0
lp                      5570  0
parport                22554  3 parport_pc,ppdev,lp
sco                     5885  2
bridge                 33031  0
stp                      996  1 bridge
bnep                    7452  2
l2cap                  21721  3 bnep
bluetooth              36319  5 sco,bnep,l2cap
binfmt_misc             4907  1
fuse                   44272  1
loop                    9769  0
arc4                     974  2
ecb                     1405  2
snd_hda_codec_realtek   163390  1
ath5k                 104054  0
mac80211              123586  1 ath5k
ath                     6018  1 ath5k
cfg80211               87649  3 ath5k,mac80211,ath
radeon                511848  2
ttm                    33502  1 radeon
snd_hda_intel          16823  1
drm_kms_helper         18569  1 radeon
joydev                  6739  0
snd_hda_codec          46062  2 snd_hda_codec_realtek,snd_hda_intel
drm                   112053  4 radeon,ttm,drm_kms_helper
snd_hwdep               4054  1 snd_hda_codec
i2c_piix4               7076  0
snd_pcm                47222  2 snd_hda_intel,snd_hda_codec
i2c_algo_bit            3493  1 radeon
rfkill                 10264  4 bluetooth,cfg80211
snd_seq                35463  0
snd_timer              12270  2 snd_pcm,snd_seq
snd_seq_device          3673  1 snd_seq
i2c_core               12787  5 radeon,drm_kms_helper,drm,i2c_piix4,i2c_algo_bit
hid_a4tech              1452  0
pcspkr                  1207  0
video                  14605  0
snd                    34415  10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
led_class               1757  1 ath5k
output                  1204  1 video
battery                 3782  0
processor              26327  3 acpi_cpufreq
button                  3598  0
ac                      1640  0
evdev                   5609  20
soundcore               3450  1 snd
snd_page_alloc          5045  2 snd_hda_intel,snd_pcm
psmouse                44837  0
serio_raw               2916  0
ext4                  256936  1
mbcache                 3762  1 ext4
jbd2                   56251  1 ext4
crc16                   1027  2 l2cap,ext4
sg                     19937  0
sd_mod                 26013  3
crc_t10dif              1012  1 sd_mod
sr_mod                 10770  0
cdrom                  26435  1 sr_mod
usbhid                 28016  0
ata_generic             2247  0
hid                    50909  2 hid_a4tech,usbhid
fan                     2586  0
ahci                   27750  2
pata_atiixp             2541  0
thermal                 9206  0
thermal_sys             9378  4 video,processor,fan,thermal
sky2                   34040  0
libata                115869  3 ata_generic,ahci,pata_atiixp
ohci_hcd               16999  0
ehci_hcd               28689  0
scsi_mod              105001  4 sg,sd_mod,sr_mod,libata
usbcore                99321  4 usbhid,ohci_hcd,ehci_hcd
nls_base                4541  1 usbcore

[    0.861355] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.861361] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.861364] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.861367] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.861370] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.861431] mice: PS/2 mouse device common for all mice
[    0.861518] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.861545] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.861557] cpuidle: using governor ladder
[    0.861559] cpuidle: using governor menu
[    0.861563] No iBFT detected.
[    0.861880] TCP cubic registered
[    0.862023] NET: Registered protocol family 10
[    0.862732] Mobile IPv6
[    0.862736] NET: Registered protocol family 17
[    0.862750] Using IPI No-Shortcut mode
[    0.862810] PM: Resume from disk failed.
[    0.862820] registered taskstats version 1
[    0.863168] rtc_cmos 00:04: setting system clock to 2012-07-12 19:05:13 UTC (1342119913)
[    0.863221] Initalizing network drop monitor service
[    0.863246] Freeing unused kernel memory: 380k freed
[    0.863493] Write protecting the kernel text: 2508k
[    0.863515] Write protecting the kernel read-only data: 920k
[    0.879105] udev[56]: starting version 164
[    0.884216] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.984217] usbcore: registered new interface driver usbfs
[    0.984249] usbcore: registered new interface driver hub
[    0.984278] usbcore: registered new device driver usb
[    1.000097] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.000139] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.000158] ehci_hcd 0000:00:13.5: EHCI Host Controller
[    1.000177] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
[    1.000202] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
[    1.000218] ehci_hcd 0000:00:13.5: debug port 1
[    1.000240] ehci_hcd 0000:00:13.5: irq 19, io mem 0xd8509400
[    1.000493] SCSI subsystem initialized
[    1.001804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.012013] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
[    1.012037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.012040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.012043] usb usb1: Product: EHCI Host Controller
[    1.012045] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.012047] usb usb1: SerialNumber: 0000:00:13.5
[    1.012128] usb usb1: configuration #1 chosen from 1 choice
[    1.012159] hub 1-0:1.0: USB hub found
[    1.012167] hub 1-0:1.0: 10 ports detected
[    1.017023] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.017042] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.017050] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[    1.017074] ohci_hcd 0000:00:13.0: irq 16, io mem 0xd8504000
[    1.020576] libata version 3.00 loaded.
[    1.022225] sky2 driver version 1.28
[    1.022254] sky2 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.022265] sky2 0000:05:00.0: setting latency timer to 64
[    1.022287] sky2 0000:05:00.0: Yukon-2 FE chip revision 3
[    1.022376] sky2 0000:05:00.0: irq 28 for MSI/MSI-X
[    1.023010] sky2 eth0: addr 00:13:77:66:df:f2
[    1.024434] thermal LNXTHERM:01: registered as thermal_zone0
[    1.024442] ACPI: Thermal Zone [TZ00] (63 C)
[    1.025107] thermal LNXTHERM:02: registered as thermal_zone1
[    1.025115] ACPI: Thermal Zone [TZ01] (63 C)
[    1.031467] fan PNP0C0B:00: registered as cooling_device0
[    1.031474] ACPI: Fan [FAN0] (off)
[    1.073048] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.073051] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073054] usb usb2: Product: OHCI Host Controller
[    1.073056] usb usb2: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.073058] usb usb2: SerialNumber: 0000:00:13.0
[    1.073137] usb usb2: configuration #1 chosen from 1 choice
[    1.073168] hub 2-0:1.0: USB hub found
[    1.073181] hub 2-0:1.0: 2 ports detected
[    1.073253] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.073286] pata_atiixp 0000:00:14.1: setting latency timer to 64
[    1.073355] scsi0 : pata_atiixp
[    1.073437] scsi1 : pata_atiixp
[    1.074133] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14
[    1.074137] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15
[    1.074175] ahci 0000:00:12.0: version 3.0
[    1.074192] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.074224] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    1.074329] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    1.074333] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc
[    1.074663] scsi2 : ahci
[    1.074729] scsi3 : ahci
[    1.074787] scsi4 : ahci
[    1.074842] scsi5 : ahci
[    1.074963] ata3: SATA max UDMA/133 irq_stat 0x00400000, PHY RDY changed irq 22
[    1.074967] ata4: SATA max UDMA/133 abar m1024@0xd8509000 port 0xd8509180 irq 22
[    1.074970] ata5: SATA max UDMA/133 abar m1024@0xd8509000 port 0xd8509200 irq 22
[    1.074974] ata6: SATA max UDMA/133 abar m1024@0xd8509000 port 0xd8509280 irq 22
[    1.075011] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.075026] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    1.075038] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[    1.075064] ohci_hcd 0000:00:13.1: irq 17, io mem 0xd8505000
[    1.129042] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.129046] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.129048] usb usb3: Product: OHCI Host Controller
[    1.129051] usb usb3: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.129053] usb usb3: SerialNumber: 0000:00:13.1
[    1.129136] usb usb3: configuration #1 chosen from 1 choice
[    1.129167] hub 3-0:1.0: USB hub found
[    1.129180] hub 3-0:1.0: 2 ports detected
[    1.129237] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.129257] ohci_hcd 0000:00:13.2: OHCI Host Controller
[    1.129267] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
[    1.129290] ohci_hcd 0000:00:13.2: irq 18, io mem 0xd8506000
[    1.185036] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.185039] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.185042] usb usb4: Product: OHCI Host Controller
[    1.185044] usb usb4: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.185046] usb usb4: SerialNumber: 0000:00:13.2
[    1.185105] usb usb4: configuration #1 chosen from 1 choice
[    1.185139] hub 4-0:1.0: USB hub found
[    1.185153] hub 4-0:1.0: 2 ports detected
[    1.185201] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.185214] ohci_hcd 0000:00:13.3: OHCI Host Controller
[    1.185222] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
[    1.185236] ohci_hcd 0000:00:13.3: irq 17, io mem 0xd8507000
[    1.240036] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.240039] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.240042] usb usb5: Product: OHCI Host Controller
[    1.240044] usb usb5: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.240046] usb usb5: SerialNumber: 0000:00:13.3
[    1.240110] usb usb5: configuration #1 chosen from 1 choice
[    1.240137] hub 5-0:1.0: USB hub found
[    1.240150] hub 5-0:1.0: 2 ports detected
[    1.240196] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.240210] ohci_hcd 0000:00:13.4: OHCI Host Controller
[    1.240217] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
[    1.240231] ohci_hcd 0000:00:13.4: irq 18, io mem 0xd8508000
[    1.256476] ata1.00: ATAPI: Slimtype DVD A DS8A1P, CS22, max UDMA/33
[    1.292439] ata1.00: configured for UDMA/33
[    1.296263] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1P    CS22 PQ: 0 ANSI: 5
[    1.297038] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.297042] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297044] usb usb6: Product: OHCI Host Controller
[    1.297046] usb usb6: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.297048] usb usb6: SerialNumber: 0000:00:13.4
[    1.297109] usb usb6: configuration #1 chosen from 1 choice
[    1.297136] hub 6-0:1.0: USB hub found
[    1.297149] hub 6-0:1.0: 2 ports detected
[    1.396045] ata4: SATA link down (SStatus 0 SControl 300)
[    1.396075] ata5: SATA link down (SStatus 0 SControl 300)
[    1.396102] ata6: SATA link down (SStatus 0 SControl 300)
[    1.636016] usb 6-2: new low speed USB device using ohci_hcd and address 2
[    1.809117] usb 6-2: New USB device found, idVendor=09da, idProduct=000a
[    1.809119] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.809122] usb 6-2: Product: PS/2+USB Mouse
[    1.809124] usb 6-2: Manufacturer: A4Tech
[    1.809204] usb 6-2: configuration #1 chosen from 1 choice
[    1.960021] ata3: softreset failed (device not ready)
[    1.960073] ata3: applying SB600 PMP SRST workaround and retrying
[    2.124031] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.125143] ata3.00: ATA-8: Hitachi HTS542525K9A300, BBFOC3EP, max UDMA/133
[    2.125147] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.125171] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    2.126472] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    2.126475] ata3.00: configured for UDMA/133
[    2.140110] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HTS54252 BBFO PQ: 0 ANSI: 5
[    2.146962] usbcore: registered new interface driver hiddev
[    2.147182] usbcore: registered new interface driver usbhid
[    2.147298] usbhid: v2.6:USB HID core driver
[    2.162369] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.162373] Uniform CD-ROM driver Revision: 3.20
[    2.162470] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    2.162948] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.162999] sd 2:0:0:0: [sda] Write Protect is off
[    2.163002] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.163023] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.163152]  sda:
[    2.166919] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    2.166952] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.182131]  sda1 sda2 < sda5 sda6 > sda3 sda4
[    2.197789] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.851457] PM: Starting manual resume from disk
[    2.851461] PM: Resume from partition 8:5
[    2.851462] PM: Checking hibernation image.
[    2.851633] PM: Error -22 checking image file
[    2.851635] PM: Resume from disk failed.
[    2.919197] EXT4-fs (sda6): mounted filesystem with ordered data mode
[    4.697937] udev[405]: starting version 164
[    5.395570] ACPI: AC Adapter [ADP1] (on-line)
[    5.396372] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    5.396426] ACPI: Power Button [PWRB]
[    5.396478] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    5.396535] ACPI: Lid Switch [LID0]
[    5.396590] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    5.396616] ACPI: Sleep Button [SLPB]
[    5.396679] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.396703] ACPI: Power Button [PWRF]
[    5.403074] ACPI: SSDT 7fe942b2 002A4 (v01  PmRef  Cpu0Ist 00003000 INTL 20050228)
[    5.404031] ACPI: SSDT 7fe93b40 006ED (v01  PmRef  Cpu0Cst 00003001 INTL 20050228)
[    5.409503] Monitor-Mwait will be used to enter C-1 state
[    5.410370] Monitor-Mwait will be used to enter C-2 state
[    5.410378] Marking TSC unstable due to TSC halts in idle
[    5.410465] processor LNXCPU:00: registered as cooling_device1
[    5.410992] ACPI: SSDT 7fe94556 000AA (v01  PmRef  Cpu1Ist 00003000 INTL 20050228)
[    5.411277] ACPI: SSDT 7fe9422d 00085 (v01  PmRef  Cpu1Cst 00003000 INTL 20050228)
[    5.411685] Switching to clocksource hpet
[    5.413035] processor LNXCPU:01: registered as cooling_device2
[    5.414301] ACPI: Battery Slot [BAT1] (battery present)
[    5.512025] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
[    5.512611] acpi device:02: registered as cooling_device3
[    5.512736] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
[    5.512820] ACPI: Video Device [ATIM] (multi-head: yes  rom: no  post: no)
[    5.534300] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    5.583893] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:13.4/usb6/6-2/6-2:1.0/input/input7
[    5.583985] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:13.4-2/input0
[    5.692243] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1c0b1, caps: 0xa04713/0x200000/0x0
[    5.727276] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8
[    5.934120] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0
[    6.000199] [drm] Initialized drm 1.1.0 20060810
[    6.109660] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.228962] [drm] radeon kernel modesetting enabled.
[    6.229034] radeon 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.229041] radeon 0000:01:00.0: setting latency timer to 64
[    6.230283] [drm] radeon: Initializing kernel modesetting.
[    6.230479] [drm] register mmio base: 0xD8000000
[    6.230481] [drm] register mmio size: 65536
[    6.230599] ATOM BIOS: SAMSUNG
[    6.230826] [drm] GPU reset succeed (RBBM_STATUS=0x10000140)
[    6.230841] [drm] Generation 2 PCI interface, using max accessible memory
[    6.230845] [drm] radeon: VRAM 128M
[    6.230846] [drm] radeon: VRAM from 0x00000000 to 0x07FFFFFF
[    6.230848] [drm] radeon: GTT 512M
[    6.230850] [drm] radeon: GTT from 0x20000000 to 0x3FFFFFFF
[    6.230908] radeon 0000:01:00.0: irq 29 for MSI/MSI-X
[    6.230914] radeon 0000:01:00.0: radeon: using MSI.
[    6.230937] [drm] radeon: irq initialized.
[    6.231993] [drm] Detected VRAM RAM=128M, BAR=128M
[    6.231997] [drm] RAM width 64bits DDR
[    6.232315] [TTM] Zone  kernel: Available graphics memory: 441412 kiB.
[    6.232318] [TTM] Zone highmem: Available graphics memory: 1036648 kiB.
[    6.232334] [drm] radeon: 128M of VRAM memory ready
[    6.232335] [drm] radeon: 512M of GTT memory ready.
[    6.232356] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    6.235022] [drm] RB2D reset succeed (RBBM_STATUS=0x10000140)
[    6.235040] [drm] radeon: 1 quad pipes, 1 z pipes initialized.
[    6.235102] [drm] PCIE GART of 512M enabled (table at 0x00040000).
[    6.235115] [drm] radeon: cp idle (0x10000C03)
[    6.235150] [drm] Loading R500 Microcode
[    6.235153] platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
[    6.269622] cfg80211: Using static regulatory domain info
[    6.269625] cfg80211: Regulatory domain: US
[    6.269627] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    6.269630] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[    6.269633] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.269636] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.269638] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.269641] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    6.269644] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[    6.269651] cfg80211: Calling CRDA for country: US
[    6.368878] radeon_cp: Failed to load firmware "radeon/R520_cp.bin"
[    6.368932] [drm:r100_cp_init] *ERROR* Failed to load firmware!
[    6.368980] radeon 0000:01:00.0: failled initializing CP (-2).
[    6.369037] radeon 0000:01:00.0: Disabling GPU acceleration
[    6.369089] [drm] radeon: cp finalized
[    6.369126] radeon 0000:01:00.0: f6616000 unpin not necessary
[    6.369641] [drm] Radeon Display Connectors
[    6.369643] [drm] Connector 0:
[    6.369644] [drm]   VGA
[    6.369647] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[    6.369648] [drm]   Encoders:
[    6.369650] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.369652] [drm] Connector 1:
[    6.369653] [drm]   LVDS
[    6.369656] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[    6.369657] [drm]   Encoders:
[    6.369659] [drm]     LCD1: INTERNAL_LVTM1
[    6.381875] ath5k 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.381885] ath5k 0000:02:00.0: setting latency timer to 64
[    6.381917] ath5k 0000:02:00.0: registered as 'phy0'
[    6.791255] [drm] fb mappable at 0xD0040000
[    6.791258] [drm] vram apper at 0xD0000000
[    6.791259] [drm] size 4096000
[    6.791261] [drm] fb depth is 24
[    6.791263] [drm]    pitch is 5120
[    6.886319] ath: EEPROM regdomain: 0x65
[    6.886321] hda_codec: ALC262: BIOS auto-probing.
[    6.886323] ath: EEPROM indicates we should expect a direct regpair map
[    6.886326] ath: Country alpha2 being used: 00
[    6.886328] ath: Regpair used: 0x65
[    6.886805] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input9
[    7.046585] phy0: Selected rate control algorithm 'minstrel'
[    7.047214] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[    7.221870] Console: switching to colour frame buffer device 160x50
[    7.226522] fb0: radeondrmfb frame buffer device
[    7.226524] registered panic notifier
[    7.226537] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
[    8.596070] Adding 1465336k swap on /dev/sda5.  Priority:-1 extents:1 across:1465336k
[    8.894648] loop: module loaded
[    9.947510] fuse init (API version 7.13)
[   14.888762] Bluetooth: Core ver 2.15
[   14.889085] NET: Registered protocol family 31
[   14.889087] Bluetooth: HCI device and connection manager initialized
[   14.889090] Bluetooth: HCI socket layer initialized
[   15.021969] Bluetooth: L2CAP ver 2.14
[   15.021971] Bluetooth: L2CAP socket layer initialized
[   15.288883] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.288887] Bluetooth: BNEP filters: protocol multicast
[   15.361411] Bridge firewalling registered
[   15.534319] Bluetooth: SCO (Voice Link) ver 0.6
[   15.534322] Bluetooth: SCO socket layer initialized
[   16.059100] lp: driver loaded but no devices found
[   16.130176] ppdev: user-space parallel port driver
[   25.777244] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   31.410499] sky2 eth0: enabling interface
[   31.410814] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   62.862073] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   63.040039] sky2 eth0: disabling interface
[   63.047245] sky2 eth0: enabling interface
[   63.047572] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   70.034276] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   70.168045] sky2 eth0: disabling interface
[   70.175338] sky2 eth0: enabling interface
[   70.175666] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   75.070230] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   75.236045] sky2 eth0: disabling interface
[   75.243429] sky2 eth0: enabling interface
[   75.243742] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   75.454778] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   77.495257] wlan0: direct probe to AP 08:17:35:33:60:81 (try 1)
[   77.498285] wlan0: deauthenticating from 08:17:35:33:60:81 by local choice (reason=3)
[   77.498346] wlan0: direct probe to AP 08:17:35:33:60:81 (try 1)
[   77.501205] wlan0: deauthenticating from 08:17:35:33:60:81 by local choice (reason=3)
[   77.526928] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[   77.724042] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[   77.924058] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[   78.125029] wlan0: direct probe to AP 08:17:35:9d:38:71 timed out
[  142.998124] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  143.181076] sky2 eth0: disabling interface
[  143.188379] sky2 eth0: enabling interface
[  143.188691] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  143.230442] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[  143.428068] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[  143.628044] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[  143.828041] wlan0: direct probe to AP 08:17:35:9d:38:71 timed out
[  439.409147] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  439.409191] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[  439.560042] sky2 eth0: disabling interface
[  439.567344] sky2 eth0: enabling interface
[  439.567656] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  439.611265] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[  439.612566] wlan0: direct probe responded
[  439.612570] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[  439.614711] wlan0: authenticated
[  439.614737] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[  439.617081] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=124)
[  439.617091] wlan0: associated
[  439.617737] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  439.617800] cfg80211: Calling CRDA for country: DE
[  442.620036] wlan0: deauthenticating from 08:17:35:9d:38:71 by local choice (reason=3)
[  442.734051] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  442.861079] sky2 eth0: disabling interface
[  442.868645] sky2 eth0: enabling interface
[  442.868958] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  443.057075] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  445.097889] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[  445.296042] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[  445.496052] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[  445.696046] wlan0: direct probe to AP 08:17:35:9d:38:71 timed out
[  506.658762] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  506.841031] sky2 eth0: disabling interface
[  506.848275] sky2 eth0: enabling interface
[  506.848601] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  506.892964] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[  507.088046] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[  507.288038] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[  507.488038] wlan0: direct probe to AP 08:17:35:9d:38:71 timed out
[ 1376.813110] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1376.813155] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 1376.992079] sky2 eth0: disabling interface
[ 1377.000772] sky2 eth0: enabling interface
[ 1377.001243] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1377.016118] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 1377.212035] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[ 1377.213336] wlan0: direct probe responded
[ 1377.213341] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[ 1377.225865] wlan0: authenticated
[ 1377.225901] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[ 1377.228138] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=2)
[ 1377.228142] wlan0: associated
[ 1377.228849] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1387.820035] wlan0: no IPv6 routers present
[ 1517.033925] wlan0: deauthenticated from 08:17:35:9d:38:71 (Reason: 1)
[ 2155.713844] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2155.860041] sky2 eth0: disabling interface
[ 2155.867337] sky2 eth0: enabling interface
[ 2155.867650] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2159.006041] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2159.168043] sky2 eth0: disabling interface
[ 2159.175422] sky2 eth0: enabling interface
[ 2159.175733] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2159.373090] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2161.412676] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 2161.612061] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 2161.812058] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 3)
[ 2162.012037] wlan0: direct probe to AP 08:17:35:9d:38:71 timed out
[ 2226.073060] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2226.073093] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 2226.265039] sky2 eth0: disabling interface
[ 2226.272428] sky2 eth0: enabling interface
[ 2226.272740] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2226.276243] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 2226.277550] wlan0: direct probe responded
[ 2226.277556] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[ 2226.278945] wlan0: authenticated
[ 2226.278980] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[ 2226.281997] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=1)
[ 2226.282003] wlan0: associated
[ 2226.282715] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2237.236038] wlan0: no IPv6 routers present
[ 2259.488041] No probe response from AP 08:17:35:9d:38:71 after 500ms, disconnecting.
[ 2292.838739] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2293.048044] sky2 eth0: disabling interface
[ 2293.055249] sky2 eth0: enabling interface
[ 2293.055561] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2295.821661] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2295.952044] sky2 eth0: disabling interface
[ 2295.959870] sky2 eth0: enabling interface
[ 2295.960182] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2296.134699] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2298.177632] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 2298.376041] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 2298.377348] wlan0: direct probe responded
[ 2298.377354] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[ 2298.378762] wlan0: authenticated
[ 2298.378796] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[ 2298.381194] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=1)
[ 2298.381198] wlan0: associated
[ 2298.381907] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2308.548023] wlan0: no IPv6 routers present
[ 2511.500053] No probe response from AP 08:17:35:9d:38:71 after 500ms, disconnecting.
[ 2512.670057] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2512.877031] sky2 eth0: disabling interface
[ 2512.884418] sky2 eth0: enabling interface
[ 2512.884730] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2651.441748] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2651.633029] sky2 eth0: disabling interface
[ 2651.640495] sky2 eth0: enabling interface
[ 2651.640806] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2651.858604] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2653.899628] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 2654.096085] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 2654.097402] wlan0: direct probe responded
[ 2654.097407] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[ 2654.100604] wlan0: authenticated
[ 2654.100634] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[ 2654.105704] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=1)
[ 2654.105707] wlan0: associated
[ 2654.106268] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2664.248028] wlan0: no IPv6 routers present

root@berat:/home/berat# dmesg | tail
[ 2653.899628] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 1)
[ 2654.096085] wlan0: direct probe to AP 08:17:35:9d:38:71 (try 2)
[ 2654.097402] wlan0: direct probe responded
[ 2654.097407] wlan0: authenticate with AP 08:17:35:9d:38:71 (try 1)
[ 2654.100604] wlan0: authenticated
[ 2654.100634] wlan0: associate with AP 08:17:35:9d:38:71 (try 1)
[ 2654.105704] wlan0: RX AssocResp from 08:17:35:9d:38:71 (capab=0x421 status=0 aid=1)
[ 2654.105707] wlan0: associated
[ 2654.106268] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2664.248028] wlan0: no IPv6 routers present

heartsmagic

Önce bir IPV6 meselesini deneyelim, eğer o da çözmezse artık kartın üzerinden bir araştırma yapacağız demektir.

gksudo gedit  /etc/default/grub ile ilgili dosyayı aç ve şu satırı:
Alıntı YapGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
şu şekilde değiştir:
Alıntı YapGRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet splash"
Kaydet, kapat ardından şu komutu yürüt:
sudo update-grub Son olarak sistemi yeniden başlat ve IPV6'nın iptal edilip edilmediğini denetle.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

berat01

Öncelikle tekrardan teşekkürler.
Birinci komut, 1 değeri yerine No such file directory diye bir geri bildirim veriyor. İkincisi ise bir çıktı vermedi. Şimdi ipv6 iptal oldu sanırım.
Alıntı Yapberat@berat:~$ cat /proc/sys/net/ipv6/conf/all/disable_ipv6
cat: /proc/sys/net/ipv6/conf/all/disable_ipv6: No such file or directory
berat@berat:~$ ip a | grep inet6
berat@berat:~$

Daha önce de dediğim gibi sorunu hemen anlayamıyorum. Bazen düzgün çalışıyor. Bazen hata veriyor. Bir kaç gün test ettikten sonra durumu buradan geri bildiririm.

heartsmagic

Demek ki ilk dosya hiç oluşmuyor ipv6 iptal edilen sistemlerde, ilginç. Sen dene biraz eğer çözüm olmazsa bu dediğim gibi araştırmak durumunda kalacağız.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

berat01

Bu zaman zarfında aynı sorunla karşılaşmadım. Sanırım ipv6 dan dolayı oluyordu. Teşekkür ederim konu çözüldü.