Cannot find the driver anywhere?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cannot find the driver anywhere?
# 1  
Old 09-25-2007
Cannot find the driver anywhere?

I bought a ming jong pc webcam like 5 years ago, since then ive lost the c.d but i still have the book that came with it telling me it is a smartcam M6215 2.1 but i cannot find the driver anywhere, i have looked on google and on the ming jong website (that just got me downlaoding the wrong drivers) please help. thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

2. Solaris

How to find out what driver a hard drive is using

How do I find out what driver a hard drive is using in Solaris 10 Sparc? (1 Reply)
Discussion started by: trinityforce
1 Replies

3. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

4. UNIX for Advanced & Expert Users

print driver

I use an ERP system that we have setup print drivers to handle printing from inside the application to different printers. We have a new printer that keeps requesting tray 3 when we want it to request tray 1. My init statement: ... (2 Replies)
Discussion started by: MizzGail
2 Replies

5. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

6. AIX

Finding FC Driver

Hello all, I am trying to figure out what command I can use in AIX in order to find out the driver level for a Fibre Channel adapter. Generically I am able to use "lscfg" to get the details but I am unable to read the output correctly. Can you help? Many thanks, -- output -- lscfg... (2 Replies)
Discussion started by: monotone
2 Replies

7. Post Here to Contact Site Administrators and Moderators

To Driver

Driver, Are you an admin? I got banned from the board two times! Is this authorized? (13 Replies)
Discussion started by: Computekwes
13 Replies

8. Filesystems, Disks and Memory

MYLEX driver

Hello friends I'm experiencing difficulties to display a myles driver out from a hwconfig -hc command, I got the following message: *** There may be an interrupt conflict on interrupt vector 10 can somebody help me please gracias :confused: (0 Replies)
Discussion started by: alex_slb
0 Replies

9. UNIX for Advanced & Expert Users

NIC Driver

Hi:- I am trying to install a device driver for Intel NIC card on TurboLinux, but getting following errors, cc -O -Wall -o eepro100-diag eepro100-diag.c eepro100-diag.c:72: unistd.h: No such file or directory eepro100-diag.c:73: stdio.h: No such file or directory eepro100-diag.c:74:... (1 Reply)
Discussion started by: s_aamir
1 Replies

10. UNIX for Dummies Questions & Answers

creating a new driver for HP-UX

Hi to everyone, i need some help creating my own graphics driver for HP-UX. I am planning on buying a nvidia card for my HP Workstation. What do i need to create a new driver? I´m a UNIX beginner, so please explain it so that i can understand it. hilbi (1 Reply)
Discussion started by: hilbi
1 Replies
Login or Register to Ask a Question
SND_SPICDS(4)						   BSD Kernel Interfaces Manual 					     SND_SPICDS(4)

NAME
snd_spicds -- I2S SPI audio codec driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device snd_spicds Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_spicds_load="YES" DESCRIPTION
The snd_spicds I2S codec driver is used by several sound drivers for soundcards which use the supported codec chips. HARDWARE
The snd_spicds driver supports the following codecs: o AK4358 o AK4381 o AK4396 o AK4524 o AK4528 o WM8770 SEE ALSO
snd_envy24(4), snd_envy24ht(4), sound(4) HISTORY
The snd_spicds device driver first appeared in FreeBSD 6.3. AUTHORS
The snd_spicds driver was written by Konstantin Dimitrov based upon the snd_envy24(4) driver. This manual page was written by Alexander Leidinger <netchild@FreeBSD.org>. BSD
May 28, 2007 BSD