KNetworkmanager says "no active device"

I followed the wiki guide for Networkmanager with KDE.
When I open Knetworkmanager,  everything is grayed out and it states "no active device".
Here is my rc.conf info:
lo="lo 127.0.0.1"
ath0="dhcp"
#eth0="eth0 192.168.1.17 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(lo !eth0 !ath0)
My ath0 is disabled with a !, as per the wiki.
also my DAEMONS line is in the order specified in the wiki entry:
DAEMONS=(syslog-ng !network dbus hal netfs acpid alsa cpufreq dhcdbd networkmanager fam)
Network daemon is disabled, per the wiki.
Here is my /etc/conf.d/wireless:
# For each wireless interface declared in INTERFACES (in rc.conf), declare
# a wlan_${IF} variable that contains the arguments to be passed to
# iwconfig(8). Then list the original interface name in the
# WLAN_INTERFACES array.
#wlan_eth0="eth0 mode managed essid default"
WLAN_INTERFACES=(ath0)
This is a Thinkpad T23 with D-Link DWL650 atheros cardbus adapter, mad_wifi driver. I am currently using wifi-radar, which was easy to get up and running, but I would like the extra features of networkmanager. Laptop will roam from one wifi hotspot to the next.
Any help appreciated.
Last edited by Misfit138 (2007-10-18 22:05:15)

I think I found the answer. I had the exact same error. Installed knetworkmanager via "yaourt -S knetworkmanager" which downloaded the PKGBUILD and built it for me as well as installed it.
Then I receieved the message "no active device".
I then proceeded to edit /etc/group as root and added my normal username to the "network" line like this:
network:x:90:tinuva
Restarted my laptop and logged into kdemod 4.1 and wala the icon started up eth0 with dhcp for me.
Now I guess the correct way of doing this would be:
gpasswd -a USERNAME network
Last edited by Tinuva (2008-11-11 11:01:20)

