Find the answer to your Linux question:
Results 1 to 2 of 2
I've just finished installing Debian and had some trouble getting the X server up and running. For some reason my Gainward video card doesn't work with the stock Linux 'nv' ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Location
    Aberdeen, Scotland
    Posts
    64

    USB Devices

    I've just finished installing Debian and had some trouble getting the X server up and running. For some reason my Gainward video card doesn't work with the stock Linux 'nv' driver. I switched back to vesa and it now works.

    My problem is that I can't seem to locate my USB pen drive in either the GUI or in the Command Prompt. I've had no problem finding it using Fedora, SUSE and Zenwalk and it just seems peculiar that Debian can't seem to find it.

    Where should I be looking?

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Are you using Sarge? I'm not remembering whether Sarge incorporates udev or not but don't think it does, whereas the others you mentioned do. If no udev, you'll have to manually mount the pen drive which is likely going to show up as either /dev/sda or /dev/sda1. You'll need a directory to mount it to. As root...
    Code:
    mkdir /mnt/pendrive
    Then, mount the device to the newly created directory...
    Code:
    mount /dev/sda1 /mnt/pendrive
    If you get lights on the pendrive, it is likely mounted. Before taking the pendrive from your box, you'll need to unmount it...
    Code:
    umount /mnt/pendrive
    Hope this helps...
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •