Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Small USB/camera problem.

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

    Small USB/camera problem.

    When I was running knoppix from the CD on my Dell 2300 I could plug in my Kodak DX6340 camera into the front USB and it worked great.

    I was also running a USB mouse at the same time as the camera and they both worked fine.

    Now that I have done a HD install I can not seem to get the camera to work.
    My usb mouse still works fine, but it will not auto detect my camera like it did when I was running knoppix from the CD.

    I went into setting, control center and manualy put the camera in, but it still will not work.

    BTW: I can go to system, info center and try to view my usb devices and I just get a blank screen on the right half.
    It use to show my USB devices fine when I was running knoppix from the CD.

    I have done some searching and tried a couple of differant things, but just can't seem to get the camera to work.

    What else could I try?

    Thanks,

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

    Re: Small USB/camera problem.

    Quote Originally Posted by spydie
    When I was running knoppix from the CD on my Dell 2300 I could plug in my Kodak DX6340 camera into the front USB and it worked great.

    I was also running a USB mouse at the same time as the camera and they both worked fine.

    Now that I have done a HD install I can not seem to get the camera to work.
    My usb mouse still works fine, but it will not auto detect my camera like it did when I was running knoppix from the CD.

    I went into setting, control center and manualy put the camera in, but it still will not work.

    BTW: I can go to system, info center and try to view my usb devices and I just get a blank screen on the right half.
    It use to show my USB devices fine when I was running knoppix from the CD.

    I have done some searching and tried a couple of differant things, but just can't seem to get the camera to work.

    What else could I try?

    Thanks,
    Edit the file /etc/fstab and add this line:
    Code:
    none            /proc/bus/usb   usbdevfs   defaults             0       0
    For so stupid reason this is left out when knoppix is installed to the HD.

  3. #3
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52
    I have never edited a file before, so could you please tell me step by step how I edit the file /etc/fstab and add that line to it?

    Thanks,

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by spydie
    I have never edited a file before, so could you please tell me step by step how I edit the file /etc/fstab and add that line to it?

    Thanks,
    Open a console window (clam shell icon on taskbar) the type in su then enter key type in root password enter key again. You are now root next type in gvim /etc/fstab to open the file for editing then hit the INSERT key to enter insert editing mode move to the bottom of the file and add the line hit the ESC key to exit the insert mode then save the file.

  5. #5
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52
    Well I must be getting close.
    I put the line in, typed it just like this

    none /proc/bus/usb usbdevfs defaults 0 0

    I can see my usb items including the camera in system, info center.

    When I go into control center I can also see the camera icon, but when I click on the test button I get,

    error message

    Unable to initialize camera. Check your port settings and camera connectivity and try again.

    When I type camera:/ in the location bar on Konqueror it see's the camera as a file, but when I click on the camera file I get the error message,

    Could not read file /

    Did I maybe type in the line wrong?

    Thanks

    BTW: I rebooted after saving the new line, do I have to reboot after adding the line?

  6. #6
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by spydie
    Well I must be getting close.
    I put the line in, typed it just like this

    none /proc/bus/usb usbdevfs defaults 0 0

    I can see my usb items including the camera in system, info center.

    When I go into control center I can also see the camera icon, but when I click on the test button I get,

    error message

    Unable to initialize camera. Check your port settings and camera connectivity and try again.

    When I type camera:/ in the location bar on Konqueror it see's the camera as a file, but when I click on the camera file I get the error message,

    Could not read file /

    Did I maybe type in the line wrong?

    Thanks

    BTW: I rebooted after saving the new line, do I have to reboot after adding the line?
    That's progress anyway. I have never setup one of these cameras but I know that they get accessed as scsi devices so boot from the CD and look at the boot messages with dmesg | less or dmesg | grep scsi should give you the information needed and check to see where the camera is detected then you need to duplicate the settings on your HD install. You will need to add a line into the /etc/fstab for the device and mount point if you post the dmesg with the camera being detected I may be able to figure out the correct line.

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Hey! Me too. I was having exactly the same problem. and now I'm getting exactly the same results. Canon PS200 camera still gives 'Unable to initialize error' error when attempting to connect but at least now shows up in the info centre.

    >>For some stupid reason this is left out when knoppix is installed to the HD.

    There seems to be a fair amount of things 'left out' when Knoppix is installed to the HD. Like for instance 'automount' works for CD but not for floppies. but floppies WILL auto-mount if you attempt to open a file on a floppy from an application (ie Kwrite or some other app). And 'Halt' will not power down my desktop box. but it will power down the laptop.

    I suppose to be fair it must be admitted that Knoppix was never intended to be used as a Debian installer instead of a run from CD distro but I'll bet that is what it gets used for most so the HD install maybe deserves get more attention.

    Stephen, I don't know how you are managing to work the bugs out of it but this is about three times you have come up with solutions to problems that were driving me nuts. Thanks.

    Spydie, you may find 'Kate' an easier to use file editor than gvim. You must be root to edit config files, you can start Kate the same way as above ie su-to-root then 'Kate /etc/fstab'. If you find you are using it a lot you can drag the 'Kate' item from the start menu to the desktop ('Copy here' not 'move here') then edit the properties to 'run as a different user'...'root'. Oddly, you may find that it will not let you edit the drag 'n' drop copy. The way around this is to open the desktop 'shortcut' in a text editor (Kate) as user then 'save as' a new name. You will then be able to edit the new 'shortcut' as user.

  8. #8
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Any more help on this? Spydie, did you get your camera working?

  9. #9
    Member registered user
    Join Date
    Dec 2003
    Location
    South Dakota
    Posts
    52
    Not yet, I'm still working on it.
    I'm starting to run out of idea's
    I booted from the cd to look at the /etc/fstab and compare it to /etc/fstab from when I boot to the HD.

    I tried to add the camera like a usb card reader /dev/sda1

    I should maybe add that I do not have a memory card in the camera, but I'm using the built in memory that the camera has.

    This maybe why I can not use it as /dev/sda1 as I get some error message.
    I can't remember just what the error message was now, but it's like when you don't have a floopy or cd in a drive and you try to use the drive.

    The camera works great without a memory card install and using the built in memory of the camera when running knoppix from the cd so I don't see why I can't run the camera from the hard drive.


    Anyway, I'm reading and learning. I will get it sooner for later.
    I have learned a lot well trying to get the camera to work. That's what it's all about
    Please feel free to let me know what I should try next.

    Thanks for asking

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by spydie
    Please feel free to let me know what I should try next.

    Thanks for asking
    Post the boot messages from both the knoppix boot with the camera working and then having changed nothing boot into the hd install and post them messages and then we can try to see the differences in how it gets detected. And the line you are trying to use in the /etc/fstab as well.

