Xorg trouble can't find module "r128" [Solved]

Hello Everybody,
After upgrading to the latest Xorg, I can't get the "r128" driver to load, which should be included in the xf86-video-ati package, I can get X to start with the "vesa" driver and NoAccel options set, but the "r128" driver used to work very well, even providing direct rendering.  I have to have the "AllowEmptyInput" "off" option, in order to have my input
devices to respond, the rest of the xorg.conf is pretty much stock except I've set my default depth very to 8 to  improve usability and I've turned hardware accelleration off. 
I believe I should be using the r128 driver, which should be provided by xf86-video-ati and, yes, it's installed.  My graphics card is an ati rage 128 rl/vr agp.
If I switch the driver to either "r128" or "ait" it will give me an error message that the "r128 module does not exist" or something along those lines.  I'm also having trouble with the onboard intel graphics on my other desktop, but I'll probably post about that in another thread, since there I can't get things to work even with the Vesa driver.
Section "ServerLayout"
Option "AllowEmptyInput" "off"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "dbe"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "KGAUniversal" # [<bool>]
Option "NoAccel" "True"
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "Rage 128 RL/VR AGP"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Edit: Here's the veribatim error messages:
xauth: creating new authority file /home/fred/.serverauth.11907
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux tom_servo 2.6.27-ARCH #1 SMP PREEMPT Fri Nov 28 10:56:24 UTC 2008 i686
Build Date: 09 November 2008 07:16:27PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 30 18:05:34 2008
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "r128" (module does not exist, 0)
(EE) No drivers available.
Fatal server error:
no screens found
giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
setting driver to "ati" and "r128" produces the same output, driver "radeon" tells me no devices are detected.  The catalyst driver says it supports radeons, so I don't think it would support my card anyway, so I haven't bothered to try it.
Help would be appreciated
Last edited by pseudonomous (2008-12-01 19:20:13)

The -ati driver only supports Radeon cards with the new Xorg. Install xf86-video-r128.

