[SOLVED] USB Devices No Longer Designated by UUID

My USB devices (external disks, flashdrives, etc) have always been mounted using  their UUID.  I have grsync processes set up using this method which I have used for years. Suddenly, my devices are being shown by label (/dev/sdb1, etc), and now no processes using the UUIDs will work without being changed to use the label.
As far as I know, I haven't done anything, so I guess an update has caused this, but I have no idea exactly when it happened, or how to get back to UUID identifiers.
I would be very grateful for any advice on how to begin to resolve this.
Many thanks in advance.
Last edited by myrlin (2012-07-04 08:40:50)

Berbae, your post gave me a clue where to start, and I have now identified the problem.
I am using Openbox, and had added "spacefm -desktop" to the autostart folder in order to manage wallpaper, etc. This resulted in it running in the background, and the mounting application it uses by default (pmount?) is not showing UUIDs. I removed this from the autostart folder, and everything was back to normal, so it's a spacefm issue which I need to resolve.
Although I haven't fully fixed the problem yet, I know where it lies, so I am marking this as "solved"
Once again, thank you providing me with a starting point.

Similar Messages

  • Since upgrading to Lion USB devices no longer connect to my virtual machine in parallels despite my parallels settings.

    Since upgrading to Lion USB devices no longer connect to my virtual machine in parallels despite my parallels settings. As a result all usb devices show as networked drives from the mac. Therefore cannor access encrypted part of drive. Any ideas???

    I actually have the same problem, since I upgraded to Mavericks my MacBook Pro can't seem to find the Bose sounddock 10. Has anyone found a solution to this.
    It still works with the iPhone 5
    Thank you

  • USB device no longer recognised

    I have a GoPro which was working fine on the Apple, I connected it to my sons Windows computer to edit some video, now when I plug it in to the apple it is not showing anywhere! Likewise the external hard drive I used on his computer to transfer the files is no longer recognised on the Apple.
    I must be missing something? They are still there showing on the Windows computer.

    Hello John79378,
    Thanks for using Apple Support Communities.
    To start troubleshooting this issue where your USB devices are not being recognized by your Mac, I'd like you to please follow the article linked to below.
    USB and FireWire Quick Assist - Apple Support
    Cheers,
    Alex H.

  • USB device no longer works after 10.6.5 patch

    After installing the patch for 10.6.5 Thursday, my Belkin N52te no longer works. It has previously worked fine, and the system extension for it was able to see it, but now it says "No device connected". I have tried re-installing the driver, and 75% through the installation I get a message that the xxx.kext file was not installed correctly. I get this each time I attempt to re-install it.
    This gamepad has worked flawlessly for me since purchase in spring of '09 prior to this.
    Please don't tell me to update the driver, as Belkin's "latest" is Feb 09. I have contacted Belkin, and am waiting for a response.
    I found a suggestion of finding the old usb.kext file from the system backup I have on a second drive, and replacing the current one with it. If anyone thinks this will work, could they give me the exact name of the file to look for?
    It seems odd that Apple, after trying to get the Mac accepted as a viable gaming machine, should put out a patch that breaks one of the most widely used "speedpads" on the market. I have been an avid World of Warcraft player for close to 6 years now. The enjoyment I receive while playing WoW has been the driving reason for me to purchase 2 top of the line Mac Pro's in the past 4 years. Come on Apple, fix this, please!?
    Thanks,
    Dan K.

    February 2009? Snow Leopard wasn't even out yet. It is lucky it has worked for a year and a half.
    Come on Apple, fix this, please!?
    This is a user to user board. Check the terms of use, if you don't believe me. If you want Apple to fix something, here are the links:
    http://www.apple.com/feedback/
    http://bugreporter.apple.com/
    I found a suggestion of finding the old usb.kext file from the system backup I have on a second drive, and replacing the current one with it. If anyone thinks this will work, could they give me the exact name of the file to look for?
    While this may work, that's a jalopy of a solution. It might break in the next update, not being up to date itself, and some other extension might be dependent on it. Best to downgrade until you can get assurance that it will work with 10.6.5, if this is an important feature for you. You can either recover your backup, or if not available, see this tip:
    http://discussions.apple.com/thread.jspa?threadID=1308817&tstart=10

  • [SOLVED] USB 3G no longer works after upgrade to GNOME 3.8

    I did the 'big' update today, including upgrading to GNOME 3.8. Unfortunately, NetworkManager no longer picks up my 3G USB modem (which used to work fine before the update). Any pointers as to how I could debug this would be greatly appreciated.
    wvdial has never really worked for me, but gnome networkmanager used to pick up my device and the connection, and now simply acts as if it's no longer present. Attempting to follow the instructions on the wiki to re-setup my USB stick (the instructions I followed in the first place) no longer works. Did today's update cause the same problem for anybody else?
    **Update: After updating today to modemmanager 0.7.990-4 and running
    sudo systemctl enable ModemManager
    sudo systemctl start ModemManager
    I have full connectivity again with the built-in DW5550 mobile broadband card in my Dell Precision M6600 (including showing signal strength in the GNOME 3.8 top bar, etc). Thanks all for the help, and (most importantly) to whoever fixed up modemmanager!
    Last edited by dawid.loubser (2013-04-26 16:57:42)

    wvdial might also be a workaround, if one does not like to downgrade. In my case, I had to unset my PIN on the SIM card first. One can do that using a mobile phone, for example.
    Then
    # pacman -S wvdial
    in /etc/wvdial.conf, I put
    [Dialer Defaults]
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Modem Type = Analog Modem
    ISDN = 0
    Stupid Mode = 1
    Dial Attempts = 3
    Init1 = ATZ
    [Dialer huawei]
    Modem = /dev/serial/by-id/usb-ZTE_Incorporated_1_1_Surf-stick_MF19001MOD010000-if02-port0
    Baud = 115200
    [Dialer voda]
    Init3 = AT+CGDCONT=1,"IP","web.vodafone.de"
    [Dialer dial]
    Phone=*99**1#
    Username = umts
    Password = umts
    You can find out your modem name by looking it up with
    ls /dev/serial/by-id/
    In my case there were names containing the strings if00, if01 and if02, and if02 turned out to be the correct one. This depends on hardware.
    Also, in the "Init 3" line, you may have to replace "web.vodafone.de" according to your provider. The section "dial" seems to be quite universal from what I read on the web, so you may not have to change that.
    then
    # wvdial huawei voda dial
    and hope for the best.
    Disclaimer: I do not have a comprehensive understanding of what I did here, but it worked in my case and it might work for you, too.
    I noticed that the Defaults section makes a difference, because the one I just edited in above avoids some delay in dialing.
    Last edited by tobi-fankhaenel (2013-04-23 08:23:00)

  • USB Device no longer recognized (Ratoc U2SCXU SCSI Converter)

    I'm having problems with a device that used to work fine in an older MacOS (10.5, Leopard) but no longer being recognized in Lion. The Ratoc Systems International SCSI COnverter model U2SCXU is no longer visible in System Information, their Utility, nor the scanning software (VueScan). This set up used to work seamlessly in previous OS's.
    The Ratoc device is being powered through the SCSI connection and lights the power light no problem. No matter wherther through a hub or direct, the USB is no recognized nor is the software. I tried to email the manufacturer but in the meantime thought to post this as a question while waiting... Does anyone have a similar problem?
    Using with a Polaroid SprintScan4000 negative scanner. This device and the converter were all running and playing happily in OS X 10.5. There seems to be nothing I can do to make the device appear in the window, nor be recognized in software. Also tried with laptop running the same OS. I believe this is a software issue with the OS. There is a firmware update that might be able to be applied via the Utility software (U2SCXU_50) from Ratoc website, except that the Utility doesn't see this unit either.

    Make sure it's the right series usb 3 driver, series 7 or series 8.  Series 7 drivers are version 1.x and series 8 are version 2.x.  They use the same device id's.

  • USB devices no longer connected

    Since installing Snow Leopard I have had problems with my Epson R2880 printer. I downloaded a later driver and this worked for a few days but now it will no longer print from any application. My TomTom has also stopped working on USB.
    The USB ports seem to be faulty, although the keyboard and mouse are OK, everything else fails to connect via USB. They all show up in System Profiler with correct devices attached but are not seen by the OS any more.
    I have tried a reset of the PRAM and also disconnected everything and powered off for at least 2 hours.
    Anyone familiar with this problem or have a fix?

    I do have a powered USB hub but even direct connects stopped working. I have fixed the printer problem now after a number of attempts. I installed the new 10.6.1 patch for SL but this made no difference. I have now re-installed both Rosetta and the Printer Support from the install CD, both of these are optional but clearly very important.
    Finally I downloaded again the latest Epson print driver and my printer is now responding. Unfortunately the TomTom still will not connect so I may try reloading that software too.

  • USB Devices No longer working afte 10.4 update.

    My external USB 2 drive is now no longer recognized by my Macs after the upgrade. The weird thing is that if I run Parrallels they appear as normal.
    The drive does not appear in disk manager put does on hardware profiler.
    Any ideas?

    Hi Steve,
    As Eric says, you may be able to repair this with 10.4.10 Combo Updater Intel.
    This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before. It has worked well for many.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    Good luck.
    EDIT: You can't "reverse the patch" without erasing your drive and re-installing. Hopefully, you won't have to.
    -mj
    [email protected]
    Message was edited by: macjack

  • Usb devices no longer work - after itunes 8 uninstall as well.

    Have uninstalled itunes 8 as outlined in various posts on internet. However, now none of my devices such as camera and printer are recognized by my computer. Hope someone has solved this problem. Thanks.

    Hello, Emir,
    I'd suggest you ask again in the MacBook Pro forum. This forum is intended for old, pre-PowerMac G3 hardware and so not the most likely place to get a quick and applicable response.
    Regards.

  • USB device no longer mountable

    Hello all,
    My USB camera is having a problem. I must have accidently removed it before it had ejected the last time.
    At this point, when I attach it, system.log says:
    May 28 21:42:41 localhost diskarbitrationd[90]: unable to repair /dev/disk1s1 (status code 0x00000008).
    May 28 21:42:41 localhost diskarbitrationd[90]: disk1s1 msdos 00000000-0000-0000-0000-000000000000 NO NAME
    Disk Utility sees it, but when you try to repair it, it says:
    ** /dev/disk1s1
    ** Phase 1 - Read FAT
    ** Phase 2 - Check Cluster Chains
    ** Phase 3 - Checking Directories
    Unable to read directory (Invalid argument)
    Error: The underlying task reported failure on exit (-9972)
    The funny thing is that my husband's Windows computer can mount it and see the pictures just fine. I know I have the option to load all the pictures on my husband's computer, reformat the memory stick, and copy everything back. But that's a pain. Does anyone know of a way to get MacOS to clean the disk without nuking it?
    Thanks,
    Eileen

    Oddly enough, having my husband copy the pictures on to his PC then caused the camera's SD card to magically be mountable on my iBook again. I"m guessing some minor filesystem change was made by his PC to make it readable again by my mac.
    At any rate, it's working, and I have a copy of everything on it.
    Eileen

  • External USB storage no longer recognized by kernel [SOLVED]

    If I plug in an external USB thumb drive, my system no longer sees it.
    -gdisk and fdisk do not see it
    -gparted cannot see it
    -thunar cannot see it
    I have a USB mouse and keyboard that work just fine.  Here is my dmesg.  You can see in the last line that something detected me plugging in the USB thumb drive, but that's it.  Is this something with udev or ?
    [ 110.596683] usb 1-3: new high-speed USB device number 4 using ehci_hcd
    I found this thread but my problem is different from the op's.
    I run the linux-ck package from the AUR but as a sanity check, installed the ARCH kernel package and this problem exists under both:
    $ uname -r
    3.2.6-2-ARCH
    Last edited by graysky (2012-02-19 00:44:26)

    I know this thread is marked solved, but I have the exact same problem - I just installed the linux-ck package from the AUR (running linux-ck version 3.2.11-1), alongwith the nvidia-ck package. The kernel was compiled with the localmodcfg and BFQ options enabled in the pkgbuild. Now when I plug in an external drive, dmesg detects it, but no device nodes are created under /dev.
    There is nothing wrong with the drives (happens with multiple drives) - and they are mounting fine under the stock kernel. lsusb also shows the drive present. I thought this might be an issue with needing to rebuild initramfs using mkinitcpio, but the available hooks seem to include all the usual ones from the stock kernel, nor does the wiki article mention needing to do such a thing. Any ideas?
    EDIT: I didn't notice in the OP that the problem persisted with both the -ck kernel and the stock kernel. In my case, it only persists with the -ck kernel - and this happens on two different computers.
    Last edited by manzdagratiano (2012-03-16 06:40:27)

  • [SOLVED] Default audio device no longer works after reboot

    After today's reboot, the audio device no longer works. E.g., VLC says:
    Audio output failed:
    The audio device "default" could not be used:
    No such file or directory.
    This is the console log:
    [0x1394138] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac40fa4db8] main decoder error: failed to create audio output
    [0x7fac180069c8] pulse audio output error: PulseAudio server connection failure: Connection refused
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    [0x7fac180069c8] alsa audio output error: cannot open ALSA device "default": No such file or directory
    [0x7fac180069c8] jack audio output error: failed to connect to JACK server
    [0x7fac180069c8] oss audio output error: cannot open audio device (/dev/dsp)
    [0x7fac180069c8] main audio output error: no suitable audio output module
    [0x7fac41055118] main decoder error: failed to create audio output
    The strange thing is that the sound card does in fact work; e.g. the sound test for "HDA Intel PCH", the first entry in my KDE Audio Settings, works. But the entry "default" does not and I suppose that is also the device that VLC is complaining about.
    I've tried blacklisting the HDMI driver and switched to the other audio output modules in VLC. I've also checked I'm still member of the "audio" group.
    Edit:
    P.S. Solved this myself. I had a USB-to-MIDI adapter cable plugged in during boot, which seems to have been causing these problems. I suppose systemd thought it was a USB sound card? I was wondering why dmesg said something about USB sound when the computer doesn't have any USB sound devices. Hardware detection epic fail. Although I guess the cable counts as a MIDI device at least, so in a way it's correct.
    So it looks like I'll always have to unplug the MIDI cable before rebooting.
    Last edited by Morn (2012-11-23 19:24:00)

    You might get. Ore assistance in a different forum area. Maybe try Using pad. This is the forum for iPhoto for iOS.

  • [SOLVED] Virtualbox list usb devices is empty.

    I moved from virtualbox_bin(AUR) to virtualbox(community), and remove /proc/bus/usb entry in /etc/fstab, after that the usb doesn't work.   I can check 'Enable USB 2.0 (EHCI) Controller' in Virtualbox settings, but can't find any available usb devices.
    $ pacman -Qs virtualbox
    local/virtualbox 4.1.22-1
    Powerful x86 virtualization for enterprise as well as home use
    local/virtualbox-additions 4.1.22-1
    The official all-in-one VirtualBox Guest Additions ISO/CD image
    local/virtualbox-ext-oracle 4.1.22-1
    Oracle VM VirtualBox Extension Pack
    local/virtualbox-hook 2.1-1
    mkinitcpio hook to compile the virtualbox modules
    local/virtualbox-modules 4.1.22-1
    Kernel modules for VirtualBox
    local/virtualbox-source 4.1.22-1
    VirtualBox kernel modules source
    $  VBoxManage list usbhost
    Host USB Devices:
    <none>
    $ ls /dev/usbbox
    ls: cannot access /dev/usbbox: No such file or directory
    $ groups
    log kvm network video audio optical storage users vboxusers guten input libvirt davfs2 virtftp
    $ lsusb
    Bus 001 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
    Bus 001 Device 003: ID 05ac:8509 Apple, Inc. FaceTime HD Camera
    Bus 002 Device 002: ID 0424:2513 Standard Microsystems Corp. 2.0 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
    Bus 001 Device 005: ID 05ac:0252 Apple, Inc. Internal Keyboard/Trackpad (ANSI)
    Bus 002 Device 003: ID 05ac:8242 Apple, Inc. IR Receiver [built-in]
    Bus 002 Device 004: ID 1a40:0101 Terminus Technology Inc. 4-Port HUB
    Bus 001 Device 008: ID 05ac:821a Apple, Inc. Bluetooth Host Controller
    Bus 002 Device 005: ID 046d:c05a Logitech, Inc. Optical Mouse M90
    Bus 002 Device 008: ID 0951:1624 Kingston Technology DataTraveler G2 4GB Pen Drive
    Bus 002 Device 007: ID 413c:2003 Dell Computer Corp. Keyboard
    Last edited by GutenYe (2012-09-17 12:38:58)

    I am having the same problem and have tried "everything" and still cannot get it to work.
    calpoly@arch:~$ cat /etc/group | grep vboxusers
    vboxusers:x:108:calpoly,root
    calpoly@arch:~$ lsusb
    Bus 004 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
    Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 002: ID 05ac:12a0 Apple, Inc. iPhone 4S
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
    Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    calpoly@arch:~$ sudo pacman -Qs virtualbox
    local/virtualbox 4.3.6-3
    Powerful x86 virtualization for enterprise as well as home use
    local/virtualbox-guest-dkms 4.3.6-3
    VirtualBox Guest kernel modules sources
    local/virtualbox-guest-modules 4.3.6-4
    Guest kernel modules for VirtualBox
    local/virtualbox-guest-utils 4.3.6-3
    VirtualBox Guest userspace utilities
    local/virtualbox-host-modules 4.3.6-4
    Host kernel modules for VirtualBox
    local/virtualbox-host-modules-lts 4.3.6-5
    Host kernel modules for VirtualBox
    calpoly@arch:~$ sudo VBoxManage controlvm windowSeven usbattach 609c101d-ef6a-401a-ad15-306f3e7bc8ae
    VBoxManage: error: The USB device with UUID {00000010-0030-0000-90f9-0560b57f0000} is not currently attached to the host
    VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component USBProxyService, interface IHost, callee nsISupports
    VBoxManage: error: --------
    VBoxManage: error: Could not load the Host USB Proxy service: VERR_NOT_FOUND
    VBoxManage: error: Details: code Unknown Status 0x4005 (0x4005), component Host, interface IHost
    VBoxManage: error: Context: "AttachUSBDevice(usbId.raw())" at line 973 of file VBoxManageControlVM.cpp
    calpoly@arch:~$ sudo VBoxManage showvminfo windowSeven
    Name: windowSeven
    Groups: /
    Guest OS: Windows 7
    UUID: 609c101d-ef6a-401a-ad15-306f3e7bc8ae
    Config file: /root/VirtualBox VMs/windowSeven/windowSeven.vbox
    Snapshot folder: /root/VirtualBox VMs/windowSeven/Snapshots
    Log folder: /root/VirtualBox VMs/windowSeven/Logs
    Hardware UUID: 609c101d-ef6a-401a-ad15-306f3e7bc8ae
    Memory size: 2048MB
    Page Fusion: off
    VRAM size: 128MB
    CPU exec cap: 100%
    HPET: off
    Chipset: piix3
    Firmware: BIOS
    Number of CPUs: 2
    PAE: off
    Long Mode: off
    Synthetic CPU: off
    CPUID overrides: None
    Boot menu mode: message and menu
    Boot Device (1): DVD
    Boot Device (2): HardDisk
    Boot Device (3): Network
    Boot Device (4): Floppy
    ACPI: on
    IOAPIC: on
    Time offset: 0ms
    RTC: local time
    Hardw. virt.ext: on
    Nested Paging: on
    Large Pages: off
    VT-x VPID: on
    VT-x unr. exec.: on
    State: powered off (since 2014-02-11T12:16:18.000000000)
    Monitor count: 1
    3D Acceleration: off
    2D Video Acceleration: off
    Teleporter Enabled: off
    Teleporter Port: 0
    Teleporter Address:
    Teleporter Password:
    Tracing Enabled: off
    Allow Tracing to Access VM: off
    Tracing Configuration:
    Autostart Enabled: off
    Autostart Delay: 0
    Default Frontend:
    Storage Controller Name (0): IDE
    Storage Controller Type (0): PIIX4
    Storage Controller Instance Number (0): 0
    Storage Controller Max Port Count (0): 2
    Storage Controller Port Count (0): 2
    Storage Controller Bootable (0): on
    Storage Controller Name (1): SATA
    Storage Controller Type (1): IntelAhci
    Storage Controller Instance Number (1): 0
    Storage Controller Max Port Count (1): 30
    Storage Controller Port Count (1): 1
    Storage Controller Bootable (1): on
    IDE (1, 0): Empty
    SATA (0, 0): /media/disk/VirtualBox OS X HDD/windowSeven.vdi (UUID: 5c44157f-350a-467c-a988-b4cfb8635fd5)
    NIC 1: MAC: 0800279A3907, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
    NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
    NIC 2: disabled
    NIC 3: disabled
    NIC 4: disabled
    NIC 5: disabled
    NIC 6: disabled
    NIC 7: disabled
    NIC 8: disabled
    Pointing Device: PS/2 Mouse
    Keyboard Device: PS/2 Keyboard
    UART 1: disabled
    UART 2: disabled
    LPT 1: disabled
    LPT 2: disabled
    Audio: enabled (Driver: ALSA, Controller: HDA)
    Clipboard Mode: Bidirectional
    Drag'n'drop Mode: Bidirectional
    VRDE: disabled
    USB: enabled
    EHCI: enabled
    USB Device Filters:
    <none>
    Available remote USB devices:
    <none>
    Currently Attached USB Devices:
    <none>
    Bandwidth groups: <none>
    Shared folders:
    Name: 'music', Host path: '/media/disk/music' (machine mapping), writable
    VRDE Connection: not active
    Clients so far: 0
    Video capturing: active
    Capture screens: 0
    Capture file: /root/VirtualBox VMs/windowSeven/windowSeven.webm
    Capture dimensions: 1024x768
    Capture rate: 1024 kbps
    Capture FPS: 25
    Guest:
    Configured memory balloon size: 0 MB
    calpoly@arch:~$ sudo modprobe vboxdrv
    calpoly@arch:~$ sudo modprobe -a vboxguest vboxsf vboxvideo
    modprobe: ERROR: could not insert 'vboxguest': No such device
    modprobe: ERROR: could not insert 'vboxsf': No such device
    calpoly@arch:~$ sudo modprobe vboxnetflt
    calpoly@arch:~$ sudo modprobe vboxsf
    modprobe: ERROR: could not insert 'vboxsf': No such device
    calpoly@arch:~$ sudo VBoxManage list usbhost
    Host USB Devices:
    <none>
    Have rebooted and reinstalled virtualbox multiple times to no avail.
    It is important to note that my iPhone used to sync with iTunes on Windows 7 in Virtualbox, but then I removed the USB filter and did some updates and now it no longer works.
    I have spent many more hours than I care to admit on this problem, so please, any help is welcome.
    Last edited by Kg4XmtUSyxd8B9M7Ex&&KXZGF (2014-02-11 12:33:00)

  • [SOLVED] setting up permissions for mounted usb devices

    Hi all,
    I've been having the following problem when mounting my external hd: in order to mount the external hd I created a folder /mnt/usbstick/ giving permissions to a non-root user to read the files/directories in this folder (using chmod); however, after I mount the external hd, the set of permissions for /mnt/usbstick/ change so that a non-root user cannot  read the mounted files in /mnt/usbstick. This is a problem for me because, when I copy a file from the external hd to the non-root home folder, the copied file can only be read by the root user.   
    Do you know how I can solve this problem? Should I write a udev rule and place it at /etc/udev/rules.d/? Or should I simply add the non-root user to a specific group from /etc/group? Any ideas?
    Thanks!
    Last edited by falsum (2010-05-08 09:21:59)

    You could try adding an entry for your usb device in /etc/fstab and specify the option user to let non-superusers mount it.
    Here's an example of an entry for my external HD. I'm sure there are probably other (and better) ways to do this but it works for me.
    UUID=4376-0BFB /media/FIRELITE vfat rw,user,noauto,async 0 0
    Nice howto found on the wiki: http://wiki.archlinux.org/index.php/Fstab

  • Error message: "USB device drawing too much power"; Battery will no longer hold a charge. Help?

    A few months back a jump drive broke while inserted in my Macbook (the computer fell sideways and cracked the jump drive). That particular USB port no longer works and I keep receiving an error message that tells me a USB device is drawing too much power, even though nothing is plugged into either port.
    It wasn't a huge issue until my battery stopped holding a charge. The computer is usable while plugged in, but as soon as the cord is disconnected it will immediately shut down. I assume this has something to do with the faulty USB port.
    In addition, my CD drive will no longer burn CDs. It will read CDs and allow me to open content from them, but it will no longer burn content to a new disc.
    As soon as I am able I am taking the computer to the store to get checked out, but in the meantime I wanted to see if someone has experienced a similar problem and knows what needs to be replaced or repaired, and how much that might be.

    I guess I should say, abnormally warm. Does it feel like there's a small heater going in there?
    I don't think this is the kind of thing you want to undertake, not if you're asking about how to do it.   I don't know much about the insides of Macbooks other than the parts needing replacing are probably soldered to the rest of the computer.  It's really something you need an expert to investigate. 

