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
  •  


OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver picture

OEM Apple MacBook Pro 13 A1706 A1708 2017 LCD Screen Display Assembly Silver

$113.99



Genuine A1322 battery Apple MacBook Pro13 inch (Mid 2012 2010 2009 Late 2011)OEM picture

Genuine A1322 battery Apple MacBook Pro13 inch (Mid 2012 2010 2009 Late 2011)OEM

$36.99



OEM Genuine Apple Macbook Pro 15

OEM Genuine Apple Macbook Pro 15" A1707 2016 2017 LCD Display Assembly Silver

$232.74



OEM Genuine Apple MacBook Pro A1990 2018 2019 15

OEM Genuine Apple MacBook Pro A1990 2018 2019 15" LCD Screen Display Assembly

$218.49



Genuine Apple A1882 30W USB-C Power Adapter Apple OEM CHARGER picture

Genuine Apple A1882 30W USB-C Power Adapter Apple OEM CHARGER

$18.99



Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER picture

Genuine Apple A1718 61W USB-C Power Adapter Apple OEM CHARGER

$24.99



OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13

OEM 61W USB C Type C Adapter Charger for Apple MacBook PRO 13" A1718 + Cable NEW

$23.00



Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White picture

Apple OEM Original (A1374) 45W MagSafe Power Adapter with Fold Plug Only - White

$10.95



OEM 30W USB-C Power Adapter Charger for apple MacBook Air iPhone 11 12 Pro +Cord picture

OEM 30W USB-C Power Adapter Charger for apple MacBook Air iPhone 11 12 Pro +Cord

$22.89



Genuine OEM Apple MagSafe 1 & 2 MacBook Pro/ MacBook Air Charger 85W| 60W |45W picture

Genuine OEM Apple MagSafe 1 & 2 MacBook Pro/ MacBook Air Charger 85W| 60W |45W

$24.99