Results 1 to 5 of 5

Thread: USBView Error

  1. #1
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52

    USBView Error

    I'm using a usb keyboard and it works fine. I can connect my HP 932c printer up via usb and it works fine.
    When I connect my Kodak DX6340 camera up it does not work.

    So I have been trying to see what is wrong.
    I'm running Knoppix from the HD

    When I try and view my USB I get this error message.


    -------------------------------------------------------
    USBView Error

    Can not open the file /proc/bus/usb/devices

    Verify that you have USB compiled into your kernel, have the USB core modules loaded, and have the usbdevfs filesystem mounted.
    ---------------------------------------------------------

    How do I verify that I have USB compiled into the kernel, have the USB core modules loaded?
    Also how do I mount the usbdevfs?

    I should maybe add that I can run knoppix from the cd on my other computer (1.8, 512Mhz ram) and the camera works great connected via USB.

    It's not a big deal if I can not get the camera working on this computer as I do use the other computer for photo's as it is much faster and I will be doing a Knoppix HD install on it someday soon.

    It's just bugs me as to why it's not working.....

    Thanks,

  2. #2
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    101
    Put in /etc/fstab
    at end of line, press [Enter Key] and Save /etc/fstab
    Code:
    usbdevfs /proc/bus/usb usbdevfs defaults 0 0
    Now USBVIEW will Work!


    Shows modules loaded...

    Code:
    lsmod

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: USBView Error

    Quote Originally Posted by spydie
    I'm using a usb keyboard and it works fine. I can connect my HP 932c printer up via usb and it works fine.
    When I connect my Kodak DX6340 camera up it does not work.

    So I have been trying to see what is wrong.
    I'm running Knoppix from the HD

    When I try and view my USB I get this error message.


    -------------------------------------------------------
    USBView Error

    Can not open the file /proc/bus/usb/devices

    Verify that you have USB compiled into your kernel, have the USB core modules loaded, and have the usbdevfs filesystem mounted.
    ---------------------------------------------------------

    How do I verify that I have USB compiled into the kernel, have the USB core modules loaded?
    Also how do I mount the usbdevfs?

    I should maybe add that I can run knoppix from the cd on my other computer (1.8, 512Mhz ram) and the camera works great connected via USB.

    It's not a big deal if I can not get the camera working on this computer as I do use the other computer for photo's as it is much faster and I will be doing a Knoppix HD install on it someday soon.

    It's just bugs me as to why it's not working.....

    Thanks,
    To find the USB in the kernel:
    Code:
    HappyTux:/home/stephen# grep USB /boot/config-2.4.23.031202
    # CONFIG_INPUT_IFORCE_USB is not set
    # USB support
    CONFIG_USB=m
    # CONFIG_USB_DEBUG is not set
    # Miscellaneous USB options
    CONFIG_USB_DEVICEFS=y
    CONFIG_USB_BANDWIDTH=y
    # USB Host Controller Drivers
    CONFIG_USB_EHCI_HCD=m
    CONFIG_USB_UHCI=m
    CONFIG_USB_UHCI_ALT=m
    CONFIG_USB_OHCI=m
    # CONFIG_USB_SL811HS_ALT is not set
    # CONFIG_USB_SL811HS is not set
    # USB Device Class drivers
    CONFIG_USB_AUDIO=m
    CONFIG_USB_EMI26=m
    # CONFIG_USB_BLUETOOTH is not set
    CONFIG_USB_MIDI=m
    CONFIG_USB_STORAGE=m
    # CONFIG_USB_STORAGE_DEBUG is not set
    CONFIG_USB_STORAGE_DATAFAB=y
    CONFIG_USB_STORAGE_FREECOM=y
    CONFIG_USB_STORAGE_ISD200=y
    CONFIG_USB_STORAGE_DPCM=y
    # CONFIG_USB_STORAGE_HP8200e is not set
    CONFIG_USB_STORAGE_SDDR09=y
    # CONFIG_USB_STORAGE_SDDR55 is not set
    # CONFIG_USB_STORAGE_JUMPSHOT is not set
    CONFIG_USB_ACM=m
    CONFIG_USB_PRINTER=m
    # USB Human Interface Devices (HID)
    CONFIG_USB_HID=m
    CONFIG_USB_HIDINPUT=y
    CONFIG_USB_HIDDEV=y
    CONFIG_USB_KBD=m
    CONFIG_USB_MOUSE=m
    # CONFIG_USB_AIPTEK is not set
    # CONFIG_USB_WACOM is not set
    # CONFIG_USB_KBTAB is not set
    # CONFIG_USB_POWERMATE is not set
    # USB Imaging devices
    # CONFIG_USB_DC2XX is not set
    # CONFIG_USB_MDC800 is not set
    CONFIG_USB_SCANNER=m
    # CONFIG_USB_MICROTEK is not set
    # CONFIG_USB_HPUSBSCSI is not set
    # USB Multimedia devices
    #   Video4Linux support is needed for USB Multimedia device support
    # USB Network adaptors
    # CONFIG_USB_PEGASUS is not set
    # CONFIG_USB_RTL8150 is not set
    # CONFIG_USB_KAWETH is not set
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_AX8817X is not set
    # CONFIG_USB_CDCETHER is not set
    # CONFIG_USB_USBNET is not set
    # USB port drivers
    # CONFIG_USB_USS720 is not set
    # USB Serial Converter support
    # CONFIG_USB_SERIAL is not set
    # USB Miscellaneous drivers
    # CONFIG_USB_RIO500 is not set
    # CONFIG_USB_AUERSWALD is not set
    # CONFIG_USB_TIGL is not set
    # CONFIG_USB_BRLVGER is not set
    # CONFIG_USB_LCD is not set
    # Support for USB gadgets
    # CONFIG_USB_GADGET is not set
    You would do this for your kernel config. In the /etc/fstab you should have:
    Code:
    none            /proc/bus/usb   usbfs   defaults                0       0
    And for the camers I believe that you need the usb-storage module loaded it is seen as a scsi storage device by the system so you would be accessing it as sda,sdb .. whatever it shows up as when plugged in use dmesg and you should see it being recognized at the bottom of the output.

  4. #4
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    I'm having trouble connecting to my Kodak Easy Share Camera

    I tried

    usbdevfs /proc/bus/usb usbdevfs defaults 0 0

    as suggested above, but I get usbdevfs unknown command error....

    How do I download my pix?

    TIA,
    AJG

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, I added

    none /proc/bus/usb usbfs defaults 0 0

    to /etc/fstab and now usbview shows the Kodak Easy Share.

    Where do I find the picture files?

    TIA,
    AJG

