Bug#350061: pwc doesn't override upstream kernel module

2006-11-02 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

can you upload this version for me? It just install the driver file on the 
proper directory again.

Thanks
- --
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFSd4US/DSSd0S8lMRAoPwAJ4myxtwS7fF6OtYwlaWzmvGnyd57wCffuzL
BZt8qaYjKJEliZFsII/JV9k=
=p2qM
-END PGP SIGNATURE-


pwc_10.0.12-rc1+final-2.diff.gz
Description: GNU Zip compressed data
Format: 1.0
Source: pwc
Version: 10.0.12-rc1+final-2
Binary: pwc-source
Maintainer: Victor Seva [EMAIL PROTECTED]
Architecture: all
Standards-Version: 3.7.2
Build-Depends: debhelper (= 4.1.0), bzip2, dpatch, module-assistant
Uploaders: Sean Finney [EMAIL PROTECTED]
Files: 
 3fc74affe55bd89a222e1d718a3c62a4 67051 pwc_10.0.12-rc1+final.orig.tar.gz
 0c97d977fbe271b7fe405af51ab65321 7002 pwc_10.0.12-rc1+final-2.diff.gz
diff -ruN pwc-10.0.12-rc1+final/debian/changelog pwc-10.0.12-rc1+final.new/debian/changelog
--- pwc-10.0.12-rc1+final/debian/changelog	2006-11-02 12:53:18.0 +0100
+++ pwc-10.0.12-rc1+final.new/debian/changelog	2006-11-02 12:45:59.0 +0100
@@ -1,3 +1,10 @@
+pwc (10.0.12-rc1+final-2) unstable; urgency=low
+
+  * install on updates instead misc directory, again.
+Mea culpa ( Closes: #350061 )
+
+ -- Victor Seva [EMAIL PROTECTED]  Thu,  2 Nov 2006 12:43:56 +0100
+
 pwc (10.0.12-rc1+final-1) unstable; urgency=low
 
   * New upstream release. orig tar from kernel 2.6.18 + changes for build
diff -ruN pwc-10.0.12-rc1+final/Makefile pwc-10.0.12-rc1+final.new/Makefile
--- pwc-10.0.12-rc1+final/Makefile	2006-11-02 12:53:18.0 +0100
+++ pwc-10.0.12-rc1+final.new/Makefile	2006-11-02 12:47:06.0 +0100
@@ -39,7 +39,7 @@
 ifndef KSRC
 KSRC  := /lib/modules/$(KVER)/$(KLINK)
 endif
-KMISC := /lib/modules/$(KVER)/kernel/drivers/usb/media
+KMISC := /lib/modules/$(KVER)/updates
 PWD := $(shell pwd)
 
 # Fix some problem with suse  9.2 and suse = 9.2


pwc-10.0.12-rc1+final.log.bz2
Description: application/bzip


Bug#350061: pwc doesn't override upstream kernel module

2006-11-01 Thread Mario Joußen
package pwc-source
found 350061 10.0.12-rc1+final-1
thanks

Hi,

the pwc.ko module is installed in /lib/modules/(`uname
-r`)/kernel/drivers/usb/media/pwc.ko again and therefore the upstream
kernel module will be loaded instead.

Cheers, Mario

-- 
 .''`.   Mario Joußen [EMAIL PROTECTED]
: :'  :  proud Debian developer, administrator, and user
`. `'`
  `-  Debian - when you have better things to do than fixing systems



Bug#350061: pwc doesn't override upstream kernel module

2006-01-29 Thread Lawrence Williams
Just one quick note before I head off (early morning coming up).

The packages ship a file for modutils, which is meant for older 2.2-2.4 
kernels. I don't have time to test, but maybe this is where my problem comes 
from, as my system uses module-init-tools.

Lawrence

On Friday 27 January 2006 07:43, Victor Seva wrote:
 tags 350061 moreinfo
 thanks
 -

 Hi Lawrence,

 I have no problems loading the pwc driver. The modules on misc directory
 seems to be loaded before the official ones.

 dmesg output:

 usb 2-1: new full speed USB device using ohci_hcd and address 2
 Linux video capture interface: v1.00
 pwc: Philips webcam module version 10.0.11-debian loaded.
 pwc: Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750
  PCV C830/840. pwc: Also supports the Askey VC010, various Logitech
 Quickcams, Samsung MPC-C10 and MPC-C30, pwc: the Creative WebCam 5  Pro
 Ex, SOTEC Afina Eye and Visionite VCS-UC300 and  VCS-UM100. pwc: Philips
 PCVC720K/40 (ToUCam XS) USB webcam detected.
 pwc: Registered as /dev/video0.
 usbcore: registered new driver Philips webcam
 usbcore: registered new driver snd-usb-audio


 ibook:/usr/src# find /lib/modules/2.6.15-1-
 2.6.15-1-apus/   2.6.15-1-powerpc64/  2.6.15-1-powerpc-smp/
 2.6.15-1-powerpc/2.6.15-1-powerpc-miboot/
 ibook:/usr/src# find /lib/modules/2.6.15-1-powerpc -name pwc.ko
 /lib/modules/2.6.15-1-powerpc/kernel/drivers/usb/media/pwc/pwc.ko
 /lib/modules/2.6.15-1-powerpc/misc/pwc.ko

 Lawrence Williams wrote:
  Package: pwc-source
  Severity: important
 
  Hi,
 
  I recently compiled the pwc module for 2.6.15-1-686-smp, only to discover
  it doesn't load with modprobe. It always loads the in-kernel pwc module
  (which is included by Debian kernel packages ).
 
  I have worked out a quick patch that will make it load the pwc-modules
  version of pwc.
 
  Add the following in debian/rules, after the $(MAKE) install line:
 
  # Make a nice symlink to in the kernel 'updates' folder
  # so we can override the pwc from the kernel
  dh_link lib/modules/$(KVERS)/misc/pwc.ko
  lib/modules/$(KVERS)/updates/pwc.ko
 
  This will create result in built modules working immediately :)
 
  Lawrence

 Please give me more info about that.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#350061: pwc doesn't override upstream kernel module

2006-01-29 Thread Lawrence Williams
Hello,

Hmmm I think it is similar to the ALSA issue a while back where both kernel 
and seperate packages supplied the same module. It was basically a crapshoot 
as to which one would load. Sometimes kernel, sometimes packaged externally 
stuff.

Anyways, I have built a pwc-modules package against Debian kernel 
2.6.15-1-686-smp using module-assistant, installed it, and still get just a 
grey picture in any app that trys to access my webcam. In case you are 
wondering, I am running a Debian Unstable system :)

Here is the dmesg output:

rivers/usb/input/hid-core.c: v2.6:USB HID core driver
Linux video capture interface: v1.00
pwc Philips webcam module version 9.0.2-unofficial loaded.
pwc Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750  
PCVC830/840.
pwc Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 
and MPC-C30,
pwc the Creative WebCam 5  Pro Ex, SOTEC Afina Eye and Visionite VCS-UC300 
and VCS-UM100.
pwc Logitech QuickCam Zoom (new model) USB webcam detected.
pwc Registered as /dev/video0.
usbcore: registered new driver Philips webcam
usbcore: registered new driver snd-usb-audio

This proves it is still loading the old kernel pwc. My previous one-line patch 
to the debian/rules file (using dh_link to create a link 
from /lib/modules/$(KVERS)/misc/pwc.ko 
to /lib/modules/$(KVERS)/updates/pwc.ko ) works perfectly. It forces modprobe 
to give priority to pwc-module's pwc.ko (modules in the 'updates' folder take 
priority over those located elsewhere)

After the '$(MAKE) install ...' line in debian/rules, add:

# Workaround Debian kernel pwc module always being loaded
# Forces pwc-modules' version
dh_link lib/modules/$(KVERS)/misc/pwc.ko 
lib/modules/$(KVERS)/updates/pwc.ko

It is quite a simple fix :)

Good night,
Lawrence

On Friday 27 January 2006 07:43, Victor Seva wrote:
 tags 350061 moreinfo
 thanks
 -

 Hi Lawrence,

 I have no problems loading the pwc driver. The modules on misc directory
 seems to be loaded before the official ones.

 dmesg output:

 usb 2-1: new full speed USB device using ohci_hcd and address 2
 Linux video capture interface: v1.00
 pwc: Philips webcam module version 10.0.11-debian loaded.
 pwc: Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750
  PCV C830/840. pwc: Also supports the Askey VC010, various Logitech
 Quickcams, Samsung MPC-C10 and MPC-C30, pwc: the Creative WebCam 5  Pro
 Ex, SOTEC Afina Eye and Visionite VCS-UC300 and  VCS-UM100. pwc: Philips
 PCVC720K/40 (ToUCam XS) USB webcam detected.
 pwc: Registered as /dev/video0.
 usbcore: registered new driver Philips webcam
 usbcore: registered new driver snd-usb-audio


 ibook:/usr/src# find /lib/modules/2.6.15-1-
 2.6.15-1-apus/   2.6.15-1-powerpc64/  2.6.15-1-powerpc-smp/
 2.6.15-1-powerpc/2.6.15-1-powerpc-miboot/
 ibook:/usr/src# find /lib/modules/2.6.15-1-powerpc -name pwc.ko
 /lib/modules/2.6.15-1-powerpc/kernel/drivers/usb/media/pwc/pwc.ko
 /lib/modules/2.6.15-1-powerpc/misc/pwc.ko

 Lawrence Williams wrote:
  Package: pwc-source
  Severity: important
 
  Hi,
 
  I recently compiled the pwc module for 2.6.15-1-686-smp, only to discover
  it doesn't load with modprobe. It always loads the in-kernel pwc module
  (which is included by Debian kernel packages ).
 
  I have worked out a quick patch that will make it load the pwc-modules
  version of pwc.
 
  Add the following in debian/rules, after the $(MAKE) install line:
 
  # Make a nice symlink to in the kernel 'updates' folder
  # so we can override the pwc from the kernel
  dh_link lib/modules/$(KVERS)/misc/pwc.ko
  lib/modules/$(KVERS)/updates/pwc.ko
 
  This will create result in built modules working immediately :)
 
  Lawrence

 Please give me more info about that.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#350061: pwc doesn't override upstream kernel module

2006-01-27 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 350061 moreinfo
thanks
- -

Hi Lawrence,

I have no problems loading the pwc driver. The modules on misc directory seems 
to be loaded before
the official ones.

dmesg output:

usb 2-1: new full speed USB device using ohci_hcd and address 2
Linux video capture interface: v1.00
pwc: Philips webcam module version 10.0.11-debian loaded.
pwc: Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750  
PCV C830/840.
pwc: Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 
and MPC-C30,
pwc: the Creative WebCam 5  Pro Ex, SOTEC Afina Eye and Visionite VCS-UC300 
and  VCS-UM100.
pwc: Philips PCVC720K/40 (ToUCam XS) USB webcam detected.
pwc: Registered as /dev/video0.
usbcore: registered new driver Philips webcam
usbcore: registered new driver snd-usb-audio


ibook:/usr/src# find /lib/modules/2.6.15-1-
2.6.15-1-apus/   2.6.15-1-powerpc64/  2.6.15-1-powerpc-smp/
2.6.15-1-powerpc/2.6.15-1-powerpc-miboot/
ibook:/usr/src# find /lib/modules/2.6.15-1-powerpc -name pwc.ko
/lib/modules/2.6.15-1-powerpc/kernel/drivers/usb/media/pwc/pwc.ko
/lib/modules/2.6.15-1-powerpc/misc/pwc.ko


Lawrence Williams wrote:
 Package: pwc-source
 Severity: important
 
 Hi,
 
 I recently compiled the pwc module for 2.6.15-1-686-smp, only to discover it 
 doesn't load with modprobe. It always loads the in-kernel pwc module (which 
 is included by Debian kernel packages ).
 
 I have worked out a quick patch that will make it load the pwc-modules 
 version 
 of pwc.
 
 Add the following in debian/rules, after the $(MAKE) install line:
 
   # Make a nice symlink to in the kernel 'updates' folder
   # so we can override the pwc from the kernel
   dh_link lib/modules/$(KVERS)/misc/pwc.ko 
 lib/modules/$(KVERS)/updates/pwc.ko
 
 This will create result in built modules working immediately :)
 
 Lawrence
 
 

Please give me more info about that.
- --
Victor Seva
[EMAIL PROTECTED]
http://www.torreviejawireless.org
http://linuxmaniac.homeip.net
jabber: [EMAIL PROTECTED]
PGP Key ID: 0xDD12F253
Socio numero 78 de ANURI
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD2gBiS/DSSd0S8lMRAto8AKCUWMlmzuJXnoJd2MU1PDY6SGIqcwCfSVc1
1AxjsJ6tXWH1/dCxHTodCgA=
=e/cT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#350061: pwc doesn't override upstream kernel module

2006-01-26 Thread Lawrence Williams
Package: pwc-source
Severity: important

Hi,

I recently compiled the pwc module for 2.6.15-1-686-smp, only to discover it 
doesn't load with modprobe. It always loads the in-kernel pwc module (which 
is included by Debian kernel packages ).

I have worked out a quick patch that will make it load the pwc-modules version 
of pwc.

Add the following in debian/rules, after the $(MAKE) install line:

# Make a nice symlink to in the kernel 'updates' folder
# so we can override the pwc from the kernel
dh_link lib/modules/$(KVERS)/misc/pwc.ko 
lib/modules/$(KVERS)/updates/pwc.ko

This will create result in built modules working immediately :)

Lawrence


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]