[SOLVED] Can't get microphone to work

Hi everyone, I'm trying to get my microphone to work so I can use Skype (which installed very easily btw). Headphone and speaker sound works fine. I know it's not a hardware issue because the mic works fine in Ubuntu 10.04 and Debian. My sound hardware is the onboard chip from my mobo: http://tinyurl.com/2d79c4d - a Realtek ALC888
I've unmuted both 'mic' and 'front mic' in alsamixer, but neither of them work when I try to record via arecord or Skype or vocaroo.
Can someone tell me what I'm doing wrong?
Various things I saw people post wrt to their own sound issues:
/etc/modprobe.d/sound.conf
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
aplay -l
aplay -l (07-06 18:45)
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
ls -l /dev/snd
ls -l /dev/snd (07-06 18:45)
total 0
drwxr-xr-x 2 root root 60 Jul 6 18:09 by-path
crw-rw---- 1 root audio 116, 9 Jul 6 18:09 controlC0
crw-rw---- 1 root audio 116, 8 Jul 6 18:09 hwC0D2
crw-rw---- 1 root audio 116, 7 Jul 6 18:41 pcmC0D0c
crw-rw---- 1 root audio 116, 6 Jul 6 18:45 pcmC0D0p
crw-rw---- 1 root audio 116, 5 Jul 6 18:09 pcmC0D1c
crw-rw---- 1 root audio 116, 4 Jul 6 18:09 pcmC0D1p
crw-rw---- 1 root audio 116, 3 Jul 6 18:09 pcmC0D2c
crw-rw---- 1 root audio 116, 2 Jul 6 18:09 timer
lsmod|grep '^snd' | column -t
lsmod|grep '^snd' | column -t (07-06 18:47)
snd_hda_codec_realtek 267635 1
snd_hda_intel 21810 3
snd_hda_codec 76595 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 6126 1 snd_hda_codec
snd_pcm 71589 3 snd_hda_intel,snd_hda_codec
snd_timer 19660 2 snd_pcm
snd 57225 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc 7201 2 snd_hda_intel,snd_pcm
Last edited by Xisiqomelir (2010-07-12 03:50:32)

archman-cro wrote:
No, mate, your Capture is OFF. Go to Capture (84<>84) and press "Space" there. You'll get something like this: http://i49.tinypic.com/fazwqt.png
Cheers.
Oh man, thanks for that. It's all fine now!
Will edit OP.