Page 1 of 2 12 LastLast

Similar Threads

  1. damn small linux problem
    By fatso in forum General Support
    Replies: 6
    Last Post: 03-18-2006, 10:00 PM
  2. Small problem with kPPP
    By HumanBlade in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 04-02-2004, 08:08 AM
  3. Small problem with remaster under Vmware
    By Rootman in forum Customising & Remastering
    Replies: 1
    Last Post: 01-16-2004, 09:54 PM
  4. A small problem...err....problems...
    By Castershell in forum General Support
    Replies: 2
    Last Post: 12-19-2003, 05:45 AM
  5. I got it working! now i a small little tiny problem...
    By mark1221 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 11-02-2003, 12:42 PM

Posting Permissions

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


128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$139.96



CRUCIAL 8GB DDR3L-1600 SODIMM RAM CT102464BF160B.M16FPM LAPTOP MEMORY picture

CRUCIAL 8GB DDR3L-1600 SODIMM RAM CT102464BF160B.M16FPM LAPTOP MEMORY

$9.99



G Skill Aegis DDR4-2400 RAM 8GB (4GBx2) F4-2400C17D-8GIS, CL17-17-17-39 1.20v picture

G Skill Aegis DDR4-2400 RAM 8GB (4GBx2) F4-2400C17D-8GIS, CL17-17-17-39 1.20v

$15.00



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



SK Hynix 32GB DDR4 2400MHz ECC 2Rx4 REG RDIMM SERVER HMA84GR7MFR4N-UH picture

SK Hynix 32GB DDR4 2400MHz ECC 2Rx4 REG RDIMM SERVER HMA84GR7MFR4N-UH

$29.95



Crucial DDR4 Ram 3200 64 GB picture

Crucial DDR4 Ram 3200 64 GB

$75.00



Synology RAM DDR3L 1866 2GB CL13 1.35V picture

Synology RAM DDR3L 1866 2GB CL13 1.35V

$4.00



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory picture

LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory

$39.99



Lot of 50 DDR3 8GB PC3-12800U Desktop 1600MHz Memory RAM Mixed Major Brands picture

Lot of 50 DDR3 8GB PC3-12800U Desktop 1600MHz Memory RAM Mixed Major Brands

$319.99