You are not logged in.

#1 2010-03-10 21:49:48

rob1101
Member
Registered: 2008-02-23
Posts: 28

WICD cannot obtain an IP address after resume (Thinkpad T61p)

Everything works fine until I put my PC (thinpad t61p) to sleep. After resuming WICD "Cannot obtain an IP adress". I also noticed that arch fails to restart the hal daemon, with the command

 sudo /etc/rc.d/hal restart

Offline

#2 2010-03-10 23:38:17

vi3dr0
Member
From: Poland
Registered: 2009-03-22
Posts: 208

Re: WICD cannot obtain an IP address after resume (Thinkpad T61p)

Well, wicd works flawlessly for me. Restarting hal as well.


Thinkpad T61p : T7700 | 4GB RAM | nVidia FX 570M | Intel 4965
Arch64 @ Openbox

Offline

#3 2010-03-11 03:59:30

theapodan
Member
From: Virginia, USA
Registered: 2008-10-21
Posts: 116

Re: WICD cannot obtain an IP address after resume (Thinkpad T61p)

I have debian on my laptop, and have a similar problem with wicd getting an ip address.  Running
rmmod ath5k && modprobe ath5k
after waking up restores the ability for wicd to get an ip address for me.  If you wireless module is something besides ath5k, you would have to change it to whatever yours is.

btw, this is on an X24

Last edited by theapodan (2010-03-11 04:11:27)

Offline

#4 2010-03-11 08:02:05

rob1101
Member
Registered: 2008-02-23
Posts: 28

Re: WICD cannot obtain an IP address after resume (Thinkpad T61p)

It seems the hal not restarting may have been a fluke, I cannot recreate the problem. I tried

rmmod ath_pci && modprobe ath_pci

and it had no effect.

This is my /etc/rc.conf

#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
HARDWARECLOCK="localtime"
TIMEZONE="US/Eastern"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated

