[Solved] Can't get gnome network manager running

Alright this one is a head scratcher.  I've folowed the wiki for network manager to a T except I can't get the network manager icon to show up (I have notification addon already running).  I don't have any network loss though.
Here's my 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"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# 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.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Canada/Pacific"
KEYMAP="dvorak/dvorak"
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=(powernow-k8 cpufreq_ondemand cpufreq_powersave forcedeth snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
# 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="myhost"
# 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
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(lo !eth0)
# 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"
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=(syslog-ng !network netfs crond laptop-mode dhcdbd networkmanager @alsa @hal @fam @gdm)
Last edited by dr/owned (2009-01-09 05:16:43)

I assume you're running nm-applet --sm-disable once you get a window manager session up?
Try starting networkmanager after hal. From the wiki:
You must also "disable" the default network daemon, and add the hal, dhcdbd and networkmanager daemons in this order:
DAEMONS=( ... !network hal dhcdbd networkmanager ... )

Similar Messages

  • [Solved] Can't Get Bluetooth Adapter To Run

    Hello all,
    I have a notebook (Dell Studio 1555) with an internal bluetooth adapter (dell 370, if I remember correctly), that I'm unable to set up in Gnome 3.10.
    It has worked before under KDE 4.10, but I think it stopped working under KDE 4.11, prior to switching to Gnome, though I'm not sure.
    Here are some outputs I'm getting:
    [adamdagan@admdgn ~]$ lsusb
    Bus 008 Device 004: ID 0781:74e5 SanDisk Corp.
    Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse (M-BT58)
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 003: ID 0c45:63ea Microdia
    Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 413c:8158 Dell Computer Corp. Integrated Touchpad / Trackstick
    Bus 001 Device 003: ID 413c:8157 Dell Computer Corp. Integrated Keyboard
    Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    [adamdagan@admdgn ~]$ dmesg | grep Blue
    [ 17.706430] Bluetooth: Core ver 2.16
    [ 17.706452] Bluetooth: HCI device and connection manager initialized
    [ 17.706463] Bluetooth: HCI socket layer initialized
    [ 17.706466] Bluetooth: L2CAP socket layer initialized
    [ 17.706472] Bluetooth: SCO socket layer initialized
    [ 17.889299] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 17.889313] Bluetooth: BNEP socket layer initialized
    [adamdagan@admdgn ~]$ sudo systemctl status bluetooth -l
    bluetooth.service - Bluetooth service
    Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled)
    Active: active (running) since Sun 2013-11-03 23:10:49 IST; 10h ago
    Docs: man:bluetoothd(8)
    Main PID: 487 (bluetoothd)
    Status: "Running"
    CGroup: /system.slice/bluetooth.service
    └─487 /usr/lib/bluetooth/bluetoothd
    Nov 03 23:10:49 admdgn bluetoothd[487]: Bluetooth daemon 5.10
    Nov 03 23:10:49 admdgn systemd[1]: Started Bluetooth service.
    Nov 03 23:10:49 admdgn bluetoothd[487]: Starting SDP server
    Nov 03 23:10:50 admdgn bluetoothd[487]: Bluetooth management interface 1.3 initialized
    [adamdagan@admdgn /]$ hcitool dev
    Devices:
    The Gnome applet reads "no bluetooth adapter found"
    Thanks, Adam.
    Last edited by adam777 (2013-11-21 08:32:51)

    Hi adam,
    I'm running 64bit Arch on a Studio 1557 with an integrated usb bluetooth adapter (BCM2046).
    In 2011 I had the very same problem you describe and got it fixed. Let me explain:
    The bluetooth adapter has 2 modes of operation: HID mode and HCI mode.
    In HID mode, it presents itself as a keyboard/mouse input device (in your case 413c:815[8/7]).
    This allows you to use e.g. a bluetooth mouse that has been paired earlier - even if your OS doesn't support bluetooth.
    In HCI mode, the device presents itself as a regular bluetooth adapter which can be used by your bluetooth stack (e.g. bluez) - that's what we want.
    The problem back in 2011 was, that my adapter would default to HID mode and to switch it to HCI mode I had to use the 'hid2hci' tool (now part of bluez-utils).
    For some time now bluez ships a udev rule which takes care of switching modes so everything worked flawlessly.
    A couple of weeks ago, however, the problem resurfaced and I haven't found a fix yet.
    I noticed that the udev rule isn't triggered anymore and running hid2hci (/lib/udev/hid2hci) manually doesn't work either (gives an error saying 'unable to handle [devpath]').
    The only way to use the bluetooth adapter in arch for me is to boot Windows inside a Virtual machine, attach the USB touchpad device (the HID proxy) and let Windows switch it to HCI mode.
    This, however, only lasts until I reboot/resume from standby.
    I believe this regression was caused by a package upgrade, since an older arch installation I had lying around still recogniced the adapter while an up-to-date installation wouldn't.
    Unfortunately, said lecacy installation is now gone and downgrading arch to a point before the regression doesn't seem feasible.
    Any suggestions are more than welcome!
    So long,
    rev
    Last edited by revinary (2013-11-05 11:45:56)

  • Xfce4 and gnome-network-manager [solved]

    I just made a clean install of archlinux. installed xorg and Xfce4, xfce-goodies, gnome-panel, gnome-desktop and gnome-network-manager. also I enabled GNOME services in startup and sessions. how do I start that network manager now? is nowhere in the settings, nor there is icon to add to the taskbar (i got xfapplets installed too)
    Last edited by anarxi (2009-01-14 00:22:42)

    quoted from a previous thread
    I solved it by uncommenting my <locale><charset> in /etc/locale.gen.
    First you have to enable the locales you want being supported by your system. To enable or disable them, the file /etc/locale.gen is used. It contains every locale you can enable, and you have just to uncomment lines you want to do so.
    As we want to setup an english UTF-8 conform system, we want to enable en_US.UTF-8. But for compatibility to programs that don't support UTF-8 yet, it's recommended to support any other locale, prefixed with en_US as well. Having this in mind, we enable this set of locales:
    en_US.UTF8 UTF-8
    en_US ISO-8859-1
    After you've enabled the necessary locales, you have to run locale-gen as root to update them:
    # sudo locale-gen
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    Generation complete.

  • Gnome-network-manager problems

    Hello all,
    I'm trying to use gnome-network-manager to connect to my wifi as it is WEP enabled and I don't know how to get it working in 'network'.
    I followed this tutorial: http://wiki.archlinux.org/index.php/NetworkManager
    However, when I reboot under those settings, I can't connect to anything, including ethernet.
    Is there a problem in the wiki or is there a workaround that hasn't been posted there yet? I'm utterly confused as to why it will not work.
    Also, if you need me to paste any code from any file, can you also tell me an easy way to copy/paste between aterm and Opera as I haven't found a way to do that yet.
    Thank you very much for any help.
    Matt

    [matt@myhost ~]$ iwconfig
    lo no wireless extensions.
    eth0 no wireless extensions.
    eth1 IEEE 802.11g ESSID:"3KR98"
    Mode:Managed Frequency:2.427 GHz Access Point: 00:18:01:E0:43:1A
    Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
    Retry limit:7 RTS thr:off Fragment thr:off
    Power Management:off
    Link Quality=21/100 Signal level=-72 dBm Noise level=-87 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:76 Missed beacon:31
    [matt@myhost ~]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:0F:B0:A1:71:02
    inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::20f:b0ff:fea1:7102/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:82717 errors:300 dropped:592 overruns:300 frame:0
    TX packets:61302 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:79395572 (75.7 Mb) TX bytes:9179527 (8.7 Mb)
    Interrupt:22 Base address:0x6800
    eth1 Link encap:Ethernet HWaddr 00:13:CE:6A:FE:C1
    inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::213:ceff:fe6a:fec1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:309 errors:0 dropped:76 overruns:0 frame:0
    TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2420181 (2.3 Mb) TX bytes:2012 (1.9 Kb)
    Interrupt:23 Base address:0x4000 Memory:bc005000-bc005fff
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:232 errors:0 dropped:0 overruns:0 frame:0
    TX packets:232 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:20464 (19.9 Kb) TX bytes:20464 (19.9 Kb)
    ill post output of disabling gnome-net-manager in a bit (i have to reboot and save it as a file first).
    also, im running fluxbox, not gnome, so could that be part of the problem? am i missing something flux specific?

  • Gnome-network-manager

    Hi Everybody
    I just tried to play a little with gnome-network-manager from AUR, first of all the normal network manager was missing a few files, but I managed to find them(http://aur.archlinux.org/packages/networkmanager/networkmanager/).
    But when i start up gnome, it is shown fine in the Status Area, and shows all the networks, but it won't connect to any...
    When connecting to an unencrypted network it says it is waiting for the network, when connecting to an encrypted network, it is waiting for the key to be verified.
    My assumption is, that it is waiting for DHCP, in both cases.
    If I use wifi-radar it gets an IP perfectly, also if I use dhclient or dhpcd it works fine.
    Any suggestions?

    I tried to use the one from testing, along with the gnome GUI from testing, but with no luck...
    As you can see here, it tells me it is waiting fr the key, http://gallery.timmy.dk/Screenshots/gno … anager.png
    But in the consle, iwconfig says I'm already connected...
    So I'm pretty sure there something wrong with the dhcp

  • Gnome Network Manager Isues

    Hi Guys,
    I have some weird issues with Gnome Network manager when I first boot up. I seem to have 2 profiles for my network connection enp3s0. I have a static IP for my PC, xxx.xxx.xxx.66, as I share music and photo's with a media centre PC in another room. But when I boot up or reboot the PC, it defaults to what appears to be another static IP address, xxx.xxx.xxx.109, that was used during the installation of Arch. I have disabled dhcpcd via
    systemctl disable dhcpcd.service
    but I can't seem to find where this weird IP is coming from.
    If I open a command prompt at first login, and I issue ifconfig, my PC has the 109 IP address. If I expand on the Wired icon in Gnome's top right panel, I can see the two profiles, the incorrect one has a small dot next to it, to indicate its active. If I click on it, it disappears and my network becomes disconnected. When I reconnect, I get the correct profile with the correct IP address of 66, the 109 profile has gone.
    If I go into the Weird Settings just after login, without clicking on any profiles, I have 2 settings in the box, the top one has a tick next to it and ther bottom one hasn't. If I click on the cog for the first profile, I can see it has a static of 109. Under identity, I remove the ticks for connect automatically and make available to ther users and apply. I reboot and the 109 profile is still there.
    Cheers

    yes, I have done it, and nothing happen
    edit : I have reinstall the software, and now it is OK, tks for the help
    Last edited by serafimsaudade (2007-05-20 17:34:56)

  • WPA on gnome-network-manager

    Hi!
    I have a rather small problem. I tried to get a wireless connection by using networkmanager and the gnome-network-manager applet. It all ran fine but when I took a closer look at the applet today I saw that there's only WEP protection showing up. So I googled a little bit and recompiled the nm-applet with wpa_supplicant support. I reinstalled the package but still no WPA shows up. S can anyone help me with this, since I rather don't want to go back using unsecure WEP protection. 
    Thanks a lot!

    gnome-keyring :< it's ugly but now works
    And this made me looking like an idiot in my university today  ;(
    Bluman's plugin for NM isn't working too ;( I even couldn't compile it from abs
    checking for a Python interpreter with version >= 2.5... python
    checking for python... /usr/bin/python
    checking for python version... 3.2
    checking for python platform... linux2
    checking for python script directory... ${prefix}/lib/python3.2/site-packages
    checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
    checking for headers required to compile python extensions... File "<string>", line 1
    import sys; print sys.prefix
    ^
    SyntaxError: invalid syntax
    File "<string>", line 1
    import sys; print sys.exec_prefix
    ^
    SyntaxError: invalid syntax
    not found
    configure: error: Could not find Python headers
    EDIT: Adding "export PYTHON=/usr/bin/python2" before "./configure" helps
    Last edited by swiftgeek (2011-10-03 17:52:24)

  • How can I get my games to run smooth with apple tv. I'm getting jerky movement

    How can I get my games to run smooth with apple tv?

    Check your network for interference (www.istumbler.net, check router manual in regards to changing channels) and other activities possibly running in the background.

  • Gnome-network-manager & XFCE 4.4

    Hey guys, someone know if gnome-network-manager also run on XFCE 4.4?
    It won't run on my XFCE
    Solutions to problem?
    Bye,
    Riccardo

    Captain Spaulding wrote:
    OK, open NetworkManager.conf and search for the line
    <policy at_console="true">
    and add this line:
    <allow own="org.freedesktop.NetworkManagerInfo"/>
    That, at least, should fix your initial issue. I have only just begun to learn more about dbus, so I have no clue about the second problem.
    Mmmmm no entries as <policy at_console="true"> in my NetworkManager.conf....
    So here we are my NetworkManager.conf:
    <!DOCTYPE busconfig PUBLIC
    "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
    "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
    <busconfig>
    <policy user="root">
    <allow own="org.freedesktop.NetworkManager"/>
    <allow send_destination="org.freedesktop.NetworkManager"/>
    <allow send_interface="org.freedesktop.NetworkManager"/>
    </policy>
    <policy group="users">
    <allow send_destination="org.freedesktop.NetworkManager"/>
    <allow send_interface="org.freedesktop.NetworkManager"/>
    </policy>
    <policy user="hal">
    <allow send_destination="org.freedesktop.NetworkManager"/>
    <allow send_interface="org.freedesktop.NetworkManager"/>
    </policy>
    <policy context="default">
    <deny own="org.freedesktop.NetworkManager"/>
    <deny send_destination="org.freedesktop.NetworkManager"/>
    <deny send_interface="org.freedesktop.NetworkManager"/>
    </policy>
    </busconfig>

  • Gnome-network-manager shouldn't require Gnome?

    According to its page on Gnomefiles, network-manager-applet (gnome-network-manager on Arch) doesn't need Gnome deps.
    Maybe it would be a good idea to include a version that isn't compiled for Gnome in Extra, so that people using E17 or XFCE or whatever can easily use networkmanager? If people think this is practical I'll file a feature request...

    Gullible Jones wrote:According to its page on Gnomefiles, network-manager-applet (gnome-network-manager on Arch) doesn't need Gnome deps.
    It does need gnome deps. Requires libgnomegui and gnome-keyring... in turn it also uses gconf and other things. These can't be disabled.
    James

  • Can't get Lightroom Color Management to select custom profiles

    I can't get Lightroom Color Management to select custom profiles.
    - I select "other" in Profile,
    - a pop-up box shows me numerous profiles to choose from
    - I select a profile and the selection is highlighted
    - I press "OK" and the pop-up box disappears
    - but if I go back to the "Profile" selection line, only "Managed by Printer" is available.
    What's wrong here?
    Is the inability to select a profile the reason that prints from Lightroom look way to dark when I print them?
    Vick

    Oh, I'm on Windows, XP with SP2.
    The profiles are in C:\WINDOWS\system32\spool\drivers\color
    I used the .exe that was provided by Epson for installing the drivers.
    Nothing fancy, nothing different.
    For Lightroom, I installed it off CD, and got the 1.3.1 update off their Adobe site.
    Any clues there, to solve the puzzle?
    Vick

  • Gnome-network-manager doesn't work at all

    Hello, guys!
    Gnome-network-manager starts but doesn't show its icon in Notification Area.
    ps -A shows that the process is running correctly.
    [sergo@myhost ~]$ ps -A |grep nm
    4360 pts/2 00:00:00 nm-applet
    I carefully studied all solutions listed here. My DAEMONS string is
    DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond alsa sensors portmap fam dbus hal dhcdbd networkmanager networkmanager-dispatcher @cups gdm)
    Please help.

    yes, I have done it, and nothing happen
    edit : I have reinstall the software, and now it is OK, tks for the help
    Last edited by serafimsaudade (2007-05-20 17:34:56)

  • How can I get an mp4 video running on iPad Mini?

    How can I get an mp4 video running on iPad Mini, which is already in the iTunes File?

    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
    You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
     Cheers, Tom

  • How can I get my macbook pro running Lion to print on my HP photosmart 309a??

    how can I get my macbook pro running Lion to print on my HP photosmart 309a??

    Did you install the drivers? Or have Software Update install them? This printer is supported:
    http://support.apple.com/kb/HT3669

  • I can't get my password manager working. It remembers passwords for websites but when I enter in a new password (because this had to be changed) or when I have a new username + PW that I wish to save, the password manager does not appear.

    I can't get my password manager working. It remembers passwords for websites but when I enter in a new password (because this had to be changed) or when I have a new username + PW that I wish to save, the password manager does not appear.

    If you updated your existing account then try logging out of it on the iPhone by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPad.
    If you created a new account then you can log out of the old account and in with the new one as above, but any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can re-download its content and download updates to its apps.

Maybe you are looking for

  • Screen takes a long time to render

    APEX 2.2 form with many regions displayed. One region is a matrix of about 10 columns and, potentially, hundreds of rows constructed using the HTMLDB_ITEM.HIDDEN, HTMLDB_ITEM.TEXTAREA, HTMLDB_ITEM.SELECT_LIST_FROM_LOV, HTMLDB_ITEM.TEXT and HTMLDB_ITE

  • How do i set up my mg3100 with my macbook pro to work wirelessly.

    i don't have the original setup cd for my printer and downloaded the software setting up the computer without a usb lead. now it only works as a printer or scanner when i use a lead but won't work wirelessly. how can i get the printer to function wir

  • Question about debugging a DLL.

    The most common use of LV for us is to provide a GUI that then calls some DLL’s that then interface to our chip. To complicate things there are at least two families of our part and they use two different DLL’s. To further complicate things, the DLL’

  • How to connect to iMac from MacBook Pro both using Mavericks

    Since we installed Mavericks on both our Macs (MacBook Pro and iMac) it is not possible anymore to connect to each other. What to do to make this possible again?

  • How can I open iTunes after recent update 01/25/2014

    After installing the recent update for iTunes,  I can't open iTunes.  Tried to uninstall/reinstais missing, with same results.  I have received several error messages:  MSVCR80.dill is missing.  Please re-install, error 7 Windows error (126). When wi