Similar Messages

  • When I connect my ipod touch tomy computer it says that the device will not work because the Apple mobile device hasnt been activated?

    Why does a meesage pop up when I connect my iPod touch saying that the device will not work because the Apple mobile device hasn't been activated?          

    Refer to this article to restart AMDS:
    How to restart the Apple Mobile Device Service (AMDS) on Windows
    http://support.apple.com/kb/TS1567

  • Can't activate my device. it says ERROR ACTIVATION SERVER

    i BOUGHT E BOOK FROM KOBO., INSTALLED DIGITAL EDITIONS 3.0,AUTHORIZED IT OK, I SEE MY E-READER (HIPSTREET) OK BUT WHEN I CHOOSE OPTION "ACTIVATE MY DEVICE  IT SAYS "ERROR ACTIVATION SERVER. |THAT IS ALL I GET EVEN THOUGH I TRY AGAIN

    Sometimes the activation server is just not available for a short time. Trying again usually corrects this problem. But as Peter Gillespie suggests, if the iPhone you are trying to activate has ever been jailbroken, or the computer you are using to activate the phone has been used to jailbreak an iOS device then you will get the Activation Server not Available message.

  • I went to turn on my device but it says i need to activate it even though i already did like 2 years ago and when i go to put in my apple id to reactivate it it says the activation servers are down but ive been trying for hours I 3 runon sentences.

    i went to turn on my device but it says i need to activate it even though i already did like 2 years ago and when i go to put in my apple id to reactivate it it says the activation servers are down but ive been trying for hours I <3 runon sentences.

    Wow!

  • After install it just says "No bootable device found" [SOLVED]

    I have been trying (several times now) to install Arch Linux. After the install, it just showed the message "No bootable device found".
    I have already asked for a solution here, but until now no one could really help me.
    I will paste my text from the other site here, to explain exactly my situation:
    I've been trying to install Arch Linux. After the installation, it shows the BIOS screen and after that there just comes a message that says "No bootable device found".
    I have retried the whole scenario now some times, still it just shows the same message...
    At installing, I have followed the Unofficial Beginner's Guide from the ArchLinux wiki.
    Here is what I did:
    First of all, I wiped the hard drive (on which before the wipe was Windows Vista installed) and put GPT on it by using gdisk. Then I set up some partitions, which now look as the following (output of parted):
    Model: ATA ST9160310AS (scsi)
    Disk /dev/sda: 160GB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    Disk Flags:
    Number  Start   End     Size    File system     Name                 Flags
    1      1049kB  2097kB  1049kB                  BIOS boot partition  bios_grub
    2      2097kB  107MB   105MB   ext2            Linux filesystem     
    3      107MB   21.6GB  21.5GB  ext4            Linux filesystem     
    4      21.6GB  30.2GB  8590MB  linux-swap(v1)  Linux swap           
    5      30.2GB  160GB   130GB   ext4            Linux filesystem     
    Then I mounted the root partition (sda2) to /mnt, after that also the boot and the home partition (sda3 and sda5) to /mnt/boot and /mnt/home and at the end formatted and activated the swap partition (sda4).
    Now I began installing the base system. After selecting the mirrors, I installed base and base-devel.
    At the end of the install I generated an fstab.
    Then I finally chrooted into /mnt, set up some Locales, set a root password and then installed and configured Grub2, exactly as it is explained here.
    At the end I exited from the chroot environment, unmounted the partitions and rebooted. You know the rest... It just showed the message that it coudn't find any bootable devices.
    By the way, I tried to install it on this computer.
    Hopefully someone finds out what I did wrong, thanks in advance!
    Last edited by brgr (2013-04-03 17:58:20)

    So, here is the /boot/grub/grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt3'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 f8d04422-e0a0-486e-ab$
    else
    search --no-floppy --fs-uuid --set=root f8d04422-e0a0-486e-abfd-43fa63f5e10e
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'g$
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4ada76a3-b73a$
    else
    search --no-floppy --fs-uuid --set=root 4ada76a3-b73a-4ddd-94e2-e723e15cdc84
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $m$
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 4ada76a3-b73a$
    else
    search --no-floppy --fs-uuid --set=root 4ada76a3-b73a-4ddd-94e2-e723e15cdc84
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    and here the /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e /mnt ext4 rw,relatime,data=ordered 0 1
    # /dev/sda2 LABEL=boot
    UUID=4ada76a3-b73a-4ddd-94e2-e723e15cdc84 /boot ext2 rw,relatime 0 2
    # /dev/sda5 LABEL=userdata
    UUID=964b46b9-8b33-4978-bcef-5c9e41ade8c6 /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda4 LABEL=swap
    UUID=276da045-ffba-4b20-9230-2540898541b1 none swap defaults 0 0
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e /mnt ext4 rw,relatime,data=ordered 0 1
    # /dev/sda3 LABEL=system
    UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e / ext4 rw,relatime,data=ordered 0 1
    # UUID=f8d04422-e0a0-486e-abfd-43fa63f5e10e LABEL=system
    /dev/sda3 /mnt ext4 rw,relatime,data=ordered 0 1
    # UUID=4ada76a3-b73a-4ddd-94e2-e723e15cdc84 LABEL=boot
    /dev/sda2 /boot ext2 rw,relatime 0 2
    # UUID=964b46b9-8b33-4978-bcef-5c9e41ade8c6 LABEL=userdata
    /dev/sda5 /home ext4 rw,relatime,data=ordered 0 2
    # UUID=276da045-ffba-4b20-9230-2540898541b1 LABEL=swap
    /dev/sda4 none swap defaults 0 0
    @Scimmia: I will try this out tomorrow, I don't have enough time to do it now.

  • Switch Soft Front Panel, Active Device misassigned

    I have a PXI chassis with, among other modules, two PXI-2350 switches.  Using the Switch Soft Front Panel, it seems the names assigned in the Active Device list ( the two 2350's in this case ) are backwards to what I expect.  Is there a way to reassociate these names to the physical 2350's ?
    Thanks
    Solved!
    Go to Solution.

    Confustus,
    That is an interesting issue that I have never seen before, your devices in Soft Front Panel should be linked to the devices as labeled in MAX. I was wondering, when you say "Using MAX, we can select a route that connects the power source to the DMM using "Switch 1" ( for example ), and we can see the voltage reading show up on the 4071 Soft Front Panel as expected", what exactly do you mean? If you were to select your hardware device and click test panels, the NI Switch Soft Front Panel loads. Are you saying that when selecting test panels and loading Switch Soft Front Panel from max works as expected, however opening the application outside of MAX does not work? 
    Or are you talking about the Test Panels that you open up within NI Switch Executive? The test panels for NI Switch Executive refer to the NI Switch Executive virtual device name, not the DAQmx device name. If you had named the NI Switch Executive Virtual device name in a similar manner, this could be part of the confusing problems that you are seeing. See images below:
    NI DAQmx Test Panel Selection Brings this up.
    NI Switch Executive test panel brings this up. If these device names are similar, I can see how this could be confusing.
    Frank,
    National Instruments
    Staff Software Project Engineer

  • How many paired and active devices will bluetooth on IPad 3 support at a time ?

    How many (Paired and Active devices) will Bluetooth on the Ipad 3 sopport at a time?

    Actually that is not quite true. Bluetooth is limited to one connection per device profile. That is to say you cannot have two bluetooth headsets actively connected at the same time, but you could have a bluetooth headset and a heart rate monitor, as the hrt monitor and the headset would be using different profiles.

  • Change "Active Device PIN"?

    When I upgraded to Desktop Software Version v5.0.1 it now shows the "Active Device PIN" as the wrong one.  It shows the correct "Device Connected PIN".  When I start the Desktop Software it comes up with a box saying:
    "Your messaging account is currently configured to use Blackberry (30102B5E).  Would you like to switch to Blackberry 8330 (my PIN number) instead?"
    I click yes, and it still shows the "Active Device PIN" as the wrong one.  But it does show the correct device connected, and I am able to use the Desktop Software with my Curve 8330 normally.  So it does not appear to effect functionality, but I would like to correct it to eliminate the pop up box each time I connect the device.
    This is something NEW since upgrading to v5.0.1.  It has never happened before.
    Is there a way to change this to the correct device? 
    I started into Device Switch Wizard, and it shows the current device as my Curve 8330, and the drop down does not show this other device.  So I am not sure what to do next if this is the way to change it.
    Thanks!
    8330 Curve
    OS v4.5.0.169
    Telus Mobility (Canada) using BIS

    Blackberry Perl 8220, Windows 7 Ultimate, Desktop Manager 5.0.1.28 I had the same problem: When I launched Desktop Manager I got a message box titled Email Settings which said: Your messaging account is currently configured to use BlackBerry (incorrect PIN). Would you like to switch to BlackBerry 8220 (correct PIN) instead? If I clicked Yes, everything worked fine. Device connected (PIN): BlackBerry 8220 (correct PIN) / Active device (PIN): BlackBerry (incorrect PIN). Apparently, there is no way to change the Active device (PIN). I’ve read that if you’re switching devices, you could try the Device Switch Wizard, but I was not switching devices only installed the Desktop Manger update. I was using a new installation of Windows and Desktop Manager. I also tried a proposed solution to generate a new encryption key manually, but that didn't help either. Also tried uninstalling and reinstalling, both with saving my user settings and without. I also tried sending the service books. This duplicted my calendar on sync, a problem I already knew how to fix. I mention this seprately becasuse I did it right before I solved the problem. So it may be part of the solution. What finally worked was answering Yes when prompted that my email address wasn't configured to use BlackBerry Enterprise Server. I don't know the exact wording, but I was choosing No before because it said to do so if I used BlackBerry Internet Service. Because I sync to Microsoft Outlook, I always install with the BES option, not the BIS. Then I disable the BlackBerry Desktop Redirector. If someone get this to work off my suggestion, please post the exact wording. You may be able to get this prompt by launching the Desktop Redirector. Sorry I don't know how I got the prompt, mines all set now. But I know I had seen it before while playing around.
    Steve Savage
    www.savageit.com
    Computer Training Classes in Buffalo, NY including BlackBerry Training.

  • My Bluetooth USB wireless transmitter for my portable speakers has quit working.  Preferences says, "The selected device has no output controls", it used to work just fine.  Can anybody help?

    My Bluetooth USB wireless transmitter for my portable BT speakers has quit working.  Preferences says, "The selected device has no output controls", it used to work just fine.  The internal and a pair of wired external speakers work fine.  Can anybody help?

    Just tested something and it worked.
    If I put the headphones all the way in, the mac recognizes it as a digital output.
    But if i don't put it all the way in, it recognizes it as headphones and works perfectly.
    It's probably this crappy headphones.
    If anyone has the same problem, try this out.

  • I am trying to move a pdf file onto my iPad2, and it says that the device is not connected or has stopped working.  But Windows 7 recognizes the device and I can see my pictures.  Same thing happens when I try to put music onto the iPad.

    I am trying to move a pdf file onto my iPad2, and it says that the device is not connected or has stopped working.  But Windows 7 recognizes the device and I can see my pictures.  Same thing happens when I try to put music onto the iPad.

    When in iTunes on the computer,my our ipadmshould show under devices.
    Click on your ipadmunder devices then go to music at top center of the iTunes window, check what you want to sync for music. You need to set it to a folder if I remember which would have your music in it you want synced.
    Same with PDF files.....there should be an option for data or even PDF files at the top center area of iTunes when the iPad is clicked under devices.
    If your iPad does not show or you cannot click on it under devices which is in the leftane of iTunes, the iPad is not being seen by the computer.
    Try unplugging the USB cord from the laptop then give it a few and see if the computer picks it up.

  • I have updated my ipod touch to ios5 and it is saying that the device is not registered in apple developers program.I have a back up fle in itunes and itunes is not prompting for restore.how can i restore my pod?pls help me to restore my ipod .am worried

    I have updated my ipod touch to ios5 and it is saying that the device is not registered in apple developers program.I have a back up fle in itunes and itunes is not prompting for restore.how can i restore my pod?pls help me to restore my ipod .am worried as it my new ipod and am not able to restore it.pls help.

    i have done that .:(..PLs help me restoring it to older version.though i have a back up file.in itunes..am not able to restore it.as itunes is not asking for resotre option..pls help me

  • I have a htc wildfire, and if i try to install firefox from android market place it says that my device is not compatible with firefox. how can i install it ?

    i have a htc wildfire, and if i try to install firefox from android market place it says that my device is not compatible with firefox. how can i install it ?

    According to a random website... the HTC Wildfire S uses a Qualcomm MSM7225 processor. This processor unfortunately does not support the full ARM version 7 instruction set, so Firefox cannot run on it.

  • When I plug my ipod into my computer, the computer dosnt read it and I get a messege saying the USB device is drawing to much power. How do I solve this problem?

    When I plug my ipod into my computer the computer dosnt read it and I get a messege saying that the device is drawing to much power. How do I solve this problem???

    I had the same problem with mine when I connect the ipod when it's full charged and turn on. The problem never happen when the ipod is charging or i'ts full charged and it's turn off. So just turn off your ipod down and connect to your mac again.

  • My computer will not recognize my ipod touch anymore. When I plug it in it says the USB device attached to this computer has malfunctioned and windows doesn not recognize it.

    My computer (PC) will not recognize my ipod touch anymore. When I plug it in, it says the USB device attached to this computer has malfunctioned and windows does not recognize it. I have tried attaching the same cord and ipod to a different computer and it is recognized by our mac. I have tried restarting the ipod, downloading all updates on my pc, restarting the pc, etc. Nothing has worked. Please advise.

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • I have CS2 and I use it almost every day.. Today when I tried to launch it, a prompt came up saying my Activation was no longer valid and it closed automatically.  Then when I tried to re-open it, a prompt came up saying "A serious error has occured"  Ple

    I have CS2 and I use it almost every day.. Today when I tried to launch it, a prompt came up saying my Activation was no longer valid and it closed automatically.  Then when I tried to re-open it, a prompt came up saying "A serious error has occured"  Please re-install the software...  I have no idea where my software is... That was many many years ago?  HELP!!

    When you go to the download page, you must do two things:
    Download this file: PhSp_CS2_English.exe on the download page.
    Use the serial number on the download page in order to install your non-activation copy.
    Do not use your old CD or serial number. It no longer works.
    If you have Windows 7, the advice is to turn off UAC and run the installer as Administrator.
    Gene

Maybe you are looking for

  • Understanding the messages in /var/adm/messages

    Hi, Please let me know what does these error messages mean? May 15 00:03:00 bir_sys1 utdevmgrd[14281]: [ID 331289 daemon.error] dm getpeername: Transport endpoint is not connected May 15 00:03:00 bir_sys1 utdevmgrd[14281]: [ID 273529 daemon.notice] Q

  • Start workflow when pressing save button

    Hello community, can anybody explain me how I can start a workflow when somebody clicks on 'save' in transaction me22n? Thanks a lot for your help! Christoph Edited by: Christoph Schle on Jan 9, 2008 7:48 AM

  • Photosmart 5510d printer keeps saying "busy" when i try to print something but nothing prints.

    I just bought a HP Photosmart 5510d printer and installed it on my Mac to work wirelessly.  It seems to be working when I do a test print but when I try to print a document, the printer says "busy" and doesn't print at all.  Any advice?  Thanks!

  • Is Data filtering possible in TreeTable examlple 0.

    Hello everyone, I have used an opensource example "TreeTable example 0" provided by sun to develop an application and it is working very file for me. But Now, I want to develop a feature of data filtering whether column wise or data wise. So, is it p

  • Struts tag within struts tag

    Hi, i'm trying to preselect my dropdown list in my jsp page from a value inside a javabean: <td>          <html:select property="value(profType)" value="<bean:write name="item" ignore="true" property="profType"/>">           <html:option value="postp