Similar Messages

  • Kernel Panic!!! Can't find modules.dep

    Hello, everybody,
    Yesterday I followed the Kernel Compilation From Source topic on arch's wiki. So i did:
    wget -c http://kernel.org/pub/linux/kernel/v2.6 … 31.tar.bz2 (not 2.6.28)
    cp linux-2.6.31.tar.bz2 ~/kernelbuild/
    cd ~/kernelbuild
    tar -xvjf linux-2.6.31.tar.bz2
    cd ~/kernelbuild/linux-2.6.31
    make mrproper
    make menuconfig
    I didn't change nothing in menuconfig.
    So I created PKGBUILD and kernel26.install
    makepkg -c
    pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz
    Everything with no problems. Except for one thing. When I did "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz" it returned conflicts with: vmlinuz26.img and *.map (I don't remember the names, the first it something like vmlinuz26.img but the second I only remember the extension *.map, I problably can remember if i see the names again). So I deleted these 2 files (I thought the new kernel would create these 2 files again).  After delete them, I runned again "pacman -U kernel26-my-2.6.31.5-1-i686.pkg.tar.gz", now with no erros. I restarted and BOOM!!!
    When I start appears the ERROR: could not load /lib/modules/2.6.31/modules.dep: file not found
    But I started from my Ubuntu and I can see modules.dep there. Maybe, it is searching in the /boot directory, instead the /
    What I must to do now? Is there a way to recover the old kernel? I think I made a backup. But I don't know how to access it, because my Ubuntu can't (only the owner can) and I don't how to use the live cd, because I know the Ubuntu-like live cd, but I can't find a live cd for Arch. So, is there a way to solve the problem? Please, reinstall Arch is the last option.
    ----------- EDIT ---------------
    Maybe I have to configure my bootloader (GRUB). But how do I do that?
    Last edited by igmx94 (2009-12-07 14:03:46)

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • CFP-2000 can't find modules on bank

    Hello,
    I'm using this cFP-2000 for a while, and now I have another problem:
    The cFP-2000 cannot find any module connected to it, when I go to MAX and ask to find devices, all I got is the controller itself.
    I already did change the IP, the power supply, format the field point and install old drivers, but nothing changed.
    The LED "Ready" on the modules remain off, only the "Power" LED is ON the entire time.
    Does anyone know how to solve this problem?
    Thanks in advance.

    I'm completely sorry, Abel_Souza, but we're in the middle of something big and I could not stop the system for a detailed analisys until now.
    It seems that the cFP-2000 can only operate the module on the first position of the bank, any module inserted here works, but when it comes to another slot it won't turn on the "Ready" LED and can't be identified on MAX.
    The report is provided in the attachment.
    I hope you can help me with that.
    Greetings,
    Tassio Borges.
    Attachments:
    ni_support.zip ‏46 KB

  • Can't find modules or libraries

    I am trying to compile some fortran 90 code. I am using the -M option to specify the location of modules as indicated by the following line:
    f90 -M/home2/pncgisho/jensen/apps/f90gl-1.2.9/include/GL -c mod_OpenGL_visualization.f90
    However, I get the following error message:
    use opengl_glut
    ^
    "mod_OpenGL_visualization.f90", Line = 3, Column = 6: ERROR: "OPENGL_GLUT" is specified as the module name on a USE statement, but the compiler cannot find it.
    I know that the module is located in the directory as specified. The most frustrating aspect of the problem is that on another machine (both are SunBlade 2000's) the compiler can find the modules. I have the directories configured exactly the same on both machines and I use the exact same makefile. Do you have any suggestions as to why the compiler cannot find the modules?
    I am also having a similar issue with the linker not being able to locate libraries, eventhough I am using the -L and -l options to specify the location and names. With the libraries, if I give the complete path and name of the library (i.e., /usr/lib/libmylib.a), the linker will find it. Otherwise I get the message that the linker cannot find the libraries.
    Any help will be greatly appreciated.
    Sincerely,
    Richard Jensen

    The option -M is the one you want. Is the directory containing the
    .mod file on the machine where the compilation is done? If not,
    try copying the .mod file to a directory on the machine where the
    compilation is done, and use the option -M to specify that
    directory. If you are accessing the file using NFS, you might need
    to prefix the pathname for the directory.
    Sincerely,
    Bob Corbett

  • Powershell can't find modules that worked before

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?
    Update:
    when I open a command prompt window and type
    "powershell -importsystemmodules", I am then able to proceed to
    import-module remotedesktop from the CMD prompt and perform the functions that I need to do. Not sure why in the world this would suddenly work only under CMD and not Powershell.                 

    Hi All, I am hoping someone can provide a simple solution to my question. For starters, here is what I am working with:
    OS: Windows Server 2012 R2 setup in an RDS farm configuration
    Powershell Info:
    Name                           Value                                                                                  
    PSVersion                      4.0                                                                                    
    WSManStackVersion              3.0                                                                                    
    SerializationVersion           1.1.0.1                                                                                
    CLRVersion                     4.0.30319.34209                                                                        
    BuildVersion                   6.3.9600.17400                                                                         
    PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0}                                                                   
    PSRemotingProtocolVersion      2.2       
    About a week ago I was able to launch powershell, type import-module remotedesktop and press enter so that I could perform various RDS functions in Powershell that cannot be done through the Windows GUI.
    Now when I attempt to do so, I get the following:
    import-module : Could not load file or assembly 'Microsoft.RemoteDesktopServices.Management.Activities,
    Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find
    the file specified.
    At line:1 char:1
    + import-module remotedesktop
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Import-Module], FileNotFoundException
        + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
    When I look under C:\Windows\System32\WindowsPowerShell\v1.0\Modules I can see a folder for RemoteDesktop and it contains Powershell scriptmodules. No windows updates were applied to the server and the event logs are clean as a whistle.
    My question is simple, what did I do wrong?

  • More VMware trouble - can't build modules

    After getting VMWare tools to reach the module-installation part, I've hit a snag. None of the modules will install, all failing for more or less the same error:
    Building from scratch, can't use the AUR package. Anyone encountered this before?
    Some funky symbols and spacing were added when I logged the session...strange things like a space in /usr/src/linux-2-6.35-ARCH/include for example...not sure why. Sorry about that.
    Stopping VMware Tools services in the virtual machine:
       Guest operating system daemon:[71G done
       Unmounting HGFS shares:[71G done
       Guest filesystem driver:[71G done
    None of the pre-built vmmemctl modules for VMware Tools is suitable for your
    running kernel.  Do you want this program to try to build the vmmemctl module
    for your system (you need to have a C compiler installed on your system)?
    [yes]
    Using compiler "/usr/bin/gcc". Use environment variable CC to override.
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.35-ARCH/build/include] /usr/src/linux-2.6.35-ARCh/  H/include
    Extracting the sources of the vmmemctl module.
    Building the vmmemctl module.
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config11/vmmemctl-only'
    make -C /usr/src/linux-2.6.35-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-2.6.35-ARCH'
      CC [M]  /tmp/vmware-config11/vmmemctl-only/backdoorGcc32.o
      CC [M]  /tmp/vmware-config11/vmmemctl-only/os.o
    In file included from /tmp/vmware-config11/vmmemctl-only/driver-config.h:36:0,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:38:
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:53:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:57:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:61:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:65:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:70:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:75:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:80:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:85:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:90:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:95:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:100:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:105:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:110:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:115:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/os.c:38:0:
    /tmp/vmware-config11/vmmemctl-only/driver-config.h:66:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/os.c:42:0:
    /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:37:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:43:0,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:42:
    /tmp/vmware-config11/vmmemctl-only/compat_completion.h:37:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_completion.h:71:7: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/compat_completion.h:160:0,
                     from /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:43,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:42:
    /tmp/vmware-config11/vmmemctl-only/compat_semaphore.h:24:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_semaphore.h:25:30: fatal error: asm/semaphore.h: No such file or directory
    compilation terminated.
    make[2]: *** [/tmp/vmware-config11/vmmemctl-only/os.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config11/vmmemctl-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
    make: *** [vmmemctl.ko] Error 2
    make: Leaving directory `/tmp/vmware-config11/vmmemctl-only'
    Unable to build the vmmemctl module.
    The memory manager driver (vmmemctl module) is used by VMware host software to
    efficiently reclaim memory from a virtual machine.
    If the driver is not available, VMware host software may instead need to swap
    guest memory to disk, which may reduce performance.
    Last edited by Intrepidus (2010-10-25 23:05:17)

    have you installed vmware player, workstation, server...?
    There's no vmware tools in AUR, not sure what are you installing.
    try open-vm-tools from comunity.

  • Modprobe can't find modules.dep

    Hi
    I lately compiled new kernel and I get this error during booting:
    modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
    modprobe: FATAL: Could not load /lib/modules/2.6.24-tuxonice-r9/modules.dep: No such file or directory
    despite file exist.
    After booting everything works fine. I try depmod -a and mkinitcpio -g /boot/kernelversion.img but still the same.
    How to get rid of this error?

    Gcool wrote:Have a read through this.
    Actually, turns out I was reading that when you posted.
    Here's where I'm stuck.
    After mounting proc, sys, and dev I did the mkinitcpio but now I receive:
    ERROR: '/lib/modules/3.0-ARCH/' is not a valid kernel module directory
    Which is accurate, because my /lib/modules is 3.3.4-1-ARCH. 
    So I checked for what could be setting that incorrectly with
    grep -r "3.0-ARCH"
    Only thing I found was in etc/mkinitcpio.d/exmple.preset
    But even in that file the line is commented out with #fallback_kver="3.0-ARCH".
    I didn't think I was using any defaults since I specify the -c command to mkinitcpio.
    Where is it getting this 3.0-ARCH kernel version from?

  • Can't find modules

    I'm following the instructions on this page:
    http://helpx.adobe.com/content/help/en/business-catalyst/using/add-blog.html
    But when I click on the drop down to select a module, there are no selections.
    What am I not understanding?
    Create a blog module
    Select Modules > Blogs, and click Add Blog.

    Thank you for posting.
    The free sites you get with cloud subscriptions are on webbasics plan. Unfortunately, the "modules" feature is unavailabe in webbasics plan. Please refer to the following link for more info on plans and available features http://www.adobe.com/products/business-catalyst/buying-guide-subscript ions.html
    Warm Regards,
    Aishvarya Rastogi

  • Systemd email not working (can't find ssmtp.conf) [solved]

    I set up systemd to send email when a unit fails, as described here: https://wiki.archlinux.org/index.php/Sy … ers#MAILTO
    But when I run:
    systemctl status [email protected]
    I get the error:
    [email protected] - status email for dbus to user1
    Loaded: loaded (/etc/systemd/system/[email protected]; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 2015-06-14 10:19:36 MDT; 20min ago
    Process: 31229 ExecStart=/usr/local/bin/systemd-email [email protected] %i (code=exited, status=1/FAILURE)
    Main PID: 31229 (code=exited, status=1/FAILURE)
    Jun 14 10:19:36 sindhu systemd[1]: Starting status email for dbus to user1...
    Jun 14 10:19:36 sindhu sSMTP[31230]: /etc/ssmtp/ssmtp.conf not found
    Jun 14 10:19:36 sindhu sSMTP[31230]: Unable to locate mailhub
    Jun 14 10:19:36 sindhu systemd-email[31229]: sendmail: Cannot open mailhub:25
    Jun 14 10:19:36 sindhu systemd[1]: [email protected]: main pro...RE
    Jun 14 10:19:36 sindhu systemd[1]: Failed to start status email for dbus to ...1.
    Jun 14 10:19:36 sindhu systemd[1]: Unit [email protected] ente...1.
    Jun 14 10:19:36 sindhu systemd[1]: [email protected] failed.
    Hint: Some lines were ellipsized, use -l to show in full.
    /etc/ssmtp/ssmtp.conf is in fact present, and configured as suggested in the Arch wiki.
    If I run something like:
    echo -e "To: [email protected]\nFrom: [email protected]\nSubject: Hello Notification\n\n Hello, this is a test"|ssmtp [email protected]
    I receive email as expected.
    Last edited by emacsomancer (Yesterday 00:49:17)

    I made a test:  I ran a "status" - "start" - "status" sequence, then rebooted and ran a "start" - "status" sequence. Both times successful, no errors reported. Here are the logs from my virtual box, where I made those experiments as user "wm".
    The status+start+status log
    cze 22 00:41:33 arch login[306]: LOGIN ON tty1 BY wm
    cze 22 00:42:34 arch sudo[376]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 00:42:34 arch sudo[376]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:42:38 arch sudo[376]: pam_unix(sudo:session): session closed for user root
    cze 22 00:43:34 arch sudo[382]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl start [email protected]
    cze 22 00:43:34 arch sudo[382]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:43:34 arch dbus[300]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    cze 22 00:43:34 arch systemd[1]: Starting Authorization Manager...
    cze 22 00:43:34 arch polkitd[387]: Started polkitd version 0.113
    cze 22 00:43:34 arch polkitd[387]: Loading rules from directory /etc/polkit-1/rules.d
    cze 22 00:43:34 arch polkitd[387]: Loading rules from directory /usr/share/polkit-1/rules.d
    cze 22 00:43:34 arch polkitd[387]: Finished loading, compiling and executing 1 rules
    cze 22 00:43:34 arch dbus[300]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    cze 22 00:43:34 arch systemd[1]: Started Authorization Manager.
    cze 22 00:43:34 arch polkitd[387]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    cze 22 00:43:34 arch polkitd[387]: Registered Authentication Agent for unix-process:383:19398 (system bus name :1.3 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8)
    cze 22 00:43:34 arch systemd[1]: Created slice system-status\x2demail\x2duser1.slice.
    cze 22 00:43:34 arch systemd[1]: Starting system-status\x2demail\x2duser1.slice.
    cze 22 00:43:34 arch systemd[1]: Starting status email for dbus to [email protected]...
    cze 22 00:43:39 arch sSMTP[396]: Creating SSL connection to host
    cze 22 00:43:39 arch sSMTP[396]: SSL connection using ECDHE-RSA-AES128-GCM-SHA256
    cze 22 00:43:42 arch sSMTP[396]: Sent mail for root@arch (221 2.0.0 closing connection di7sm14260437wib.23 - gsmtp) uid=99 username=nobody outbytes=1312
    cze 22 00:43:42 arch polkitd[387]: Unregistered Authentication Agent for unix-process:383:19398 (system bus name :1.3, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8) (disconnected from bus)
    cze 22 00:43:42 arch sudo[382]: pam_unix(sudo:session): session closed for user root
    cze 22 00:43:42 arch systemd[1]: Started status email for dbus to [email protected].
    cze 22 00:45:15 arch sudo[405]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 00:45:15 arch sudo[405]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:45:15 arch sudo[405]: pam_unix(sudo:session): session closed for user root
    and the start+status log
    cze 22 00:58:19 arch login[308]: LOGIN ON tty1 BY wm
    cze 22 00:59:50 arch sudo[378]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl start [email protected]
    cze 22 00:59:50 arch sudo[378]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 00:59:51 arch dbus[301]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    cze 22 00:59:51 arch systemd[1]: Starting Authorization Manager...
    cze 22 00:59:51 arch polkitd[383]: Started polkitd version 0.113
    cze 22 00:59:51 arch polkitd[383]: Loading rules from directory /etc/polkit-1/rules.d
    cze 22 00:59:51 arch polkitd[383]: Loading rules from directory /usr/share/polkit-1/rules.d
    cze 22 00:59:51 arch polkitd[383]: Finished loading, compiling and executing 1 rules
    cze 22 00:59:51 arch dbus[301]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    cze 22 00:59:51 arch systemd[1]: Started Authorization Manager.
    cze 22 00:59:51 arch polkitd[383]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    cze 22 00:59:51 arch polkitd[383]: Registered Authentication Agent for unix-process:379:16268 (system bus name :1.3 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8)
    cze 22 00:59:51 arch systemd[1]: Created slice system-status\x2demail\x2duser1.slice.
    cze 22 00:59:51 arch systemd[1]: Starting system-status\x2demail\x2duser1.slice.
    cze 22 00:59:51 arch systemd[1]: Starting status email for dbus to [email protected]...
    cze 22 00:59:57 arch sSMTP[392]: Creating SSL connection to host
    cze 22 00:59:59 arch sSMTP[392]: SSL connection using ECDHE-RSA-AES128-GCM-SHA256
    cze 22 01:00:01 arch sSMTP[392]: Sent mail for root@arch (221 2.0.0 closing connection f8sm14300037wiy.7 - gsmtp) uid=99 username=nobody outbytes=1312
    cze 22 01:00:01 arch systemd[1]: Started status email for dbus to [email protected].
    cze 22 01:00:01 arch polkitd[383]: Unregistered Authentication Agent for unix-process:379:16268 (system bus name :1.3, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale pl_PL.UTF-8) (disconnected from bus)
    cze 22 01:00:01 arch sudo[378]: pam_unix(sudo:session): session closed for user root
    cze 22 01:00:24 arch sudo[397]: wm : TTY=tty1 ; PWD=/home/wm ; USER=root ; COMMAND=/usr/bin/systemctl status [email protected]
    cze 22 01:00:24 arch sudo[397]: pam_unix(sudo:session): session opened for user root by wm(uid=0)
    cze 22 01:00:24 arch sudo[397]: pam_unix(sudo:session): session closed for user root
    If you still have errors I would think that your e-mail config files might be wrong, but your error message is very strange. So maybe something wrong with permissions. I'm afraid I'm just guessing.
    To be clear.
    Each command
    systemctl start [email protected]
    generated an e-mail message.
    None of
    systemctl status [email protected]
    commands generated any e-mail messages.

  • ITunes can't find calendars of Outlook.....

    Windows 7 Simplified Chinese
    iTunes 64bit
    Office 2007 Standard Simplified Chinese
    I can't find Outlook's calendar (in Chinese name) in iTunes. So i can't sync calendar between outlook and iPad/iPhone.
    I re-installed iTunes and Office for severel time but nothing changed.
    I can't find way to solve this problem.

    I can find calendar (in English name) created by iTunes in iTunes, but i can't calendar (in Chinese name) created by outlook itself in iTunes.

  • Can't find pre-installed tones on my Nokia E72

    I was trying to find pre-installed nokia tones on my Nokia E72 (Nokia tune, etc_. Tried to search through folders with Office -> File mgr , but couldn't. Can someone tell me how can I find these?
    Solved!
    Go to Solution.

    /discussions/board/message?board.id=communicators&message.id=54282#M54282

  • [Solved] Can't find usbnet module in stock kernel

    Hi,
    I was trying to get USB tethering to work, and found that I don't have the "usbnet" module. Pkgfile tells me that linux and linux-lts both provide usbnet, but I can't find the module (in /usr/lib/modules/...) at all (I'm on the 3.6.10-1 kernel, just reinstalled it from the repositories to make sure). I checked the file list of the 3.6.9-1 kernel that I had in pacman's cache, and the module wasn't there either. Does anyone know why I'm not getting this module with my kernel?
    Last edited by Ploink (2012-12-29 16:00:42)

    pacman -Ql linux | grep usbnet
    linux /usr/lib/modules/3.6.10-1-ARCH/kernel/drivers/net/usb/usbnet.ko.gz
    Edit: oops, I see you said you checked the file list.  Sorry, I typed faster than I read.  If you do not get similar output to this, then the linux package isn't properly installed.
    Last edited by Trilby (2012-12-29 14:31:32)

  • Trouble adding printer to HP ePrint Home and Biz iPhone app - can't find printer's email address

    I'm trying to connect my HP Photosmart c6380 to my iPhone. I already downloaded the app and my printer is connected to my wireless network, as is my iPhone, but I can't add my printer to the app.
    When I go to "Manage ePrinters" and try to add a printer with the + button I see 3 choices:
    Add ePrinter from list: "No ePrinters available"
    Add Manually: I can't find the printer's email address even using the instructions found at the ePrint center.
    Add from WiFi Network: My printer isn't shown in this list so it does not support auto discovery.
    So I'm guessing that if I could just find my printer's email address that would connect it to my iPhone for wireless printing, but I can't for the life of me find it. 
    Any help is greatly appreciated.
    Thanks.
    This question was solved.
    View Solution.

    Hello amybett,
    I have bad news and good news. The bad news is that your printer is not Airprint/ePrint capable. However, the good news is that with the HP ePrint Home and Biz iPhone app it does not need to be Airprint/Eprint capable, as long as it is connected to the same network as your phone.
    Here are the steps you will want to take to print something:
    1. Setup the app by completing the email registration and entering the code (which I believe you have).
    2. Select the item you wish to print using the menu in the app (Photo Albums, Saved Files, Web Browser, etc.).
    3. Once you select the item you should see the item and a large "Print" button under it.
    4. If the printer you want to print to is not listed above the "Print" button, select the icon on the right (wrench/computer) and select the printer you wish to use (along with other settings). 
    5. Tap on the "Back" button in the top left corner, then tap "Done" (blue button in the top right corner), and then tap the "Print" button to print your item.
    Let me know if you are still having trouble after following the guide above.
    If I have helped in any way, just click the Kudos star on the left. Also, if your issue has been resolved, don't forget to select Accept as Solution

  • I have an older IPOD that I'm having trouble getting new purchases on to my IPOD. I use to have a source list on the left hand side of screen where I dragged my purchases to and they downloaded.  Can't find place to check manual vs. auto sync.

    I have an older IPOD classic that I'm having trouble getting new purchases from library to IPOD. I use to have a IPOD icon in the source list on the left side of the screen. Now that is all gone. My purchases are coming up as recently purchased but can't figure out how to get them transferred to IPOD.  I also can't find how to confirm setting is for manual not auto sync as the first computer I had blew up and am now using a different one. I haven't had any of these problems prior to the updates.

    G'day Mate,
    As an avid flight simmer I bought a new soundcard my previous was
    an audigy 2 platinum ex with an external module I really liked but somehow all of a sudden I was getting a screech when using FS9 sor I opted to change to the present. Well stone the crows my soundcard was auto updated with new drivers and well you guessed it the soundcard did not show in the sound video controllers window No I have just joined this forum and it looks like3 you may have the answer for me . I am now going to do as you suggest and see what happens.
    I shall return with the outcome of my dilemma.
    Many thanks for your sound advice ( pardon the pun)
    Pat
    Ret'd Viet Vet

  • I recently installed vista to my mac (32bit)...my headphones are not working. I can't find the 3.5mm jack that apple suggests using. I have tried installing/unistalling several different audio drivers. Does anyone know how to solve this problem?

    I recently installed vista to my mac (32bit). My headphones are not working on it. I could not find the "3.5mm jack" that apple suggests to "solve" this issue. And I have tried installing/uninstalling audio drivers. Can anyone help?

    you don't need several drivers, you just need the audio driver for your Mac, which you didn't list, but would be Cirrus or RealTek.
    Along with uninstalling programs, go to Dev Manager and uninstall driver, or even rollback driver.
    some people have trouble installing or finding driver that will install.

Maybe you are looking for