You are not logged in.
It's working guys, now how can I do this automatically?
After restart, nm-applet says that the "device is not managed"
Last edited by joksim (2011-12-09 17:43:48)
OpenBox, Opera and Emacs user most of the time...
Offline
What modules are loaded?
You can try to get it working with network-manager, but it may be impossible.
With the setup you are using now, wlan1 will be brought up automatically on reboot, if you
disable network-manager:
sudo update-rc.d network-manager disable.
In that case, dont start nm-applet from openbox autostart, since its useless without nm.
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
loaded modules (via lsmod:)
Module Size Used by
parport_pc 22191 0
ppdev 12725 0
lp 17190 0
parport 31650 3 parport_pc,ppdev,lp
rfcomm 32744 0
bridge 65614 0
stp 12392 1 bridge
bnep 17424 2
bluetooth 107224 10 rfcomm,bnep
acpi_cpufreq 12849 0
mperf 12411 1 acpi_cpufreq
cpufreq_stats 12762 0
cpufreq_conservative 13147 0
cpufreq_powersave 12454 0
cpufreq_userspace 12576 0
fuse 61554 3
cryptd 14463 0
aes_x86_64 16796 1
aes_generic 37122 1 aes_x86_64
loop 22479 0
firewire_sbp2 17825 0
snd_hda_codec_hdmi 22174 1
joydev 17138 0
arc4 12458 4
snd_hda_codec_realtek 283734 1
ecb 12737 4
b43 292641 0
rng_core 12614 1 b43
iwlagn 174851 0
snd_hda_intel 25946 1
radeon 743013 2
snd_hda_codec 67865 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
mac80211 181270 2 b43,iwlagn
snd_hwdep 13148 1 snd_hda_codec
snd_pcm 67276 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq 44678 0
ttm 52224 1 radeon
acer_wmi 21843 0
r852 17768 0
sm_common 16450 1 r852
nand 44305 2 r852,sm_common
nand_ids 12313 1 nand
nand_ecc 12444 1 nand
snd_timer 22658 2 snd_pcm,snd_seq
cfg80211 126244 3 b43,iwlagn,mac80211
snd_seq_device 13155 1 snd_seq
ideapad_laptop 12892 0
sparse_keymap 12760 2 acer_wmi,ideapad_laptop
snd 52324 11 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
rfkill 19014 5 bluetooth,acer_wmi,cfg80211,ideapad_laptop
drm_kms_helper 26950 1 radeon
psmouse 55199 0
mtd 24058 2 sm_common,nand
battery 13109 0
wmi 13202 1 acer_wmi
uvcvideo 57386 0
videodev 66266 1 uvcvideo
media 18148 1 videodev
v4l2_compat_ioctl32 16575 1 videodev
drm 166500 4 radeon,ttm,drm_kms_helper
tpm_tis 13125 0
tpm 17756 1 tpm_tis
tpm_bios 12903 1 tpm
soundcore 13014 1 snd
i2c_i801 16870 0
i2c_algo_bit 12834 1 radeon
processor 27431 3 acpi_cpufreq
i2c_core 23766 6 radeon,drm_kms_helper,videodev,drm,i2c_algo_bit,i2c_i801
snd_page_alloc 12969 2 snd_hda_intel,snd_pcm
ac 12624 0
serio_raw 12878 0
pcspkr 12579 0
evdev 17475 16
power_supply 13475 3 radeon,battery,ac
video 17553 0
button 12895 0
ext4 313064 3
mbcache 12930 1 ext4
jbd2 65105 1 ext4
crc16 12343 2 bluetooth,ext4
sg 25769 0
sr_mod 21824 0
sd_mod 35644 5
cdrom 35134 1 sr_mod
crc_t10dif 12348 1 sd_mod
usbhid 39946 0
hid 72745 1 usbhid
uhci_hcd 26290 0
ahci 25089 4
libahci 22616 1 ahci
ssb 44050 1 b43
sdhci_pci 13184 0
sdhci 21685 1 sdhci_pci
libata 151572 2 ahci,libahci
scsi_mod 161557 5 firewire_sbp2,sg,sr_mod,sd_mod,libata
firewire_ohci 35027 0
tg3 109263 0
ehci_hcd 39487 0
usbcore 127203 5 uvcvideo,usbhid,uhci_hcd,ehci_hcd
mmc_core 58824 3 b43,ssb,sdhci
pcmcia 32719 2 b43,ssb
thermal 17330 0
firewire_core 47790 2 firewire_sbp2,firewire_ohci
crc_itu_t 12347 1 firewire_core
libphy 18759 1 tg3
thermal_sys 17939 3 processor,video,thermal
pcmcia_core 18333 1 pcmciaOpenBox, Opera and Emacs user most of the time...
Offline
To re-enable network-manager and nm-applet:
sudo ifdown wlan1
sudo invoke-rc.d network-manager enableedit /etc/network/interfaces, comment out wlan1
edit ob autostart to start nm-applet
reboot
configure your wireless with nm-applet.
HTH
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
hmmm, not working, have to manually ifup wlan1 after restart...
maybe wicd can be a workaround...
OpenBox, Opera and Emacs user most of the time...
Offline
wicd works like a charm...
deleting network-manager...
Thanks a lot, best forum and distro ever...
OpenBox, Opera and Emacs user most of the time...
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.