Compatible Support Forums: iConcepts USB Digital Camera

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

iConcepts USB Digital Camera

#1 User is offline   rjl 

  • stranger
  • Group: Members
  • Posts: 4
  • Joined: 01-November 03

Posted 01 November 2003 - 06:25 PM

I'm running Mandrake 9.1 (kernel 2.4.21-mdk13) and have recently bought a 'toy' digital camera. The packaging calls it an 'iConcepts Web Cam 2 Go Kit' but I think its either an SQ702 USB (this main be an Asian name) or an iConcepts 69052.

I plugged it in a GTKam popped up but couldn't find a driver for it. I looked on the Internet but couldn't find a driver there either.

But I did find some related posts which said about mounting the device /dev/sda to somewhere appropriate.

I looked in /dev but there wasn't anything there. The only things in /dev/scsi were the cdrom and cdwriter.

I checked my kernel setup and things like USB mass storage are there.

Any Ideas?

Cheers.
0

#2 User is offline   blueworm 

  • member
  • Group: Members
  • Posts: 169
  • Joined: 02-March 03

Posted 01 November 2003 - 09:47 PM

try mounting it
first
Code:
mkdir /mnt/camera

then
Code:
mount -t vfat /dev/sda1 /mnt/camera

0

#3 User is offline   rjl 

  • stranger
  • Group: Members
  • Posts: 4
  • Joined: 01-November 03

Posted 02 November 2003 - 06:23 PM

I don't seem to have a device called /dev/sda1 or anything similar.

But I think I've got all the right modules in my kernel.
0

#4 User is offline   blueworm 

  • member
  • Group: Members
  • Posts: 169
  • Joined: 02-March 03

Posted 03 November 2003 - 09:23 AM

Quote:
I don't seem to have a device called /dev/sda1 or anything similar.

But I think I've got all the right modules in my kernel.


Is that the error you are getting when you try to mount or have you simply looked in your /dev/ directory.
0

#5 User is offline   rjl 

  • stranger
  • Group: Members
  • Posts: 4
  • Joined: 01-November 03

Posted 07 November 2003 - 11:17 AM

Yes, if I issue:
Code:
# mount /dev/sda1 /mnt/other

it says:
Code:
mount: special device /dav/sda1 does not exist

and I've looked in /dev and its definately not there.

Actually, I haven't got an entry in fstab for it. Should there be?
0

#6 User is offline   blueworm 

  • member
  • Group: Members
  • Posts: 169
  • Joined: 02-March 03

Posted 07 November 2003 - 08:41 PM

No there is no need to have a line in /etc/fstab unless you want it to mount at boot.
try
Code:
modprobe usb-storage

to see what modules you have loaded
Code:
lsmod

once you plug in and switch on your camera devfs will automatically create /dev/sda and /dev/sda1 and if you where to plug in a second camera or thumb drive it would create /dev/sdb and /dev/sdb1....
If modprobing usb-storage worked for you all you need to do so that it loads this module at boot is add it to your /etc/modules file...
Code:
echo usb-storage >> /etc/modules

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users