Re: [CentOS] rebuilding the kernel.

2008-08-10 Thread Yahia Tachwali
Akemi Yagi wrote: On Sun, Aug 10, 2008 at 4:04 PM, Yahia Tachwali <[EMAIL PROTECTED]> wrote: Akemi Yagi wrote: 1- getting the kernel: 1.1 access as root 1.2 yum install rpm-build redhat-rpm-config 1.3 su user 1.4 cd 1.5 mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} 1.6 echo "%_top

Re: [CentOS] rebuilding the kernel.

2008-08-10 Thread Akemi Yagi
On Sun, Aug 10, 2008 at 4:04 PM, Yahia Tachwali <[EMAIL PROTECTED]> wrote: > Akemi Yagi wrote: >>> >>> 1- getting the kernel: >>> 1.1 access as root >>> 1.2 yum install rpm-build redhat-rpm-config >>> 1.3 su user >>> 1.4 cd >>> 1.5 mkdir -p rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} >>> 1.6 ec

Re: [CentOS] rebuilding the kernel.

2008-08-10 Thread Yahia Tachwali
Akemi Yagi wrote: On Sun, Aug 10, 2008 at 3:07 PM, Yahia Tachwali <[EMAIL PROTECTED]> wrote: Thank you for the info, I have installed the rpm and I ended up with the following : -- [EMAIL

Re: [CentOS] rebuilding the kernel.

2008-08-10 Thread Akemi Yagi
On Sun, Aug 10, 2008 at 3:07 PM, Yahia Tachwali <[EMAIL PROTECTED]> wrote: > Thank you for the info, I have installed the rpm and I ended up with the > following : > -- > [EMAIL PROTECTED] i686]

Re: [CentOS] rebuilding the kernel.

