Linux: usb crashes player

I'm running Scientific Linux 6 on a Toshiba laptop. Scientific Linux 6 is a clone virtually identical to RHEL 6 (Red Hat Enterprise Linux) except for Red Hat logos etc as required by Red Had redistribution policies.
Playback works fine--until I move my USB mouse. Then the audio stops within 5 - 20 seconds every time; video continues.
The version of the player was downloaded a few days ago directly from the Adobe respository. This has been tested on several websites; on Windows (installed on the same computer) there is no problem. Likewise there is no problem on Linux as long as I don't move the USB mouse; the trackpad causes no problem, nor is there a problem with other audio applications.
Thanks for any insights.

Check out this video from James Ward, it might help you out:
http://www.jamesward.com/2010/09/15/install-flash-player-on-64-bit-linux/

Similar Messages

  • Msi usb mp3 player i/o error

    i recently connected my megastick usb mp3 player and windows diaplyed a window that says: the request could not be performed because of an i/o device error. Now i can not store files to my usb mp3 player. How do i fix this problem???

    An I / O error often indicates a read/write problem to the device, oftern ocours more on Harddisk dri'ves. Upgrading the firmware to the player should sort this out, otherwise there may be someting else wrong with the player. For example the player cannot read/write to a specific cluster on the harddisk. But as the player is PSS (i think), (Portable Solid State) then this is a bit odd, but could possibly be the same problem as above , not read/writeing to a specifc sector/cluster of the memory.

  • LINUX OS crashing

    hi every body
    i am a newbie .
    i was trying to install 10g on OEL 5.6 on VMware according to this article.
    http://kamranagayev.wordpress.com/2009/01/05/installing-centos-on-vmware-step-by-step/
    i have done all the installation steps correctly and when the installation is complete and i try to reboot then my linux sytem crashes
    giving this error
    “Panic on CPU 0
    General protection fault
    error_code 0000 :”
    i am getting the options of selecting the kernal and when i select it ,it produces some code and then this error is generated and OS restarts .
    i am a student and donot know much about linux.
    plz plz help me and m sorry for posting it under the wrong topic but no one is replying me on other forums.may be some one here can help me .
    i have performed this installation 3 times :(
    looking forward to any response.
    thanx in advance .
    REGARDS !

    When installing Oracle make sure you follow the installation guide very carefully and make sure you have the kernel settings as a min below. I have ran into the issues you are seeing before and it is most likely an inncorect setting. Go back through and follow step by step.
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.wmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_max=262144
    Also make sure you set the Oracle limits correct.
    /etc/security/limits.conf
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html

  • How to boot Linux USB Hard Disk from Windows Machine?

    *Dears,,*
    I have XP windows Machine . . .
    My laptop is Qosmio F20 155
    I need to boot Linux USB Hard Disk .
    I tried to enter setup menu to arrange the boot perority to make The USB Hard Disk FIRST but i cannot enter setup menu
    Please, help me ASAP
    *Many Thanks & Regards,,*
    Message was edited by: eng_mohammedmostafa

    *Dear,,*
    FYI , , ,
    We have another laptop (VAIO) and we can enter BIOS and edit the priority boot and it run successfully . . .
    But in laptop (Toshiba) We can't make it.
    *Thanks & Regards,,*
    *Eng Mohammed Mostafa*

  • CVI 8.0 Linux runtime crashing in PlotStripChart

    I'm trying a quick port of some old CVI 5.5 code to the CVI Linux runtime 8.0. Building the Windows code with CVI8.0.1 on Windows 2000 in an Oracle Virtualbox-3.2 on Ubuntu 8.04 it all works so I know there are no CVI 5.5 -> 8.0 issues. But after building with cvicc the Linux code crashes when run on Ubuntu 8.04. Using the KDbg interface to gdb I've isolated it to PlotStripChart() function call.
    This is what is puzzling and got me stumped, if I build the stripchart.prj example on Ubuntu 8.04 it plots a stripchart just fine. I've also used the stripchart control on other CVI Linux Runtime projects and it always worked. The only difference I could find was this code is plotting VAL_INTEGER where the example and my other code was plotting VAL_DOUBLE, but modifying my plot buffer and the PlotStripChart() to use doubles still fails.
    If I comment out the single PlotStripChart() line in the code it runs fine and appears to work correctly. Its a fairly complicated application that communicates over TCP/IP to a networked real-time controller and provides the user interface and data saving functions for our experiment. On a couple of dry runs without the PlotStripChart() call the saved data and output commands all appear correct, so this appears to be the only issue.
    Any suggestions, I'm out of ideas and getting no more clues from KDbg/gdb.
    I'm in the process of trying out the CVI2010 Linux Runtime Beta, but since CVI2010 no longer supports Windows 2000 I'm slowed down by having had to set up an XP virtual machine (Boy there sure are a lot of patches since my last MSDN XP disk ) and the fact that alien fails to create the 32-bit files on the 64-bit Ubuntu 10.04 I'm currently targeting. I'll have to convert the runtime rpm files on my 32-bit Ubuntu 8.04 system. Not a showstopper but a time-waster so I've had to put it aside for now. I have the 8.0 CVI Linux Runtime apparently working on 64-bit Ubuntu 10.04 so I expect the same procedures should get me going with the 2010 beta once I get alien to make the 32-bit deb files from the rpm files.
    Solved!
    Go to Solution.

    Hassan A wrote:
    Hi Wally_666,
    I would like to attempt to reproduce this issue to figure out exactly what is going on.  If you can provide me with the workspace, project and all necessary source files for your application (preferably in a .zip file) after you ported it to CVI 8.0.1 that would be appreciated.
    -Hassan A.
    Applications Engineer
    National Instruments
    I'm happy to see this follow up, but without the networked data source to connect to, my program will just quit with an error message and there will never be a call to the PlotStripChart function if I comment out the exit, as there will be no incoming TCP/IP data.
    At one point during development I had a little program that would run on the local system and accept the TCP/IP connection, swallow any commands and fake a reasonable response,  while outputting pretend (sawtooth-wave) data on a few channels.
    Let me try and recreate it on the 2010 beta runtime and if I can then I will be willing to put some work into trying to let you duplicate it.  If importing the Windows CVI 8.0 UIR file into CVI 2010beta fixes the issue when loaded by the Linux Runtime 2010beta its not worth either of our efforts to resolve.
    As I said it will be next week at the earliest before I can get back to trying the beta.
    Attached is the UIR file from my Windows archive, you might load it into a blank project, run the code generator and then have the timer callback plot some random data.  Then you could move the project to Linux and run cvicc and see if it locks up in the PlotStripChart function or not.
    I could do UIR edits on Windows and added a few debugging indicators and it always worked when run on Windows and failed when run on Linux after building with cvicc until I deleted the stripchart control and pasted in a version copied from an another variaton of the code. I suspect deleting and re-creating would have worked too, but the stripchart  had a lot of color and other attribute tweaks from the defaults, all via the UIR editor long ago. 
    I suspect there is something corrupt in this UIR file that LoadPanel on Windows fixes or ignores but causes the control to fail (lock up the process) when loaded on Linux.
    Using CVI 8.0.1 on an Oracle Virtualbox with the source code on a network share (to the local Linux machine) was very convenient as the Virtualbox NAT let it connect to my networked data source to verify the Windows version worked.   The only real hassle was after building on Windows I had to delete the civbuild.* directory before I could run the cvicc command on the shared source directory.
    I see some requests for "running the full IDE on Linux", but I think NI could do almost as well with minimal effort by licensing VIrtualbox  & and a Windows version to distribute a CVI "appliance VM" of the Windows IDE and appropriate CVI version.  Documenting some tips abut using gdb with KDbg or ddd or whatever on the cvicc -debug code would finish the deal.  I found KDbg easier to start with for converging on the statement causing the lockup.  But while gdb is a pretty big step down from the CVI debugger (which is by far the best I've ever used!) it is more than servicable.
    --wally.
    Attachments:
    stripchart.uir ‏25 KB

  • LINUX Adobe Flash Player and MINI-DV CAM

    Hello,
    I Have Mini-DV camcoder Sony DCR-TRV130 connected with my PC
    over FireWire cable.
    I have installed Linux Ubuntu Feisty Fawn on my Desktop PC.
    Also i use FireFox version 2.0.0.3.
    I have installed adobe flash player (plugin for FireFox)
    version 9,0,31,0
    My Mini-DV Sony Cam works with some software like Kino and
    others but Adobe flash player don't want to recognise my CAMERA.
    Example here:
    http://www.ubuntu-rs.org/forum/viewthread.php?action=attachment&tid=1557&pid=14409
    If i connect some other webcam like Intel adobe flash player
    works just fine
    http://www.ubuntu-rs.org/forum/viewthread.php?action=attachment&tid=1557&pid=14424
    On Windows XP my Mini-DV cam works just fine too!!
    http://www.ubuntu-rs.org/forum/viewthread.php?action=attachment&tid=1557&pid=14406
    On Windows i use same version of FireFox and adobe plugin
    version 9,0,28,0
    ANY COMMENT ARE WELCOMED!!!!!!!!!!!!!!!!!
    PLEASE HELP OR ANY HINT!!
    THANKS!!

    A little late for the original questioner, but here's the
    explanation.
    In Linux Webcams and TV-capture cards use the Video 4 Linux
    API (application programming interface) to detect, configure, and
    use those devices. They appear as devices named /dev/video? - where
    ? is some number. USB webcams use the USB Video Class (UVC) driver,
    or a device-specific driver that handles the USB device and makes
    it available as a V4L device.
    DV camcorders using IEEE-1394 aka Firewire aka i.Link use the
    /dev/video1394 or /dev/raw1394 device interfaces which handle all
    sorts of Firewire devices, not just cameras. So far no one has
    created a generic IEEE1394 <> Video 4 Linux bridge like the
    UVC driver and therefore DV cameras aren't available to
    applications that only look for Video 4 Linux devices. There is a
    hint of this support being at least planned.
    For more information on Linux IEEE-1394 support see:
    http://wiki.linux1394.org/Introduction

  • Linux USB and Muvo V200 (uchi.o vs. ohci

    Hi
    As a Linux fan I use my MuVo mainly on Linux computers to transfer MP3 files to and from it.
    This all works fine (it appears as a VFAT/FAT6 dri've just fine) and I just use cp to copy
    to or from it. (N.B. Mount it first with mount -t vfat -o rw /dev/sda /mnt/muvo )
    However, my MuVo doesn't work on all my boxes and I am not sure why. My simpleton 256MB FAT6
    usb pen dri've does work on all my Linux boxes though.
    Anyway, in case it helps anyone, here are my experiences on my 4 Linux PCs:
    These 2 PCs work with Muvo :-)
    PC Runs RedHat 9 and uses uhci.o (and USB . only I think)
    PC2 Fedora Core Linux and uchi.o
    These 2 PC's don't work with MuVo :-(
    PC3 Fedora Core and ohci.o
    PC4 Debian Woody (up to date as as 20-Jan-2004)
    So, it seems that the kernel module uhci.o favours the MuVo but the module ohci.o does not.
    (The module used by a kernel is dependent on the mnotherboard chipset, so you have no choice
    over which one to use for a given PC!)
    Anyone any ideas as to what is wrong here?
    Any help here would be much appreciated,
    Thanks in advance.

    Hi will,
    Fortunatly for us, Linux Users, there are people like U!!
    I was thinking in buying one USB Pen Dri've and audio player (MP3 & Radio).
    When studying Creative products I was allmost buying it until I found there was NO support for Linux!!!! then I was afraid!!
    I think I should buy another player!! no?
    Now I now that I can buy Creative, tks to you, and maybe, just maybe, I'll do it.
    I'm a researcher and on my work, I only use Linux. On my home I use both, WinXP (as a work station for me & my wife) and a Linux box (Debian) as Internet gateway, firewall, proxy, and stuff.
    I need to have the Creative working on both!!! Linux and WinXP.
    Do you think it is safe to buy Muvo N200 or TX FM?
    TKS!

  • Why do I get Flicker on screen with Linux Standalone Flash Player ?

    Hello,
    I have a problem with the standalone Linux Flash player. The thing is that when I have a video playing in background and over it I make some tweens, it flickers all the time and it is an annoying flicker. It happens only on Linux Flash Player (it works on Windows Flash Player). The flicker appears when I have a video on background, only when the tween is made and on the portion of the screen where the tween is made. I have Ubuntu 9.04 installed and the latest version of standalone Flash Player (from 2/24/09). I've tried this on several LCD and on all it does the same. My video card has the Intel G31 Express Chipset (the drivers for the video card are the one from Ubuntu). I have generated the swf file from Flash CS3. Any help would be appreciated. Thanks in advance.

    See http://kb.mozillazine.org/Error_loading_websites

  • LINUX USB install (NOT LIVE) that works on a Mac and PC

    I've installed linux on a USB and I can use it on any pc I want. I just change the boot device and I'm in my private linux os with all my stuff. But if I buy a macbook can I use it on a mac, how?
    There are planty tutorials how to make a LIVE USB (boots using ram - like a LVIE CD), but nowhere I can find how to but an actuall install of linux from USB on a mac that also works on a PC, is that possible, it's just a key combination or a boot order in bios or is not posible at all?
    I never had a mac in my life, forgive me if this is a simple "Just hit F2, stupid!" question.
    Again no ISO, no LIVE, I want the install to have my stuff, I don't want to install flash and my stuff everytime I boot.
    Thanks in advance.

    You can use a Linux Live USB or CD on any PC is because the hardware drivers are freely availalbe.
    On Mac's that's just not the case, until later on someone who gives a ratts behind and runs Linux on a Mac, and is a command line guru can get them and publish them for others to use.
    Also Mac's have all sorts of other drivers to control the fans, etc., that if one tries to boot off Linux causes issues.
    Installing Linux on a Mac is a big no no, unless your a computer science graduate, because Linux installs it's Swap folder into the hidden EFI partition and reformats the Macintosh HD partiiton with OS X on it and other horrors as it's not a generic PC like people think it is.
    You can install Linux into a virtual machine like virtualbox, then OS X is still controling the hardware and virtualbox is taking care of the under the hood things
    Want to try Linux?, read this

  • Application invoked from portable space (USB) Crashed on windows 8.1 OS

    Hello ,
    I have an application available on portable USB Drive (Memory present on external controller ), I can open this application on PC when USB is connected to PC.
    USB will act like mass storage device ,and  application code is kept inside mass storage device .
    when this application is evoked using binary file , it will send request (req.txt) to another controller through HTTP server and controller will send response back  response (RES.txt) (Textfile format)
    when RES.txt file will come on Portable drive , IT WILL GET CORRUPT . and application will crash.
    i did Recovery and log is as follow :
    C:\Users\Bino>chkdsk F:/r
    The type of the file system is FAT.
    Volume Serial Number is 0123-4567
    Windows is verifying files and folders...
    The size of the \RSP.TXT entry is not valid.
    File and folder verification is complete.KP[;MK
    Convert lost chains to files (Y/N)? y
    512 bytes in 1 recovered files.
    Windows is verifying free space...
    Free space verification is complete.
    Windows has made corrections to the file system.
    No further action is required.
        1,415,680 bytes total disk space.
              512 bytes in 1 hidden files.
            5,632 bytes in 5 folders.
          512,512 bytes in 70 files.
          897,024 bytes available on disk.
              512 bytes in each allocation unit.
            2,765 total allocation units on disk.
            1,752 allocation units available on disk.
    This works fine with windows 7 and 8 OS.
    please guide me about the problem.

    Thank you for the Replay,
    I performed steps provided by you , but it did not help.
    on other hand, i have collected some more data regarding
    this issue.
    1. went to SAFE Mode and tried to run the application from USB
    2. got Exception "The instruction at 0x00407038 referenced memory at 0x00000078. The memory could not be read"
    some more info on setup :
    we have a micro controller on board, some part of memory (present on board) is used to keep application and server. we can open this memory via USB connection to PC. then we can see all files present at this memory on PC (behaves like externally connected
    USB Drive) . 
    When we start this application . it will start the server . server will send 'request file' to controller soft. (this part is working fine), and controller will send back response , as soon as response file(RSP.txt) will appear in USB drive it will get corrupted
    .(here RSP.txt file is present in controller USB decided memory but to open this we are using PC RAM). crashing of RSP.txt file will crash whole application. This RSP File is of FAT Type.
    i have copied application in another external drive and tried to RUN application. it will not crash  . but USB can not receive the "RSP.txt" (as it is not in communication with controller soft). and problem is in response file.
    BR,
    sanjyot

  • How to install Oracle Enterprised Linux on VMware PLayer 4

    Hi Everyone,
    My name is John and I've a small issue which I would like to share with you and hopefully, you are able to assist.
    My laptop is installed with a Window 7 Home Edition operating system and I've installed VMware-player-4.0.2. After reboot, I've also downloaded the file - V29609-01 which is the ISO file of Oracle Enterprise Linux 6.2.
    After that, I've tried to create a Virtual Machine - Oracle Enterprise Linux using the VMware Player by specifying the path and file name of the V29609-01.iso file on my local c:\ drive. I've tried it several times, but every time it just returns the message - 'pxe-e53 no boot filename received' and it just hangs there without proceeding further. Please let me know what I've done wrong and the correct steps and procedures to solve this problem as this is my first time installing a Linux operating system. Thank you for your assistance.
    Regards,
    John

    Hi,
    Can you clarify and explain what is your exact meaning of 'Are you sure you've added the ISO to the VM to boot from?'? Because the following is what I did:
    1.) Click the Create A New Virtual Machine.
    2.) Select the 'Install disc image file (iso):' option and enter the full path of the V29609-01.iso (Oracle Enterprise Linux 6.2) file that I've downloaded from https://edelivery.oracle.com/. But underneath it, that is a message saying - 'Could not detect which operating systems is in this dsic image. You will need to specify which operating system will be installed.'
    3.) Click 'Next'.
    4.) I chose "Linux' under the Guest operating system and chose 'Oracle Enterprise Linux' under the Version drop down.
    5.) Click 'Next'.
    6.) I left the Virtual machine name as 'Oracle Enterprise Linux' and click 'Next'.
    7.) I set the Maximum disk size to 300 GB and have the 'Split virtual disk into multiple files' option selected and click 'Next'.
    8.) I have the 'Power on this virtual machine after creation' checked and click 'Finish'.
    9.) A black screen displayed inside the VMware Player saying:
    'CLIENT MAC ADDR: 00 0C 289 ......
    PXE-E53: No Boot filename received
    PXE-M0F: Exiting Intel PXE ROM.
    Operating System not found
    10.) And the process just hangs there.
    Regards,
    John

  • Swing Java 8 Linux Radeon Crash

    I'm developing a Swing app on a Linux workstation.  When resizing the window of the running app, I get a crash caused by something (I assume the JVM) trying to initialize/load the linux kernel radeon module.  I'm not using that module.  In fact, I have the radeon module blacklisted because I'm using the native fglrx catalyst driver, which requires nomodeset, and the radeon module doesn't work with nomodeset.  Running the app under Java 7, this does not occur.
    Nothing special about the app: a JFrame with a toolbar and a JTable.
    Any insight/tips/suggestions?
    Details:
    Java 8 (crashes):
    Java(TM) SE Runtime Environment (build 1.8.0-b132)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
    Java 7 (works):
    Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
    Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
    System:
    Linux 3.9.10-100.fc17.x86_64 #1 SMP x86_64 GNU/Linux
    X.Org X Server 1.12.4
    xorg-x11-drv-catalyst 12.10

    I'm developing a Swing app on a Linux workstation.  When resizing the window of the running app, I get a crash caused by something (I assume the JVM) trying to initialize/load the linux kernel radeon module.  I'm not using that module.  In fact, I have the radeon module blacklisted because I'm using the native fglrx catalyst driver, which requires nomodeset, and the radeon module doesn't work with nomodeset.  Running the app under Java 7, this does not occur.
    Nothing special about the app: a JFrame with a toolbar and a JTable.
    Any insight/tips/suggestions?
    Details:
    Java 8 (crashes):
    Java(TM) SE Runtime Environment (build 1.8.0-b132)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
    Java 7 (works):
    Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
    Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
    System:
    Linux 3.9.10-100.fc17.x86_64 #1 SMP x86_64 GNU/Linux
    X.Org X Server 1.12.4
    xorg-x11-drv-catalyst 12.10

  • Please Help iBook dual USB crash

    Hi everyone
    I have a big problem with my ibook (dual USB) 700mhz OSX 10.3.9
    Since last night when I try to start it, after completing loading all the stuff and showing also the desktop it crashes and asks me to restart holding down the power button or sometimes it freezes and I have anyway to restart it.
    I tried to boot from the OS install CD ROM holding the "C" key but the system keeps booting from the HD.
    The same comes when I try to run the hardware test CD. It just doesn't work with the "C" and the system try to boot normally from HD. (What have I to do to boot from a CD???)
    I can just say that my HD (20GB)was almost full and that two days ago I changed the firmware of the monitor installing a patch to have a mirroring display.
    Please help me, next week I have to travel for work and I need my iBook!
    Thank you very much.

    Here again...
    Last time I tried to boot the system freezed and came out a window with strange (to me) codes...
    System failure: cpu=0; code=00000008 (unknown failure code)
    latest crash info for cpu 0:
    exception state (sv=0x2F68F000)
    PC=0x000940B0; MSR= 0x00001030; DAR: 0xFC400000; DSISR=0x40000000; LR=0x00093F8C; R1=0x8E608741; XCP= 0x00000098 (System Failure)
    Backtrace:
    backtrace terminated - unaligned frame address: 0x8E608741
    Proceeding back via exception chain:
    Exception state (sv=0x2F68F000)
    PC=0x0008C788; MSR= 0x00043000; DAR: 0xFC400000; DSISR=0x40000000; LR=0x0008AF24; R1=0x8E608821; XCP= 0x00000008 (0x200 Machine check)
    Backtrace:
    backtrace terminated - unaligned frame address: 0x8E608821
    Exception state (sv=0x21FE6500)
    PC=0x00000000; MSR= 0x0000D030; DAR: 0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP= 0x00000000 (Unknown)
    Kernel version>
    Darwin Kernel Version 7. 9. 0:
    Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517. 12. 7.obj-1/RELEASE_PPC
    Memory access exception (1, 0, 0)
    ethernet MAC address: 00:00:00:00:00:00
    ip address: 0. 0. 0. 0
    Waiting for remote debugger connection.
    Please don't let me alone!

  • Mount usb mp3 player

    Having some probs mount my mp3 player.
    Dmesg gives this:
    usb 1-1: new full speed USB device using uhci_hcd and address 6
    usb 1-1: device descriptor read/all, error -71
    lsmod gives this:
    usb_storage            62272  0
    usbserial              25576  0
    usbcore               100484  5 usb_storage,ndiswrapper,uhci_hcd,usbserial
    ide_core              102864  29 usb_storage,ide_floppy,ide_cd,ide_disk,via82cxxx,
        trm290,triflex,slc90e66,sis5513,siimage,serverworks,
        sc1200,rz1000,piix,pdc202xx_old,pdc202xx_new,ns87415,
        it821x,hpt366,hpt34x,generic,cy82c693,cs5535,cs5530,
        cmd64x,atiixp,amd74xx,alim15x3,aec62xx
    Any ideas. Thanks in advance.

    jaboua wrote:
    briancurtin wrote:what is in your fstab file?
    That doesn't matter if the kernel reports device problems
    I didn't think so either but here it is anyway:
    # /etc/fstab: static file system information
    # <file>        <dir>         <type>    <options>          <dump> <pass>
    none                   /dev/pts      devpts    defaults            0      0
    none                   /dev/shm      tmpfs     defaults            0      0
    /dev/cdrom             /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
    /dev/dvd               /mnt/dvd  udf       ro,user,noauto,unhide   0      0
    /dev/fd0               /mnt/fl   vfat      user,noauto             0      0
    /dev/hda3 / ext3 defaults 0 1
    /dev/hda1 /boot ext2 defaults 0 1
    /dev/hda2 swap swap defaults 0 0

  • USB MP3 Player

    Recently I buyed a MP3 Player and Arch (with KDE SC) not mount or give access to the device.
    lsusb shows this ID: 1234:5678 Unknow
    I try to mount the device but it's not working...

    ouput:
    00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
            Subsystem: ASRock Incorporation Device 2570
            Flags: bus master, fast devsel, latency 0
            Memory at f8000000 (32-bit, prefetchable) [size=64M]
            Capabilities: <access denied>
            Kernel driver in use: agpgart-intel
            Kernel modules: intel-agp
    00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02) (prog-if 00 [Normal decode])
            Flags: bus master, 66MHz, fast devsel, latency 32
            Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
            I/O behind bridge: 0000a000-0000afff
            Memory behind bridge: ff000000-ff0fffff
            Prefetchable memory behind bridge: b7f00000-f7efffff
            Kernel modules: shpchp
    00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
            Flags: fast devsel
            Memory at fecf0000 (32-bit, non-prefetchable) [size=4K]
    00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
            Subsystem: ASRock Incorporation Device 24d0
            Flags: bus master, medium devsel, latency 0, IRQ 16
            I/O ports at e000 [size=32]
            Kernel driver in use: uhci_hcd
            Kernel modules: uhci-hcd
    00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
            Subsystem: ASRock Incorporation Device 24d0
            Flags: bus master, medium devsel, latency 0, IRQ 19
            I/O ports at e400 [size=32]
            Kernel driver in use: uhci_hcd
            Kernel modules: uhci-hcd
    00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])                                                   
            Subsystem: ASRock Incorporation Device 24d0                                 
            Flags: bus master, medium devsel, latency 0, IRQ 18                         
            I/O ports at e800 [size=32]                                                 
            Kernel driver in use: uhci_hcd                                             
            Kernel modules: uhci-hcd                                                   
    00:1d.3 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
            Subsystem: ASRock Incorporation Device 24d0
            Flags: bus master, medium devsel, latency 0, IRQ 16
            I/O ports at ec00 [size=32]
            Kernel driver in use: uhci_hcd
            Kernel modules: uhci-hcd
    00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
            Subsystem: ASRock Incorporation Device 24d0
            Flags: bus master, medium devsel, latency 0, IRQ 23
            Memory at ff27fc00 (32-bit, non-prefetchable) [size=1K]
            Capabilities: <access denied>
            Kernel driver in use: ehci_hcd
            Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) (prog-if 00 [Normal decode])
            Flags: bus master, fast devsel, latency 0
            Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
            I/O behind bridge: 0000b000-0000bfff
            Memory behind bridge: ff100000-ff1fffff
            Kernel modules: shpchp
    00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
            Flags: bus master, medium devsel, latency 0
            Kernel modules: intel-rng, iTCO_wdt
    00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
            Subsystem: ASRock Incorporation Device 24d0
            Flags: bus master, medium devsel, latency 0, IRQ 18
            I/O ports at 01f0 [size=8]
            I/O ports at 03f4 [size=1]
            I/O ports at 0170 [size=8]
            I/O ports at 0374 [size=1]
            I/O ports at fc00 [size=16]
            Memory at 40000000 (32-bit, non-prefetchable) [size=1K]
            Kernel driver in use: ata_piix
            Kernel modules: ata_piix
    00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
            Subsystem: ASRock Incorporation Device 24d1
            Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 18
            I/O ports at d400 [size=8]
            I/O ports at d000 [size=4]
            I/O ports at cc00 [size=8]
            I/O ports at c800 [size=4]
            I/O ports at c400 [size=16]
            Kernel driver in use: ata_piix
            Kernel modules: ata_piix
    00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
            Subsystem: ASRock Incorporation Device 24d0
            Flags: medium devsel, IRQ 17
            I/O ports at 0400 [size=32]
            Kernel driver in use: i801_smbus
            Kernel modules: i2c-i801
    00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
            Subsystem: ASRock Incorporation Device 9761
            Flags: bus master, medium devsel, latency 0, IRQ 17
            I/O ports at d800 [size=256]
            I/O ports at dc00 [size=64]
            Memory at ff27f800 (32-bit, non-prefetchable) [size=512]
            Memory at ff27f400 (32-bit, non-prefetchable) [size=256]
            Capabilities: <access denied>
            Kernel driver in use: snd_intel8x0
            Kernel modules: snd-intel8x0
    01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AS [Radeon 9550] (prog-if 00 [VGA controller])
            Subsystem: ASUSTeK Computer Inc. A9550GE/TD
            Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
            Memory at e0000000 (32-bit, prefetchable) [size=256M]
            I/O ports at a800 [size=256]
            Memory at ff0f0000 (32-bit, non-prefetchable) [size=64K]
            Expansion ROM at ff0c0000 [disabled] [size=128K]
            Capabilities: <access denied>
            Kernel driver in use: radeon
            Kernel modules: radeonfb, radeon
    01:00.1 Display controller: ATI Technologies Inc RV350 AS [Radeon 9550] (Secondary)
            Subsystem: ASUSTeK Computer Inc. A9550GE/TD (Secondary)
            Flags: bus master, 66MHz, medium devsel, latency 32
            Memory at d0000000 (32-bit, prefetchable) [size=256M]
            Memory at ff0e0000 (32-bit, non-prefetchable) [size=64K]
            Capabilities: <access denied>
    02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
            Subsystem: ASRock Incorporation Device 8139
            Flags: bus master, medium devsel, latency 32, IRQ 22
            I/O ports at b800 [size=256]
            Memory at ff1ffc00 (32-bit, non-prefetchable) [size=256]
            Capabilities: <access denied>
            Kernel driver in use: 8139too
            Kernel modules: 8139too, 8139cp

Maybe you are looking for