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-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 s

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 +0000, 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,

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 +0000, Amadeus W.M. wrote: >> I'm trying to do the following: >> >> 1) add the smi2021 driver for EasyCap Somagic usb frame grabbers

adding new driver to kernel src and building rpm

2015-01-24 Thread Amadeus W.M.
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's kernel branch on github: https://github.com/jonjonarnearne/smi2021 t