Hi, I recently installed Fedora FC11 (x86_64) on my Advent 7039 which for the most part runs great. For reference, it's an AMD Athlon 64 3000 with 512Mb RAM.
The 2 problems I have are:
Wireless networking sometimes takes several attempts to connect to my network, sometimes it connects up straight way. There appears to be no pattern to it. This wouldn't be so bad if it only did it when booting up but it sometimes does it after the screen is locked or the laptop goes into hibernate. If I boot the laptop into Windows XP, I never have a problem connecting and I have another XP laptop, 2 iPhones and an XBox 360 that all connect fine. The wireless card is a Belkin MIMO PCMCIA card. In the wpa_supplicant.log I get the following messages:
Code:
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Authentication with 00:00:00:00:00:00 timed out.
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Trying to associate with 00:22:3f:c3:1c:d0 (SSID='REV' freq=2437 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:22:3f:c3:1c:d0
WPA: Key negotiation completed with 00:22:3f:c3:1c:d0 [PTK=CCMP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to 00:22:3f:c3:1c:d0 completed (auth) [id=2 id_str=]
In Messages I get:
Code:
Oct 27 14:10:56 plt001 NetworkManager: <info> Config: set interface ap_scan to 1
Oct 27 14:10:56 plt001 NetworkManager: <info> (wlan0): supplicant connection state: inactive -> scanning
Oct 27 14:10:57 plt001 NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Oct 27 14:10:57 plt001 NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Oct 27 14:11:13 plt001 NetworkManager: <info> wlan0: link timed out.
Oct 27 14:11:17 plt001 NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
Oct 27 14:11:18 plt001 NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Oct 27 14:11:18 plt001 NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Oct 27 14:11:22 plt001 NetworkManager: <info> Activation (wlan0/wireless): association took too long.
Oct 27 14:11:22 plt001 NetworkManager: <info> (wlan0): device state change: 5 -> 6 (reason 0)
Oct 27 14:11:22 plt001 NetworkManager: <info> Activation (wlan0/wireless): asking for new secrets
Oct 27 14:11:38 plt001 NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
Oct 27 14:11:38 plt001 NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Oct 27 14:11:39 plt001 NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Oct 27 14:11:55 plt001 NetworkManager: <info> wlan0: link timed out.
Eventually after a few retries it works:
Code:
Oct 27 14:13:23 plt001 NetworkManager: <info> Config: set interface ap_scan to 1
Oct 27 14:13:23 plt001 NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> scanning
Oct 27 14:13:24 plt001 NetworkManager: <info> (wlan0): supplicant connection state: scanning -> associating
Oct 27 14:13:24 plt001 NetworkManager: <info> (wlan0): supplicant connection state: associating -> disconnected
Oct 27 14:13:25 plt001 kernel: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 27 14:13:25 plt001 NetworkManager: <info> (wlan0): supplicant connection state: disconnected -> associated
Oct 27 14:13:25 plt001 NetworkManager: <info> (wlan0): supplicant connection state: associated -> 4-way handshake
Oct 27 14:13:26 plt001 NetworkManager: <info> (wlan0): supplicant connection state: 4-way handshake -> group handshake
Oct 27 14:13:26 plt001 NetworkManager: <info> (wlan0): supplicant connection state: group handshake -> completed
Oct 27 14:13:26 plt001 NetworkManager: <info> Activation (wlan0/wireless) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'REV'.
Oct 27 14:13:26 plt001 NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) scheduled.
Oct 27 14:13:26 plt001 NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) started...
Oct 27 14:13:26 plt001 NetworkManager: <info> (wlan0): device state change: 5 -> 7 (reason 0)
Oct 27 14:13:26 plt001 NetworkManager: <info> Activation (wlan0) Beginning DHCP transaction.
Oct 27 14:13:26 plt001 NetworkManager: <info> dhclient started with pid 2251
Oct 27 14:13:26 plt001 NetworkManager: <info> Activation (wlan0) Stage 3 of 5 (IP Configure Start) complete.
Oct 27 14:13:26 plt001 dhclient: Internet Systems Consortium DHCP Client 4.1.0p1
Oct 27 14:13:26 plt001 dhclient: Copyright 2004-2009 Internet Systems Consortium.
Oct 27 14:13:26 plt001 dhclient: All rights reserved.
Oct 27 14:13:26 plt001 dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Oct 27 14:13:26 plt001 dhclient:
Oct 27 14:13:26 plt001 NetworkManager: <info> DHCP: device wlan0 state changed (null) -> preinit
Oct 27 14:13:26 plt001 dhclient: Listening on LPF/wlan0/00:17:3f:10:8e:62
Oct 27 14:13:26 plt001 dhclient: Sending on LPF/wlan0/00:17:3f:10:8e:62
Oct 27 14:13:26 plt001 dhclient: Sending on Socket/fallback
Oct 27 14:13:27 plt001 dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
Oct 27 14:13:27 plt001 avahi-daemon[1303]: Registering new address record for fe80::217:3fff:fe10:8e62 on wlan0.*.
Oct 27 14:13:27 plt001 dhclient: DHCPOFFER from 192.168.1.1
Oct 27 14:13:27 plt001 dhclient: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Oct 27 14:13:27 plt001 dhclient: DHCPACK from 192.168.1.1
Oct 27 14:13:27 plt001 NetworkManager: <info> DHCP: device wlan0 state changed preinit -> bound
Oct 27 14:13:27 plt001 NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) scheduled...
Oct 27 14:13:27 plt001 NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) started...
Oct 27 14:13:27 plt001 NetworkManager: <info> address 192.168.1.6
Oct 27 14:13:27 plt001 NetworkManager: <info> prefix 24 (255.255.255.0)
Oct 27 14:13:27 plt001 NetworkManager: <info> gateway 192.168.1.1
Oct 27 14:13:27 plt001 NetworkManager: <info> nameserver '192.168.1.1'
Oct 27 14:13:27 plt001 NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) scheduled...
Oct 27 14:13:27 plt001 NetworkManager: <info> Activation (wlan0) Stage 4 of 5 (IP Configure Get) complete.
Oct 27 14:13:27 plt001 NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) started...
Oct 27 14:13:27 plt001 avahi-daemon[1303]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.6.
Oct 27 14:13:27 plt001 avahi-daemon[1303]: New relevant interface wlan0.IPv4 for mDNS.
Oct 27 14:13:27 plt001 avahi-daemon[1303]: Registering new address record for 192.168.1.6 on wlan0.IPv4.
Oct 27 14:13:27 plt001 dhclient: bound to 192.168.1.6 -- renewal in 38611 seconds.
Oct 27 14:13:28 plt001 NetworkManager: <info> (wlan0): device state change: 7 -> 8 (reason 0)
Oct 27 14:13:28 plt001 NetworkManager: <info> Policy set 'Auto REV' (wlan0) as default for routing and DNS.
Oct 27 14:13:28 plt001 NetworkManager: <info> Activation (wlan0) successful, device activated.
Oct 27 14:13:28 plt001 NetworkManager: <info> Activation (wlan0) Stage 5 of 5 (IP Configure Commit) complete.
Oct 27 14:13:29 plt001 ntpd[1539]: Listening on interface #4 wlan0, fe80::217:3fff:fe10:8e62#123 Enabled
Oct 27 14:13:29 plt001 ntpd[1539]: Listening on interface #5 wlan0, 192.168.1.6#123 Enabled
As you can imagine, this is driving me nuts.
The other problem I'm having is with my touchpad; it occasionally stops responding for a few seconds and I get the following very regularly in Messages:
Code:
Oct 27 14:29:48 plt001 kernel: psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 4
Oct 27 14:29:48 plt001 kernel: psmouse.c: TouchPad at isa0060/serio4/input0 lost sync at byte 1
Oct 27 14:29:48 plt001 kernel: psmouse.c: TouchPad at isa0060/serio4/input0 - driver resynched.
Any help gratefully received! TIA