2008-08-10 Thread Yahia Tachwali
Johnny Hughes wrote: Yahia Tachwali wrote: Yahia Tachwali wrote: Thank you very much for the link.. I have built a new bootable kernel 2.6.9-67 on my machine. However I still have a problem :( During the installation at "make menuconfig" stage after "make oldconfig" I have added the gener

Re: [CentOS] rebuilding the kernel.

2008-08-09 Thread Akemi Yagi
On Sat, Aug 9, 2008 at 1:29 PM, Jancio Wodnik <[EMAIL PROTECTED]> wrote: > Akemi Yagi pisze: >> >> On Sat, Aug 9, 2008 at 12:29 PM, Jancio Wodnik <[EMAIL PROTECTED]> >> wrote: >>> As i remember: hdlc is build not as module, it is core kernel module, not >>> module to load by modprobe - so in menuc

Re: [CentOS] rebuilding the kernel.

2008-08-09 Thread Jancio Wodnik
Akemi Yagi pisze: On Sat, Aug 9, 2008 at 12:29 PM, Jancio Wodnik <[EMAIL PROTECTED]> wrote: Yahia Tachwali pisze: to check for hdlc module but I could not find it... I guess I am missing something to activate my new settings in the menuconfig. Is there a way to verify that my new

Re: [CentOS] rebuilding the kernel.

2008-08-09 Thread Akemi Yagi
On Sat, Aug 9, 2008 at 12:29 PM, Jancio Wodnik <[EMAIL PROTECTED]> wrote: > Yahia Tachwali pisze: >> to check for hdlc module but I could not find it... I guess I am missing >> something to activate my new settings in the menuconfig. Is there a way to >> verify that my new settings active!! Does

Re: [CentOS] rebuilding the kernel.

2008-08-09 Thread Jancio Wodnik
Yahia Tachwali pisze: Yahia Tachwali wrote: Thank you very much for the link.. I have built a new bootable kernel 2.6.9-67 on my machine. However I still have a problem :( During the installation at "make menuconfig" stage after "make oldconfig" I have added the generic HDLC package with syn

Re: [CentOS] rebuilding the kernel.

2008-08-09 Thread Johnny Hughes
Yahia Tachwali wrote: Yahia Tachwali wrote: Thank you very much for the link.. I have built a new bootable kernel 2.6.9-67 on my machine. However I still have a problem :( During the installation at "make menuconfig" stage after "make oldconfig" I have added the generic HDLC package with syn

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Yahia Tachwali
Yahia Tachwali wrote: Thank you very much for the link.. I have built a new bootable kernel 2.6.9-67 on my machine. However I still have a problem :( During the installation at "make menuconfig" stage after "make oldconfig" I have added the generic HDLC package with synchronous PPP support a

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread MHR
On Fri, Aug 8, 2008 at 3:30 PM, Yahia Tachwali <[EMAIL PROTECTED]> wrote: > Also, on the procedure mentioned in the link, I am confused about the need > to run: > > rpmbuild -bb --target=`uname -m` kernel-2.6.spec 2> build-err.log | tee > build-out.log > This will do all the makes for you. That's

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Yahia Tachwali
Also, on the procedure mentioned in the link, I am confused about the need to run: rpmbuild -bb --target=`uname -m` kernel-2.6.spec 2> build-err.log | tee build-out.log after menuconfig... I tend to believe that I need to do make all then make modules and make install after reconfiguring the

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Yahia Tachwali
Thank you very much for the link.. I have built a new bootable kernel 2.6.9-67 on my machine. However I still have a problem :( During the installation at "make menuconfig" stage after "make oldconfig" I have added the generic HDLC package with synchronous PPP support and saved the new config

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread [EMAIL PROTECTED]
Johnny Hughes pisze: [EMAIL PROTECTED] wrote: Johnny Hughes pisze: [EMAIL PROTECTED] wrote: Yahia Tachwali pisze: Hello folks, Hi. It is request for it to add this in kernel for centosplus, look at this: http://bugs.centos.org/view.php?id=3019 I am trying to add HDLC module support in the

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Johnny Hughes
[EMAIL PROTECTED] wrote: Johnny Hughes pisze: [EMAIL PROTECTED] wrote: Yahia Tachwali pisze: Hello folks, Hi. It is request for it to add this in kernel for centosplus, look at this: http://bugs.centos.org/view.php?id=3019 I am trying to add HDLC module support in the menuconfig. However, I

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread [EMAIL PROTECTED]
Johnny Hughes pisze: [EMAIL PROTECTED] wrote: Yahia Tachwali pisze: Hello folks, Hi. It is request for it to add this in kernel for centosplus, look at this: http://bugs.centos.org/view.php?id=3019 I am trying to add HDLC module support in the menuconfig. However, I am facing difficulties i

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Johnny Hughes
[EMAIL PROTECTED] wrote: Yahia Tachwali pisze: Hello folks, Hi. It is request for it to add this in kernel for centosplus, look at this: http://bugs.centos.org/view.php?id=3019 I am trying to add HDLC module support in the menuconfig. However, I am facing difficulties in rebuilding the kerne

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread Ned Slider
Yahia Tachwali wrote: Hello folks, I am trying to add HDLC module support in the menuconfig. However, I am facing difficulties in rebuilding the kernel and modules. My main objective is to get the HDLC supported in kernel 2.6.9. I have a CentOS 4.4 with kernel 2.6.9.42. I need help in finding

Re: [CentOS] rebuilding the kernel.

2008-08-08 Thread [EMAIL PROTECTED]
Yahia Tachwali pisze: Hello folks, Hi. It is request for it to add this in kernel for centosplus, look at this: http://bugs.centos.org/view.php?id=3019 I am trying to add HDLC module support in the menuconfig. However, I am facing difficulties in rebuilding the kernel and modules. My main ob

[CentOS] rebuilding the kernel.

2008-08-07 Thread Yahia Tachwali
Hello folks, I am trying to add HDLC module support in the menuconfig. However, I am facing difficulties in rebuilding the kernel and modules. My main objective is to get the HDLC supported in kernel 2.6.9. I have a CentOS 4.4 with kernel 2.6.9.42. I need help in finding the best way to add th