[solved] wireless - card generic netlink not found - iwlist scanning

I am usually able to connect over wireless networks using netcfg, but the following message that is appreciated since I upgraded my kernel to 3.x
> netcfg cesupa
:: cesupa up [BUSY]
nl80211: 'nl80211' generic netlink not found
nl80211: 'nl80211' generic netlink not found
I remember that once you updated the kernel, I had to redo the driver installation of wireless network card:
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
and realized that if I use too much network scanning command the wireless network card seems to stop working suddenly.
> iwlist eth1 scan
eth1 Failed to read scan data : Invalid argument
the place where I always use the wireless network, there are 10 active networks in signal quality between 2/5 - 3/5
where the other laptops (Windows, Macs, and other distros) can see the normal way these networks
I've read the page for the configuration of my wireless network card on the wiki, but did not find any solution to my problem. any other ideas?
Last edited by abarahc (2011-09-21 12:18:49)

Why are you scanning eth1?  I would think your wireless device would be wlan0.  What is the output of:
# ifconfig wlan0 up
If this brings you back to the prompt and does not display an error then try running iwlist against wlan0.
The new kernel should have had no effect on your wireless configuration.  Any reason why you are using netcfg instead of wicd or network-manager?
All the best,
Ian

Similar Messages

  • Wireless-Card doesn't not work with WPA/WPA2 but with WEP [Solved]

    Hello I have a MacBook (late 2007) with a wireless-card from Broadcam, the card works with WEP and the classic configuration over rc.conf very well. But I can't get the card running with WPA and the net network-profiles.
    Here is the link to the driver - http://www.broadcom.com/support/802.11/linux_sta.php
    eth2 = wireless-card
    eth1 = firewireanything
    eth0 = wired-card
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Berlin"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="macbook"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 192.168.1.220 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(!eth0 !eth1 eth2)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(wireless)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network net-profiles netfs alsa crond portmap fam hal)
    /etc/network.d/wireless
    CONNECTION="wireless"
    INTERFACE=eth2
    HOSTNAME=macbook
    IP="static"
    IFOPTS="192.168.1.225 netmask 255.255.255.0 broadcast 192.168.1.255"
    GATEWAY=192.168.1.1
    DNS1=192.168.1.1
    # Wireless Settings (optional)
    ESSID=3Com
    #KEY=
    IWOPTS="mode managed essid $ESSID channel 11"
    #WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    #WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    USEWPA="yes" # start wpa_supplicant with the profile
    WPAOPTS="" # use "" for normal operation or specify additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    Can I set here the WPA/WPA2-Key also? Why here ESSID? Do I need still a configuration in wpa_supplicant.conf?
    Thats very confusing and not explained.
    WPAOPTS? Do I need to add something like "-D wext"?
    /etc/wpa_supplicant.conf
    # This is a network block that connects to any unsecured access point.
    # We give it a low priority so any defined blocks are preferred.
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
    network={
    key_mgmt=NONE
    priority=-9999999
    network={
    ssid="3Com"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="topsecret"
    priority=5
    # WPA2
    # proto=WPA RSN
    I need help. Please
    Last edited by hoschi (2009-01-04 20:21:58)

    fwojciec wrote:If this info is not in the wiki it might be worth it to add it -- it's all detailed in /etc/network.d/examples/complete.example though.
    Thats the reason why I was so confused.
    My new and well working configuration:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Berlin"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="macbook"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    eth0="eth0 192.168.1.220 netmask 255.255.255.0 broadcast 192.168.1.255"
    INTERFACES=(!eth0 !eth1 !eth2)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(3com)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network net-profiles netfs alsa crond portmap fam hal)
    CONNECTION="wireless"
    DESCRIPTION="Very verbose complete wireless example"
    INTERFACE=eth2
    HOSTNAME=macbook
    # Interface Settings (use IP="dhcp" for DHCP)
    IP="static"
    IFOPTS="192.168.1.225 netmask 255.255.255.0 broadcast 192.168.1.255"
    GATEWAY=192.168.1.1
    # DNS Settings (optional)
    DOMAIN=localdomain
    DNS1=192.168.1.1
    DNS2=
    SEARCH=
    # Standard Wireless Settings
    ESSID=3Com
    SECURITY=wpa-config # One of wep, wpa, wpa-config, none
    KEY=""
    # Scans to see if network is available before connecting (reccomended)
    SCAN="YES"
    # Time to wait to connect to a network. Default 15.
    TIMEOUT=10
    # Pass *custom* options to iwconfig. Usually not needed (optional)
    IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
    # Any extra arguments for wpa_supplicant
    WPA_OPTS=
    # For SECURITY='wpa-config' only - filename of a wpa-supplicant config
    WPA_CONF=/etc/wpa_supplicant.conf
    # This is a network block that connects to any unsecured access point.
    # We give it a low priority so any defined blocks are preferred.
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
    network={
    key_mgmt=NONE
    priority=-9999999
    network={
    ssid="Linksys"
    proto=WPA RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="areulookingatmybreasts"
    priority=5
    network={
    ssid="3Com"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk="nomam"
    priority=5
    # WPA2
    # proto=WPA RSN
    There are also profiles for the Linksys-Router and for wired cable.
    Thanks for the help!
    Last edited by hoschi (2009-01-04 20:21:23)

  • [SOLVED] BCM43241 wireless card seems to not exist.

    Hey guys, I'm trying to install Arch on a Sony Vaio Duo 13. Unfortunately, it only has a wifi card and no ethernet port. Usually, installing wireless card drivers involves using lspci to detect what card I have, then finding the drivers and firmware for it. But this time the card (BCM43241) does not show up at all in Arch (it works in Windows). There's no trace of it with lspci or lsusb (fyi: it's a builtin card).
    Here's my lspci and lsusb output:
    lspci:
    00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller )rev 09)
    00:02.0 VGA Compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
    00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
    00:14.0 USB controller: Intel Corporation Lynx Ppoint-LP USB xHCI HC (rev 04)
    00:16/0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
    00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
    lsusb:
    Bus 002 Device 002: ID 0bda:58df Realtek Semiconductor Corp.
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 0bda:5722 Realtek Semiconductor Corp.
    Bus 001 Device 002: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Any thoughts on why the device doesn't show up? Is there any other output I can provide?
    Last edited by trusktr (2013-11-14 07:45:03)

    trusktr wrote:@paperwastage. I'm not sure how to tell if connects through SDIO, but yeah, based on that link you posted seems like it does. But when I do dmesg | grep brcm is shows aboslutely nothing. There's no trace of my card anywhere. It just seems like Arch has no clue that the card exits (let alone that it's a wireless card). Does yours at least show up with lshw or lspci?
    nope, mine doesn't show up via lshw/lspci/lsusb, probably because it's not connected to the pci / usb bus  (probably connected directly to SoC)
    maybe your kernel doesn't have brcmfmac loaded. try this in root
    #unload brcmfmac
    modprobe -r brcmfmac
    #reload brcmfmac
    modprobe brcmfmac
    note down the logs that should print on screen (and in dmesg)
    also, go to windows, use some application to read your system (I've used http://rh-software.com/)
    it showed my Broadcom 802.11abgn Wireless SD Adapter mounted on "SD\VID_.....", which is the SDIO port

  • [SOLVED] Wireless card not detected after upgrade

    After running a pacman update today, my wireless card is no longer being detected.  'ip link' and 'iw dev' show no sign of it.  My ethernet port is detected just fine.
    I downgraded linux and systemd with no luck, thinking that they were the most likely culprits.  Also, I dealt with the new /etc/passwd.pacnew and /etc/group.pacnew files created by the filesystem upgrade and ran the syslinux-install_update script to go along with the new version of syslinux.  Besides a new mirrorlist, these were the only special cases pacman warned about when upgrading.
    Here are the packages that were upgraded.  I apologize for the long list but I'm finding myself out of options after several hours of struggling with this.  Maybe somebody will see something I'm missing.
    readline (6.3.005-1 -> 6.3.006-1)
    bash (4.3.011-1 -> 4.3.018-1)
    cairo (1.12.16-1 -> 1.12.16-2)
    cpupower (3.14-2 -> 3.14-3)
    e2fsprogs (1.42.9-2 -> 1.42.10-1)
    gcc-libs (4.9.0-2 -> 4.9.0-3)
    libtasn1 (3.4-1 -> 3.6-1)
    gnutls (3.3.2-1 -> 3.3.4-1)
    x264 (1:142.20140311-1 -> 1:142.20140311-4)
    xvidcore (1.3.2-3 -> 1.3.3-1)
    ffmpeg (1:2.2.2-3 -> 1:2.2.3-1)
    filesystem (2013.05-2 -> 2014.05-2)
    gcc (4.9.0-2 -> 4.9.0-3)
    libx11 (1.6.2-1 -> 1.6.2-2)
    gdk-pixbuf2 (2.30.7-1 -> 2.30.8-1)
    perl (5.18.2-2 -> 5.20.0-2)
    openssl (1.0.1.g-1 -> 1.0.1.h-1)
    git (1.9.3-1 -> 2.0.0-1)
    gnupg (2.0.22-2 -> 2.0.23-1)
    gpgme (1.4.3-1 -> 1.5.0-1)
    imagemagick (6.8.9.1-2 -> 6.8.9.1-3)
    inputproto (2.3-1 -> 2.3.1-1)
    lib32-gcc-libs (4.9.0-2 -> 4.9.0-3)
    libcups (1.7.2-1 -> 1.7.3-3)
    libproxy (0.4.11-2 -> 0.4.11-3)
    libsystemd (212-3 -> 213-5)
    libxcursor (1.1.14-1 -> 1.1.14-2)
    linux (3.14.4-1 -> 3.14.5-1)
    linux-headers (3.14.4-1 -> 3.14.5-1)
    man-pages (3.67-1 -> 3.68-1)
    mpfr (3.1.2.p5-1 -> 3.1.2.p8-1)
    pacman-mirrorlist (20140405-1 -> 20140531-1)
    perl-xml-parser (2.41-4 -> 2.41-5)
    python-setuptools (3.6-1 -> 4.0.1-1)
    python2 (2.7.6-3 -> 2.7.7-1)
    rxvt-unicode-terminfo (9.20-1 -> 9.20-2)
    rxvt-unicode (9.20-1 -> 9.20-2)
    seabios (1.7.3.1-2 -> 1.7.5-1)
    shared-mime-info (1.2-2 -> 1.3-1)
    syslinux (6.02-8 -> 6.03pre12-3)
    systemd (212-3 -> 213-5)
    systemd-sysvcompat (212-3 -> 213-5)
    transmission-cli (2.83-2 -> 2.83-3)
    tzdata (2014c-1 -> 2014d-1)
    xkeyboard-config (2.11-2 -> 2.12-1)
    Last edited by zcal (2014-06-07 06:26:59)

    I'll ask the standard issue questions.  Did you perform a partial upgrade?  If so, perform a pacman -Syu and try again.
    Also, is the running kernel the same kernel that is installed?   Compare the versions provided by uname -a and pacman -Qi linux and ensure they are exactly they are exactly the same revision.
    Last edited by ewaller (2014-06-06 23:26:35)

  • EP6: com.sap.pct.crm.generics.ValueHelp not found

    Hi at all,
    We are tring to setup crm default scenario in EP6.
    To do this we have imported the relative business package from iviewstudio.com (Business Package for SAP CRM 4.0 50.2)
    The Bsp part of the application seems to work fine but we get an error following the link that should open a pop-up to help the user selecting values
    The error is described here:
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    iView not found: /global/services/service-iviews/local/com.sap.pct.crm.generics.ValueHelp.</i>
    This Iview was imported correctly from the business package (I've checke the import logs).  
    I've looked on the server and I've found the related classes/jar (generics.jar).
    I've looked also log (using the logviewer application) files but there nothing releted to this.
    Does anyone have an idea to solve the problem? or something else to check?
    Thanks in advance,
    Bye
    Fabio

    Hi Giovanni,
    It looks like a permissions issue, you might want to refer to the permissions of
    1. The role that you are creating, see to it that you have everyone group assigned to it and enduser checked.
    2. As you are connecting to CRM system, you might be have created a system using which you are accessing the CRM system, check for the permissions of that as well.
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • [SOLVED] Wireless card works, but configuration and software doesn't

    Hi,
    I could manage to activate my Atheros wireless card using the madwifi drivers. I wanted to use knetworkmanager, but unfortunatly i doesn't recognize any of my network devices. I've read the other networkmanager threads, changed the daemons order, disabled the network daemon and the routing entry in rc.conf, but still (k)networkmanager doesn't know anything about my devices.
    I tried to use knetworkmanager-svn from the AUR. Initially it doesn't work because the SVN URLs inside the PKGBUILD script a wrong, but even after I fixed them I couldn't compile the source, because there is no configure and no Makefile in the svn head. I'm really a noob when it comes to the linux build system, so I had to give it up.
    Now I use wifi-radar. It is terribly slow to connect, but it works. However, when I disconnect with wifi-radar, then do 'ifconfig ath0 down && ifconfig eth0 up' the DNS requests fail. I checked /etc/resolv.conf and the default route (set to eth0), but they are right; the interface just doesn't use the name servers. The only way to get it working is to restart the laptop. How does Linux chose a "default interface"?
    I'm not afraid of editing text files, but I'd like change networks fast and easy. I don't want to spend hours to adapt to a new access point... I'm really looking forward to the new wlan stack; maybe things will be getting easier then.
    kei
    Last edited by Kei (2007-05-04 12:36:00)

    Okay, now KNetworkManager works (I forgot adding my user to the HAL group :] ).
    There is still a problem - I know it's networkmanager related: At home I'm not using a DHCP server. KNetworkManager cannot handle static IP configuration. However, if I issue the command 'ifconfig ath0 192.168.0.12 subnet 255.255.255.0' while KNetworkManager is searching for a DHCP server I can even ping my gateway, so there is definitely a connection. Unfortunatly KNetworkManager closes this connections after a short period (dhcp timeout). Is there a quick'n'dirty workaround for this issue?
    Another problem with KNetworkManager: When switching back to wired network, the DNS server is there :-) but the default gateway is not
    Thanks for suggestions..
    kei
    //EDIT: In Debian there is a configuration file called /etc/network/interfaces. KNetworkManager uses the static IP information I enter there. However, when I modify /etc/rc.conf accordingly in ArchLinux, KNetworkManager does NOT use it.
    //EDIT 2: After '/etc/rc.d/networkmanager restart' the static IP setting from /etc/rc.conf are used. The problem with the default gateway only occurs when the connection to one of the networks FAILS. After that failure the configuration is kind of messed up.
    Altough it seems more like a dirty hack than a definite solution, I'm quite happy with the way it works now.
    [CLOSED] <-- maybe I'm blind, but how can I change the topic to "[SOLVED] $Topic" ?
    Last edited by Kei (2007-05-03 23:26:04)

  • Fans intermittently run @ full speed - problem solved - wireless card was culprit

    I hope this helps someone in the future with this odd problem, that I see is rare but not unknown.
    I have a P7-1222 which from new, would on about 1 in 10 powerups (i.e., random) have both CPU and case fans running full speed (several thousand RPM) making the machine very loud.  They would reset to more normal speeds of ~ 1000 on a cold or hot reset.
    TMPIN1 at time this occurred at powerup would, via HWMONITOR or SIW, show 99C (which was impossible), making the fans race.
    Two motherboard replacements, PS substitution, CPU swap etc. did nothing.   The intermittent problem persisted.
    Now the culprit has been identified.  I replaced the wireless LAN/Bluetooth combo PCI mini card with an identical unit from eBay (in this machine, an HP COMPAQ 615939-001 652279-001 WIRELESS N BLUETOOTH COMBO WLAN MINICARD).  The problem of intermittent fan racing is now gone.
    The wireless card in the machine seems to have been the culprit, perhaps occasionally sending a noise spike on powerup as it initialized onto the bus, thus affecting the Fintek F71858 LPCIO  TMPIN1 reading  and making it 99C, causing fans to race via BIOS thinking the machine was burning up!
    Doing some investigating, I had found the following in the Data Sheet for the Fintek F71858 LPCIO chip ("Hardware KBC with ACPI, Temp. and Fan Control") used on numerous HP/Pegatron motherboards, including the Carmel/Carmel2 and other HP boards that use the same basic circuit layout:
    =======================
    8. PCB Layout Guide
    F71858 adopts Current Mode measure method to do temperature detected. The measure data will not be affected by different process of CPU due to use current mode technology. This technology measures mini-voltage from the remote sensor so a good PCB layout must be cared about noise minimizing. The noises often come from circuit trace which is a track from remote sensor (CPU side) to detect circuit input (F71858 side). The signal on this track will be inducted mini-noises when it passes through a high electromagnetic area. Those effects will result in the mini-noises and show in the detected side. It will be reported a wrong data which you want to measure. Please pay attention and follow up the check list below in order to get an actual and real temperature inside the chip.
    ... Place the F71858 as close as practical to the remote sensor diode. In noisy environments, such as a computer main-board, the distance can be 4 to 8 inches. (typ). This length can be increased if the worst noise sources are avoided.
    Noise sources generally include clock generators, CRTs, memory buses and PCI/ISA bus etc
    =======================
    And defective wireless cards can be a noise source too, it seems.

    The issue was what I expected.  I picked a new reader last night and everything works fine.   My old card reader just didn't work with the new card.

  • Connection problems after installing wireless router: frequent "Server not found"

    I recently got a Linksys wireless router but since then, a lot of webpages show "server not found" frequently. I can eventually open these if I keep refreshing the page or come back to it later. This only happens to my desktop PC connected by a cable but never happens to our 3 laptops with wireless connection. The LAN cable changed but problem persists. Desktop PC swapped but problem still persists. Is this simply a defective router?

    What is the model no of the router...?
    Try changing the MTU size to 1350 on the router and power cycle the router and check..

  • [SOLVED]Wireless Card troubles

    I am an absolute beginner trying to install Arch for the first time. Because of reasons, I am required to do this via Wireless. This is my only option. The computer I am using does not have an internal wireless card, so I purchased a Medialink USB dongle. When plugged in, the dongle recognizes my network, but connection to the network fails. The dongle uses an RT3070 chipset if I'm not mistaken, and the website has a driver available for Linux. Unfortunately, the instructions to install said driver are written for bash and I am not competent enough with Arch to handle this. I have the driver on a separate flash drive. Can you guys help?
    URL to Medialink instructions: http://www.medialinkproducts.com/docs/M … _Linux.pdf
    Last edited by Coltergeist (2013-07-19 17:57:25)

    What I mean by that is, when I run the command iw dev I see the device, and then when I run wifi-menu _____, I see my wifi network. However, when I try to connect to it, the connection fails. I presume this is because I do not have the correct driver installed.
    The output of dmesg tail is the same when the USB is attached versus not attached, but I didn't try to reboot with the device not attached, I'll warrant. I will not try to type out everything it says, because it's about 50 lines. It talks about the driver, says if there's an ACPI driver available I should use it instead of the native driver, and recognizes that it has an RT3070 chipset. At the end of all the info, it says the link is not ready.
    The output of ip link when the device is attached is:
    1:  lo: <LOOPBACK,UP,LOWER_UP> MTU 65536 qdisc noqueue state UNKNOWN mode DEFAULT
         link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp1s8 <NO-CARRIER,BROADCAST,MULTICAST,UP> MTU 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
         link/ether 00:15:f2:a1:34:27 brd ff:ff:ff:ff:ff:ff
    4: wlp0s29f7u4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT qlen 1000
         link/ether 14:35:8b:0b:ad:8f brd ff:ff:ff:ff:ff:ff:ff
    wlp0s29f7u4 is my device. It is the one that disappears from the list when I unplug the USB. It is also what appears when I use iw dev.
    dmesg | grep firmware produces a message that informs me it's loading firmware file 'rt2870.bin' and then Firmware detected - version 0.29.
    I've tried to supply as much info as possible. Let me know if there's anything else you need.
    I do not have a smartphone, unfortunately.

  • [SOLVED] yaourt bug (error: target not found: [b]I )

    subj, after install and uninstall xampp
    yaourt -S xampp
    ==> Installing from a package list
    Пароль:
    error: target not found: {b}I
    *in quote changed [] to []
    maybe clear package list?
    I tried:
    yaourt -Syu
    yaourt -Syua
    yaourt -Scc
    rm /tmp/yaourt-tmp-$USER
    reinstall yaourt
    but fail
    other soft installing normally
    yaourt -Syy is the solution
    Last edited by Shara (2012-09-05 05:01:21)

    Just so you know, a bug is typically not something that only you experience.  I just want to ensure that you aren't filing bug reports for things that are only occuring on your machine and not a systemic issue within the utility itself.

  • [SOLVED]getting "error 15: file not found!"

    Hi all, I'm new to Arch and linux in general but i've managed so far and I'm really enjoying it.
    I'm dual booting Arch and Vista.
    Anyway, everything was working fine until I decided that I wanted to stop using GRUB as my bootloader and I used a program called EasyBCD and this guide http://apcmag.com/how_to_dualboot_vista … htm?page=4
    Now, I get "Error 15: File not found!" when i try to boot into arch. I've looked through countless other threads and google results with people with the same problem but none of the solutions in those threads helped me.
    here's my menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 3
    default 2
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/6e30f601-1196-41bf-b9f3-063434fa0c45 ro
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by tooeasyforkevin (2009-07-13 06:48:38)

    ok, try doing it the manual way by booting the cd as if you where to do an installation where it prompts you to log in as root.
    Once your logged in as root do
    grub
    and you will get the grub prompt
    grub>
    then the at the grub> prompt do
    grub> root (hd0,2)
    that tells grub it will find the boot files on the 3rd partition of the 1st hard drive. Then,
    grub> setup (hd0)
    to setup the grub bootloader on the MBR of the first hard drive.
    If all goes well you should see something like 'Checking if "/boot/grub/stage1" exists... yes '.
    grub> quit
    and reboot.

  • [SOLVED] GRUB 2 - "error: file not found" after Clonezilla Restore

    Hello,
    I backed up my Arch Install which is one root partition covering the entire SDD with Clonezilla, to play around with Gentoo and FreeBSD on my Laptop.
    Now I restored the image and when GRUB 2 loads I see "error: file not found" three times for a short momemt before I'm in the GRUB 2 menu.
    When I boot my I also see these 3 messages (probably the once from the early loading process) and "Loading Linux ck kernel...." "Loading initrafms...." "Press any key to continue..." When I wait for a short time or press enter it boots like expected (fsck message appears for a short time since I'm using quite boot and I'm in KDM after that).
    Grub loading...
    error: file not found
    error: file not found
    error: file not found
    Loading Linux ck kernel...
    Loading initramfs...
    Press any key to continue...
    I did not have this when I  backed it up. It booted into the menu and when I booted the menu entry it would go black to show me the fsck message and seconds later I was in KDM.
    I tried $ sudo grub-mkconfig but it did not change anything.
    This is my current /boot/grub/grub.cfg
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a93fa938-f74f-477d-9573-678340bb2940
    else
    search --no-floppy --fs-uuid --set=root a93fa938-f74f-477d-9573-678340bb2940
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux ck kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-ck kernel-true-a93fa938-f74f-477d-9573-678340bb2940' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a93fa938-f74f-477d-9573-678340bb2940
    else
    search --no-floppy --fs-uuid --set=root a93fa938-f74f-477d-9573-678340bb2940
    fi
    echo 'Loading Linux ck kernel ...'
    linux /boot/vmlinuz-linux-ck root=/dev/sda1 elevator=noop ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-ck.img
    menuentry 'Arch GNU/Linux, with Linux ck kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-ck kernel-fallback-a93fa938-f74f-477d-9573-678340bb2940' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a93fa938-f74f-477d-9573-678340bb2940
    else
    search --no-floppy --fs-uuid --set=root a93fa938-f74f-477d-9573-678340bb2940
    fi
    echo 'Loading Linux ck kernel ...'
    linux /boot/vmlinuz-linux-ck root=/dev/sda1 elevator=noop ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-ck-fallback.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-a93fa938-f74f-477d-9573-678340bb2940' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a93fa938-f74f-477d-9573-678340bb2940
    else
    search --no-floppy --fs-uuid --set=root a93fa938-f74f-477d-9573-678340bb2940
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=/dev/sda1 elevator=noop ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-a93fa938-f74f-477d-9573-678340bb2940' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 a93fa938-f74f-477d-9573-678340bb2940
    else
    search --no-floppy --fs-uuid --set=root a93fa938-f74f-477d-9573-678340bb2940
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=/dev/sda1 elevator=noop ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Anyone has a clue what files it is looking for? And why it doesn't boot straight away, when there is nothing that keeps it from booting up normal anyway?
    Last edited by blackout23 (2013-03-21 16:16:59)

    the.ridikulus.rat wrote:Upgrade to grub 2.00, that will give info on which file is actually missing. And then recreate /boot/grub/grub.cfg and check whether that error is gone.
    I think I'm already on Grub 2.0.0 otherwise I wouldn't have this cryptic menu configuration file.
    local/grub-bios 2.00-1
    GNU GRand Unified Bootloader - i386 PC BIOS Modules
    local/grub-common 2.00-1
    GNU GRand Unified Bootloader - Utilities and Common Files

  • [SOLVED]KDE 4.4, file not found

    I did the sudo pacman -Sy --asdeps qt as stated in announcement, then sudo pacman -Su
    Proceed with installation? [Y/n] Y
    :: Retrieving packages from extra...
    error: failed retrieving file 'akonadi-1.3.1-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'akonadi-1.3.1-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'libv4l-0.6.4-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'libv4l-0.6.4-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'kdeplasma-applets-networkmanagement-1073182-1-i686.pkg.tar.gz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'kdeplasma-applets-networkmanagement-1073182-1-i686.pkg.tar.gz' from mirrors.kernel.org : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    and this in the beginning:
    [felix@myhost ~]$ sudo pacman -Ss akonadi
    extra/akonadi 1.3.1-1
    PIM layer, which provides an asynchronous API to access all kind of PIM data
    extra/kdepim-akonadiconsole 4.4.0-1 (kde kdepim)
    Akonadi Management and Debugging Console
    [felix@myhost ~]$ sudo pacman -Su
    :: Starting full system upgrade...
    :: Replace kdelibs-experimental with extra/kdelibs? [Y/n] Y
    :: Replace kdeplasma-applets-networkmanager with extra/kdeplasma-applets-networkmanagement? [Y/n] Y
    resolving dependencies...
    warning: provider package was selected (phonon-gstreamer provides phonon-backend)
    kernel.org is updated hours ago when I check mmirror status and I already have Qt 4.6, what to do?
    What could be the problem?
    Thanks
    Last edited by Nibble (2010-02-09 16:57:24)

    Sounds like a good reason, as when I do pacman -Ss akonadi it shows up.
    EDIT: when speaking of which, it works.
    But:
    error: failed to commit transaction (conflicting files)
    kdelibs: /usr/share/apps/cmake/modules/FindKDevPlatform.cmake exists in filesystem
    should I just delete it(the file)? I have kdevelop installed along side cmake.
    Last edited by Nibble (2010-02-09 15:40:04)

  • [SOLVED]Dual boot Grub2 : file not found

    here is my config :
    Ubuntu 11.1 installed on sd1. It is my default system, and where the GRUB2 config is.
    I installed Archlinux on sd2, with /boot on (hd1,1) and / on (hd1,2).
    I want to set up GRUB to boot both systems.
    here is my /etc/grub.d/11_linux_arch, in the Ubuntu system :
    #!/bin/sh -e
    echo "Adding Archlinux"
    cat << EOF
    menuentry "ArchLinux"  {
    set root=(hd1,2)
    linux /boot/vmlinuz-linux
    initrd /boot/initramfs-linux.img
    EOF
    vmlinux-linux and initramfs-linux.img are well in my /boot folder on (hd1,1)
    At grub prompt, I can see Archlinux as an option. When I select it, I get an error message, "file not found".
    I can't see where is an error.
    TY for any help.
    Last edited by gabx (2011-11-29 22:41:11)

    Here is what I added to /etc/grub.d/40_custom
    # Arch Linux
    menuentry "Arch Linux" {
    set root=(hd1,1)
    linux /vmlinuz-linux root=/dev/disk/by-uuid/38616db1-366f-40f4-a728-1230e81abb21 ro
    initrd /initramfs-linux.img
    I think telling the uuid is better  but /dev/sdb2  (my / partition)  works too.
    Then :
    #sudo update-grub
    and I have been able to dual boot Archlinux and Ubuntu 11.10.
    The resolution is bad, so I will add a line about it, but I guess it is not diificult.

  • [SOLVED] bash: $'\302\240grep': command not found [frequent CLI error]

    For the past several days I've been getting the following error frequently on the command line:
    bash: $'\302\240grep': command not found
    I think I'm only getting this error in response to commands that are piped to grep, such as the following:
    $ ps -ef | grep xyz
    or
    $ locate | grep abc
    However, I don't think I've gotten the error if I type the same commands as above, but without the space between '|' and 'grep'.  And, although the error is frequent, it doesn't happen every time; it is seemingly random.
    Anybody else experiencing this?  Any idea what might be causing it? 
    I'm using rxvt-unicode as my terminal.
    Jay
    Last edited by jt512 (2011-04-06 04:38:56)

    anonymous_user wrote:Post your ~/.bashrc
    # Check for an interactive session
    [ -z "$PS1" ] && return
    function timer () {
    at -f /home/jay/.timercmd now + $1 min
    function cpufs () {
    sudo cpufreq-set -c 0 $1 $2
    sudo cpufreq-set -c 1 $1 $2
    alias ls='ls --color'
    alias kc='~/scripts/kc.py'
    alias diff='colordiff'
    alias s2ram='sudo s2ram -f'
    alias grep='grep --color=always'
    alias Terminal='Terminal -T Terminal'
    alias emacsnw='emacs -nw -f menu-bar-mode'
    alias rm='rm -I'
    alias lpstd='lp -o "StpQuality=Standard"'
    alias paps='paps --paper letter --font="Courier 10"'
    alias mp='mplayer'
    alias mps='mplayer -softvol-max 600'
    alias mysql='$HOME/scripts/mysql'
    if [ $TERM = 'linux' -a $SHELL = '/bin/bash' ] ; then
    PS1='\033[?17;0;40c[\u@\h \W]\$ '
    else PS1='[ \[\e[0;32m\]\u@\h\[\e[m\] \[\e[0;31m\]\W\[\e[m\] \[\e[m\]]\[\e[0;32m\] \$ \[\e[m\]'
    fi
    eval `dircolors -b`
    # Allow tab completion for sudo'ed commands
    complete -cf sudo
    export PATH=$PATH:~/.local/usr/bin
    export EDITOR="vim"
    export BROWSER='conkeror:uzbl-browser:firefox'
    export GREP_COLOR="1;33"
    export LESS_TERMCAP_mb=$'\E[01;31m'
    export LESS_TERMCAP_md=$'\E[01;31m'
    export LESS_TERMCAP_me=$'\E[0m'
    export LESS_TERMCAP_se=$'\E[0m'
    export LESS_TERMCAP_so=$'\E[01;44;33m'
    export LESS_TERMCAP_ue=$'\E[0m'
    export LESS_TERMCAP_us=$'\E[01;32m'
    export SWEAVE_STYLEPATH_DEFAULT="TRUE"

Maybe you are looking for

  • Issues submitting form with Reader X

    I am using Adobe Reader X on a Mac and the program will not allow me to submit the form. When I click on the submit button, a message pops up that says this operation is not permitted. If I open the form in an older version of Reader, it works correc

  • CS3 Outline Stroke Parallel Lines Bug

    Hello everyone... I'll try to explain my issue as best as possible. I am using Illy CS3 on Win XP Pro. I am creating installation instructions for an electronic product and need to show wire routing. I created an art brush of two parallel black lines

  • Automatically mark images that have been exported

    Hi, i really wished LR had a seperate flag for images that have been exported yet. It would be perfect if LR would set that flag automatically when an image has been exported. Just like in RSP. An oh, speaking about Rawshooter Premium, we need a REAL

  • TS4002 iPad crashing want open window when attempting to open email what's up?

    Ok so I make an attempt to open mala but it crashes won't go any further, a year ago I upgraded and then was told the problems of what I had going on needed a new sims card which I haven't done yet, I believe it has a virus from another's email it's

  • Firefox crashes when Mac OS X 10.6.8 wakes up from hibernation

    Firefox has crashed now multiple times within a month in following event: - Firefox browser is open (with 1 or more tabs) and Mac OS X 10.6.8 wakes up from sleep - whenever clicking to Firefox to continue browsing, it crashes immediately. Open tabs h