[solved] ArchLinux does not detect my usbstick

Hi,
I just installed ArchLinux a few days ago. Today I wanted to plugin my usbstick. I expected an icon to show up on the Gnome desktop. But nothing happened. Gnome-device-manager doesn't show anything. And dmesg also doens't mention anything about a usbstick plugged in. It's like the system doen's detect it.
Any idea why this is?
Last edited by mariourk (2007-10-21 18:04:27)

I have both HAL and DBUS in rc.conf.
DAEMONS=(syslog-ng network netfs crond portmap fam dbus hal gdm sshd)
Gnome-volume-manager is installed.
The usb-modules are also loaded
[mario@dagobah ~]$ lsmod | grep usb
usbhid 38048 0
hid 26240 1 usbhid
ff_memless 5256 1 usbhid
usbcore 112520 3 usbhid,ohci_hcd
I'm working with an usb-mouse without any trouble.

Similar Messages

  • [SOLVED] k3b does not detect optical drive

    Hello,
    I am running Arch Linux x86_64 with recent updates. I have k3b 2.0.3 and when I launch it I get message that it does not detect my optical drive, and I need hal daemon. I checked, udev is running, node in dev /dev/sr0 has root.optical, my user is in optical group. How do I fix this? I want to burn BluRay disk, maybe k3b even does not support it? And is there a better tool for optical discs than k3b? I use KDE 4 so Qt tool would be nice
    Last edited by adomas (2015-01-09 17:34:05)

    [EDIT] I think problem is solved. Not sure how, but after reboot it works now
    Thank you for you reply, Lone_Wolf
    Permissions seems to be ok:
    [adomas@voidbox ~]$ ls -l /dev/sr0
    brw-rw---- 1 root optical 11, 0 Jan 9 21:18 /dev/sr0
    [adomas@voidbox ~]$
    And about dependencies I think I have what I need:
    [root@voidbox adomas]# pacman -Qi k3b
    Name : k3b
    Version : 1:2.0.3a-1
    Description : Feature-rich and easy to handle CD burning application
    Architecture : x86_64
    URL : http://sourceforge.net/projects/k3b/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : kdebase-runtime libkcddb libsamplerate libmad ffmpeg taglib libmpcdec libdvdread cdrkit
    libxft
    Optional Deps : dvd+rw-tools: for dvd burning support [installed]
    vcdimager: for vcd burning support
    transcode: for advanced mpeg conversion support
    emovix: for bootable multimedia cd/dvd support
    cdrdao: for disk-at-once (DAO) mode support [installed]
    cdparanoia: for cd ripping support
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 33.81 MiB
    Packager : Eric Belanger <[email protected]>
    Build Date : Thu 06 Nov 2014 05:21:31 AM EET
    Install Date : Wed 07 Jan 2015 07:28:57 PM EET
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    [root@voidbox adomas]#
    What else can be a problem? By the way may optical drive is external, connected via USB, if it makes any difference.
    Last edited by adomas (2015-01-09 17:33:50)

  • [SOLVED]mpd does not detect the music directory

    I recently installed mpd with the gmpc gui, set my "music_directory" in /etc/mpd.conf to the location of all of my music (which contains lots of other folders and subfolders), but there's no listing of the audio files in the database in gmpc.
    Here's the /etc/mpd.conf if that helps:
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/var/lib/mpd/music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "mpd"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    #group "nogroup"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    #auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    #audio_output {
    # type "alsa"
    # name "My ALSA Device"
    ## device "hw:0,0" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "default" # optional
    ## mixer_control "PCM" # optional
    ## mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    audio_output {
    type "pulse"
    name "My Pulse Output"
    server "remote_server" # optional
    sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"
    Last edited by vlad951 (2011-05-07 09:36:11)

    vlad951 wrote:
    Thanks, I successfully launched mpd as a user and it detected all of my music. However, if I launch mpd with the mpd.conf that I created in my home directory, it launches, but outputs the following:
    [vladislav@vladislav .mpd]$ mpd ~/.mpd/mpd.conf
    listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    Is this normal?
    *sigh* i answer this for the 3rd time in a row... this is no error it just says that binding to your ipv6 interface happened before the binding to ipv4.
    If you want to use your ipv4 interface hardcode it in mpd.conf
    bind_to_address "127.0.0.1"
    you can also have several binds:
    bind_to_address "127.0.0.1"
    bind_to_address "192.168.1.13"
    to make it listen on localhost and the external IP of your network card.
    If your music is on the same machine as your mpd i recommend to use a unix socket in addition.
    bind_to_address "/path/to/some/file/that/does/not/exist/yet"
    and make your client connect to that file instead of the IP. Speeds things up a log e.g. in ncmpcpp
    and btw: you can save your mpd.conf file as ~/.mpdconf and mpd will automatically use it.
    Last edited by Rasi (2011-05-07 08:41:30)

  • [SOLVED] ArchLinux does not boot if AC adapter is plugged in.

    Well, actually it does not boot when AC adapter is unplugged too! When I boot ArchLinux it stops working (i.e. the screen becomes completely black without the chance to recover it) just after it says: "Waiting for UDev uevents to be processed".
    The only workaround I found is to plug in the AC adapter before turning the computer on and unplug it exactly after it started booting the kernel. Otherwise it does not complete the boot process (as I said, it stops at: "Waiting for UDev uevents to be processed").
    More, on KDE startup I always see a message concerning Power Management, but it is too fast and I cannot read it. If I go to System Settings > Power Management I see this notice: "Power Management configuration module could not be loaded. The Power Management Service appears not to be running. This can be solved by starting or scheduling it inside `Startup and Shutdown`". Do I have to add `powerdevil` to `Startup and Shutdown` as pre-kde startup service?
    As for my configuration I have this modules in my rc.conf:
    MODULES=(ac battery button acpi-cpufreq cpufreq_ondemand acpi)
    The last one was acpid, but at startup it said it could not find that module, so I changed it to acpi.
    Thank you,
    rubik
    Last edited by rubik (2012-07-23 07:31:25)

    Ok, I tried and I got something
    + -------------------------- MODULES -----------------------------------+ Result        +
    | ac battery button acpi-cpufreq cpufreq_ondemand acpi  | FAIL            |
    | battery button acpi-cpufreq cpufreq_ondemand acpi      |  SUCCEED  |
    | ac button acpi-cpufreq cpufreq_ondemand acpi             | SUCCEED   |
    | battery                                                                      | SUCCEED   |
    | ac                                                                            |  SUCCEED   |
    | ac battery                                                                 |  FAIL            |
    +--------------------------------------------------------------------------------+-------------------+
    As you can see, it fails booting only when ac and battery are loaded together.
    EDIT: With lsmod I can see nobody uses either ac or battery, so can I remove them from MODULES? This would solve the problem.
    Mod Edit:  I added code tags -- that output was just too ugly    I took them back out, they did not help
    Last edited by ewaller (2012-03-27 17:38:17)

  • [Solved] Xrandr does not detect external monitor

    I recently just installed Arch linux on my laptop and decided to install the catalyst driver as well. I followed all the instructions on how to install catalyst and when I try to use the xrandr command it does not show my second monitor. I am using i3wm on the latest kernel and catalyst driver. I can also see a x cursor when I move my mouse to my other screen but it does show the i3bar or I cant drag a window to the other screen
    Here is my xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen "aticonfig-Screen[0]-1" Above "aticonfig-Screen[0]-0"
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-1"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:0:1:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-1"
    Driver "fglrx"
    BusID "PCI:0:1:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-1"
    Device "aticonfig-Device[0]-1"
    Monitor "aticonfig-Monitor[0]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    what xrandr -q shows
    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 1920 x 1920
    LVDS connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
    1366x768 60.00*+
    1360x768 60.00
    1280x768 60.00
    1280x720 60.00
    1024x768 60.00
    1024x600 60.00
    800x600 60.00
    800x480 60.00
    640x480 60.00
    DFP1 disconnected (normal left inverted right x axis y axis)
    CRT1 disconnected (normal left inverted right x axis y axis)
    Last edited by Green (2014-09-16 01:00:22)

    Never mind I just needed to delete my xorg.conf and regenerate it by
    # aticonfig --initial

  • [SOLVED] Archlinux does not boot any more after update

    Hi all,
    yesterday I decided to update my Archlinux system again after postponing the updates for some weeks.
    In general I update anything except kernel stuff, but this did lead to some dependency problems recently,
    so I decided to make a full upgrade now via pacman.
    After restarting the system, the kernel refused to boot. It told me, that it couldn't find my root partition /dev/sdc1 and left
    me in an almost useless recovery shell. The error was:
    ERROR: Unable to determine major/minor number of root device /dev/sdc1
    Has anyone an idea, what might have happened? I had to install Ubuntu into a free partition to post this
    topic. The disks and partitions are okay, I managed to "boot" using the old kernel, but of course the system
    remained useless in that case due to wrong kernel module versions.
    Thanks in advance for any hint, how to proceed.
    Cheers, Zmann
    Last edited by Zmann (2012-06-02 20:56:39)

    Hi all,
    thanks for the quick replies and sorry for the delay (children prioritized :-)
    Yes, I'm using an older SATA controller (more or less 6 years), so the problem might be related to what you posted.
    I was not able to boot the old fallback kernel, same error message. The fallback kernel simply uses a different initrd
    file, perhaps I should think about a more sophisticated approach.
    Nevertheless I already checked the file /etc/mkinitcpio.conf and it did not contain a hook called autodetect. So maybe
    the mkinitcpio won't help anyway? Should I prefer using the suggested LTS kernel instead? I assume, this is done by booting
    using an archlinux CD, then chroot and using pacman? Maybe it's sufficient to chroot from the currently running ubuntu instead?
    Or will the booted kernel have any influence to mkinitcpio or the like?
    Cheers, Zmann

  • [SOLVED] Kernel over 3.14.4-1 does not detect my hardware proper

    Hello everyone,
    i've a little problem with any kernel higher then 3.14.4-1.. After a long time, i bootet up my PC and updatet Arch. There where nearly 350 package updates. Everything went fine, except for the kernel update.
    Updating to kernel 3.16.3-1 broke nearly everything on my system. Arch boots but does not detect any hardware like the graphics card or the network adapter. I've read journalctl but can't find any usefull hints or a point do begin my error searching.
    Maybe someone of you can give me a useful hint…
    Here is a link to the logfile: http://p.tkolb.de/SpGKcAQjxk1A.txt
    Thank you very much in advance for your help,
    Sqozz
    Last edited by Sqozz (2014-09-29 17:45:46)

    I've reverted to the last working kernel with "pacman -U".
    Could now find the Problem: /boot was not mountet during the kernel build.. Such a stupid mistake.
    Thank you anyway for your fast replies!

  • When i connect my philips 170c monitor to my macbook pro 13" early 2011, it does not detect the second monitor?

    help! i've googled around, but none seems to solve my problem
    my macbook pro is early 2011, 13", running lion.
    the philips monitor is vga only, so i have a mini display port to vga adaptor and connecting it to the vga.
    the screen on my mbp does turn blue, but no input is detected on the external monitor.
    any advice?

    If it does not detect the display automatically, try going to system preferences>displays, click detect displays.

  • Tecra Z50-A-11V: New SSD but Win 8.1 does not detect it

    We bought a Crucial M550 256GB disk and want to replace in a Toshiba Tecra Z50-Av1
    We do not want to make any transfer of data or cloned.
    We want to do a clean install with Windows 8.1
    The BIOS recognizes the SSD
    But when you install Windows 8.1 does not detect any disk connected to the unit and requested additional drivers. Windows not detect drive
    https://www.dropbox.com/s/mlvk6v3lxzi1rrh/2014-05-04%2009.47.18.jpg
    https://www.dropbox.com/s/fr2eo5l9xonaoln/2014-05-04%2009.48.59.jpg
    https://www.dropbox.com/s/8usxog8wm06funr/2014-05-04%2010.06.09.jpg
    i too test with lasted version of this driver (old F6 in boot to locate hdd driver)
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23496&lang=eng&wapk w=f6flpy-x64.zip
    and with toshiba package
    http://support.toshiba.com/support/viewContentDetail?contentId=4004211
    you can see than i have 3.20 version of BIOS. interestingly I see that the last one is the Toshiba has released version 3.1
    But always the drive CRUCIAL is not reconized by the boot instalation of windows
    The problem is similar with ubunto, kubuntu, .... the drive is detected with the BIOS but not for the OS.
    any help?
    Thanks

    Hi
    Did you solve this issue?
    Could you install the Windows 8.1 system on this SSD drive?
    I think the additional driver installation while setup procedure isnt necessary since Win 8.1 should already contain the essential drivers.
    From my point of few there could be an compatibility issue (maybe SSD firmware update would solve this).
    How about the usage of other SSD drives? Do you have the same problem using other SSD drives from other manufactures?
    Feedback would be appreciated.

  • Display Preferences does not detect dual monitors

    Display Preferences does not detect dual monitors.
    There is no workaround here.
    Only a prompt update from apple will solve this.
    Any level 5 geniuses I welcome your guidance... please prove me otherwise.
    thanks
    --Marconi

    Hi marconi de baloni,
    Thanks for the question. Based on what you stated, it seems like the computer is not recognizing a second display. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    OS X Yosemite: Connect multiple displays to your Mac
    If a display is not recognized, choose Apple menu > System Preferences on the primary Mac, click Displays, then click Display.
    Open the Display pane for me
    Then click the Detect Displays button.
    You can also try putting your Mac to sleep and then waking it.
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • Wi-Fi does not detect on Satellite L40-139

    Hello!
    I have a problem with Wi-Fi connection on Toshiba L40-139 under Windows XP Professional
    I have all drivers for this model from this site.
    Also Intel PRO/Wireless 2915ABG: 9.0.4.39 adapter was installed.
    But during the installation there was an error "Couldn't install driver".
    Wi-fi card does not detect by device manager
    When I try connect to Wi-Fi network I have a message that there isn't any Wi-Fi devices on my notebook.
    Help, please!

    Hi
    As Im not mistaken the L40-139 PSL40E supports the Atheros 802.11g WLan card.
    And therefore you should use and install the Atheros Wlan card driver!!!
    Additionally you should perform a BIOS update.
    According to some postings here in the forum, the BIOS update helps to solve some WLan issues.
    Check it out & good luck
    Bye

  • Ricoh PCIe SDXC/MMC Host Controller does not detect SD cards

    Hi,
    My Lenovo Thinkpad X230 has an integrated 4-in-1 SD card reader (SD/SDHC/SDXCMMC), but it does not detect any card I insert. The two cards I have are working correctly under my sister's MacBook. My kernel version is 3.6.10. Here's the output of a few commands :
    lspci -k
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    Subsystem: Lenovo Device 21fa
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: i915
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: xhci_hcd
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: mei
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    Subsystem: Lenovo Device 21f3
    Kernel driver in use: e1000e
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: ehci_hcd
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    Kernel driver in use: pcieport
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
    Kernel driver in use: pcieport
    00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
    Kernel driver in use: pcieport
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: ehci_hcd
    00:1f.0 ISA bridge: Intel Corporation QM77 Express Chipset LPC Controller (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: ahci
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: i801_smbus
    02:00.0 System peripheral: Ricoh Co Ltd PCIe SDXC/MMC Host Controller (rev 07)
    Subsystem: Lenovo Device 21fa
    Kernel driver in use: sdhci-pci
    03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    Subsystem: Realtek Semiconductor Co., Ltd. Device 8195
    Kernel driver in use: rtl8192ce
    lsmod | grep sd
    sd_mod 29560 4
    scsi_mod 133434 2 libata,sd_mod
    sdhci_pci 10834 0
    sdhci 23695 1 sdhci_pci
    mmc_core 82791 2 sdhci,sdhci_pci
    Nothing new happens if I type dmesg | tail after inserting a card.
    I didn't find any solution after searching on Google, but it seems there are a few other people experiencing the same problem as me. I haven't actively tried anything yet.
    I don't have much experience when it gets to this kind of things, so I hope there are some of you who can help me.
    Thank you!
    Last edited by Fayden (2012-12-22 05:13:09)

    In case someone else has the same problem, there's actually a package in the AUR that fixes the problem : https://aur.archlinux.org/packages/ricoh-e823-fix/
    Install it and enables it with systemd and it should work correctly!

  • TCP Read does not detect network conncetion closed error (66)

    Hi Dear all,
    Instead of LAN i am using WLAN to connect PC and mobile. All communication read and write operations are performing ok. But the only problem i am facing is that once i disconnect network connection from mobile my labview TCP read operation does not detect it and only timesout at its specified interval. Although for Bluetooth network connection if i disconnect from mobile then BT read detects it as network conncetion closed by peer error (66).
    Can someone help me on this.
    Thanks & Regards
    awais qureshi
    Solved!
    Go to Solution.

    Awais Qureshi wrote:
    Hi Dear Norbert,
    I am still waiting for your reply. Whats error you get once you unplug LAN cable? i am unable to understand how to detect Disconnection during Read Time out. Kindly help me in this.Thanks
    Dear VT Kim,
    I studied your recommended article but which way Labview handles TCP close connection then. i am unable to understand how to detect Disconnection during Read Time out. Kindly help me in this.
    Regards
    awais qureshi
    I have not tested it but more likely than not you would get an error 59 when the network cable is unplugged. Error 66 is for when the network is still up and you attempt to communicate on an established connection that has been closed by the other side. This is not an error that you will se from a TCP read very often.
    Also, please keep you related question in a single thread rather than starting multiple threads for the same topic.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • HP x720w 64GB Pen Driver Does not detect on Windows 7 Laptop

    HP x720w 64GB Pen Driver Does not detect on Windows 7 Laptop. While it detects on my PC. Same OS. Pls advise.

    I will have to wait until a Moderator inspects your image and makes it viewable.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • ITunes 10 does not detect my iPhone

    i recently upgraded to itunes 10, and i have a 1st gen iphone. after upgrading, i synced my iphone and everything went fine. soon after that, i had a totally unrelated hard disk drive failure. luckily all my data were backed up, apple replaced my hard disk, and i restored all my data. however, when i tried to connect my iphone to itunes to sync, itunes would not detect the iphone. i tried many fixes, the only one that worked was to reinstall itunes 10 (which is a pain, because you have to get rid of lots of files.) last night, after reinstalling itunes 10, i connected my iphone and itunes detected it and synced. i thought the issue was solved for good and maybe was related to the restoring of the backed up data. however, i just tried to sync again, but the problem has re-appeared. my itunes does not detect my iphone.
    the console message i get is as follows:
    9/7/10 3:56:17 PM usbmuxd[30] connect_toport (thread 0x100581000): Could not connect to USB mux port 32498 for device 2: Connection refused
    9/7/10 3:56:17 PM usbmuxd[30] MobileDeviceConnectlocked (thread 0x100581000): Could not connect to lockdown port on device bac8e3086978950d97c077103aa8996ccb56eec1.
    9/7/10 3:56:17 PM usbmuxd[30] _MobileDevicePairWorker (thread 0x100581000): Pair worker (0x0x100581000) could not connect to lockdownd: kAMDMuxConnectError
    i thought that usbmuxd is built for linux, but is it doing in itunes 10? but it must belong to it, because i also got this (i think when booting, but i am not sure):
    9/7/10 3:33:40 PM com.apple.usbmuxd[30] usbmuxd-201 built for iTunesTen on Aug 12 2010 at 17:33:03, running 64 bit
    what is going on? i don't want to reinstall the **** itunes every time i have to sync. any solution? thanks

    Here is the diagnostics test ran within iTunes (under help tap inside iTunes).
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    Dell Computer Corporation Dimension 3000
    iTunes 10.0.0.68
    QuickTime 7.6.7
    FairPlay 1.9.16
    Apple Application Support 1.3.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.2.0.47
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.3.0
    Gracenote SDK 1.7.1.420
    Gracenote MusicID 1.7.1.78
    Gracenote Submit 1.7.1.106
    iTunes Serial Number BXXXXXXXXXX
    Current user is an administrator.
    The current local date and time is 2010-09-17 01:08:36.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is disabled.
    HDCP is not supported.
    Video Display Information
    Intel(R) 82865G Graphics Controller
    ** External Plug-ins Information **
    No external plug-ins installed.
    iPodService 10.0.0.68 is currently running.
    iTunesHelper 10.0.0.68 is currently running.
    Apple Mobile Device service 3.2.0.0 is currently running.
    ** Device Sync Tests **
    *No iPod, iPhone, or iPad found.*
    Please help!!!!!!

Maybe you are looking for

  • Error in reciever file adapter , where i am getting file name dynamically

    hi all, error in reciever file adapter , where i am getting file name dynamically, please help me in this isssue , i am trying for a long time MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Exception in XML Parser (for

  • DESKI Report using Temp tables in MS- SQL server 2005

    Hi, I am trying to create a Free hand SQL DESKI report using temp tables in MS SQL Server-2005, I am using ODBC connection. When I run the report, I am getting the error u201CConnection or SQL sentence error (DA0005) No column or data to fetchu201D E

  • Access denied can't open my recent files

    I downloaded a trial version of pdf reader viewer DC and now when I try to access previous adobe files it sats error access denied, how do I go back to the version I had and access my files

  • How do I revert back to 3.1.3.

    Did A perture update to 3.2 now want to go back to 3.1.3 again when all worked well.

  • Split Tax Types in PLD

    I am Referring the following thread Tax Details In Transaction How to split all the tax types for an item in PLD..? Edited by: sanjo Joseph on May 19, 2010 7:23 AM