Re: new install, sound not working (+2 bonus problems)

From: Kevin Mark (kmark+debian-user_at_pipeline.com)
Date: 04/23/04

  • Next message: Kevin Mark: "Re: Firewal, Mail and Name server"
    Date: Fri, 23 Apr 2004 04:00:33 -0400
    To: debian-user@lists.debian.org
    
    
    

    On Thu, Apr 22, 2004 at 11:09:11PM -0700, Phil Ramey wrote:
    > Kevin Mark:
    >
    > Thanks for replying!
    >
    > Attaching my iRiver to my usb2 card gives me this
    > output in /var/log/messages, do i need to add a
    > listing in /etc/fstab or sommat? i can't mount it,
    > there's no listing...
    >
    > Apr 22 22:59:50 box kernel: usb 1-1: new high speed
    > USB device using address 2
    > Apr 22 22:59:50 box kernel: scsi0 : SCSI emulation for
    > USB Mass Storage devices
    > Apr 22 22:59:51 box kernel: Vendor: TOSHIBA Model:
    > MK2004GAL Rev: JA02
    > Apr 22 22:59:51 box kernel: Type: Direct-Access
    > ANSI SCSI revision: 02
    > Apr 22 22:59:51 box kernel: SCSI device sda: 39063024
    > 512-byte hdwr sectors (20000 MB)
    > Apr 22 22:59:51 box kernel: sda:<7>usb-storage:
    > queuecommand called
    > Apr 22 22:59:52 box kernel: sda1
    > Apr 22 22:59:52 box kernel: Attached scsi disk sda at
    > scsi0, channel 0, id 0, lun 0
    Hi Phil,
    this indicates that your iRiver is recognized as a usb device.
    All usb drives show up as SCSI devices.
    SCSI hard drives show up as /dev/sdXN and
    IDE hard disks show up as /dev/hdXN.
    So, your iRiver is /dev/sda1.
    To use this device, you make a mount point. A mount point is basically a
    'directory' where you want your device to show up in the / (the root
    file system).
    So,
    mkdir /mnt/iriver
    mount /dev/sd1 /mnt/iriver
    cd /mnt/iriver
    ls
    (you should see your files here!)
    Adding it to your /etc/fstab is another step.
    you may want to 'man fstab' and 'man mount' for more info.

    >
    > i'm assuming that this is more important than the
    > lspci listing, because this shows the hardware works
    > fine...
    >
    > the fdisk -l thing returns the drive that works along
    > with:
    >
    > Disk /dev/hdd: 81.9 GB, 81964302336 bytes
    > 255 heads, 63 sectors/track, 9964 cylinders
    > Units = cylinders of 16065 * 512 = 8225280 bytes
    >
    > Device Boot Start End Blocks Id
    > System
    > /dev/hdd1 2 9964 80027797+ f
    > W95 Ext'd (LBA)
    > /dev/hdd5 2 9964 80027766 b
    > W95 FAT32
    >
    > i can't, however, mount /dev/hdd5, and when i added it
    > to fstab, it griped about mount points (i put in
    o> /mnt/hdd5 as the mount point, should it be different?)
    From the above comment,
    /dev/hdd5 is the disk for your mp3's.
    So,
    mkdir /mnt/mp3
    mount /dev/hdd5 /mnt/mp3
    cd /mnt/mp3
    ls
    (you should see your files!)
    making this perminant by adding it to /etc/fstab.
    -Kev

    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Kevin Mark: "Re: Firewal, Mail and Name server"

    Relevant Pages

    • iRiver and usb devices on RH9
      ... Does anyone know how to get an iRiver (or any other USB device) to mount ... onto Red Hat Linux 9.0? ...
      (alt.os.linux.redhat)
    • Mounting USB device on SunBlade1500
      ... mount command device to use. ... SunBlade 1500 step-by-step documentation. ... 1 Samsung and one unknown USB device. ... Sun told me the only way for a non-root user is via RBAC. ...
      (SunManagers)
    • Re: usb device
      ... Still I can not mount the ... S: Product=USB UHCI Root Hub ... >>I am trying to mount my USB device but it is not really working! ... Maybe the mass storage driver isn't loaded. ...
      (Debian-User)
    • Re: USB thumb drive questio
      ... Make sure the automounter daemon is running in the services gui. ... stop that service and see if it allows it to mount. ... is this the only usb device that has a problem? ...
      (Fedora)
    • Re: Need help with iRiver T10 with Breezy!
      ... yet because I didn't want to have to deal with upgrade issues before I ... shows up (I use an iRiver iHP-120). ... mount /dev/sda1 and see if it mounts. ... The Christian Science Monitor ...
      (Ubuntu)