Similar Threads

  1. usb stick - cant mount - but can see in usbview
    By palutke in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 05-02-2005, 04:58 PM
  2. CRC error
    By IdroJ in forum General Support
    Replies: 2
    Last Post: 02-04-2004, 11:43 PM
  3. Xine error after doing a Upgrade, error posted. (resolved)
    By Cuddles in forum Hdd Install / Debian / Apt
    Replies: 17
    Last Post: 01-20-2004, 04:30 PM
  4. mkisofs error: end request: I/O error, dev 02:00 (floppy...
    By labrador in forum Customising & Remastering
    Replies: 0
    Last Post: 07-18-2003, 01:54 AM
  5. Partition-error (Table written but error while reading!!!)
    By Mad_Max_FX in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-22-2003, 03:29 AM

Posting Permissions

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


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$16.29



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L picture

A-Tech 16GB 2 x 8GB PC3-12800 Laptop SODIMM DDR3 1600 Memory RAM PC3L 16G DDR3L

$27.98



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A picture

8GB PC3L-12800S 1600MHz SODIMM DDR3 RAM | Grade A

$12.00



TeamGroup 16GB PC4 2666 PC4 21300 DDR4 2666MHz 1.2V CL19 Desktop RAM Memory picture

TeamGroup 16GB PC4 2666 PC4 21300 DDR4 2666MHz 1.2V CL19 Desktop RAM Memory

$27.95



A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM picture

A-Tech 64GB 4x 16GB 2Rx4 PC4-17000R DDR4 2133MHz ECC REG RDIMM Server Memory RAM

$87.96



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96