Pagina 1 di 1

slackware 12.2 e webcam LifeCam 1.3

Inviato: ven 6 mar 2009, 8:38
da korkiras
Si puo funzionare sotto slackware questa LifeCam?

Codice: Seleziona tutto

# tail /var/log/messages
Mar  6 21:14:21 192 kernel: usb 2-1: new full speed USB device using uhci_hcd and address 3
Mar  6 21:14:21 192 kernel: usb 2-1: configuration #1 chosen from 1 choice
Mar  6 21:14:21 192 kernel: usb 2-1: SN9C105 PC Camera Controller detected (vid:pid 0x045E:0x00F7)
Mar  6 21:14:21 192 kernel: usb 2-1: New USB device found, idVendor=045e, idProduct=00f7
Mar  6 21:14:21 192 kernel: usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Mar  6 21:14:21 192 kernel: usb 2-1: Product: USB camera
Mar  6 21:17:31 192 logger: ACPI action lid is not defined
Mar  6 21:24:52 192 logger: ACPI action lid is not defined
Mar  6 21:25:02 192 logger: ACPI action lid is not defined
Mar  6 21:32:22 192 logger: ACPI action lid is not defined

Codice: Seleziona tutto

# lsusb
Bus 002 Device 003: ID 045e:00f7 Microsoft Corp. LifeCam VX-1000
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 1267:0210 Logic3 / SpectraVideo plc
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Re: slackware 12.2 e webcam LifeCam 1.3

Inviato: ven 6 mar 2009, 8:47
da stan

Re: slackware 12.2 e webcam LifeCam 1.3

Inviato: ven 6 mar 2009, 9:57
da korkiras
Ho trovato questo http://ubuntuforums.org/showthread.php?t=1034988 ma no sono bravo in inglese , qualcuno mi puo aiutare , se ho capito ha funzionato

Re: slackware 12.2 e webcam LifeCam 1.3

Inviato: ven 6 mar 2009, 15:10
da sixjan
SOLUTION

I opened a shell as root on my system and:
# wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz
# tar zxvf tip.tar.gz
# cd v4l... (whatever the newly created directory name is)
# make all
# make install

then I edited /etc/modprobe.d/blacklist-custom and added:
blacklist sn9c102

# reboot

After reboot /dev/video0 is OK
1) Innanzi tutto scarichi la versione recente dei driver:

wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz

2) poi scompatti l'archivio:

tar zxvf tip.tar.gz

3) entri nella directory appena creata v4l-***

cd v4l-***

4) compili i driver:

make all

5) installi i driver ***WARNING***

questi driver vanno a sovrascrivere quelli vecchi installati
dal pacchetto kernel-modules_tuokernel installato da Slackware
Se qualcosa andasse storto dovrai reinstallare quel pacchetto.
Quindi come root fai:

make install

e

depmod -ae

6) modifica il file /etc/modprobe.d/blacklist (su Slack 12.2)
e aggiungi questa riga:

blacklist sn9c102

7) riavvia e la tua webcam dobrebbe essere riconosciuta.

AVVERTIMENTI:

1) il fatto che funzioni su Ubuntu non vuol dire che funzioni
su Slack (ma dovrebbe)

2) i nuovi driver potrebbero non compilarsi con la versione del kernel su
Slack 12. Io ho provato su Slack 12.2 e si sono compilati senza problemi.

3) ho fatto solo la traduzione. Non mi ritengo responsabile di quello che hanno
scritto sul forum di Ubuntu.

Ciao and good luck.

Re: slackware 12.2 e webcam LifeCam 1.3 RISOLTO

Inviato: ven 6 mar 2009, 18:02
da korkiras
Si grazie risolto si vede , provato con adobe flasch player , grazie grazie
anche amsn funziona :D :D
sixjan ha scritto:
SOLUTION

I opened a shell as root on my system and:
# wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz
# tar zxvf tip.tar.gz
# cd v4l... (whatever the newly created directory name is)
# make all
# make install

then I edited /etc/modprobe.d/blacklist-custom and added:
blacklist sn9c102

# reboot

After reboot /dev/video0 is OK
1) Innanzi tutto scarichi la versione recente dei driver:

wget http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz

2) poi scompatti l'archivio:

tar zxvf tip.tar.gz

3) entri nella directory appena creata v4l-***

cd v4l-***

4) compili i driver:

make all

5) installi i driver ***WARNING***

questi driver vanno a sovrascrivere quelli vecchi installati
dal pacchetto kernel-modules_tuokernel installato da Slackware
Se qualcosa andasse storto dovrai reinstallare quel pacchetto.
Quindi come root fai:

make install

e

depmod -ae

6) modifica il file /etc/modprobe.d/blacklist (su Slack 12.2)
e aggiungi questa riga:

blacklist sn9c102

7) riavvia e la tua webcam dobrebbe essere riconosciuta.

AVVERTIMENTI:

1) il fatto che funzioni su Ubuntu non vuol dire che funzioni
su Slack (ma dovrebbe)

2) i nuovi driver potrebbero non compilarsi con la versione del kernel su
Slack 12. Io ho provato su Slack 12.2 e si sono compilati senza problemi.

3) ho fatto solo la traduzione. Non mi ritengo responsabile di quello che hanno
scritto sul forum di Ubuntu.

Ciao and good luck.

Re: slackware 12.2 e webcam LifeCam 1.3

Inviato: ven 6 mar 2009, 20:39
da sixjan
Prego. ;)