Sponsored Content
Full Discussion: Sunray, Solaris, Webcams
Special Forums UNIX Desktop Questions & Answers Sunray, Solaris, Webcams Post 37382 by nphil on Tuesday 17th of June 2003 09:45:45 PM
Old 06-17-2003
Sunray, Solaris, Webcams

Hi all,
I was wondering if anyone has any idea about Webcam software for Unix, specifically Solaris? It's a USB Logitech model if that helps, but I'm not sure which one (though I can find out).
Also, supposing I do get some software, would it be difficult to set it all to work using SunRay appliances over a network? I'm new to configuring devices in general and I'm not sure how it would differ with SunRays being involved.
Thanks!
 

5 More Discussions You Might Find Interesting

1. Solaris

Sunray Problem

Hi All I have got a sunray thin client at my workplace which is connected to a V100 Server. I had a script which i execute every now and then to know the system status. In order that the script is executed every time I log in I accidently put the script in my .bashrc . The next time I was not... (2 Replies)
Discussion started by: encrypted
2 Replies

2. Solaris

Sunray dhcp?

I have been given the responsibility of installing, configuring, and administering are new sunray servers. I am not that familiar with Solaris; however, I have done some administration on Linux. I was hoping the two OS's were similar enough to bridge the learning gap. Well, I have found out that... (1 Reply)
Discussion started by: cstovall
1 Replies

3. Solaris

Help with Sunray 2FS setup

Info: Sunray server: Solaris 10 running SRSS 3.1 Client: Sunray 2FS Problem: The login prompt is split between the two screens. Is it possible center just the login dialog box on one screen and resume dual display mode after login? Thank you. (2 Replies)
Discussion started by: pingmeback
2 Replies

4. Solaris

Install Sunray v5.4 on Solaris 11.3??

I am trying to install Sunray Server Software v5.4 on a fresh install of Solaris 11.3, but I fail. Where can I get help with this? I have followed the manual but it doesnt work. I suspect the error is very easy, just a matter of issuing the correct command, but I dont know how. So I need to ask... (7 Replies)
Discussion started by: kebabbert
7 Replies

5. Solaris

Sunray Fog issue (Websphere)

hello everyone i need help plz i am buidling a fog of 3 Sunday servers hardware: Sun x 6270 Solaris 10 and sunray 5.3 everything is fine with primary server... but when i run utreplica on secondary server it stucks on utdsd service or ends with error datastore not sync with primary server... (2 Replies)
Discussion started by: amk
2 Replies
sane-find-scanner(1)                                       SANE Scanner Access Now Easy                                       sane-find-scanner(1)

NAME
sane-find-scanner - find SCSI and USB scanners and their device files SYNOPSIS
sane-find-scanner [-h|-?] [-v] [-q] [-p] [-f] [-F filename] [devname] DESCRIPTION
sane-find-scanner is a command-line tool to find SCSI and USB scanners and determine their Unix device files. Its primary aim is to make sure that scanners can be detected by SANE backends. For SCSI scanners, it checks the default generic SCSI device files (e.g., /dev/sg0) and /dev/scanner. The test is done by sending a SCSI inquiry command and looking for a device type of "scanner" or "processor" (some old HP scanners seem to send "processor"). So sane-find-scanner will find any SCSI scanner connected to those default device files even if it isn't supported by any SANE backend. For USB scanners, first the USB kernel scanner device files (e.g. /dev/usb/scanner0), /dev/usb/scanner, and /dev/usbscanner) are tested. The files are opened and the vendor and device ids are determined, if the operating system supports this feature. Currently USB scanners are only found this way if they are supported by the Linux scanner module or the FreeBSD or OpenBSD uscanner driver. After that test, sane-find-scanner tries to scan for USB devices found by the USB library libusb (if available). There is no special USB class for scanners, so the heuristics used to distinguish scanners from other USB devices is not perfect. sane-find-scanner also tries to find out the type of USB chip used in the scanner. If detected, it will be printed after the vendor and product ids. sane-find-scanner will even find USB scan- ners, that are not supported by any SANE backend. sane-find-scanner won't find most parallel port scanners, or scanners connected to proprietary ports. Some parallel port scanners may be detected by sane-find-scanner -p. At the time of writing this will only detect Mustek parallel port scanners. OPTIONS
-h, -? Prints a short usage message. -v Verbose output. If used once, sane-find-scanner shows every device name and the test result. If used twice, SCSI inquiry informa- tion and the USB device descriptors are also printed. -q Be quiet. Print only the devices, no comments. -p Probe parallel port scanners. -f Force opening all explicitly given devices as SCSI and USB devices. That's useful if sane-find-scanner is wrong in determining the device type. -F filename filename is a file that contains USB descriptors in the format of /proc/bus/usb/devices as used by Linux. sane-find-scanner tries to identify the chipset(s) of all USB scanners found in such a file. This option is useful for developers when the output of "cat /proc/bus/usb/devices" is available but the scanner itself isn't. devname Test device file "devname". No other devices are checked if devname is given. EXAMPLE
sane-find-scanner -v Check all SCSI and USB devices for available scanners and print a line for every device file. sane-find-scanner /dev/scanner Look for a (SCSI) scanner only at /dev/scanner and print the result. sane-find-scanner -p Probe for parallel port scanners. SEE ALSO
sane(7), sane-scsi(5), sane-usb(5), scanimage(1), xscanimage(1), xsane(1), sane-"backendname"(5) AUTHOR
Oliver Rauch, Henning Meier-Geinitz and others SUPPORTED PLATFORMS
USB support is limited to Linux (kernel, libusb), FreeBSD (kernel, libusb), NetBSD (libusb), OpenBSD (kernel, libusb). Detecting the vendor and device ids only works with Linux or libusb. SCSI support is available on Irix, EMX, Linux, Next, AIX, Solaris, FreeBSD, NetBSD, OpenBSD, and HP-UX. BUGS
No support for most parallel port scanners yet. Detection of USB chipsets is limited to a few chipsets. 13 Jul 2008 sane-find-scanner(1)
All times are GMT -4. The time now is 04:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy