Re: Can't compile kernel modules for VMware Player on F16

2012-05-24 Thread Jon Ingason
2012-05-24 19:01, Reindl Harald skrev: Am 24.05.2012 18:12, schrieb Jon Ingason: Hi, I am trying to compile new kernel modules for VMware Player version 4.0.3.703057 on F16 with new kernel. I succeded to compile kernel modules on some previous kernels, 3.1.x or 3.2.x, but fail to compile

Re: Can't compile kernel modules for VMware Player on F16

2012-05-24 Thread Reindl Harald
Am 24.05.2012 18:12, schrieb Jon Ingason: > Hi, > > I am trying to compile new kernel modules for VMware Player version > 4.0.3.703057 on F16 with new kernel. I succeded > to compile kernel modules on some previous kernels, 3.1.x or 3.2.x, but fail > to compile them for ke

Can't compile kernel modules for VMware Player on F16

2012-05-24 Thread Jon Ingason
Hi, I am trying to compile new kernel modules for VMware Player version 4.0.3.703057 on F16 with new kernel. I succeded to compile kernel modules on some previous kernels, 3.1.x or 3.2.x, but fail to compile them for kernel 3.3.x. I have google for this but have not found a solution and are

Re: Compile kernel

2010-08-21 Thread Clive Hills
On Sat, Aug 21, 2010 at 5:10 AM, jarmo wrote: > Konstantin Svist kirjoitti perjantai, 20. elokuuta 2010 19:57:53: > > > and, finally, i686 is the hardware architecture this package is > meant for > > > > HTH > > Oh, propably asked wrongly. I know all that, what you explained. > I ment, what for i

Re: Compile kernel

2010-08-20 Thread jarmo
Konstantin Svist kirjoitti perjantai, 20. elokuuta 2010 19:57:53: > and, finally, i686 is the hardware architecture this package is meant for > > HTH Oh, propably asked wrongly. I know all that, what you explained. I ment, what for is that -devel source, if I can't compile it directly? By mak

Re: Compile kernel

2010-08-20 Thread Konstantin Svist
On 08/20/2010 10:02 AM, Bryn M. Reeves wrote: > On 08/20/2010 05:57 PM, Konstantin Svist wrote:version is recommended. >> devel means it's a development package - it has all necessary sources to >> build the package > No, it means it has headers, build scripts, symlinks and other bits > needed to

Re: Compile kernel

2010-08-20 Thread James Mckenzie
Konstantin Svist wrote: >Sent: Aug 20, 2010 9:57 AM >To: users@lists.fedoraproject.org >Subject: Re: Compile kernel > > On 08/19/2010 07:45 PM, jarmo wrote: >> Konstantin Svist kirjoitti torstai, 19. elokuuta 2010 22:58:24: >> >>> And it's not really al

Re: Compile kernel

2010-08-20 Thread Bryn M. Reeves
On 08/20/2010 05:57 PM, Konstantin Svist wrote: > On 08/19/2010 07:45 PM, jarmo wrote: >> Konstantin Svist kirjoitti torstai, 19. elokuuta 2010 22:58:24: >> >>> And it's not really all that much hassle -- and you get a fully >> working >>> RPM which you can manage with rpm/yum/etc. >> Ok, underst

Re: Compile kernel

2010-08-20 Thread Konstantin Svist
On 08/19/2010 07:45 PM, jarmo wrote: > Konstantin Svist kirjoitti torstai, 19. elokuuta 2010 22:58:24: > >> And it's not really all that much hassle -- and you get a fully > working >> RPM which you can manage with rpm/yum/etc. > Ok, understand, but what is kernel-PAE- > devel-2.6.33.6-147.2.4.fc

Re: Compile kernel

2010-08-19 Thread jarmo
Konstantin Svist kirjoitti torstai, 19. elokuuta 2010 22:58:24: > > And it's not really all that much hassle -- and you get a fully working > RPM which you can manage with rpm/yum/etc. Ok, understand, but what is kernel-PAE- devel-2.6.33.6-147.2.4.fc13.i686 for ? Jarmo -- users mailing list u

Re: Compile kernel

2010-08-19 Thread Konstantin Svist
On 08/19/2010 11:20 AM, jarmo wrote: > All that howto-hassle, that man can change one thing in config ? No, all that hassle is for the extra patches that RedHat took time to apply to the kernel. Some are backported from a newer version, some are not in the mainline yet... Many fixes there, all

Re: Compile kernel

2010-08-19 Thread jarmo
Konstantin Svist kirjoitti torstai, 19. elokuuta 2010 20:46:01: > Are you following this HOWTO? You should be... > http://fedoraproject.org/wiki/Docs/CustomKernel No, I tried as I used with vanillas, easy way :D make menuconfig make make modules_install make install All that howto-hassle, that m

Re: Compile kernel

2010-08-19 Thread Konstantin Svist
On 08/19/2010 09:47 AM, jarmo wrote: > Hi, I try compile kernel 2.6.33.6-147.2.4.fc13.i686.PAE just for > optimize prosessor. > There is now prosessor type pentium pro in use, but I'd like > compile pentium p4. > > But when try after make menuconfig do make I get: > m

Compile kernel

2010-08-19 Thread jarmo
Hi, I try compile kernel 2.6.33.6-147.2.4.fc13.i686.PAE just for optimize prosessor. There is now prosessor type pentium pro in use, but I'd like compile pentium p4. But when try after make menuconfig do make I get: make scripts/kconfig/conf -s arch/x86/Kconfig CHK include/

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Matt Domsch
On Sat, Apr 03, 2010 at 08:21:34PM +0100, Sam Sharpe wrote: > FWIW, DKMS doesn't normally pre-build the module, it builds it on > first boot into the kernel - so it's not exactly what you want. There is now a kernel install-time hook, such that when a new kernel is installed, DKMS can build its mo

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
Hello Kwan, Saturday, April 3, 2010, 11:57:04 PM, you wrote: >> How do I compile my driver for a new kernel _before_ actually booting >> into that new kernel, so that I could be prepared with the new kernel >> module already on first reboot? > Depending on your source tree there are a few differ

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
Hello Sam, Saturday, April 3, 2010, 11:21:34 PM, you wrote: >> How do I compile my driver for a new kernel _before_ actually booting >> into that new kernel, so that I could be prepared with the new kernel >> module already on first reboot? > My advice is to investigate whether you can package

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Kwan Lowe
On Sat, Apr 3, 2010 at 3:04 PM, Andrew Junev wrote: > Hello All, > > I have a vt6656 WiFi adapter that needs a separate driver to work in > Linux. The driver is neither in "native" Fedora repos, nor in > rpmfusion (at least I don't know how to search for it, so I think it's > not there). > > So wh

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Sam Sharpe
On 3 April 2010 20:04, Andrew Junev wrote: > I have a vt6656 WiFi adapter that needs a separate driver to work in > Linux. The driver is neither in "native" Fedora repos, nor in > rpmfusion (at least I don't know how to search for it, so I think it's > not there). > > So whenever I do a 'yum updat

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Craig White
On Sat, 2010-04-03 at 23:04 +0400, Andrew Junev wrote: > Hello All, > > I have a vt6656 WiFi adapter that needs a separate driver to work in > Linux. The driver is neither in "native" Fedora repos, nor in > rpmfusion (at least I don't know how to search for it, so I think it's > not there). > >

How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
Hello All, I have a vt6656 WiFi adapter that needs a separate driver to work in Linux. The driver is neither in "native" Fedora repos, nor in rpmfusion (at least I don't know how to search for it, so I think it's not there). So whenever I do a 'yum update' and get a new kernel, I have to compile