Similar Messages

  • [SOLVED] Can't get sound to work.

    Hello, I installed archlinux a few days ago, I love it!
    But I can't get sound to work.
    I followed the alsa archwiki, but I still couldn't get it work.
    I'm a real noob.
    Someone please help.
    Last edited by egb (2011-02-16 22:45:12)

    JokerBoy wrote:
    Inxsible wrote:
    Try this: as your user NOT root
    alsamixer
    why not? i use alsamixer as root to set all "globally". and "alsactl store" after that.
    egb - make also sure you added yourself to audio group.
    yeah, I did that some time ago
    edit: oh and I get this when I do the "alsactl store":
    alsactl: save_state:1504: No soundcards found...
    Last edited by egb (2011-02-16 10:30:34)

  • [SOLVED] Can't get Steam to work, VirtualBox installation

    Hello!
    I'm having problems with getting Steam to work on my Arch Linux installation. I'm new to Linux so I'll just give you a prehistory & console output. I installed the distro on a virtual machine created in VirtualBox, installed xorg & KDE, I didn't install any video drivers because this is what wiki says:
    https://wiki.archlinux.org/index.php/VirtualBox#Installation_steps_for_Arch_Linux_guests wrote:Note: You do not need to also install a specific video driver in the guest system. Install the Guest Additions instead.
    So I installed "virtualbox-guest-utils" package, created a file /etc/modules-load.d/virtualbox.conf with the following contents:
    vboxguest
    vboxsf
    vboxvideo
    Then I executed
    sudo systemctl enable vboxservice
    and rebooted the system. After the reboot I got the shared clipboard feature working => VBox Guest Additions seemed to work. Then I installed "steam" package, launched it via the terminal and waited for it to download it's updated. After Steam downloaded everything, I tried to launch it once again via terminal and got this:
    Running Steam on arch  64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Xlib:  extension "GLX" missing on display ":0".
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Xlib:  extension "GLX" missing on display ":0".
    OpenGL GLX extension not supported by displayAssert( Assertion Failed: Fatal Error: OpenGL GLX extension not supported by display ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/Main.cpp:285
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20140712040049_6.dmp
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-e2313069-9637-4ef3-aeee-fe3b92140711
    and a GUI window saying "OpenGL GLX extension not supported by display". I tried to find a solution on the internet but they all mentioned installing Nvidia drivers. And VirtualBox GPU != Nvidia GPU.
    Is there any way to solve this? Steam is working on my Fedora-VBox (this is the distro our lecturer uses as an example to teach us about Linux) installation out of the box.
    EDIT: forgot to mention that system is x86_64, multilib in enabled, 3D acceleration in VM settings is enabled.
    Last edited by Nathel (2014-07-12 22:10:16)

    Fixed the issue by replacing nvidia-libgl with mesa-libgl & lib32-mesa-libgl.

  • Can;t get microphone to work

    Hello folks! I have a Hercules Dualpix Exchange Mic connected to my Lenovo Desktop. I have downloaded Skype and have run the visual test (which worked) and the microphone call test (which did not work). I am not very computer minded so I am not really sure what to do to correct the problem. I did a troubleshoot run on the Hercules Dualpix and the computer told me they could find no problem with the device. I have had Skype in the past and used this very same device. It had the same problem, but a visitor with more computer sense than myself fixed it.
    Any suggestions?
    Thx

    I too have been fighting to get the microphone to work on Skype. The speakers work fine but people are unable to hear me when I answer. All settings are on so I am unsure as to what the problem is. I even purchased a new mic from Staples and it was the same problem so returned it and back to the original so it is not a faulty microphone. Any help would be appreciated as this is getting very frustrating. Thanks

  • [SOLVED] Can't get curl to work, among everything else

    No matter what form I put curl in, I can't see to get it to work. The various manuals I've read through <man> and online have all shown me different examples, but none work.
    I've tried <command> | curl -F 'sprunge=<-'http://sprunge.us' and it does... nothing.
    I've tried substituting ix urls and pastebin urls but it does nothing.
    I feel like a complete moron because everyone expects me to instantly understand what all this gibberish means, and no one else seems to have a problem uploading command text online.
    I've had trouble every step of the way installing arch, and its taken me four hours to slug through each problem. Right now I can't start fluxbox for some reason, but I can't get the errors here except for what I write down.
    Heres the error for that
    Xmodmap: unable to open display ''
    Error: Couldn't connect to XServer
    I've tried redirecting xmodmap to the keys but it did nothing. I've tried figuring out this xserver thing but my retardation has apparently gotten in the way.
    Is this normal? Does everyone feel like an 90 year old when they first jump into arch linux?
    Last edited by Swashy (2012-12-05 19:08:13)

    gsgleason wrote:
    this site: http://www.linux-ninjas.com/2012/06/spr … tebin.html
    Shows this method:
    <command> | curl -F 'sprunge=<-' http://sprunge.us
    The Arch Wiki says the same :-)
    You an also try some other pastebin clients: https://wiki.archlinux.org/index.php/Li … in_Clients

  • [Solved] Can't get sound to work proper

    Hey
    I use KDE4 with KMix. I have 5.1 Optical sound.
    When I enter Audio Setup in KMix and test the "hw: 0,1" option I get playback.
    But I haven't gottten any sound except that. Tried a video in MPlayer and Youtube video in Firefox.
    I'm still abit new to Arch and linux.
    Also tried adding
    ctl.equal {
    type equal;
    pcm.plugequal {
    type equal;
    # Modify the line below if you do not
    # want to use sound card 0.
    #slave.pcm "plughw:0,0";
    #by default we want to play from more sources at time:
    slave.pcm "plug:dmix";
    #pcm.equal {
    # Or if you want the equalizer to be your
    # default soundcard comment the following
    # line and uncomment the above line.
    pcm.!default {
    type plug;
    slave.pcm plugequal;
    pcm.eq {
    type ladspa
    # The output from the EQ can either go direct to a hardware device
    # (if you have a hardware mixer, e.g. SBLive/Audigy) or it can go
    # to the software mixer shown here.
    #slave.pcm "plughw:0,0"
    slave.pcm "plug:dmix"
    # Sometimes you may need to specify the path to the plugins,
    # especially if you have just installed them. Once you have logged
    # out/restarted this should not be necessary, but if you get errors
    # about being unable to find plugins, try uncommenting this.
    #path "/usr/lib/ladspa"
    plugins [
    label mbeq
    id 1197
    input {
    #this setting is here by example, edit to your own taste
    #bands: 50hz, 100hz, 156hz, 220hz, 311hz, 440hz, 622hz, 880hz, 1250hz, 1750hz, 25000hz,
    #50000hz, 10000hz, 20000hz
    controls [ -5 -5 -5 -5 -5 -10 -20 -15 -10 -10 -10 -10 -10 -3 -2 ]
    # Redirect the default device to go via the EQ - you may want to do
    # this last, once you're sure everything is working. Otherwise all
    # your audio programs will break/crash if something has gone wrong.
    pcm.!default {
    type plug
    slave.pcm "eq"
    # Redirect the OSS emulation through the EQ too (when programs are running through "aoss")
    pcm.dsp0 {
    type plug
    slave.pcm "eq"
    To
    /etc/asound.conf
    Which I got from https://wiki.archlinux.org/index.php/Ad … leshooting
    Last edited by Syth (2011-11-03 20:20:43)

    Syth wrote:Well as I said. Sounds like KDE startup sound and such works. Just can't get any sound out of mPlayer and youtube.
    Did what you said. PCM was the only one muted.
    Oddly, I recently started having the opposite problem.  KDE startup and other systems sounds have stopped playing.  All my other sound (mplayer, flash, etc) work fine.  I can play the startup sound fine when opening it via dolphin.  It just doesn't play on startup, or any other system sound.  I know this happened after a recent update but I am not sure what or when caused it.  Startup sound isn't that important to me but fixing it is.  No luck so far.

  • [SOLVED] Can't get spamassassin to work

    Hi!
    I'm trying to get spamassassin to work, but it seems like it doesn't want to cooperate
    Here's ~/.forward file
    "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #shin"
    A bit of postfix'es main.cf
    mailbox_command = /usr/bin/procmail -a "$EXTENSION"
    And a .procmailrc
    # SpamAssassin sample procmailrc
    # ==============================
    # The following line is only used if you use a system-wide /etc/procmailrc.
    # See procmailrc(5) for infos on what it exactly does, the short version:
    # * It ensures that the correct user is passed to spamd if spamc is used
    # * The folders the mail is filed to later on is owned by the user, not
    # root.
    DROPPRIVS=yes
    VERBOSE=yes
    :0fw: spamassassin.lock
    * < 256000
    | spamassassin
    :0:
    * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*
    almost-certainly-spam
    :0:
    * ^X-Spam-Status: Yes
    probably-spam
    :0
    * ^^rom[ ]
    LOG="*** Dropped F off From_ header! Fixing up. "
    :0 fhw
    | sed -e '1s/^/F/'
    The X-Spam-... doesn't appear in headers, and there's nothing in the logfiles. What's wrong?
    Last edited by lateralus (2008-10-17 19:36:56)

    Aight, solved it. I had to replace this line of .procmailrc
    | spamassassin
    With this one
    | /usr/bin/perlbin/vendor/spamassassin

  • [SOLVED] Can't get any sound working at all

    I've just installed Arch again on my MacBook 5,2 and I can't get any sound (speakers or earphones) to work. I've tried the ALSA wiki page for troubleshooting, but none of that has worked. Does anyone have any ideas where to start with this?
    Last edited by dave1022 (2011-05-07 15:04:31)

    When you try something and it doesn't work, post the commands and the errors you get here, so that someone can actually help you with your problem.
    Please help us help you.

  • [SOLVED] can't get flash to work

    First i tried copying the flashplayer.so to /usr/lib/mozilla/plugins dir, but it didnt exists yet, so i did a searh and i found. This http://wiki.archlinux.org/index.php/Ins … bit_System  tried installing nspluginwrapper but it didnt work after restarting firefox. Tried manually installing the flashplater.so files again, since there was a dir there. Tried pacman -S flashplugin after i found that to be the most up to date way. None of this has worked, any ideas? I installed the 10.0.42.34 version. I never restarted anything other than firefox either. Thanx for any help.
    Last edited by leetstalker (2009-12-23 08:20:13)

    Yes, sorry about the editing, i just spent 10 minutes looking for the edit buttons and then the submit buttons, my new style made them invisible:P . I had a thought though. Before i installed gnome i had installed firefox, could i have installed a second copy while installing gnome or done something else to cause me difficulty? I like firefox but i guess i'll try getting flash to work in some other browsers and see how that goes.  Also, firefox isnt detecting any plugins in its add-ons section, perhaps thats a clue?

  • [SOLVED] Can't get network to work (realtek NIC)

    Hi there!
    I found Arch a couple of weeks ago and I got pretty excited with the possibility of taking my old Athlon 750MHz out of inactivity.
    Unfortunately, I can't seem to get the network to work.
    * I installed the system using Archlinux-i686-2007.08-2.core.iso
    * I have a little router and the machine has static IP
    lspci:
    00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    rc.conf:
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=()
    MODULES=(8139cp 8139too mii slhc)
    USELVM="no"
    HOSTNAME="hige"
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.2.103 netmask 255.255.255.0 broadcast 192.168.2.255"
    INTERFACES=(lo eth0)
    gateway="default gw 192.168.2.61"
    ROUTES=(gateway)
    DAEMONS=(syslog-ng network netfs crond)
    I think I got the configuration right, however, I have no eth0 (i.e., ifconfig -a only gives 'lo')
    Not sure if it's relevant, but here's something I found interesting in dmesg:
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
    PCI: Unable to reserve I/O region #1:100@de00 for device 0000:00:0a.0
    Trying to free nonexistent resource <000000000000de00-000000000000deff>
    Trying to free nonexistent resource <00000000efffff00-00000000efffffff>
    8139too: probe of 0000:00:0a.0 failed with error -16
    And here's a dmesg of an old gentoo instalation that I had in the same computer, but with an old, damaged HDD:
    Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
    Copyright (c) 1999-2006 Intel Corporation.
    e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
    e100: Copyright(c) 1999-2006 Intel Corporation
    forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    8139cp 0000:00:0a.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:00:0a.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    AMD756: dev 10ec:8139, router pirq : 3 get irq : 10
    PCI: setting IRQ 10 as level-triggered
    PCI: Found IRQ 10 for device 0000:00:0a.0
    eth0: RealTek RTL8139 at 0xc8800f00, 00:e0:4d:84:1b:55, IRQ 10
    eth0: Identified 8139 chip type 'RTL-8100B/8139D'
    Am I doing something wrong?
    Any advice would be greatly appreciated!
    edit: changed the subject to [solved]
    Last edited by jorgenmz (2008-04-16 22:39:48)

    The kernel module for
    Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
    is 8139too I think
    So /etc/rc.conf should be like this
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=( 8139too forcedeth sk98lin slhc ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-$
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    The first one is 8139too, so it will be eth0
    In my example the second one is forcedeth for nvidia ethernet controler, so its going to be eth1
    Don't forget to edit /etc/resolv.conf

  • Can't get microphone to work on google hangout.  Apple cinema display

    Hi:  I am trying to use Google Hangout.  On my macbook air, it works seamlessly.  however, I want to use it on my mac mini and apple cinema display.  The video/ camera works fine (I can see them and they can see me), the chat functionality works fine, output audio works fine (I can hear them) but they can't hear me!
    I read all of the things I could on how to play with the setting but couldn't get the microphone on the cinema display to work.
    Can someone help?
    thanks

    I had the same problem and did following adjustment and it started working:
    Applications->Utilities->Audio MIDI Setup->Display Port-> Move the slider labeled "1" to right.

  • [SOLVED] Can't get DE to work with catalyst

    Hey everyone,
    I got problems getting KDE/Fluxbox running. I've installed the latest catalyst drivers (11.6) from AUR. "aticonfig --initial" created the xorg.conf for me, which seems to be ok but it gives me this error:
    Found fglrx primary device section
    Fail to link to fglrx-libglx.so, please check wether driver is installed correctly
    I got two Radeon HD5850s. Is it necessary to connect those two cards with the crossfire cables? I did, but I think it doesn't make any difference if I don't, it's probably unrelated to my problem. When I try to "startx" this is what I got:
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@2:0:1) found
    Segmentation fault at address 0x838
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting
    I've also uploaded my /var/log/Xorg.0.log, maybe this is helpful.
    My xorg.conf looks like this:
    #Section "InputDevice"
    # Identifier "Generic Keyboard"
    # Option "CoreKeyboard"
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # Option "XkbOptions" "ctrl:nocaps"
    #EndSection
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I'm using kernel 2.6.39 (x86_64) and I've only one display connected to the first card, I don't have another one, so no xinerama or something like that.
    Can anyone help?
    best regards
    Webmaniac
    Last edited by Webmaniac2 (2011-06-24 19:41:57)

    1- remove your catalyst an catalyst-utils driver build from AUR.
    2- remove fglrx from your modules, in my experience you don`t need it there unless you`re using catalyst-daemon.
    3- I recommend you use the Catalyst repository:
    [catalyst]
    Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
    4- Be sure to remove /etc/ati/
    5- update repositories and install catalyst and catalyst-utils from there
    6- finally follow this part of the wiki:
    After installing package you probably need to configure xorg. Using provided aticonfig tool is recommended:
    # aticonfig --initial
    (or for Dual Head: # aticonfig --initial=dual-head)
    And add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    kernel /boot/vmlinuz26 root=/dev/sda1 ro nomodeset
    You may now reboot your system.
    I hope that works, also if you want you can ask in the The AMD/ATI Bar & Grill thread.

  • [SOLVED] Can't get Echinus to work

    Hello Arch users,
    I have installed Echinus from the AUR, but it doesn't seem to be working, or else I'm not doing something correctly.  I am using the example config from the Echinus Arch wiki.  I am using Slim as the display manager, and have configured Slim correctly as far as I know.  According to the Echinus Arch wiki, I am supposed to copy everything from /usr/share/examples/echinus to either /etc/xdg/echinus or to my home folder.  However, there is no /examples directory under /usr/share on my system.  Is this perhaps a depricated option, or am I missing something?
    Here is an excerpt from my slim.conf pertaining to echinus:
    echinus)
    exec dbus-launch --exit-with-session echinus
    Any help is appreciated.
    Last edited by hyperreal_logic (2012-06-04 19:03:02)

    Don't reinstall yet. If echinus is in /usr/bin, it built and installed correctly.
    When you say you see a black screen with a cursor when you start echinus with .xinitrc, do you mean a movable mouse pointer?
    If so, go back to using .xinitrc and startx; a blank screen with a movable mouse pointer is exactly what you should see when echinus starts. We can deal with your login manager issues later.
    If not, please tell me exactly what you see, and skip to step(5) below.
    Some simple rule out questions. First, run startx to start echinus.
    1. When you see the movable pointer and blank screen, what happens if you press ctrl-alt+q?
    2. Do you have xterm installed?
    3. If you have xterm, what happens if you press alt+t when you see the blank screen with movable pointer?
    4. If you don't have xterm, install it and try step 3 again.
    5. If none of these steps produce any useful result, switch to another tty and post output of
    ps ax | grep echinus
    If you get hung up again, you can kill echinus from another tty with
    pkill echinus
    (you won't need to reboot).
    I built echinus from the AUR yesterday and can run it successfully from .xinitrc/startx, so we should be able to fix this. I'm pretty sure I know why it doesn't show up in LXDM (it doesn't create a .desktop file in /usr/share/xsessions), but we'll get to that later.
    Last edited by 2ManyDogs (2012-06-04 16:07:40)

  • [SOLVED] Can't get printer to work

    Hi.  I followed the wiki on how to set up cups and add a printer.  But it's not working.  Here is the result of
    [paco@archnme ~]$ tail -n 100 -f /var/log/cups/error_log
    E [06/Jun/2011:19:56:35 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [06/Jun/2011:19:58:53 -0400] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [06/Jun/2011:19:58:53 -0400] [cups-deviced] PID 9453 (dnssd) stopped with status 1!
    E [06/Jun/2011:20:03:29 -0400] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [06/Jun/2011:20:03:29 -0400] [cups-deviced] PID 9492 (dnssd) stopped with status 1!
    E [06/Jun/2011:20:06:38 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:06:38 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:06:38 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:11:33 -0400] [Job 1] Stopping unresponsive job!
    E [06/Jun/2011:20:14:13 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:14:13 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:14:13 -0400] Request from "localhost" using invalid Host: field "archnme:631"
    E [06/Jun/2011:20:15:07 -0400] [CGI] Unable to create avahi client: Resource temporarily unavailable
    E [06/Jun/2011:20:15:07 -0400] [cups-deviced] PID 9656 (dnssd) stopped with status 1!
    E [06/Jun/2011:20:31:10 -0400] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    and here is my /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost archnme
    ::1 localhost.localdomain localhost archnme
    # End of file
    Here is /etc/cups/cupsd.conf
    # "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $"
    # Sample configuration file for the CUPS scheduler. See "man cupsd.conf" for a
    # complete description of this file.
    # Log general information in error_log - change "warn" to "debug"
    # for troubleshooting...
    LogLevel warn
    # Administrator user group...
    SystemGroup sys root
    # Only listen for connections from the local machine.
    Listen localhost:631
    #Listen archnme:631
    Listen /var/run/cups/cups.sock
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseLocalProtocols CUPS dnssd
    # Default authentication type, when authentication is required...
    DefaultAuthType Basic
    # Restrict access to the server...
    <Location />
    Order allow,deny
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    Order allow,deny
    </Location>
    # Restrict access to configuration files...
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    </Location>
    # Set the default printer/job policies...
    <Policy default>
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # Set the authenticated printer/job policies...
    <Policy authenticated>
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # End of "$Id: cupsd.conf.in 9310 2010-09-21 22:34:57Z mike $".
    Last edited by Pacopag (2011-06-07 14:35:48)

    It works now.  I'm not 100% sure what fixed it, but my guess is that it was blacklisting usblp
    Here are the steps.
    delete the printer using cups if it is already installed (this is what I didn't do at first, and what caused me to waste a couple hours screwing with other config files).
    open /etc/modprobe.d/modprobe.conf and add this line to it: blacklist usblp
    reboot.
    add the printer using CUPS  (this time "Local Printers" showed my Canon MP730 as an option)
    Cheers,

  • [SOLVED] Can't get DHCP to work with wifi

    On my recent install my wireless connection won't work with DHCP. If I use static IP I can associate with my AP and all is well but with DHCP wicd-gtk goes through the connection process and then just says "Not Connected". Any ideas?
    Last edited by ill (2013-01-22 01:18:28)

    ill wrote:I don't believe that's the issue. wicd successfully autodetected the interfaces... plus if it had the wrong interface I don't think using static IPs would fix the problem.
    Have you tried connecting manually with wpa-supplicant?
    The wiki says this
    If wicd repeatedly fails to get an IP address using the default dhcpcd client, try installing and using dhclient instead:
    # pacman -S dhclient
    I'd try manually with wpa-supplicant and if that works try the new dhcp client

Maybe you are looking for

  • I've had 3 s4 minis in the last 3-4 weeks and 1 before that....

    I have gotten 3 galaxy s4 minis in about 4 weeks, not to mention the original one, which makes it 4 phones that I have had in the last 8 months or so. Most, not all, but most of the stuff that has been going wrong happened AFTER the kit kat update. T

  • Creating a pdf from selection of pages from multiple pdfs

    I have a secured collection of pdfs. I would like to create a new pdf from selected pages of this collection.  I think the way I'm doing it now is contorted.  I screen capture a page, create a new pdf from the clipboard and insert the new pdf to the

  • "User Not Recognized" when installing UPK with Windows Authentication

    Hi all, When installing UPK Server with Windows Authentification mode, everything work fine until when the installer starts populating the Library. I get an error message saying "User is not recognized. Please enter a valid administrator user name an

  • Extraction into Time dependent info object

    Dear all, In r/3 the field is time independent and want to extract the data into time dependent infoobject in bw. what is the procedure to do it. Regards, BPNR.

  • Aperture is very slow

    Aperture very slow with the latest version and the library on a seperate HD. How can ths be helped