Maybe you are looking for

  • Maximum RAM for HP dv7 3150ed

    Hi there, I am trying to find the max. RAM my notebook can handle, but it´s quite unclear. Is it now 8 or 16GB ? I have a HP dv7 3150ed Greetings from Holland, Martin This question was solved. View Solution.

  • Imported avi files video choppy, audio okay

    Had to resort to using Dazzle bridge with Pinnacle HD 14 to get D8 tapes captured to laptop. Clips play fine if i just click on them. They are avi files. When I import clips to Premiere (I don't like Pinnacle) the audio is okay but video is choppy -

  • BPEL with Oracle E-business suite 11.5.10

    Hi, We are in the process of testing BPEL with Oracle E-Business suite 11.5.10. What is the best document for configuring these two components. Thanks Giri

  • Right to left menu module

    in windows2000 and form6i and codepage=ar8mswin1256 (arabic) i use menu module in my main form ,but my menu cannot be right to left i change the direction property but doesnot work. if you know please help me. thanks.

  • Has anyone ever succeeded to use the scope_identity() from the LabVIEW DB toolkit ?

    Hi, Using LabVIEW 2014 DS, and MSSQL 2008R2. I have configured a table with identity, so the indexed will be incremented automatically. I am trying to get the ID of the last Insert command that I am using. I am trying to SELECT SCOPE_IDENTITY() but w