USB Storage devices not working with kernel in repositories [Solved]

I am experiencing a quite vexing problem with my USB Mass Storage devices, when I plug one in I get the following error in my dmesg:
[ 1811.976758] usb 2-2: new high speed USB device number 5 using ehci_hcd
[ 1812.101854] scsi7 : usb-storage 2-2:1.0
[ 1813.102576] scsi 7:0:0:0: Direct-Access     Verbatim STORE N GO       2.68 PQ: 0 ANSI: 2
[ 1813.103818] sd 7:0:0:0: [sdb] 3913728 512-byte logical blocks: (2.00 GB/1.86 GiB)
[ 1813.104327] sd 7:0:0:0: [sdb] Write Protect is off
[ 1813.104331] sd 7:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[ 1813.105567] sd 7:0:0:0: [sdb] No Caching mode page present
[ 1813.105572] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 1813.107560] sd 7:0:0:0: [sdb] No Caching mode page present
[ 1813.107565] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 1813.108340]  sdb: sdb1
[ 1813.112180] sd 7:0:0:0: [sdb] No Caching mode page present
[ 1813.112186] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 1813.112190] sd 7:0:0:0: [sdb] Attached SCSI removable disk
[ 1813.196828] sdb: detected capacity change from 2003828736 to 0
In the /dev/ folder on the device shows up, not the partitions. When I try to open it with cfdisk I get "FATAL ERROR: Cannot open disk drive". I am pretty sure it iss neither a hardware problem with my laptop or my usb devices, as they both work on my dual-booted Ubuntu. My usb ports in general seem to be functioning, I can still charge a phone through them and use my built in USB webcam.
I am not sure where exactly this issue lies, it started after I upgraded to 3.0.7 (among other updates) from the normal repositories, but still persisted after I downgraded to 3.0.6.
My attempts at Googling have so far revealed mainly hardware errors, which don't seem to fit with the devices working on another OS on the same pc.
Thanks.
Last edited by MartianW (2011-11-09 16:30:15)

Same problem. I try to mount different devices. For each device same result.
The file /var/log/error.log is full of this kind of messages:
Nov  4 21:34:18 moria kernel: [  113.455195] sd 6:0:0:0: [sdb] No Caching mode page present
Nov  4 21:34:18 moria kernel: [  113.455200] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:35:29 moria kernel: [  184.077728] sd 7:0:0:0: [sdb] No Caching mode page present
Nov  4 21:35:29 moria kernel: [  184.077736] sd 7:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:35:29 moria kernel: [  184.080720] sd 7:0:0:0: [sdb] No Caching mode page present
Nov  4 21:35:29 moria kernel: [  184.080730] sd 7:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:35:30 moria kernel: [  184.808109] sd 7:0:0:0: [sdb] No Caching mode page present
Nov  4 21:35:30 moria kernel: [  184.808116] sd 7:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:41:10 moria kernel: [  525.107109] sd 8:0:0:0: [sdb] No Caching mode page present
Nov  4 21:41:10 moria kernel: [  525.107114] sd 8:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:41:10 moria kernel: [  525.110615] sd 8:0:0:0: [sdb] No Caching mode page present
Nov  4 21:41:10 moria kernel: [  525.110619] sd 8:0:0:0: [sdb] Assuming drive cache: write through
Nov  4 21:41:11 moria kernel: [  525.841487] sd 8:0:0:0: [sdb] No Caching mode page present
Nov  4 21:41:11 moria kernel: [  525.841491] sd 8:0:0:0: [sdb] Assuming drive cache: write through

Similar Messages

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • USB webcam microphone not working with Starcraft 2 voice chat

    =USB webcam microphone not working with Starcraft 2 voice chat?Windows 7, X-fi Fatalty Pro
    I have a webcam with ?a built in microphone (Ps3 eye). ?It is connected by USB. ?The drivers are the CL-Eye drivers; a third party driver set since Sony does not directly support the eye for PC.
    in the windows audio device management, the microphone appears as normal and is set as the default device. ?I can use the windows sound recorder to record me speaking just fine. ?However if I use any other applications it doesn't seem to work at all. ?I can select the device as the default recording device in Starcraft 2 as well as Teamspeak 3 but no sound is detected. ?The USB microphone does not show up as a selectable device in recording options in my Creative Control Panel. ?Disabling the default creative microphone does nothing.
    I think the problem is in that windows can directly detect the microphone and so software that uses the windows audio device manager works fine, but anything that talks directly with my sound card software does not properly detect the microphone. ?Basically, I can select the device as a default device but it does not work.
    Any thoughts on this or am I SOL and have to find myself a shiny new headset?

    I had the same problem. You need to check the device index of your USB mic.
    In my case. I'm on a Mac OSX 10.6 system. I had four devices cataloged. With the last one being the USB mic.
    Then set like so in your AS code audioPub.microphoneManager.micIndex = 3;
    Remember, that the indexing is 0 based.
    The sound framework make the assumption that the index is 0.
    Hope that helps.

  • USB storage devices not being recognised

    Product:
    13" Macbook Pro w/ Retina Display (Late 2013 model)
    OS X Yosemite (version 10.10.2)
    2.4GHz i5, 8gb 1600 MHz DDR3, 256gb HDD
    Issue:
    - macbook unable to recognise USB storage devices.
    - can be found on disk utility but 'greyed out'.
    - cannot be found under devices in finder.
    - tried restarting laptop, no effect.
    - additional storage via Nifty + 64gb micro SD is working fine.
    - apple products (iPod/iPhone/iPad) and printer/scanner working fine, only storage devices appear to be affected.
    - USB-ethernet adapter appears to be working w/o problems too.
    - last technical thing done to the computer was SMC reset 5 days ago for power cable light not working properly (fixed with reset).
    Hello everyone,
    I seem to having some issues with my macbook and the ability to use USB storage devices. The SD card slot appears to be working fine as I have a nifty device attached on. I'm not sure exactly when this started to happen but it was working last week for sure.
    I've put some succinct notes above for anyone who is willing to help out and is able to use it to determine the problem but I don't think it's a hardware issue. Maybe it's a bug with the new OS X update over the weekend?
    I've attached a screenshot of the disk utility below as well.
    If anyone could help me out then that would be greatly appreciated.
    Thanks in advance!

    Some users on another Apple thread had success in running Kext Utility last November with similar issues.
    I ran kext utility 2.6.1, restarted my computer and everything was working again.

  • External USB keyboard does not work with T60 after BIOS upgrade

    External USB keyboard does not work properly with T60 after 2.26-1.07 BIOS upgrade.
    It does the same with or without the docking station.
    Anyone else bumped into this problem yet? 
    Has someone found any fixes for this?
    t

    Hi and welcome the forum!
    Try uninstalling all USB hub devices from the device manager and reinstalling them again, particularly the keyboard's.
    v2.26 is supposed to fix the issue according to lenovo:- http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-63024
    Hope it helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Apple USB keyboard does not work with one internal usb port

    Hi everyone,
    hope someone can help me to solve my problem. I have a MPB13 retina late 2013 since something like 3 months. I have additional screen (dell), usb wired keyboard (apple) and BT magic mouse.
    Since a few days, my usb keyboard does not work well. It only want to work properly when plugged to the rights side usb port internal port and not anymore on the left one. It also work on a usb external concentrator. Before, I had no problem, it worked perfectly. There was no problem such as cofee on it...
    After searching the web on such problem, I tries a few things such as:
    I tried the keyboard on another computer (windows): works fine
    I tried usb stick and external DVD reading on the left internal usb ports: works fine
    I switch the MPB off and turn it back on: the usb keyboard still does not work on the left usb port
    I tried the SMC and PRAM reset : nothing
    Any idea ??
    Thanks
    Guillaume

    I'm facing the same problem, found any solutions ?

  • PCI USB Card Does NOT Work With Mass Storage Devices

    I have a StarTech PCI card with 6 USB 2.0 ports that I inserted in my 500 MHz (overclocked) B&W Power Mac G3. It works great for any USB device EXCEPT for any hard drive or DVD/CD-RW drive. I checked the system.log file for errors. Nothing shows up in System Profiler or Disk Utility, obviously. Here's what it consistently says:
    Dec 16 23:33:28 Geoff-Myers-Power-Mac-G3 kernel[0]: USBF: 674.997 [0xf9c000] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 6 of hub @ location: 0x62000000)
    Dec 16 23:33:33 Geoff-Myers-Power-Mac-G3 kernel[0]: USBF: 679.977 [0xf9c000] The IOUSBFamily was not able to enumerate a device.
    I'm running the latest version of Mac OS X Tiger 10.4.3. What is wrong? StarTech doesn't have a driver, but nothing should be necessary. Is there a 3rd party USB Mass Storage Device driver that might work better than the Apple generic driver? PLEASE HELP ME! I cannot live with USB 1.1.

    Some users have reported problems with certain brand cards and their controller chipsets, so trying a different card may resolve the problem. Keyspan and Macally are often mentioned as being more "Mac-friendly" than some other lessser-known brands or generic cards. Does the card have a mini-power port to supplement the power requirements? With USB 2.0, each port is on a separate bus, so a card with six ports should have one. To minimize the overall draw on the available power, I prefer to install USB cards with as few ports as are needed.

  • ThinkPad E530 USB 3.0 not working with USB 2 devices

    Hi All,
    I have Thinkpad E530 with Windows 7 Ultimate 64 but installed.
    all of sudden the USB 3.0 ports stopped working with any USB 2 device (i.e mouse, mobile chargers...)
    I've downloaded the latest Bios, chipset, and USB 3.0 drivers and still no change.
    any idea.
    Regards.
    M.Sherif

    Hi M.Sherif,
    Has we have done all the troubleshooting and still the issue persists. Hence we are having one more option to perform, let’s check on that with the last hope on the issue.
    Click on start and in search type Find and fix problems with device, on Hardware and Device click on next, system will search for the issue with the system and if it finds any issue it will prompt you to Apply the fix, you can click on that and proceed further.
    If the issue persists after performing above troubleshooting then I strongly suggest you to visit nearby service center for further assistance.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.
    Hope this helps. 
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • CDROM/DVD not working with kernel 2.6.15

    I just upgraded to 2.6.15 kernel, unfortunately my  CDROM/DVD drive no longer works. It did well with the 2.6.12 kernel series. I provide the attached data for you:
    [root@dragonheart leviathan]# lshwd
    00:00.0 Host bridge: Intel Corp.|875 DRAM Controller / Host-Hub Interface (intel-agp)
    00:03.0 PCI bridge: Intel Corp.|82875P Processor to PCI to CSA Bridge (unknown)
    00:1c.0 PCI bridge: Intel Corp.|Enterprise Southbridge Hublink PCI-X Bridge (unknown)
    00:1d.0 USB Controller: Intel Corp.|Enterprise Southbridge USB 1.1 UHCI (uhci_hcd)
    00:1d.1 USB Controller: Intel Corp.|Enterprise Southbridge USB 1.1 UHCI (uhci_hcd)
    00:1d.4 System peripheral: Intel Corp.|Enterprise Southbridge Watchdog Timer (unknown)
    00:1d.5 PIC: Intel Corp.|Enterprise Southbridge IOxAPIC (unknown)
    00:1d.7 USB Controller: Intel Corp.|Enterprise Southbridge USB 2.0 EHCI (ehci-hcd)
    00:1e.0 PCI bridge: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
    00:1f.0 ISA bridge: Intel Corp.|Enterprise Southbridge ISA Bridge (ichxrom)
    00:1f.2 IDE interface: Intel Corp.|IDE (SATA) (ata_piix)
    00:1f.3 SMBus: Intel Corp.|Enterprise Southbridge SMBUS (i2c-i801)
    02:01.0 Ethernet controller: Intel Corp.|82547EI Gigabit Ethernet Controller (e1000)
    04:02.0 VGA compatible controller: ATI Technologies Inc.|Radeon 7000/Radeon VE (radeon)
    04:07.0 Multimedia audio controller: C-Media Electronics Inc.|CM8738 (snd-cmipci)
    04:08.0 Ethernet controller: Realtek Semiconductor|TTP-Monitoring Card V2.0 (8139too)
    003:001 USB Hub: Virtual|Hub (hub)
    002:001 USB Hub: Virtual|Hub (hub)
    001:001 USB Hub: Virtual|Hub (hub)
    ---:--- Mouse: Generic PS/2 Wheel Mouse [/dev/psaux] (msintellips/2)
    [root@dragonheart leviathan]# hwdetect --show-modules
    AGP    : agpgart intel-agp
    IDE    : ide-core generic
    SCSI   : sd_mod
    SATA   : ata_piix libata
    USB    : usb-storage usblp usbhid usbcore ehci-hcd uhci-hcd
    NET    : 8139cp 8139too e1000 mii ppp_generic slhc
    SOUND  : snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-hwdep snd-page-alloc snd-rawmidi snd-timer snd snd-mpu401-uart snd-opl3-lib snd-cmipci soundcore
    OTHER  : hw_random lp ppdev rtc i2c-i801 i2c-core evdev gameport pcspkr serio_raw parport parport_pc pci_hotplug shpchp

    Check lsmod if libata is installed.
    I remember seeing something that libata needed to be added manually to make DVD/CD work.

  • One USB port does not work with external Disk or USB key

    Hello,
    Back to my iMAC there is 3 USB port. The second one - in the middle - does not work pluging an external Disk, an USB key or an iPOD nano. However it works well connecting a Wacom tablet.
    Is there an explanation to this behaviour ?
    More the keyboard is plugded on USB port 1 and the mouse on the keyboard. Time to time - especially at reboot - I have to unplugged the mouse and plugged again it in order it works.
    In advance thank you for your answers
    Regards

    Since it does not work for three different devices, I will assume it is not something simple like a faulty USB cable. Since it does work for one device, I will also assume that the port is (at least partially) working.
    As a test to narrow down the cause, I would try restarting from your Mac OS X installation disc (insert disc and restart with the C key held down).
    At the first Installer screen (after language selection), go up the menu bar. Under Utilities, select to run Disk Utility. Now, connect the USB drive into that center port. Does it appear in the Disk Utility sidebar?
    Please post back the result...

  • HP Laserjet USB Connection Does Not Work with Gigabit Airport Extreme

    I have set up my Airport Extreme Gigabit edition. It works well for wireless internet. BUT, I connected my HP Laserjet 1300 via a working USB cable, and it doesn't print properly at all. This Laserjet uses the HP Universal Drivers in Vista, which should work with the Extreme if anything should. I have set up and located the printer in Bonjour as instructed.
    With the PCL6 driver, I get one page that prints out portions of the test page text, but with most of it missing, and then a second page saying:
    PCL XL error
    Subsystem: KERNEL
    Error: UnsupportedProtocol
    Operator: 0x0
    Position: 0
    The PCL5 driver prints out "a" page, but the text comes out as solid black lines instead.
    I have tried turning the printer on and off, the router on and off, and deleting the printer and re-creating it in Bonjour, as suggested by Apple's technical support document. Nothing works. I have downloaded the latest Windows software and router firmware for this product, both of which were released recently. Same result. I also tried connecting my laptop via a Gigabit port instead of wirelessly to see if that would help. Nope.
    I have seen a few postings in other forums (not here) saying that the Airport Express (Gigabit) firmware has problems with HP printers connected via USB, which seems hard to believe given their ubiquity. If that is the case, I'd appreciate a straight answer from somebody on when it will be fixed. Some have suggested just using Ethernet, but I purchased this product (and therefore paid extra) for the USB print server, and expect to get that working.
    Thanks very much.

    I have an HP laserjet 4L with a usb adapter connected to the airport via a usb hub, and have had little trouble, except for last night it kept printing 1 partial page over and over. I printed multiple pages at once, I figured the printer just OD'd, after all its an old printer. I have one laptop that uses Vista, and its always giving me grief. Vista

  • USB storage devices not shown in Finder, yet function, and show in System Information?

    Occurring starting about last month, this has gone from a seldom, to all the time situation. plugging in any USB memory device either directly to the computer, or with cables, will allow the files to be accessed/changed/deleted by programs, but the device with it's files will not show in finder. The device shows in System information. I have set Finder to show everything, but they no longer apear. Before failing entirely, I would sometimes have the device show for a short time, then get an "Improper removal" error, without touching the device, after a few moments. All these memory devices still function properly when used in external devices and when direcly accesed by software. Not being able to use finder to modify content is a significant problem.

    Well I'm about out of ideas. Going off what you described, these devices work fine elsewhere and gradually failed on your computer.
    Unless someone else can post other ideas, I only can suggest a reinstall of Lion from scratch. I would make sure I had a good backup from TM and an additional backup of your important files just in case.
    Probably the easiest way would be to make a bootable USB stick or drive to work from. Procedure here: http://osxdaily.com/2011/07/08/make-a-bootable-mac-os-x-10-7-lion-installer-from -a-usb-flash-drive/
    If you can accomplish that, see if you can boot from it. If so, use Disk Utility to erase the main drive and reformat it. Verify the drive is OK. Then quit Disk Utility abd procede to install Lion.
    When the installation is finished, reboot and use Setup Assistant imediately to migrate your user data and applications back from the TM drive. Don't use migration assistant later.
    I doubt it will help since the Comb-Update didn't fix it, but who knows.

  • USB Storage devices not being detected - device nodes not created?

    Hi,
    I've installed Arch Linux 64-bit on my Dell workstation, and it doesn't seem to be picking up my USB storage drives. Kernel version is 3.6.3-1.
    When I plug in a drive, I see in dmesg:
    [391147.657574] usb 1-8: new high-speed USB device number 6 using ehci_hcd
    However, I don't see anything else. There's nothing about creating device nodes, or anything like that.
    My output from `fstab -l` doesn't seem to mention anything about USB drives either, just my two system drives.
    [victorhooi@arch-precision ~]$ sudo fdisk -l
    [sudo] password for victorhooi:
    WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sda: 80.0 GB, 80000000000 bytes, 156250000 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0f2d18e3
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
    /dev/sda2 718848 156246015 77763584 7 HPFS/NTFS/exFAT
    WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sdb: 80.0 GB, 80000000000 bytes, 156250000 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x3a9c7de5
    Device Boot Start End Blocks Id System
    /dev/sdb1 1 156249999 78124999+ ee GPT
    My output from lsusb:
    [victorhooi@arch-precision ~]$ lsusb
    Bus 001 Device 006: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
    Bus 002 Device 002: ID 413c:2003 Dell Computer Corp. Keyboard
    Bus 002 Device 003: ID 04b3:310d IBM Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Output from blkid - both before and after inserting the drive is identical:
    [victorhooi@arch-precision ~]$ blkid -o list -c /dev/null
    device fs_type label mount point UUID
    /dev/sda1 (not mounted)
    /dev/sda2 (not mounted)
    /dev/sdb1 /boot
    /dev/sdb2 (not mounted)
    /dev/sdb3 (not mounted)
    When I installed my kernel, I saw warnings about fsck.btrfs - not sure if that's related though:
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.6.5-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> ERROR: file not found: `fsck.btrfs'
    ==> WARNING: No fsck helpers found. fsck will not be run on boot.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.6.5-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    error: command failed to execute correctly
    I checked the output from lsmod, I dont' see usb-storage, but I do see sd_mod.
    Any thoughts?
    Cheers,
    Victor

    WonderWoofy wrote:At least that is one of the very few times you have to reboot.  MS just never actually ships you a new kernel.  I have never been able to understand why I need to reboot my machine in windows when I install something like a word processor.  What is it actually doing?
    I have no idea, too. I usually don't reboot even after kernel update, because I always think "Oh, what the heck, I'll reboot it eventually anyway". As we can see, it's not always a good idea .
    WonderWoofy wrote:Edit: Don't forget to mark as solved!
    We have to wait for @victorhooi to confirm it .

  • Usb audio devices not working

    just updated to os x mavericks only to find my Roland fa 101(firewire soundcard) and my Access Virus Ti (usb synth /sound device) (running cubase studio 4 ) are not working ,had a quick read up and as far as I can tell its something todo with CoreAudio2 and class 2 USB sound devices ,I was wondering if apple are planning to fix this issue asap as I need this kit working ,
    Cheers

    Hey man, there are a bunch of us with the exact same problem!
    The recent 10.4.10 update has totally F**D up our alesis interfaces,
    we are P**D off and apple hasnt even acknowledged a problem. The is a longer thread you need to check out here:
    http://discussions.apple.com/thread.jspa?messageID=4884775&#4884775
    All we can do is complain to apple and wait. It S**KS bad.
    But, there are heaps of us who are outraged. you can make a complaint to apple here:
    http://www.apple.com/feedback/garageband.html
    or here: http://www.apple.com/feedback/mac/tm.html
    I encourage you to complain man, they need to know!

  • Trouble connecting to USB storage device on WRT160NL with Mac 0S X 10.5

    I recently purchased a WRT160NL router with usb link for NAS storage and media server capabilities.  Internet connectivity works fine and I can log in to change router settings with no probelm, but I can not connect to the usb drive that is connected to the router, when using my Mac with OS X 10.5.  My XBox360 picks it up as a media server with no problems.
    I followed the instructions on Linksys.com
    http://linksys.custhelp.com/cgi-bin/linksys.cfg/php/enduser/std_adp.php?p_faqid=16796
    It appeared to work the first time, but then I ejected the network connections, admin and guest.  It has not worked since. 
    I open my browser and paste smb://192.168.1.1 into the address bar and hit enter.  Then I get an error message that reads:
    Connection failed
    There was an error connecting to the server.  Check the server name or IP address and try again.
    If you are unable to resolve the problem contact your system administrator.
    I select ok and get another error message that says:
    Could not connect to the server because the name or password is not correct.
    I know that, according to Linksys, the next step is to  put in name and password, but I never get that option.
    I have also double checked the IP address to make sure it is correct, which it is.
    I just want to be able to read and write media to the network drive from my laptop and play the media from my xbox360.
    Can anyone help? 

    Thank you for your response.  
    So, when I go to http://192.168.1.1 I have no problem finding the drive under the storage tab.  When going deeper into the settings it also shows all of the contents of that drive.  So it is definitely connected to the router.  Though I still cannot access it through smb://192.168.1.1.  
    And yes, the drive shows up as it should if it is plugged directly into my computer.
    I powered the router down for about 10 or 15 minutes and powered it back up.  Still having the same problem.
    I believe the problem is with OS X 10.5 Leopard.  The first time I tried this, when it appeared to work, I checked the box for remember my password.  At the time it was still the default password.  I changed the password since then, yet now I am not given an option to put in the password since Leopard tries to log me in automatically.  I cannot find a way to undo that auto log in.
    Of course I am not absolutely certain that is the problem, but if anyone knows how to undo the auto log in that might help.  
    Any ideas?

Maybe you are looking for

  • How to Import AVCHD 1080/60p Files into Final Cut Pro 7?

    How do I import AVCHD 1080 / 60p Files into Final Cut Pro 7? And if there is no direct way [I certainly haven't found one, but I'm no expert], what additional software would be used? I want to import the files from a Panasonic HDC-HS700 onto an Intel

  • Question about using pl/sql to mark records in a table

    I have a table where I have stored college course's details, the pertinent for this questions are the fields: course_number, alt_id1, alt_id2, cross_relation, What I need to do is to identify cross-listed courses (those that have an alt_id1 not null)

  • How to shade parts of this picture CS5

    I have a layout of office space and saved as a jpeg.  I would like to shade the areas of camera views that are based on a 50 degree angle.  Can this be done. thanks Mike

  • Transport Query and Query elements

    Dear all, I have a questions regarding transportation of a Query. When I transport the Query from the transport connection should I ticked also the Query elements or not? What happend if I choose just some of the Query elements? Thanks

  • Application . . . cancelled restart

    I'm getting this error message when I try to restart the computer:  "The application Install in Progress cancelled restart."  An update to an App called "Mint Quickview" has not completed successfully, and this seems to be the install that is "in pro