MODULES=(snd-hda-intel ath_pci thinkpad_acpi tp_smapi !asus_acpi !toshiba_acpi)

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="T61p_Arch"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="dhcp"
eth0="dhcp"
INTERFACES=(eth0 wlan0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
#gateway="default gw 192.168.0.1"
gateway="dhcp"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(dbus wicd netfs bluetooth !networkmanager @syslog-ng !network @crond hal)

And these are the packages i have installed I looked for conflicts in network managers (i tried a few).

a2ps 4.14-1
a52dec 0.7.4-4
aalib 1.4rc5-6
acl 2.2.48-1
alsa-lib 1.0.22-1
alsa-utils 1.0.22-2
apr 1.3.9-1
apr-util 1.3.9-3
aria2 1.8.3-1
atk 1.28.0-1
attr 2.4.44-1
autoconf 2.65-1
automake 1.11.1-1
avahi 0.6.25-3
bash 4.1.002-2
beanshell 2.0b4-1
bin86 0.16.17-4
binutils 2.20-3
bison 2.4.1-1
blueman 1.21-4
bluez 4.61-1
boost 1.42.0-1
bzip2 1.0.5-5
c-ares 1.7.0-2
ca-certificates 20090814-2
ca-certificates-java 20090629-2
cabextract 1.2-2
cairo 1.8.10-1
cdparanoia 10.2-2
cln 1.2.2-2
cloog-ppl 0.15.7-1
compositeproto 0.4.1-1
consolekit 0.4.1-2
coreutils 8.4-1
cpio 2.10-1
cpufrequtils 007-1
cracklib 2.8.13-2
cryptsetup 1.1.0-2
curl 7.20.0-1
damageproto 1.2.0-1
dash 0.5.5.1-2
db 4.8.26-1
dbus 1.2.20-1
dbus-core 1.2.20-1
dbus-glib 0.82-2
dbus-python 0.83.0-2.1
dcron 4.4-2
desktop-file-utils 0.15-1
device-mapper 2.02.60-3
devicekit-disks 009-5
dhcpcd 5.2.1-1
dialog 1.1_20100119-1
diffutils 2.9-1
dmidecode 2.10-1
dmxproto 2.3-1
docbook-xml 4.5-3
docbook-xsl 1.75.2-1
dri2proto 2.1-2
e2fsprogs 1.41.10-1
ed 1.4-1
eggdbus 0.6-1
eject 2.1.5-4
emacs 23.1-5
enca 1.13-1
epdfview 0.1.7-4
ethtool 6-2
eventlog 0.2.9-1
evolution-data-server 2.28.3.1-1
exo 0.3.106-1
expat 2.0.1-5
faac 1.28-2
faad2 2.7-1
fakeroot 1.14.4-2
fam 2.7.0-14
ffmpeg 30526-1
ffmpegthumbnailer 2.0.0-4
file 5.04-2
filesystem 2010.02-4
findutils 4.4.2-1
firefox 3.6-2
fixesproto 4.1.1-1
flac 1.2.1-2
flashplugin 10.0.45.2-1
flex 2.5.35-3
fontcacheproto 0.1.3-1
fontconfig 2.8.0-1
fontsproto 2.1.0-1
freeglut 2.6.0-1
freetype2 2.3.12-1
fuse 2.8.3-1
gawk 3.1.7-1
gcc 4.4.3-1
gcc-libs 4.4.3-1
gconf 2.28.0-1
gdbm 1.8.3-6
gecko-mediaplayer 0.9.9.2-1
gen-init-cpio 2.6.32-1
gettext 0.17-3
ghostscript 8.71-2
giflib 4.1.6-3
glib2 2.22.4-1
glibc 2.11.1-1
gmp 4.3.2-1
gnome-desktop 2.28.2-1
gnome-disk-utility 2.28.1-1
gnome-doc-utils 0.18.1-1
gnome-icon-theme 2.28.0-1
gnome-keyring 2.28.2-1
gnome-menus 2.28.0.1-1
gnome-mime-data 2.18.0-4
gnome-mplayer 0.9.9.2-1
gnome-panel 2.28.0-2
gnome-vfs 2.24.2-2
gnutls 2.8.5-1
gpm 1.20.6-5
grep 2.5.4-3
groff 1.20.1-3
grub 0.97-16
gsfonts 8.11-5
gstreamer0.10 0.10.26-1
gstreamer0.10-bad 0.10.17-3
gstreamer0.10-base 0.10.26-1
gstreamer0.10-ffmpeg 0.10.9-1
gstreamer0.10-good 0.10.18-1
gstreamer0.10-pulse 0.9.7-1
gstreamer0.10-ugly 0.10.13-4
gtk-doc 1.13-1
gtk-xfce-engine 2.6.0-1
gtk2 2.18.7-1
gvfs 1.4.3-1
gzip 1.4-1
hal 0.5.14-2
hal-info 0.20091130-1
hdaps-gl 0.0.5-2
hdapsd 20090401-1
hdparm 9.27-2
heimdal 1.3.1-3
hicolor-icon-theme 0.11-1
hsqldb-java 1.8.1.1-1
hunspell 1.2.8-2
hyphen 2.4-1
icon-naming-utils 0.8.90-1
icu 4.2.1-1
ilmbase 1.0.1-1
imagemagick 6.6.0.0-1
imlib2 1.4.2-6
initscripts 2010.01-1
inputproto 2.0-1
intltool 0.41.0-1
iproute2 2.6.31-1
iptables 1.4.7-1
iputils 20100214-2
iso-codes 3.14-1
jack 0.116.2-1
jasper 1.900.1-5
jfsutils 1.1.14-1
kbd 1.15.1-1
kbproto 1.0.4-1
kernel26 2.6.32.9-1
kernel26-firmware 2.6.32.9-1
kernel26-headers 2.6.32.9-1
lame 3.98.3-1
lcms 1.18-3
less 436-1
libarchive 2.8.0-1
libart-lgpl 2.3.20-1
libasyncns 0.8-1
libatasmart 0.17-1
libbonobo 2.24.2-1
libbonoboui 2.24.2-1
libburn 0.7.6.pl00-1
libcaca 0.99.beta17-1
libcap 2.19-1
libcddb 1.3.2-1.1
libcdio 0.82-1
libcroco 0.6.2-1
libcups 1.4.2-3
libdaemon 0.14-1
libdatrie 0.2.3-1
libdca 0.0.5-2
libdmx 1.1.0-1
libdrm 2.4.18-2
libexif 0.6.19-1
libfetch 2.30-1
libfontenc 1.0.5-1
libftdi 0.16-1
libgcrypt 1.4.5-1
libglade 2.6.4-1
libgnome 2.28.0-2
libgnomecanvas 2.26.0-1
libgnomeui 2.24.2-1
libgpg-error 1.7-2
libgphoto2 2.4.8-1
libgpod 0.7.2-1
libgraphite 2.3.1-1
libgsf 1.14.16-1
libgssglue 0.1-2
libgweather 2.28.0-1
libical 0.44-1
libice 1.0.6-1
libid3tag 0.15.1b-4
libidl2 0.8.13-1
libisofs 0.6.28-1
libjpeg 8.0.1-1
libldap 2.4.21-1
libmad 0.15.1b-4
libmng 1.0.10-3
libmp4v2 1.9.1-1
libmpd 0.19.0-1
libmspack 0.0.20060920alpha-1
libmysqlclient 5.1.44-1
libnetfilter_queue 0.0.17-1
libnfnetlink 1.0.0-1
libnl 1.1-1
libnotify 0.4.5-1
libogg 1.1.4-1
liboil 0.3.16-1
libpcap 1.0.0-1
libpciaccess 0.10.9-1
libpng 1.4.1-1
libproxy 0.2.3-1
libqalculate 0.9.7-1
librsvg 2.26.0-2
libsamplerate 0.1.7-1
libsasl 2.1.23-2
libsexy 0.1.11-2
libsigc++2.0 2.2.4.2-1
libsm 1.1.1-1
libsndfile 1.0.21-1
libsoup 2.28.2-1
libsoup-gnome 2.28.2-1
libtasn1 2.4-1
libthai 0.1.14-1
libtheora 1.1.1-1
libtiff 3.9.2-2
libtirpc 0.2.1-1
libtool 2.2.6b-2
libtorrent 0.12.6-1
libtorrent-rasterbar 0.14.9-2
libunique 1.1.6-1
libusb 0.1.12-4
libvdpau 0.4-1
libvorbis 1.2.3-1
libwmf 0.2.8.4-7
libwnck 2.28.0-1
libwpd 0.8.14-1
libx11 1.3.3-1
libx86 1.1-2
libxau 1.0.5-1
libxaw 1.0.7-1
libxcb 1.5-1
libxcomposite 0.4.1-1
libxcursor 1.1.10-1
libxdamage 1.1.2-1
libxdmcp 1.0.3-1
libxext 1.1.1-1
libxfce4menu 4.6.1-1
libxfce4util 4.6.1-1
libxfcegui4 4.6.3-1
libxfixes 4.0.4-1
libxfont 1.4.1-1
libxfontcache 1.0.5-1
libxft 2.1.14-1
libxi 1.3-2
libxinerama 1.1-1
libxkbfile 1.0.6-1
libxklavier 4.0-1
libxml2 2.7.6-2
libxmu 1.0.5-1
libxp 1.0.0-3
libxpm 3.5.8-1
libxrandr 1.3.0-1
libxrender 0.9.5-1
libxres 1.0.4-1
libxslt 1.1.26-1
libxss 1.2.0-1
libxt 1.0.7-1
libxtst 1.1.0-1
libxv 1.0.5-1
libxvmc 1.0.5-1
libxxf86dga 1.1.1-1
libxxf86misc 1.0.2-1
libxxf86vm 1.1.0-1
licenses 2.5-1
linux-api-headers 2.6.32.5-2
linux-atm 2.5.0-1
lirc-utils 0.8.6-3
lm_sensors 3.1.2-1
logrotate 3.7.8-1
lpsolve 5.5.0.15-1
lucene 2.9.2-1
lvm2 2.02.60-3
lzo2 2.03-1
m4 1.4.14-1
madwifi 0.9.4.4100-2
madwifi-utils 0.9.4.4096-1
mailx 8.1.1-7
make 3.81-4
man-db 2.5.6-1
man-pages 3.23-1
mcpp 2.7.2-2
mdadm 3.1.1-2
mesa 7.7-1
mime-types 1.0-2
mkinitcpio 0.6.3-1
mkinitcpio-busybox 1.15.3-5
mlocate 0.22.3-1
module-init-tools 3.11.1-2
mousepad 0.2.16-2
mozilla-common 1.4-1
mpfr 2.4.2-1
mplayer 30526-1
mutagen 1.18-1
nano 2.2.3-1
ncurses 5.7-2.1
neon 0.28.6-2
net-tools 1.60-14
nspr 4.8.3-1
nss 3.12.4-2
ntfs-3g 2010.1.16-1
nvidia 190.53-1
nvidia-utils 190.53-1
obconf 2.0.3-3
obex-data-server 0.4.5-1
obmenu 1.0-6
openbox 3.4.11-1
opencore-amr 0.1.2-1
openexr 1.6.1-1
openjdk6 6.b17_1.7.1-1
openjpeg 1.3-3
openobex 1.5-1
openoffice-base 3.2.0-1
openssh 5.3p1-4
openssl 0.9.8m-2
orage 4.6.1-1
orbit2 2.14.17-1
pacman 3.3.3-1
pacman-mirrorlist 20100131-1
pam 1.1.1-1
pango 1.26.2-1
parted 2.2-1
patch 2.6.1-1
pciutils 3.1.7-1
pcmciautils 016-1
pcre 8.01-1
perl 5.10.1-5
perl-html-parser 3.64-1
perl-html-tagset 3.20-1
perl-libwww 5.834-2
perl-uri 1.52-1
perl-xml-simple 2.18-2
perl-xyne-arch 2010.02.23.1-1
perl-xyne-common 2010.02.11.1-1
perlxml 2.36-2
pixman 0.16.6-1
pkgconfig 0.23-1
pm-utils 1.2.6.1-4
polkit 0.96-1
polkit-gnome 0.96-1
poppler 0.12.4-1
poppler-glib 0.12.4-1
popt 1.15-1
postgresql-libs 8.4.2-4
powerpill 17.0-4
ppl 0.10.2-2
ppp 2.4.5-1
printproto 1.0.4-2
procinfo 19-3
procps 3.2.8-1
psmisc 22.10-1
psutils 1.17-2
pulseaudio 0.9.21-4
pycairo 1.8.8-1
pygobject 2.20.0-1
pygtk 2.16.0-2
python 2.6.4-2
python-notify 0.1.1-6
python-urwid 0.9.9.1-1
qalculate-gtk 0.9.7-1
qt 4.6.2-1
randrproto 1.3.1-1
raptor 1.4.21-1
rarian 0.8.1-1
rasqal 0.9.19-1
readline 6.1.002-1
recode 3.6-3
recordproto 1.14-1
redland 1.0.10-2
reiserfsprogs 3.6.21-2
renderproto 0.11-1
ristretto 0.0.22-1
rp-pppoe 3.10-4
rpcbind 0.2.0-1
rrdtool 1.4.2-2
rtkit 0.6-2
rtorrent 0.8.6-2
run-parts 3.2.2-1
saxon 9.2.0.6-1
sbcl 1.0.35-1
scrnsaverproto 1.2.0-1
sdl 1.2.14-1
sdparm 1.04-1
sed 4.2.1-1
sg3_utils 1.28-1
shadow 4.1.4.2-2
shared-mime-info 0.71-1
slime-cvs 20091005-1
smbclient 3.5.0-2
smplayer 0.6.9-2
smplayer-themes 0.1.20-1
speex 1.2rc1-1
sqlite3 3.6.22-1
squeeze 0.2.3-2
startup-notification 0.10-1
subversion 1.6.9-2
sudo 1.7.2p5-1
sysfsutils 2.1.0-5
syslog-ng 3.0.4-3
sysvinit 2.86-5
taglib 1.6.1-1
talloc 2.0.1-1
tar 1.22-1
tcp_wrappers 7.6-11
tdb 1.2.1-1
terminal 0.4.4-1
texinfo 4.13a-3
thunar 1.0.1-5
thunar-archive-plugin 0.2.4-5
thunar-media-tags-plugin 0.1.2-5
thunar-thumbnailers 0.4.1-3
thunar-volman 0.3.80-1
tp_smapi 0.40-2
transmission-svn 10321-1
ttf-bitstream-vera 1.10-6
ttf-dejavu 2.30-2
ttf-ms-fonts 2.0-2
tzdata 2010b-1
udev 151-3
unixodbc 2.2.14-2
usbutils 0.86-2
util-linux-ng 2.17.1-1
vbetool 1.1-1
vi 050325-2
videoproto 2.3.0-1
vigra 1.6.0-2
vte 0.22.5-1
wget 1.12-1
which 2.20-2
wicd 1.7.0-3
wireless_tools 29-3
wpa_supplicant 0.6.10-1
x264 20100207-2
xarchiver 0.5.2-1
xbitmaps 1.1.0-1
xcb-proto 1.6-1
xcb-util 0.3.6-1
xchat 2.8.6-5
xcursor-themes 1.0.2-1
xdg-utils 1.0.2.20100303-1
xextproto 7.1.1-1
xf86-input-evdev 2.3.2-1
xf86-input-synaptics 1.2.1-1
xf86-video-vesa 2.2.1-1
xf86dgaproto 2.1-1
xf86miscproto 0.9.3-1
xf86vidmodeproto 2.3-1
xfburn 0.4.3-1
xfce-utils 4.6.1-2
xfce4-appfinder 4.6.1-2
xfce4-artwork 0.1-6
xfce4-battery-plugin 0.5.1-2
xfce4-clipman-plugin 1.1.3-1
xfce4-cpufreq-plugin 0.0.1-7
xfce4-cpugraph-plugin 0.4.0-2
xfce4-datetime-plugin 0.6.0-1
xfce4-dev-tools 4.6.0-1
xfce4-dict-plugin 0.6.0-1
xfce4-diskperf-plugin 2.1.0-5
xfce4-eyes-plugin 4.4.0-5
xfce4-fsguard-plugin 0.4.1-1
xfce4-genmon-plugin 3.2-1
xfce4-hdaps 0.0.5-1
xfce4-icon-theme 4.4.3-1
xfce4-mailwatch-plugin 1.1.0-2
xfce4-messenger-plugin 0.1.0-6
xfce4-mixer 4.6.1-1
xfce4-mount-plugin 0.5.4-3
xfce4-mpc-plugin 0.3.3-3
xfce4-netload-plugin 0.4.0-5
xfce4-notes-plugin 1.7.2-1
xfce4-notifyd 0.1.0-2
xfce4-panel 4.6.3-1
xfce4-playercontrol-plugin 0.3.0-1
xfce4-power-manager 0.8.5-1
xfce4-quicklauncher-plugin 1.9.4-3
xfce4-screenshooter 1.6.0-1
xfce4-sensors-plugin 0.10.99.6-2
xfce4-session 4.6.1-1
xfce4-settings 4.6.4-1
xfce4-smartbookmark-plugin 0.4.2-7
xfce4-systemload-plugin 0.4.2-5
xfce4-taskmanager 0.4.1-1
xfce4-timer-plugin 0.6-1
xfce4-verve-plugin 0.3.5-1
xfce4-wavelan-plugin 0.5.5-1
xfce4-weather-plugin 0.7.3-1
xfce4-xfapplet-plugin 0.1.0-6
xfce4-xkb-plugin 0.5.3.3-1
xfconf 4.6.1-3
xfdesktop 4.6.1-1
xfprint 4.6.1-2
xfsprogs 3.1.1-1
xfwm4 4.6.1-1
xfwm4-themes 4.6.0-1
xineramaproto 1.2-1
xkeyboard-config 1.8-1
xmlrpc-c 1858-1
xorg-apps 7.5-3
xorg-docs 1.5-1
xorg-font-utils 7.5-2
xorg-fonts-100dpi 1.0.1-3
xorg-fonts-75dpi 1.0.1-3
xorg-fonts-alias 1.0.2-1
xorg-fonts-encodings 1.0.3-1
xorg-fonts-misc 1.0.1-1
xorg-res-utils 1.0.3-3
xorg-server 1.7.5.901-2
xorg-server-utils 7.5-3
xorg-twm 1.0.4-3
xorg-utils 7.6-1
xorg-xauth 1.0.4-1
xorg-xinit 1.2.0-1
xorg-xkb-utils 7.5-2
xproto 7.0.16-1
xterm 255-1
xulrunner 1.9.2-4
xvidcore 1.2.2-1
xz-utils 4.999.9beta-2
zlib 1.2.3.9-1

Offline

Board footer

Powered by FluxBB