LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-15-2006, 05:06 AM   #1
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
/dev/vide0


I am trying to get my ZStar webcam running on 2.6.16.27 kernel.
It used to run with 2.4.32

I have tried the spca5xx driver and the zc0301 driver
The v4l-info complains /dev/video0 does not exist -true
 
Old 08-15-2006, 05:42 PM   #2
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
I, too, have trouble using spca5xx with 2.6.16. The driver compiles, I can modprobe, but it doesn't work. Some things have changed with 2.6.16, as mentioned on the spca5xx driver page:

Quote:
v4l1 is now deprecated, that mean spca5xx have to change, this version set as spca5xx-v4l1-Goodbye, is the last one supporting both Kernel 2.4.x and 2.6.x series !!
a new branch code name GSPCA-V1 is born and only support kernel upto 2.6.16. the new name:
"Generic Softwares Package for Camera Adaptator" mean that the package should provided a Linux kernel driver, a smart webcam application and in the futur a userspace driver.
of course available in GPL source code
 
Old 08-15-2006, 05:54 PM   #3
pbhj
Member
 
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358

Rep: Reputation: 32
I suspect you need to run a mknod command .. but I wouldn't know which one.

Perhaps something like :
# mknod /dev/video0 c 81 0
# chmod a+r /dev/video0
# ln -s /dev/video0 /dev/video

as it says at http://qce-ga.sourceforge.net/faq.html against Q9 ?

Also, what connection are these webcams, USB? What do you get in dmesg or syslog or wherever when they are connected. What does lsusb report?

HTH
 
Old 08-15-2006, 05:59 PM   #4
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Hmm yes I should've checked dmesg. On modprobe there's no error but when an application tries to use it, you can see errors:

Code:
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: USB SPCA5XX camera found. Type Intel Easy PC Camera CS110 (SPCA508+PB100)
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_probe:5480] Camera type YUVY 
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_getcapability:1765] maxw 352 maxh 288 minw 160 minh 120
usbcore: registered new driver spca5xx
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: spca5xx driver 00.60.00 registered
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: init isoc: usb_submit_urb(0) ret -28
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_open:2437]  DEALLOC error on init_Isoc

ohci_hcd 0000:00:02.0: leak ed edbcd2c0 (#81) state 2
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: init isoc: usb_submit_urb(0) ret -28
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_open:2437]  DEALLOC error on init_Isoc

ohci_hcd 0000:00:02.0: leak ed edbcd300 (#81) state 2
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: init isoc: usb_submit_urb(0) ret -28
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_open:2437]  DEALLOC error on init_Isoc

ohci_hcd 0000:00:02.0: leak ed edbcd340 (#81) state 2
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: init isoc: usb_submit_urb(0) ret -28
/usr/local/pr/drivers/spca5xx-20060501/drivers/usb/spca5xx.c: [spca5xx_open:2437]  DEALLOC error on init_Isoc
 
Old 09-02-2006, 09:25 AM   #5
vodunvibe
LQ Newbie
 
Registered: Aug 2006
Posts: 2

Rep: Reputation: 0
Hi,

When other USB devices are present on the same host controller bus as the camera, the bandwidth requirements of the spca5xx driver are not being met, with some hardware configurations.
The spca5xx driver is asking for more bandwidth than is available which results in the following error messages:

No space left on device
can't open /dev/video0: No space left on device.

Please search ubuntuforums . org for my howto.
Howto Fix the “No space left on device” error message and Install the Spca5xx driver

This is my second post, I cannot post the url.
I hope that it helps you resolve your issues.
w w w . ubuntu forums . org / showthread.php?t=247646
 
Old 09-02-2006, 11:26 AM   #6
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Original Poster
Rep: Reputation: 33
I must have another go with this now that I am on the 2.6.17.11 kernel
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/dev/tty0, /dev/tty1, /dev/tty10...and so on...which should be used for a device ??? b0nd Slackware 2 04-02-2006 08:14 AM
I cannot access EITHER CD drive! And there's no /dev/hdc or /dev/hdd or /dev/cdrom! Dmalic Linux - Hardware 13 11-18-2005 07:11 PM
ln: creating symbolic link `/dev/dvd' to `/dev/hdc': Permission denied qazwsx27 Fedora 3 06-14-2005 02:09 PM
Sandisk USB card Reader not linking /dev/sg0 to /dev/sda acidraven Linux - Hardware 1 06-19-2004 03:56 PM
mounting 2 ide-scsi devices /dev/cdrom and /dev/cdrom1 issue penguin123 Linux - Hardware 3 09-26-2003 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration