Re: adding new driver to kernel src and building rpm

2015-02-01 Thread poma
On 01.02.2015 16:57, Amadeus W.M. wrote: > On Mon, 26 Jan 2015 00:43:26 +0100, poma wrote: > >> $ >> smi2021url=https://raw.githubusercontent.com/jonjonarnearne/smi2021/61b87c5/drivers/media/usb/smi2021 >> >> >> >> $ wget \ >> $smi2021url/smi2021.h \ >> $smi2021url/smi2021_audio.c \ >> $

Re: adding new driver to kernel src and building rpm

2015-02-01 Thread Amadeus W.M.
On Mon, 26 Jan 2015 00:43:26 +0100, poma wrote: > $ > smi2021url=https://raw.githubusercontent.com/jonjonarnearne/smi2021/61b87c5/drivers/media/usb/smi2021 > > > > $ wget \ > $smi2021url/smi2021.h \ > $smi2021url/smi2021_audio.c \ > $smi2021url/smi2021_bootloader.c \ > $smi2021url/smi2

Re: adding new driver to kernel src and building rpm

2015-01-29 Thread Sérgio Basto
On Dom, 2015-01-25 at 18:43 +0100, Reindl Harald wrote: > Am 25.01.2015 um 18:37 schrieb Amadeus W.M.: > > On Sun, 25 Jan 2015 17:26:55 +0100, poma wrote: > >> On 25.01.2015 07:50, Amadeus W.M. wrote: > >>> I'm trying to do the following: > >>> > >>> 1) add the smi2021 driver for EasyCap Somagic us

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread poma
$ smi2021url=https://raw.githubusercontent.com/jonjonarnearne/smi2021/61b87c5/drivers/media/usb/smi2021 $ wget \ $smi2021url/smi2021.h \ $smi2021url/smi2021_audio.c \ $smi2021url/smi2021_bootloader.c \ $smi2021url/smi2021_main.c \ $smi2021url/smi2021_v4l2.c ~ Makefile: obj-m

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread poma
Salutem Guys, can you tell us what the situation is with this device(s) and whether it has a chance to land soon in the kernel? $ modinfo smi2021.ko filename: /tmp/smi2021/smi2021.ko version:0.1 description:SMI2021 - EasyCap author: Jon Arne Jørgensen license:

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread poma
On 25.01.2015 18:37, Amadeus W.M. wrote: > On Sun, 25 Jan 2015 17:26:55 +0100, poma wrote: > >> On 25.01.2015 07:50, Amadeus W.M. wrote: >>> I'm trying to do the following: >>> >>> 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers into the >>> kernel tree >>> 2) compile the kernel

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread Reindl Harald
Am 25.01.2015 um 18:37 schrieb Amadeus W.M.: On Sun, 25 Jan 2015 17:26:55 +0100, poma wrote: On 25.01.2015 07:50, Amadeus W.M. wrote: I'm trying to do the following: 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers into the kernel tree 2) compile the kernel with smi2021 as a m

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread Amadeus W.M.
On Sun, 25 Jan 2015 17:26:55 +0100, poma wrote: > On 25.01.2015 07:50, Amadeus W.M. wrote: >> I'm trying to do the following: >> >> 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers into the >> kernel tree >> 2) compile the kernel with smi2021 as a module >> 3) build the rpm. > >

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread Amadeus W.M.
On Sun, 25 Jan 2015 09:30:44 -0800, Adam Williamson wrote: > On Sun, 2015-01-25 at 14:00 +, Amadeus W.M. wrote: >> Thanks for the answer, please see below. > >> which checks that ALL *.config files in the kernel tree have empty >> .newoptions. >> Of course, none do, except for the x86_64 one

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread Adam Williamson
On Sun, 2015-01-25 at 14:00 +, Amadeus W.M. wrote: > Thanks for the answer, please see below. > which checks that ALL *.config files in the kernel tree have empty > .newoptions. > Of course, none do, except for the x86_64 ones. You are required to have a specific choice for all relevant conf

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread poma
On 25.01.2015 07:50, Amadeus W.M. wrote: > I'm trying to do the following: > > 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers into the > kernel tree > 2) compile the kernel with smi2021 as a module > 3) build the rpm. Why build the whole kernel for one module!? -- devel mail

Re: adding new driver to kernel src and building rpm

2015-01-25 Thread Amadeus W.M.
Thanks for the answer, please see below. On Sat, 24 Jan 2015 23:16:23 -0800, Adam Williamson wrote: > On Sun, 2015-01-25 at 06:50 +, Amadeus W.M. wrote: >> I'm trying to do the following: >> >> 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers >> into the >> kernel tree >> 2

Re: adding new driver to kernel src and building rpm

2015-01-24 Thread Adam Williamson
On Sun, 2015-01-25 at 06:50 +, Amadeus W.M. wrote: > I'm trying to do the following: > > 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers > into the > kernel tree > 2) compile the kernel with smi2021 as a module > 3) build the rpm. > > I got the driver from Jon Arne Jorgensen