BCM4318 Cannot get to work on Acer Aspire 5100

Ok so I just installed Arch on my Aspire 5100 and it has a PCI BCM4318 Wireless LAN card.  I cannot get it to work or find networks with ndiswrapper or anything.  I am using gnome and it keeps telling me I don't have the firmware installed when I followed every possible guide for the card.  Also, I can't get any other user accounts I've made to work with startx, and I'm doing a big no no by using starx with root.

You might want to check if you somehow ended up with your files at $HOME being owned by root. This might prevent you from starting X.
As for the wireless driver, I have no idea, sorry.

Similar Messages

  • [Solved] Suspend to ram doesn't work correctly on Acer Aspire 5100

    Hi people of the archlinux forum.
    Finally I decided to change from ubuntu to archlinux because I wanted to learn more about the world of linux.:D
    I have already almost completely set up my laptop, but I have a problem when suspending to ram. The problem comes out when i wake up the laptop, and the screen starts to flicker and will not go away until i restart the laptop.
    This is my laptop after the suspend:
    I'm using pm-utils to suspend and hibernate my laptop, and the hibernate works fine. All settings were made following the arch wiki.
    this is my xorg.conf
    Section "ServerLayout"
    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 "dri"
    Load "extmod"
    Load "glx"
    Load "dbe"
    Load "dri2"
    Load "record"
    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"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "2174"
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS482 [Radeon Xpress 200M]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    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
    I know you maybe need more info, but i don't really know what do you need... please tell me what do you need and a post it!
    Sorry for my english this isn't my native languaje... Thanks you for all
    Last edited by geonunez (2010-07-08 20:19:09)

    I have the same problem with my Acer Aspire 5100 (video ATI Xpress1100).
    xorg.conf is not used. Turning KMS off doesn`t help.
    I have tried to use uswsusp, but it doesn`t help. s2ram -n output correctly identify my laptop, which means it is in "whitelist" and correct settings for this hardware is known. s2ram suspend works, but screen blinking after waking up remains the same.
    [Sydorenko@SLE ~]$ sudo s2ram -n
    Machine matched entry 17:
    sys_vendor = 'Acer *'
    sys_product = 'Aspire 5100 *'
    sys_version = ''
    bios_version = ''
    Fixes: 0x3 S3_BIOS S3_MODE
    This machine can be identified by:
    sys_vendor = "Acer "
    sys_product = "Aspire 5100 "
    sys_version = "V3.10A"
    bios_version = "V3.10A"
    See http://suspend.sf.net/s2ram-support.html for details.
    Last edited by SydMax (2010-06-06 16:53:50)

  • Question: I cannot start my iPhone 4. It just "died". I connected it ti my Mac, but tha Mac doesn´t recognise it. Any ideas how to wake the phone.The battery is fine, I just cannot get it working!

    Question: I cannot start my iPhone 4. It just "died". I connected it ti my Mac, but tha Mac doesn´t recognise it. Any ideas how to wake the phone.The battery is fine, I just cannot get it working!

    See Here for
    Frozen or unresponsive iPhone
    Try this first... You will not lose any Data...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    http://support.apple.com/kb/ht1430
    If that does not work... try letting the battery fully drain.
    Then Charge for an Hour and try the suggestions again.

  • Have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lis

    have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lists be printed

    Hello, Edward and thank you for your note.
    I read through the thread you mentioned and it seems that people are having a lot of problems with the iCloud clients, so we're not alone, but the unique issue in my case is the failing email address vs. the working perfectly email address.
    After reading your message tonight, I tried my setup again with the preferred Apple ID (the one without the "." between the names), and for the first time ever, IT WORKS. Mail app configured the servers both send and receive as p01-smtp.mail.me.com and p01-imap.mail.me.com. For the first time, I'm able to send and receive into the Mail app, create mailboxes, move messages into and out of mailboxes, keep Sent messages, etc.
    I had a 50-minute support chat with MobileMe support via ExpressLane on Monday afternoon. They couldn't resolve my issue but passed me on to escalation. I was told to expect to get an email from advanced support by this afternoon, but none has arrived. However, so far tonight -- and I will check again tomorrow several times before declaring victory -- it looks like something has been fixed on the Apple end to make things work.
    I will report back after I do some additional testing tomorrow to make sure the fix is real and is solid...and before I let my friend, the new Mac user, know the good news.
    Regards,
    Mike

  • [ALSA] surround 5.1 not working on Acer Aspire 8943G

    My laptop Acer 8943G has a ALC670 Realtek chip.
    And it has built-in Dolby Home Theater 5.1 Cinematic Surround.
    My problem is that I can't bring all the 5 speakers + subwoofer to work.
    I'm using gnome3 (gnome-shell). In pulseaudio I see only surround 4.0, so speaker-test -Dsurround40 -c4 is working great and -Dsurround51 -c4 too but not with -c6:
    [_artem_@linux-void ~]$ speaker-test -Dsurround40 -c4 -twav
    speaker-test 1.0.24.2
    Playback device is surround40
    Stream parameters are 48000Hz, S16_LE, 4 channels
    WAV file(s)
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 32 to 8192
    Period size range from 16 to 4096
    Using max buffer size 8192
    Periods = 4
    was set period_size = 2048
    was set buffer_size = 8192
    0 - Front Left
    1 - Front Right
    3 - Rear Right
    2 - Rear Left
    Time per period = 5.717822
    0 - Front Left
    ^C
    [_artem_@linux-void ~]$ speaker-test -Dsurround51 -c6 -twav
    speaker-test 1.0.24.2
    Playback device is surround51
    Stream parameters are 48000Hz, S16_LE, 6 channels
    WAV file(s)
    Channels count (6) not available for playbacks: Invalid argument
    Setting of hwparams failed: Invalid argument
    [_artem_@linux-void ~]$
    as pulse audio has no 5.1 profile for my hardware I decided to remove it completely, so I did.
    now I have just alsa: speaker-test -D default -c6 -twav gives sound only on front-left, front-right, but it gives no error on hwparams
    Yesterday on pulseaudio I got speaker-test -c6 -twav to give sound on all the speakers including LFE (subwoofer).
    But that worked only with speaker-test, sound settings of gnome still gave me 4.0 profile where I could test only 4 channels.
    That's why I wanted to play all the sounds directly through alsa without pulseaudio.
    here is alsa-info
    http://www.alsa-project.org/db/?f=4467f … 7f061397cb
    here is alsamixer:
    it has no options for channels, only FRONT (left-right) and SURROUND (left-right) no other controls, no  LFE, no CENTER, nothing.
    the last thing I tried:
    [_artem_@linux-void ~]$ cat .asoundrc
    ctl.jack51 {
    type hw
    card 0
    device 0
    pcm.jack51 {
    type asym
    playback.pcm {
    type plug
    slave.pcm "surround51"
    slave.channels 6
    route_policy duplicate
    capture.pcm {
    type hw
    card 0
    device 0
    [_artem_@linux-void ~]$
    [_artem_@linux-void ~]$ sudo jackd -d alsa --device jack51 --inchannels 2 --outchannels 6
    jackd 0.121.2
    Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
    jackd comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK compiled with System V SHM support.
    loading driver ..
    creating alsa driver ... jack51|jack51|1024|2|48000|2|6|nomon|swmeter|-|32bit
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL jack51
    control open "jack51" (No such file or directory)
    ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM jack51
    ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM jack51
    ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode
    cannot load driver module alsa
    [_artem_@linux-void ~]$
    I read already almost all the manuals but can't get it working, I played with default.pa, daemon.conf (both with pulseaudio) + .asoundrc
    now since I delited pulseaudio completely, I tried everything with .asound + /etc/modprobe.d/alsa.conf (setting default card, manual setting the model) but nothing works.
    I hope you can help me, because I have no idea what to do next
    Last edited by _artem_ (2011-07-02 13:13:27)

    I tried all the models from HD-Audio-Models.txt
    ALC662/663/272
    ==============
    3stack-dig 3-stack (2-channel) with SPDIF
    3stack-6ch 3-stack (6-channel)
    3stack-6ch-dig 3-stack (6-channel) with SPDIF
    6stack-dig 6-stack with SPDIF
    lenovo-101e Lenovo laptop
    eeepc-p701 ASUS Eeepc P701
    eeepc-ep20 ASUS Eeepc EP20
    ecs ECS/Foxconn mobo
    m51va ASUS M51VA
    g71v ASUS G71V
    h13 ASUS H13
    g50v ASUS G50V
    asus-mode1 ASUS
    asus-mode2 ASUS
    asus-mode3 ASUS
    asus-mode4 ASUS
    asus-mode5 ASUS
    asus-mode6 ASUS
    asus-mode7 ASUS
    asus-mode8 ASUS
    dell Dell with ALC272
    dell-zm1 Dell ZM1 with ALC272
    samsung-nc10 Samsung NC10 mini notebook
    auto auto-config reading BIOS (default)
    and I figured out that only this do something in the right direction...
    [_artem_@linux-void ~]$ cat /etc/modprobe.d/alsa.conf
    #options snd-hda-intel model=3stack-6ch
    options snd-hda-intel model=3stack-6ch-dig
    #options snd-hda-intel model=base
    #options snd-hda-intel model=eeepc-ep20
    [_artem_@linux-void ~]$
    here is how the uncommented model looks like in alsamixer:
    so I now have CENTER and LFE that are missing in the default alsa config (screenshot in first post)...
    but speaker-test
    [_artem_@linux-void ~]$ speaker-test -Dsurround51 -c6 -twav
    speaker-test 1.0.24.2
    Playback device is surround51
    Stream parameters are 48000Hz, S16_LE, 6 channels
    WAV file(s)
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 64 to 5440
    Period size range from 32 to 2720
    Using max buffer size 5440
    Periods = 4
    was set period_size = 1088
    was set buffer_size = 5440
    0 - Front Left
    4 - Center #silent
    1 - Front Right
    3 - Rear Right #silent
    2 - Rear Left #silent
    5 - LFE #silent
    Time per period = 8.522361
    rear left and rear right are always silent on model=3stack-6ch-dig even if I pass to the speaker-test -c4, on another model=*** with -c4 I could here all 4 speakers, but on -c6 only front left and front right (weird because they work on -c4 but on -c6 they are silent...)
    if I set in alsamixer Channel Mode to 2 instead of 6, the above command gives me hwparameter error, so it's correcter than before because it can't play 6 channel on a "set to 2 channels hardware".
    but I don't still know how to get "center", "rear-*" and "lfe" to give sound.
    Maybe you know another models (names) that I can try. I have googled on alc670 alsa models but can't find anything related... one thing (saw in a patch diff that it's quiet "equal" to alc622 and alc272 that's why I tried all the models from above. and some of them are at least visually correcter than the default alsa detection: I mean they give me the correct parts (lfe, center), default one gives only Front and Surround).
    p.s. I recompiled kernel with alsa support other ways I wasn't able to compile alsa-driver manually and had no cards to try different model options, because there was no kernel module for snd-hda-intel...

  • Solved network can't get wifi working on acer 571G

    Hi I have been fiddlin for past day on the issues with not luck.  The problem was initially I can't get wifi connection to work, ethernet is fine. I am using dhcpcd and networkmanager and the kde plasma applet.  I have also used nmtui.   Networkmanager picks up available connections and I have entered correct password but no good.  Can't get wifi activated.  Wired connection is fine.   I will give you some details of both hardware and network.
    This is an acer aspire 571G with a network controller a qualcomm atheros AR9462 wireless network adaptor.
    [laxle@acerlap ~]$ lspci -k |grep Network
    03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
    [laxle@acerlap ~]$ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp2s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
        link/ether b8:88:e3:0e:34:5a brd ff:ff:ff:ff:ff:ff
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
        link/ether 08:3e:8e:13:ac:81 brd ff:ff:ff:ff:ff:ff[laxle@acerlap ~]$ dmesg | grep ath9k
    [   10.765254] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
    [laxle@acerlap ~]$ dmesg | grep ath9k
    [   10.765254] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
    [laxle@acerlap ~]$ lsmod
    Module                  Size  Used by
    ctr                    12927  0
    ccm                    17534  0
    bbswitch               12878  0
    nls_iso8859_1          12461  1
    nls_cp437              16553  1
    vfat                   21231  1
    fat                    61984  1 vfat
    coretemp               12820  0
    intel_rapl             17356  0
    joydev                 17063  0
    x86_pkg_temp_thermal    12951  0
    intel_powerclamp       17122  0
    mousedev               17272  0
    ath3k                  12685  0
    kvm_intel             143245  0
    arc4                   12536  2
    kvm                   421519  1 kvm_intel
    ath9k                 147321  0
    ecb                    12737  1
    btusb                  29911  0
    ath9k_common           21746  1 ath9k
    ath9k_hw              424382  2 ath9k_common,ath9k
    bluetooth             402850  3 ath3k,btusb
    ath                    26067  3 ath9k_common,ath9k,ath9k_hw
    crct10dif_pclmul       13394  0
    crc32_pclmul           12915  0
    crc32c_intel           21809  0
    mac80211              604448  1 ath9k
    ghash_clmulni_intel    12978  0
    aesni_intel           163855  1
    snd_hda_codec_hdmi     49213  1
    aes_x86_64             16719  1 aesni_intel
    cfg80211              445286  4 ath,ath9k_common,ath9k,mac80211
    lrw                    12757  1 aesni_intel
    uvcvideo               78952  0
    tg3                   164576  0
    videobuf2_vmalloc      12816  1 uvcvideo
    videobuf2_memops       12519  1 videobuf2_vmalloc
    videobuf2_core         47827  1 uvcvideo
    v4l2_common            12995  1 videobuf2_core
    ptp                    17692  1 tg3
    pps_core               17225  1 ptp
    videodev              135040  3 uvcvideo,v4l2_common,videobuf2_core
    mei_me                 17900  0
    acer_wmi               17603  0
    snd_hda_codec_realtek    67469  1
    sparse_keymap          12818  1 acer_wmi
    rfkill                 18867  4 cfg80211,acer_wmi,bluetooth
    snd_hda_codec_generic    63126  1 snd_hda_codec_realtek
    media                  18365  2 uvcvideo,videodev
    gf128mul               12970  1 lrw
    iTCO_wdt               12831  0
    libphy                 32315  1 tg3
    iTCO_vendor_support    12649  1 iTCO_wdt
    i915                  905750  3
    glue_helper            12649  1 aesni_intel
    hwmon                  12930  2 tg3,coretemp
    ablk_helper            12572  1 aesni_intel
    drm_kms_helper         80934  1 i915
    drm                   259106  5 i915,drm_kms_helper
    psmouse               107214  0
    evdev                  21544  16
    cryptd                 18553  3 ghash_clmulni_intel,aesni_intel,ablk_helper
    pcspkr                 12595  0
    mac_hid                12633  0
    serio_raw              12849  0
    mei                    75079  1 mei_me
    intel_gtt              17848  1 i915
    i2c_algo_bit           12744  1 i915
    i2c_i801               16965  0
    i2c_core               50152  7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,v4l2_common,videodev
    battery                17452  0
    ac                     12715  0
    lpc_ich                20768  0
    snd_hda_intel          26387  2
    snd_hda_controller     26938  1 snd_hda_intel
    shpchp                 35210  0
    button                 12953  1 i915
    video                  18043  2 i915,acer_wmi
    snd_hda_codec         108536  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep              17244  1 snd_hda_codec
    snd_pcm                88487  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer              26614  1 snd_pcm
    snd                    73436  12 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore              13031  2 snd,snd_hda_codec
    processor              27777  0
    wmi                    17339  1 acer_wmi
    sch_fq_codel           17343  10
    nfs                   208524  0
    lockd                  87318  1 nfs
    sunrpc                249295  2 nfs,lockd
    fscache                53701  1 nfs
    ext4                  501833  1
    crc16                  12343  2 ext4,bluetooth
    mbcache                17171  1 ext4
    jbd2                   86417  1 ext4
    sd_mod                 44398  3
    sr_mod                 21903  0
    crc_t10dif             12431  1 sd_mod
    cdrom                  47479  1 sr_mod
    crct10dif_common       12356  2 crct10dif_pclmul,crc_t10dif
    atkbd                  22254  0
    libps2                 12739  2 atkbd,psmouse
    ahci                   33291  2
    libahci                27158  1 ahci
    libata                181518  2 ahci,libahci
    sdhci_pci              22095  0
    ehci_pci               12512  0
    xhci_hcd              157068  0
    sdhci                  39043  1 sdhci_pci
    ehci_hcd               69939  1 ehci_pci
    led_class              12859  3 ath9k,sdhci,acer_wmi
    scsi_mod              147543  3 libata,sd_mod,sr_mod
    mmc_core              110434  2 sdhci,sdhci_pci
    usbcore               199381  6 ath3k,btusb,uvcvideo,ehci_hcd,ehci_pci,xhci_hcd
    usb_common             12440  1 usbcore
    i8042                  18002  2 acer_wmi,libps2
    serio                  18282  6 serio_raw,atkbd,i8042,psmouse
    I would appreciate any help and let me know if you what info you need.  Thanks
    Last edited by leonax (2014-11-19 23:15:09)

    After another day of trying I think I have NetworkManager working but not sure how good, especially when I don't have a clue what I am doing I have read, re read wireless and networkmanager wikis and it was not until I looked for a step by step guide that I found this http://evilshit.wordpress.com/2012/09/1 … th-gnome3/.  Although for gnome it is much the same for kde where you install kde plasma nm-applet.  In this article it did specically state to remove all dhcpcd services. 
    In the NetworkManager wiki I did state " Note: You must ensure that no other service that wants to configure the network is running; in fact, multiple networking services will conflict. You can find a list of the currently running services with systemctl --type=service and then stop them."  However it was not until I read the evilshit article that I found out dhcpcd had to be removed.  For newbies wikis need to be more specific.  Enspecially I think  setting up ethernet and wireless connections.
    Last edited by leonax (2014-11-20 21:11:57)

  • Cannot get NDES working on Server 2012 R2 at all.

    I absolutely cannot get this to work. I simply cannot figure out what I am either doing wrong or missing.
    Neither site works and in the event log I get the following:
    The Network Device Enrollment Service cannot retrieve one of its required certificates (0x80070057).
    The Network Device Enrollment Service cannot be started (0x80070057).
    It seems like I've read every site on this and tried everything but simply cant make it work. Have not tried on 2008 r2. Below is what I have done if someone can help me I would be grateful.
    I tried adding more permissions than needed on local machine certs, templates, and domain level as well
    Tried the http://support.microsoft.com/kb/2800975 where you move the ExtensionlessUrlHandler-ISAPI-4.0_64bit below
    the static file.
    I tried using and not using the use local profile in IIS for the SCEP pool
    Both the ndesservice acccount and admin account have full control on everything.
    I also tried to leave the default settings in the reg for the templates.
    This is the NDES log out put when turned on:
    ========================================================================
    402.534.948: Begin: 7/23/2014 4:01 PM 32.507s
    402.539.0: taskhost.exe
    402.543.0: GMT - 5.00
    2005.220.0: certca.dll: 6.3:9600.16384 retail
    2005.220.0: certenroll.dll: 6.3:9600.16384 retail
    2004.621.0:<2014/7/23, 16:01:32>: 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
    2004.642.0:<2014/7/23, 16:01:32>: 0x80070006 (WIN32: 6 ERROR_INVALID_HANDLE)
    402.379.949: End: 7/23/2014 4:01 PM 32.585s
    402.534.948: Begin: 7/24/2014 2:31 PM 03.904s
    402.539.0: taskhost.exe
    402.543.0: GMT - 5.00
    2005.220.0: certca.dll: 6.3:9600.16384 retail
    2005.220.0: certenroll.dll: 6.3:9600.16384 retail
    2004.621.0:<2014/7/24, 14:31:3>: 0x80070005 (WIN32: 5 ERROR_ACCESS_DENIED)
    2004.642.0:<2014/7/24, 14:31:6>: 0x80070006 (WIN32: 6 ERROR_INVALID_HANDLE)
    402.379.949: End: 7/24/2014 2:31 PM 06.122s
    EVENT LOG
    HTTP Error 500.0 - Internal Server Error
    Detailed Error Information:
    Module   IsapiModule
    Notification   ExecuteRequestHandler
    Handler   ISAPI-dll     Error Code   0x80070057
    Requested URL
       http://localhost:80/certsrv/mscep_admin/mscep.dll
    Physical Path
       C:\Windows\system32\CertSrv\mscep\mscep.dll
    Logon Method   Negotiate
    Logon User   FARAWAY\NdesService
    INSTALL STEPS
    SETUP DOMAIN ACCTS:
    Created Domain acct ndesservice (added to ndes server admin group and IIS group)
    Created Domain acct ndesadmin (added to Enterprise Admins and ndes server admin group)
    Ndes Server Profile Added
    -Logged on as ndesservice account so profile is created on ndes server
    DOMAIN CA (Server 2008 r2)
    -Applied kb2483564 to 2008 r2 domain CA
    -Duplicated (Exchange Enrollment Agent (Offline request),Cep Encryption,IPSec (Offline request) templates)
     Added ndesservice, ndesadmin, and ndes server with read and enroll on all three
    -All three cer copies prefixed with ndes
    -Issued Certs
    -CA properties (added ndesservice account and ndes machine acct read and request)
    -Added ndesservice account to local admin group
    Set SPN for ndesservice domain account
    -setspn –s http/gimli.faraway.com faraway\NdesService)
    NDES SERVER (Server 2012 R2)
    Installed NDES under CA Role using ndesadmin account (member of enterprrise admins group)
    -Added Request Filtering in IIS (tried with adding and without)
    -Added .Net extensability options (tried with adding and without)
    Post Deployment on NDES Server
    -set creds to configure role services to faraway\ndesadmin
    -Set service account to faraway\ndesservice
    -Set ca to pippin.faraway.com\farway (it picked this up automatically)
    -Entered cert info left keys at defualt of 2048
    NDES Server Registry changes
    -HKLM\Software\Microsoft\Cryptography\MSCEP (changed templates from default of IPSECIntermediateOffline to NDESIPSECIntermediateOffline
     also tried the template name NDESIPSec(Offlinerequest) from the copy
    -Added faraway\ndesservice account full control of MSCEP and below
    -HKLM\Software\Microsoft\Cryptography\MSCEP\EnforcePassword  (change from 1 to 0)
    Ndes Server IIS applicattion Pool Identity
    -IIS SCEP App pool set Load User profile from false to true
    NDES Server Certificates
    There were two Certs created when the role was installed in the machines personal store. I dont think I am supposed to do anything here other than add permissions?
    -Added ndesservice account and machine account with full control
    Both the CA and NDES server have been restarted multiple time. Am I doing this right and missing something in IIS 8.5? I Hope I provided enough info.

    Learning a lot lol. Never had to do either IIS tracing or capi logging. Turned it on.
    This is the log
    Level
    Date and Time
    Event ID
    Task Category
    Information
    7/25/2014 12:25
    81
    Verify Trust
    Information
    7/25/2014 12:25
    90
    X509 Objects
    Information
    7/25/2014 12:25
    30
    Verify Chain Policy
    Information
    7/25/2014 12:25
    11
    Build Chain
    Information
    7/25/2014 12:25
    41
    Verify Revocation
    Information
    7/25/2014 12:25
    40
    Verify Revocation
    Information
    7/25/2014 12:25
    41
    Verify Revocation
    Information
    7/25/2014 12:25
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:25
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:25
    40
    Verify Revocation
    Information
    7/25/2014 12:25
    10
    Build Chain
    Information
    7/25/2014 12:25
    80
    Verify Trust
    Error
    7/25/2014 12:24
    30
    Verify Chain Policy
    Error
    7/25/2014 12:24
    11
    Build Chain
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Information
    7/25/2014 12:24
    41
    Verify Revocation
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Error
    7/25/2014 12:24
    41
    Verify Revocation
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Information
    7/25/2014 12:24
    10
    Build Chain
    Information
    7/25/2014 12:24
    70
    Acquire Certificate Private Key
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Error
    7/25/2014 12:24
    30
    Verify Chain Policy
    Error
    7/25/2014 12:24
    11
    Build Chain
    Information
    7/25/2014 12:24
    90
    X509 Objects
    Information
    7/25/2014 12:24
    41
    Verify Revocation
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Error
    7/25/2014 12:24
    41
    Verify Revocation
    Error
    7/25/2014 12:24
    53
    Retrieve Object from Network
    Information
    7/25/2014 12:24
    52
    Retrieve Object from Network
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    53
    Retrieve Object from Network
    Information
    7/25/2014 12:24
    52
    Retrieve Object from Network
    Error
    7/25/2014 12:24
    42
    Reject Revocation Information
    Information
    7/25/2014 12:24
    51
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    50
    Retrieve Object from Cache
    Information
    7/25/2014 12:24
    40
    Verify Revocation
    Information
    7/25/2014 12:24
    10
    Build Chain
    Information
    7/25/2014 12:24
    70
    Acquire Certificate Private Key
    Information
    7/25/2014 12:24
    90
    X509 Objects

  • Satellite Pro A200 PSAE1E: Cannot get hotkeys working on Win XP

    Hi,
    I have a Satellite Pro A200 PSAE1E which came with Vista on it, I have reinstalled it with Win XP Pro installed the relevant drivers from the Toshiba download page but cannot get the hot keys working.
    I have installed the controls and control driver but this does not seem to work. Have seen a posting about 'common module' somewhere but can't seem to find any links to download it on the download page.
    Can anybody help?
    Many thanks
    Iain

    The Controls utility and the Controls driver allow you to customize and preset TOSHIBA special button settings. But these are not a FN keys!!!
    You need to install the Hotkey Utility if you want to use the FN keys.
    Further hint:
    Its important that all Toshiba drivers and Utilities are installed in the right order.
    On the Toshiba driver page you will find a txt file called installation instruction.
    Please install all the drivers and tools in the order mentioned in this instruction!
    Greetings

  • HP Photosmart C4580 Wireless - cannot get to work

    I just had to get a new computer and new printer.  While I was at it, I established a wireless network.  I am running Windows Vista 64-bit on the new computer (Gateway) and have an HP Photosmart C4580 printer with wireless capabilities.  I cannot get the printer to work consistently.  Everytime I reinstall it, it works fine until either it or the computer goes to sleep or shuts down.  Then it doesn't work anymore.  Reinstall...it works...sleep, it stops working...vicious cycle.
    I have spent HOURS with HP Chat trying to fix this, and even more time trying to find a solution myself.  This is my first HP product and I must say that I'm about at my wit's end with it.  I find it hard to believe that I am the only one on earth with a similar problem, yet I can find no help anywhere.  I'm sure that I'm doing something wrong, but I don't have enough experience to figure it out and cannot seem to find anyone who does.
    I would appreciate any help I can get at this point.  This is my last resort before I give up and go back to Dell!!!
    This question was solved.
    View Solution.

    I have a couple of questions and some suggestions:
    Is the IP address of the printer, the computer or both changing over time?
    I recommend setting a DHCP reservation for the computer and the printer.  Log on to your wireless-router, look for LAN setup, address reservation.  You should see a list of clients connected to the wireless-router.  Set reservations for at least the printer and the computer.
    Uninstall the SW (sorry about this) and reinstall.
    With the IP address of the computer and the printer now fixed, the SW shouldn't have any trouble finding the printer when it wakes from sleep (I hope).
    BTW -- unless you're using a very inexpensive surge protector, the printer should be fine connected to it.   I think the advice to plug the printer directly into the wall as a way to fix SW problems is quite interesting.
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

  • Still cannot get Mars working with Kali Linux

    I still cannot get eclipse to work on kali, i have installed every version of java from 1.7.0 - current and still no luck.
    Please help, i really need eclipse and seing as my only portable machine is on kali i need it working asap.....

    Compare the options Mail gives you for server configuration with those available in Thunderbird. I use TBird myself (have used it for years, across several platforms, and am not about to change) and was really astonished at how very few options Mail has in terms of configuration settings. One of my colleagues cannot connect to his IMAP server, I realized it was because the server requires TLS rather than SSL, and Mail does not offer a TLS option. I told him to use Thunderbird instead. It isn't what you want to hear, I'm sure, but with Apple you either do everything the way Steve Jobs wants you to do it, or you don't do it at all. It's the main reason I stick with apps that work the same cross-platform as much as I can.

  • Cannot get sound working on vectra vl400

    Hi all
    I got a old vectra vl400 with no hard drive. I install a hard drive and I am running OS windows xp pro. I got the drivers for the chipset but ran in to problems with the sound drivers I cound not find any drivers for XP for the on-board sound. So I disable this in setup and installed a cheap pci sound card but again I cannot get this to work. If anyone has any ideas please let me know.
    regards stephen

    Well, it's a laptop, so they're build in. But to be sure I tested in Win8 (it's a dualboot) and there it works.
    $ pactl list sinks short
    0 alsa_output.pci-0000_00_03.0.hdmi-stereo module-alsa-card.c s16le 2ch 44100Hz IDLE
    1 alsa_output.pci-0000_00_1b.0.analog-stereo module-alsa-card.c s16le 2ch 44100Hz IDLE
    edit: sorry, pasted the wrong lines first.
    $ pactl list sources short
    0 alsa_output.pci-0000_00_03.0.hdmi-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
    1 alsa_output.pci-0000_00_1b.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED
    Last edited by mke21 (2015-01-18 21:16:16)

  • Messages (that came w Moutain Lion) will not deliver my messages anymore - cannot get it work.  Anyone else having this issue?

    Messages (the old iChat) was working great when I first downladed Mountain Lion.  Since a few days ago, I cannot get messages to send any messages on my MacBook Pro and it won't send some messages on my iPhone (some work, some don't).  I have tried quitting the program and restarting it, I have tried restarting the computer.  I've gone into preferences and cannot find anything in there to change or fix...I'm at a loss as to why this is happening.  Anyone w/ any ideas or help would be greatly appreciated!! 

    My problem is somewhat similar. I just replaced my iMac with a Retina MBP, and mostly everything migrated (except for a couple apps like XCode) and it's running fine, pretty much identical to the iMac. Messages was working fine on iMac (both have Mountain Lion latest update), and I'm getting all my messages fine on the RMBP, but every message I send errors out and resending errors out, haven't been able to get one delivered since I switched. 
    Is there any way to debug what is causing the time out error? I'm logged into my accounts properly, have restarted messages several times, turned off the original iMac in case of error, etc.
    Edit: But I didn't reboot my RMBP, and of course, guess what? That fixed it. '
    My guess is that because I had the iMac still running on the same network as sort of a twin to the new computer, it might have caused some sort of confusion that wasn't worked out until I restarted fresh with the iMac off. You would think that would only cause problems with recieving, not sending, but that's my theory.

  • APEX Oracle 11g HTTP Server - Cannot get SSL working

    I have installed APEX on Oracle 11g with the Oracle HTTP Server on MS Windows server.
    Data base up and running, APEX up an running.
    All works as expected on port 7777
    When I try 4443 I get error message re self signed certificate by Oracle, but if I click through error message I get an https connection.
    I want to replace default cert with a locally signed cert, and get SSL working on 4443, then switch to port 443.
    I have used the Oracle Wallet manager, generated a CSR, had this signed by my corproate CA, and installed the corporate CA cert and the newly signed server cert into the wallet (with Auto Login Set) and saved it in:
    D:\orahttp\Oracle_WT1\instances\apex\config\OHS\ohs1\keystores\infosec2wallet
    This creates two files: ewallet.p12 and cwallet.sso
    I then manually add the group/users "SYSTEM" and "Administrators" to these two files to match the security tab on the default wallet.
    I T then go to the ssl.conf file located at:
    D:\orahttp\Oracle_WT\instances\apex\config\OHS\ohs1\ssl.conf
    and changed the entry:
    #SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/infosec2wallet"
    I then stop and start the Oracle HTTP Server - ohs1 from the start menu.
    Then I try to connect from my desk top machine using the following URL:
    https://us-pghinfosec2.ariba.com:4443/pls/apex/f?p=101:1:
    I get the clasic MS IE Message:
    ==========
    Internet Explorer cannot display the webpage
    Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
    What you can try:
    Diagnose Connection Problems
    More information
    This problem can be caused by a variety of issues, including:
    Internet connectivity has been lost.
    The website is temporarily unavailable.
    The Domain Name Server (DNS) is not reachable.
    The Domain Name Server (DNS) does not have a listing for the website's domain.
    If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
    For offline users
    You can still view subscribed feeds and some recently viewed webpages.
    To view subscribed feeds
    Click the Favorites Center button , click Feeds, and then click the feed you want to view.
    To view recently visited webpages (might not work on all pages)
    Click Tools , and then click Work Offline.
    Click the Favorites Center button , click History, and then click the page you want to view.
    ==========
    I am at a loss as to what to do. It acts like Oracle HTTP can not open my wallet.
    I suspect it needs the password to the wallet but I cannot find any place to specify the password, and Auto Login should have addressed that issue.
    Any insights welcome.
    Thanks - Elton Hay

    Hello Lakshmi,
    >
    I got your point but in our case HTTP Server and Oracle Database (APEX) running on different machines.
    Oracle HTTP Server running on a Windows 2003 server and Oracle Database running on Sun Solaris machine.
    So do i need to change Oracle 10g HTTP Server? do i need to install Oracle 11g HTTP SErver?
    Please let me know if my question is not clear.
    >
    <ul><li>
    I got your point but in our case HTTP Server and Oracle Database (APEX) running on different machines.Did I missed something?
    You should have mentioned this additional information in the original question itself.
    </li>
    <li>Oracle HTTP Server running on a Windows 2003 server and Oracle Database running on Sun Solaris machine.As long as [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#BHAFJJDA]dads.conf is configured correctly there should not be a problem with this.
    From Original question:
    We are having Oracle APEX 3.1 version on Oracle 10g Database and Oracle 10g HTTP Server as web server in our organization.How did this setup of APEX worked?(i.e. on different machines)
    If you still have doubt about this you can do the setup and find out before upgrading.
    </li>
    <li>So do i need to change Oracle 10g HTTP Server? do i need to install Oracle 11g HTTP SErver?This question is answered in the above post. As long as you fulfill the [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/pre_require.htm#CFHIIJBE]HTTP Server Requirements for APEX 4.2 (Also we are discussing this long about only Oracle 10g HTTP Server but which version?)
    </li></ul>
    Hope now I am more clear!
    Regards,
    Kiran

  • Cannot get Ethernet work on my MBP991

    hi:
    Sorry, I created this new topic since I still could not find any relevant solutions to my problem that I cannot get my Ethernet connection work on my Mac Book Pro 991 which was bought a month a ago, after searching for a couple of similar discussion. None of them seemed working for me. My problem is when I plug a Ethernet cable ( Cat-5) to the port, I cannot see it ever becomes active ,just keeping inactive for the Link status (showing " Cable Unplugged") from either "ifconfig en0" or "Network" preference dialog. I've done the following trials :
    1. delete "SystemConfigurations" and restore the default ones. Not work
    2. set the service order ,put Ethernet to the first while turning off Airport .not work
    3. manually set Ethernet to "10base" "100base" and "1000base" to see if it works from one of them. not work
    Since the router is within the neighbors' room , I cannot see if the led is light in the router for the port connecting the cable ,but I'm sure the cable works just fine with my another PC. And I checked kernel log and system log, no foundings. Because I'm current in the trip ,I might turn to Apple Store for more support ,but I'd like to know what might be the cause for such problem ,driver issue?
    Btw, I'm running on OS X 10.6.1 ,with no issue found in latest Apple Hardware Test and I'm not doing PMU/PRAM reset since I feel that should not work as well.
    Nevo

    Try a new cable.

  • Cannot get audio working on Mac Pro in Windows XP

    Hey all, I've got a Mac Pro (late 2006, 3GHz), and I'm running Windows XP. Trying to get audio working, installed BootCamp using the Leopard Install DVD, but no dice. No sound at all, not audio devices showing up in Device Manager/Control Panel, you know the usual places.
    Ive retried the installer, when it gets to SigmaTel audio drivers it says "An Instance of this installer is already running". I'm assuming that's a bad thing but I don't know how to fix it....

    I may have a solution for you.
    Install *[_THIS WINDOWS UPDATE_|http://files.filefront.com/kb835221exe/;9494950;/fileinfo.html]* while in windows.
    Once you have installed the above update then repair your bootcamp driver by inserting the Leopard disk and choosing repair. This will repair the drivers. Once this is done, you audio should work.
    Axel F.

Maybe you are looking for

  • Share iTunes library between Leopard and Vista, over LAN

    Hi, I would like to share my iTunes library on my Mac, so that our other Vista computer can access it. I have ticked 'Look for shared libraries' on both the Mac and PC. We use a LAN setup with a firewalled router. I am able to access the Mac's public

  • Flex runtime ivew not same as flash

    Hi, When i deploying with flash i got all data properly, all filterd value, events working properly too. But When i deploying same with flex2 and see preview, not getting proper filterd value of query into table output, and some some events not worki

  • How to install .SAR file

    I just downloaded Netweaver Developer Studio SP 11. Its in .SAR format. Am wondering how to install it?

  • Re: HowTo? Replacement pattern for StringSubstitution?

    With Perl compatible regular expressions, I can have a regex do string replacement with \1 to represent the pattern to be preserved in the replacement. IMG_1234.cr2 --> YYMMDD_061234_Description.cr2 using a pattern such as: IMG_([0-9]{4}).cr2 --> YYM

  • Total Stock - Restricted our Dependencies the batch (lot) - MMBE

    That is our demand: We need to move a balance of stock (by MB1B) to a "restricted use" = limited ... Today, it is possible only if the batch (lot) activation. I need to do this without the use of lot. Is there some special configuration to movements