Maybe to install wicd could help?dolphin_oracle wrote:so maybe its the nm-applet on the toolbar itself that's the problem. We need a way to restart the network-manager service after the toolbar applet starts.
-
Posts: 243
- Joined: 09 Aug 2013
#31
-
Posts: 2,238
- Joined: 16 Dec 2007
#32
possibly. network manager and wicd work a little differently. I've installed wicd in place of network-manager in the past to resolve weird issues.
-
Posts: 243
- Joined: 09 Aug 2013
#33
The same problem with wicd __{{emoticon}}__
-
Posts: 2,238
- Joined: 16 Dec 2007
#34
did you get the card working under wicd? what did you do if you did?
-
Posts: 243
- Joined: 09 Aug 2013
#35
I installed wicd and added it to the start up (also unchecked network manager)
When I reboot I have not internet connection, I have to stop wicd and reload, after this I can connect.
When I reboot I have not internet connection, I have to stop wicd and reload, after this I can connect.
-
Posts: 2,238
- Joined: 16 Dec 2007
#36
Ok.
Let's try this if you don't care.
1. make a new file called"restart-network-manager.sh" containing the following:
2. change the owner of the file to root and put in /usr/local/bin.
3. edit as root /etc/sudoers.d/antixers and add to the bottom of the list but above the defaults line
4. open the whisker menu and go to startup and sessions.
5. add a new startup command. in the window that opens, call the command whatever you want, but in the command line, say"sudo restart-network-manager.sh". Make sure the new command is last in the list.
logout and log in. you should see network-manager restart everytime you log in.
ifyou are still using wicd, replace"network-manager" in the service command with"wicd".
worth a shot.
Let's try this if you don't care.
1. make a new file called"restart-network-manager.sh" containing the following:
Code: Select all
#!/bin/sh
service network-manager restart
exit 0
3. edit as root /etc/sudoers.d/antixers and add to the bottom of the list but above the defaults line
Code: Select all
%users ALL=(root) NOPASSWD: /usr/local/bin/restart-network-manager
5. add a new startup command. in the window that opens, call the command whatever you want, but in the command line, say"sudo restart-network-manager.sh". Make sure the new command is last in the list.
logout and log in. you should see network-manager restart everytime you log in.
ifyou are still using wicd, replace"network-manager" in the service command with"wicd".
worth a shot.
-
Posts: 243
- Joined: 09 Aug 2013
#37
Hi dolphin_oracle,
thanks, I did but doesn't work.
When I do log out and log in it woks but when I do restart it doesn't work...
Difficult issue... __{{emoticon}}__
thanks, I did but doesn't work.
When I do log out and log in it woks but when I do restart it doesn't work...
Difficult issue... __{{emoticon}}__
-
Posts: 1,062
- Joined: 20 Jan 2010
#38
Maybe doing a
Ps -ef
And
Inxi -F
Before doing the restart or logout and then after the restart or logout will give a bit of insight as to what is changing?
Ps -ef
And
Inxi -F
Before doing the restart or logout and then after the restart or logout will give a bit of insight as to what is changing?
-
Posts: 243
- Joined: 09 Aug 2013
#39
Before restart with wifi up:
Code: Select all
$ ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 10:36 ? 00:00:00 init [5]
root 2 0 0 10:36 ? 00:00:00 [kthreadd]
root 3 2 0 10:36 ? 00:00:00 [ksoftirqd/0]
root 4 2 0 10:36 ? 00:00:00 [kworker/0:0]
root 5 2 0 10:36 ? 00:00:00 [kworker/0:0H]
root 6 2 0 10:36 ? 00:00:00 [kworker/u2:0]
root 7 2 0 10:36 ? 00:00:00 [watchdog/0]
root 8 2 0 10:36 ? 00:00:00 [khelper]
root 9 2 0 10:36 ? 00:00:00 [kdevtmpfs]
root 10 2 0 10:36 ? 00:00:00 [netns]
root 11 2 0 10:36 ? 00:00:00 [writeback]
root 12 2 0 10:36 ? 00:00:00 [kintegrityd]
root 13 2 0 10:36 ? 00:00:00 [bioset]
root 14 2 0 10:36 ? 00:00:00 [kblockd]
root 15 2 0 10:36 ? 00:00:00 [kworker/0:1]
root 16 2 0 10:36 ? 00:00:00 [khungtaskd]
root 17 2 0 10:36 ? 00:00:00 [kswapd0]
root 18 2 0 10:36 ? 00:00:00 [ksmd]
root 19 2 0 10:36 ? 00:00:00 [fsnotify_mark]
root 20 2 0 10:36 ? 00:00:00 [crypto]
root 25 2 0 10:36 ? 00:00:00 [kthrotld]
root 26 2 0 10:36 ? 00:00:00 [deferwq]
root 27 2 0 10:36 ? 00:00:00 [kworker/u2:1]
root 34 2 0 10:36 ? 00:00:00 [kworker/0:2]
root 77 2 0 10:36 ? 00:00:00 [khubd]
root 126 2 0 10:36 ? 00:00:00 [ata_sff]
root 127 2 0 10:36 ? 00:00:00 [firewire]
root 128 2 0 10:36 ? 00:00:00 [firewire_ohci]
root 149 2 0 10:36 ? 00:00:00 [scsi_eh_0]
root 152 2 0 10:36 ? 00:00:00 [scsi_eh_1]
root 154 2 0 10:36 ? 00:00:00 [scsi_eh_2]
root 155 2 0 10:36 ? 00:00:00 [kworker/u2:2]
root 156 2 0 10:36 ? 00:00:00 [kworker/u2:3]
root 157 2 0 10:36 ? 00:00:00 [scsi_eh_3]
root 158 2 0 10:36 ? 00:00:00 [scsi_eh_4]
root 159 2 0 10:36 ? 00:00:00 [scsi_eh_5]
root 160 2 0 10:36 ? 00:00:00 [kworker/u2:4]
root 161 2 0 10:36 ? 00:00:00 [kworker/u2:5]
root 162 2 0 10:36 ? 00:00:00 [kworker/u2:6]
root 163 2 0 10:36 ? 00:00:00 [kworker/u2:7]
root 172 2 0 10:36 ? 00:00:00 [kworker/0:3]
root 178 2 0 10:36 ? 00:00:00 [kworker/0:1H]
root 202 2 0 10:36 ? 00:00:00 [bioset]
root 209 2 0 10:36 ? 00:00:00 [jbd2/sda6-8]
root 210 2 0 10:36 ? 00:00:00 [ext4-rsv-conver]
root 351 1 0 10:36 ? 00:00:00 udevd --daemon
root 459 2 0 10:36 ? 00:00:00 [kpsmoused]
root 477 2 0 10:36 ? 00:00:00 [pccardd]
root 478 2 0 10:36 ? 00:00:00 [cfg80211]
root 508 2 0 10:36 ? 00:00:00 [kworker/0:4]
root 532 2 0 10:36 ? 00:00:00 [hd-audio0]
root 1796 1 0 10:36 ? 00:00:00 /sbin/rpcbind -w
statd 1832 1 0 10:36 ? 00:00:00 /sbin/rpc.statd
root 1837 2 0 10:36 ? 00:00:00 [rpciod]
root 1839 2 0 10:36 ? 00:00:00 [nfsiod]
root 1846 1 0 10:36 ? 00:00:00 /usr/sbin/rpc.idmapd
root 2246 1 0 10:36 ? 00:00:00 /usr/sbin/acpi_fakekeyd
root 2271 1 0 10:36 ? 00:00:00 /usr/sbin/nmbd -D
root 2299 1 0 10:36 ? 00:00:00 /usr/sbin/rsyslogd
root 2329 1 0 10:36 ? 00:00:00 /usr/sbin/acpid
root 2357 1 0 10:36 ? 00:00:00 /usr/sbin/anacron -s
root 2400 1 0 10:36 ? 00:00:00 /usr/sbin/cron
101 2430 1 0 10:36 ? 00:00:00 /usr/bin/dbus-daemon --system
root 2457 1 0 10:36 ? 00:00:00 /usr/sbin/gpm -m /dev/input/mice
root 2480 1 0 10:36 ? 00:00:00 /usr/sbin/haveged -w 1024
root 2497 1 0 10:36 ? 00:00:00 /usr/sbin/lightdm
root 2538 2497 4 10:36 tty7 00:00:11 /usr/bin/X -dpi $DPI :0 -auth /v
root 2613 1 0 10:36 ? 00:00:00 /usr/sbin/NetworkManager
root 2635 1 0 10:36 ? 00:00:00 /usr/lib/policykit-1/polkitd --n
ntp 2649 1 0 10:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.
root 2665 1 0 10:36 ? 00:00:00 /usr/sbin/modem-manager
root 2721 2497 0 10:37 ? 00:00:00 lightdm --session-child 12 15
root 2733 1 0 10:37 ? 00:00:00 /usr/sbin/smbd -D
root 2737 1 0 10:37 ? 00:00:00 /usr/sbin/console-kit-daemon --n
luis 2841 2721 0 10:37 ? 00:00:00 x-session-manager
root 2876 2733 0 10:37 ? 00:00:00 /usr/sbin/smbd -D
root 2897 1 0 10:37 ? 00:00:00 /usr/sbin/winbindd
root 2929 2897 0 10:37 ? 00:00:00 /usr/sbin/winbindd
luis 2938 2841 0 10:37 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus
luis 2941 1 0 10:37 ? 00:00:00 /usr/bin/dbus-launch --exit-with
luis 2942 1 0 10:37 ? 00:00:00 /usr/bin/dbus-daemon --fork --pr
root 2963 1 0 10:37 tty1 00:00:00 /sbin/getty --noclear 38400 tty1
root 2964 1 0 10:37 tty2 00:00:00 /sbin/getty 38400 tty2
root 2965 1 0 10:37 tty3 00:00:00 /sbin/getty 38400 tty3
root 2966 1 0 10:37 tty4 00:00:00 /sbin/getty 38400 tty4
root 2967 1 0 10:37 tty5 00:00:00 /sbin/getty 38400 tty5
root 2968 1 0 10:37 tty6 00:00:00 /sbin/getty 38400 tty6
luis 2970 1 0 10:37 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/xf
luis 2974 1 0 10:37 ? 00:00:00 /usr/bin/gpg-agent --sh --daemon
luis 2975 2841 0 10:37 ? 00:00:01 xfwm4 --display :0.0 --sm-client
luis 2977 2841 0 10:37 ? 00:00:00 Thunar --sm-client-id 2f266a4c7-
luis 2978 2841 0 10:37 ? 00:00:00 xfce4-panel --display :0.0 --sm-
luis 2980 2841 0 10:37 ? 00:00:00 xfdesktop --display :0.0 --sm-cl
luis 2981 1 0 10:37 ? 00:00:00 xfsettingsd --display :0.0 --sm-
luis 2984 1 0 10:37 ? 00:00:00 xfce4-power-manager --restart --
luis 2987 1 0 10:37 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/no
luis 2989 1 0 10:37 ? 00:00:00 /usr/lib/gvfs/gvfsd
luis 2991 1 0 10:37 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon
root 2993 1 0 10:37 ? 00:00:00 /usr/lib/upower/upowerd
luis 2995 2978 0 10:37 ? 00:00:01 /usr/lib/i386-linux-gnu/xfce4/pa
luis 3006 2978 0 10:37 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/pa
luis 3008 1 0 10:37 ? 00:00:00 /usr/lib/i386-linux-gnu/gconf/gc
luis 3040 1 0 10:37 ? 00:00:00 nm-applet
luis 3060 1 1 10:37 ? 00:00:03 /usr/bin/volumeicon
luis 3085 1 0 10:37 ? 00:00:00 /usr/bin/fbxkb
luis 3120 1 0 10:37 ? 00:00:00 /usr/lib/policykit-1-gnome/polki
luis 3132 1 0 10:37 ? 00:00:00 /usr/bin/python /usr/share/syste
luis 3140 1 0 10:37 ? 00:00:00 xscreensaver -no-splash
luis 3211 1 0 10:37 ? 00:00:00 python /usr/bin/apt-notifier.py
luis 3247 1 0 10:37 ? 00:00:00 conky
luis 3248 1 0 10:37 ? 00:00:00 conky
luis 3249 1 0 10:37 ? 00:00:00 conky
root 3268 1 0 10:37 ? 00:00:00 /sbin/wpa_supplicant -u -s -O /v
root 3270 2 0 10:37 ? 00:00:00 [irq/16-b43]
root 3271 2613 0 10:37 ? 00:00:00 /sbin/dhclient -d -4 -sf /usr/li
root 3327 1 0 10:38 ? 00:00:00 /usr/sbin/sshd
luis 3335 2978 9 10:38 ? 00:00:16 /opt/firefox/firefox
luis 3642 3006 1 10:40 ? 00:00:00 xfce4-terminal
luis 3645 3642 0 10:40 ? 00:00:00 gnome-pty-helper
luis 3646 3642 0 10:40 pts/0 00:00:00 bash
luis 4113 3646 0 10:41 pts/0 00:00:00 ps -ef
Code: Select all
$ inxi -F
System: Host: mx14 Kernel: 3.12-0.bpo.1-486 i686 (32 bit)
Desktop: Xfce 4.10.2 Distro: MX-14 Symbiosis 27 March 2014
Machine: System: Hewlett-Packard product: HP Compaq nx6310 (RH325ET#ABE) v: F.09
Mobo: Hewlett-Packard model: 30AA v: KBC Version 58.12
Bios: Hewlett-Packard v: 68YDU Ver. F.09 date: 09/15/2006
CPU: Single core Intel Celeron M 430 (-UP-) cache: 1024 KB
clocked at 1729 MHz
Graphics: Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller
Display Server: X.Org 1.12.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1024x768@60.0hz
GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2
GLX Version: 1.4 Mesa 8.0.5
Audio: Card Intel NM10/ICH7 Family High Definition Audio Controller
driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k3.12-0.bpo.1-486
Network: Card-1: Broadcom BCM4401-B0 100Base-TX driver: b44
IF: eth0 state: down mac: 00:17:08:42:c0:2b
Card-2: Broadcom BCM4311 802.11b/g WLAN driver: b43-pci-bridge
IF: wlan1 state: up mac: 00:14:a5:d7:db:41
Drives: HDD Total Size: 60.0GB (12.0% used)
ID-1: /dev/sda model: FUJITSU_MHV2060B size: 60.0GB
Partition: ID-1: / size: 20G used: 3.0G (16%) fs: ext4 dev: /dev/sda6
ID-2: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors: System Temperatures: cpu: 50.0C mobo: 48.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 122 Uptime: 4 min Memory: 294.3/1000.7MB
Client: Shell (bash) inxi: 2.1.28
-
Posts: 243
- Joined: 09 Aug 2013
#40
After reboot, wifi down:
Code: Select all
$ inxi -F
System: Host: mx14 Kernel: 3.12-0.bpo.1-486 i686 (32 bit)
Desktop: Xfce 4.10.2 Distro: MX-14 Symbiosis 27 March 2014
Machine: System: Hewlett-Packard product: HP Compaq nx6310 (RH325ET#ABE) v: F.09
Mobo: Hewlett-Packard model: 30AA v: KBC Version 58.12
Bios: Hewlett-Packard v: 68YDU Ver. F.09 date: 09/15/2006
CPU: Single core Intel Celeron M 430 (-UP-) cache: 1024 KB
clocked at 1729 MHz
Graphics: Card: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller
Display Server: X.Org 1.12.4 drivers: intel (unloaded: fbdev,vesa)
Resolution: 1024x768@60.0hz
GLX Renderer: Mesa DRI Intel 945GM x86/MMX/SSE2
GLX Version: 1.4 Mesa 8.0.5
Audio: Card Intel NM10/ICH7 Family High Definition Audio Controller
driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k3.12-0.bpo.1-486
Network: Card-1: Broadcom BCM4401-B0 100Base-TX driver: b44
IF: eth0 state: down mac: 00:17:08:42:c0:2b
Card-2: Broadcom BCM4311 802.11b/g WLAN driver: b43-pci-bridge
IF: wlan1 state: down mac: 00:14:a5:d7:db:41
Drives: HDD Total Size: 60.0GB (12.0% used)
ID-1: /dev/sda model: FUJITSU_MHV2060B size: 60.0GB
Partition: ID-1: / size: 20G used: 3.0G (16%) fs: ext4 dev: /dev/sda6
ID-2: swap-1 size: 4.19GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors: System Temperatures: cpu: 55.0C mobo: 53.0C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 118 Uptime: 1 min Memory: 112.9/1000.7MB
Client: Shell (bash) inxi: 2.1.28
Code: Select all
$ ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 1 10:44 ? 00:00:00 init [5]
root 2 0 0 10:44 ? 00:00:00 [kthreadd]
root 3 2 0 10:44 ? 00:00:00 [ksoftirqd/0]
root 4 2 0 10:44 ? 00:00:00 [kworker/0:0]
root 5 2 0 10:44 ? 00:00:00 [kworker/0:0H]
root 6 2 0 10:44 ? 00:00:00 [kworker/u2:0]
root 7 2 0 10:44 ? 00:00:00 [watchdog/0]
root 8 2 0 10:44 ? 00:00:00 [khelper]
root 9 2 0 10:44 ? 00:00:00 [kdevtmpfs]
root 10 2 0 10:44 ? 00:00:00 [netns]
root 11 2 0 10:44 ? 00:00:00 [writeback]
root 12 2 0 10:44 ? 00:00:00 [kintegrityd]
root 13 2 0 10:44 ? 00:00:00 [bioset]
root 14 2 0 10:44 ? 00:00:00 [kblockd]
root 15 2 0 10:44 ? 00:00:00 [kworker/0:1]
root 16 2 0 10:44 ? 00:00:00 [khungtaskd]
root 17 2 0 10:44 ? 00:00:00 [kswapd0]
root 18 2 0 10:44 ? 00:00:00 [ksmd]
root 19 2 0 10:44 ? 00:00:00 [fsnotify_mark]
root 20 2 0 10:44 ? 00:00:00 [crypto]
root 25 2 0 10:44 ? 00:00:00 [kthrotld]
root 26 2 0 10:44 ? 00:00:00 [deferwq]
root 27 2 0 10:44 ? 00:00:00 [kworker/u2:1]
root 34 2 0 10:44 ? 00:00:00 [kworker/0:2]
root 66 2 0 10:44 ? 00:00:00 [khubd]
root 118 2 0 10:44 ? 00:00:00 [kworker/0:3]
root 127 2 0 10:44 ? 00:00:00 [ata_sff]
root 128 2 0 10:44 ? 00:00:00 [firewire]
root 130 2 0 10:44 ? 00:00:00 [firewire_ohci]
root 150 2 0 10:44 ? 00:00:00 [scsi_eh_0]
root 153 2 0 10:44 ? 00:00:00 [scsi_eh_1]
root 155 2 0 10:44 ? 00:00:00 [scsi_eh_2]
root 156 2 0 10:44 ? 00:00:00 [kworker/u2:2]
root 157 2 0 10:44 ? 00:00:00 [kworker/u2:3]
root 158 2 0 10:44 ? 00:00:00 [scsi_eh_3]
root 159 2 0 10:44 ? 00:00:00 [scsi_eh_4]
root 160 2 0 10:44 ? 00:00:00 [scsi_eh_5]
root 161 2 0 10:44 ? 00:00:00 [kworker/u2:4]
root 162 2 0 10:44 ? 00:00:00 [kworker/u2:5]
root 163 2 0 10:44 ? 00:00:00 [kworker/u2:6]
root 164 2 0 10:44 ? 00:00:00 [kworker/u2:7]
root 178 2 0 10:44 ? 00:00:00 [kworker/0:1H]
root 202 2 0 10:44 ? 00:00:00 [bioset]
root 209 2 0 10:44 ? 00:00:00 [jbd2/sda6-8]
root 210 2 0 10:44 ? 00:00:00 [ext4-rsv-conver]
root 351 1 1 10:44 ? 00:00:00 udevd --daemon
root 466 2 0 10:44 ? 00:00:00 [cfg80211]
root 468 2 0 10:44 ? 00:00:00 [pccardd]
root 471 2 0 10:44 ? 00:00:00 [kpsmoused]
root 513 2 0 10:44 ? 00:00:00 [kworker/0:4]
root 540 2 0 10:44 ? 00:00:00 [hd-audio0]
root 1798 1 0 10:44 ? 00:00:00 /sbin/rpcbind -w
statd 1832 1 0 10:44 ? 00:00:00 /sbin/rpc.statd
root 1837 2 0 10:44 ? 00:00:00 [rpciod]
root 1839 2 0 10:44 ? 00:00:00 [nfsiod]
root 1846 1 0 10:44 ? 00:00:00 /usr/sbin/rpc.idmapd
root 2246 1 0 10:44 ? 00:00:00 /usr/sbin/acpi_fakekeyd
root 2271 1 0 10:44 ? 00:00:00 /usr/sbin/nmbd -D
root 2299 1 0 10:44 ? 00:00:00 /usr/sbin/rsyslogd
root 2329 1 0 10:44 ? 00:00:00 /usr/sbin/acpid
root 2400 1 0 10:44 ? 00:00:00 /usr/sbin/cron
101 2430 1 0 10:44 ? 00:00:00 /usr/bin/dbus-daemon --system
root 2457 1 0 10:44 ? 00:00:00 /usr/sbin/gpm -m /dev/input/mice
root 2480 1 1 10:44 ? 00:00:00 /usr/sbin/haveged -w 1024
root 2497 1 0 10:44 ? 00:00:00 /usr/sbin/lightdm
root 2538 2497 8 10:44 tty7 00:00:03 /usr/bin/X -dpi $DPI :0 -auth /v
root 2613 1 0 10:44 ? 00:00:00 /usr/sbin/NetworkManager
ntp 2644 1 0 10:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.
root 2665 2644 0 10:44 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.
root 2669 1 0 10:44 ? 00:00:00 /usr/lib/policykit-1/polkitd --n
root 2701 1 0 10:44 ? 00:00:00 /usr/sbin/modem-manager
root 2729 1 0 10:44 ? 00:00:00 /usr/sbin/smbd -D
root 2752 2497 0 10:44 ? 00:00:00 lightdm --session-child 12 15
root 2758 2729 0 10:44 ? 00:00:00 /usr/sbin/smbd -D
root 2759 1 0 10:44 ? 00:00:00 /usr/sbin/console-kit-daemon --n
root 2835 1 0 10:44 ? 00:00:00 /usr/sbin/sshd
luis 2868 2752 0 10:44 ? 00:00:00 x-session-manager
root 2897 1 0 10:44 ? 00:00:00 /usr/sbin/winbindd
root 2927 2897 0 10:44 ? 00:00:00 /usr/sbin/winbindd
luis 2938 2868 0 10:44 ? 00:00:00 /usr/bin/ssh-agent /usr/bin/dbus
luis 2941 1 0 10:44 ? 00:00:00 /usr/bin/dbus-launch --exit-with
luis 2942 1 0 10:44 ? 00:00:00 /usr/bin/dbus-daemon --fork --pr
root 2963 1 0 10:44 tty1 00:00:00 /sbin/getty --noclear 38400 tty1
root 2964 1 0 10:44 tty2 00:00:00 /sbin/getty 38400 tty2
root 2965 1 0 10:44 tty3 00:00:00 /sbin/getty 38400 tty3
root 2966 1 0 10:44 tty4 00:00:00 /sbin/getty 38400 tty4
root 2967 1 0 10:44 tty5 00:00:00 /sbin/getty 38400 tty5
root 2968 1 0 10:44 tty6 00:00:00 /sbin/getty 38400 tty6
luis 2970 1 0 10:44 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/xf
luis 2974 1 0 10:44 ? 00:00:00 /usr/bin/gpg-agent --sh --daemon
luis 2975 2868 1 10:44 ? 00:00:00 xfwm4 --display :0.0 --sm-client
luis 2977 2868 0 10:44 ? 00:00:00 Thunar --sm-client-id 2f266a4c7-
luis 2979 2868 1 10:44 ? 00:00:00 xfce4-panel --display :0.0 --sm-
luis 2980 2868 1 10:44 ? 00:00:00 xfdesktop --display :0.0 --sm-cl
luis 2981 1 0 10:44 ? 00:00:00 xfsettingsd --display :0.0 --sm-
luis 2985 1 0 10:44 ? 00:00:00 /usr/lib/gvfs/gvfsd
luis 2986 1 0 10:44 ? 00:00:00 xfce4-power-manager --restart --
luis 2989 1 0 10:44 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/no
luis 2991 1 0 10:44 ? 00:00:00 /usr/lib/gvfs//gvfs-fuse-daemon
root 2993 1 0 10:44 ? 00:00:00 /usr/lib/upower/upowerd
luis 3004 2979 2 10:44 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/pa
luis 3008 2979 1 10:44 ? 00:00:00 /usr/lib/i386-linux-gnu/xfce4/pa
luis 3043 1 0 10:44 ? 00:00:00 /usr/lib/i386-linux-gnu/gconf/gc
luis 3090 1 2 10:44 ? 00:00:00 nm-applet
luis 3109 1 7 10:44 ? 00:00:01 /usr/bin/volumeicon
luis 3172 1 0 10:44 ? 00:00:00 /usr/bin/fbxkb
luis 3193 1 0 10:44 ? 00:00:00 /usr/lib/policykit-1-gnome/polki
luis 3196 1 0 10:44 ? 00:00:00 /usr/bin/python /usr/share/syste
luis 3203 1 0 10:44 ? 00:00:00 xscreensaver -no-splash
luis 3217 1 1 10:44 ? 00:00:00 python /usr/bin/apt-notifier.py
luis 3246 1 0 10:44 ? 00:00:00 conky
luis 3247 1 0 10:44 ? 00:00:00 conky
luis 3248 1 0 10:44 ? 00:00:00 conky
luis 3267 3008 2 10:44 ? 00:00:00 xfce4-terminal
luis 3271 3267 0 10:44 ? 00:00:00 gnome-pty-helper
luis 3272 3267 1 10:44 pts/0 00:00:00 bash
luis 3352 3272 0 10:45 pts/0 00:00:00 ps -ef
-
Posts: 2,238
- Joined: 16 Dec 2007
#41
have you tried issueing as roof
after a bootup when the wireless doesn't work?
and did you end up keeping wicd or going back to network-manager?
Code: Select all
ifconfig wlan1 up
and did you end up keeping wicd or going back to network-manager?
-
Posts: 243
- Joined: 09 Aug 2013
#42
Hi dolphin_oracle,
thanks, I just did but doesn't wok __{{emoticon}}__
I have to tick"enable wireles" at network manager
I uninstalled wicd.
Code: Select all
ifconfig wlan1 up
I have to tick"enable wireles" at network manager
I uninstalled wicd.