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
  •  


Dell Optiplex 7060 SFF 8th Gen Core i7 3.2GHZ 32GB 512GB Win 11 Pro picture

Dell Optiplex 7060 SFF 8th Gen Core i7 3.2GHZ 32GB 512GB Win 11 Pro

$249.00



Dell Precision 3630 8-Core i9-9900K 3.6GHz 32GB 512GB SSD WIN 11P picture

Dell Precision 3630 8-Core i9-9900K 3.6GHz 32GB 512GB SSD WIN 11P

$479.99



HP Chromebase Desktop PC 21.5

HP Chromebase Desktop PC 21.5" FHD Core i3-10110U Intel UHD 8GB DDR4 128GB SSD

$359.99



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$489.99



AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor picture

AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor

$319.99



Apple Mac Pro Processor Tray 5,1 2010 2012 2.4ghz 8 core picture

Apple Mac Pro Processor Tray 5,1 2010 2012 2.4ghz 8 core

$79.99



HP Elite 600 G9 SFF Desktop PC Intel Core i5-12500 Intel UHD 8GB DDR5 512GB SSD picture

HP Elite 600 G9 SFF Desktop PC Intel Core i5-12500 Intel UHD 8GB DDR5 512GB SSD

$388.49



HP Z820 8-Core 2.60GHz E5-2670 128GB RAM No HDD No OS picture

HP Z820 8-Core 2.60GHz E5-2670 128GB RAM No HDD No OS

$235.90