Displaying 20 results from an estimated 50000 matches similar to: "latest kernel source 22-01"
2006 Sep 26
2
kernel source for 4.4
Hi,
I am looking for the kernel source for 4.4.
All I found was
kernel-2.6.9-42.EL.src.rpm <http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm>
I was expecting to find the kernel-2.6.9-42.0.2.EL.src.rpm <http://mirrors.kernel.org/centos/4.4/os/SRPMS/kernel-2.6.9-42.EL.src.rpm>
Are they the same?
THanks,
Jerry
2005 Dec 28
2
compaq r4000 and new kernel 2.6.14.5 (used to be sloowwwwr4000)
Jerry Geis wrote:
>/ I finally got the time to try the new kernel.
/>/ recompiled it and now the compaq r4000 seems like an amd 64 4000+.
/>/
/>/ THe issues of sloowww ness seemed to have gone away.
/
>Which kernel did you end up with?
>Cheers,
Chris,
The subject line mentioned 2.6.14.5, I downloaded it from kernel.org today.
Jerry
-------------- next part --------------
2005 Oct 13
2
SRPMS for kernel with centos 4.2
Where can I download the source for the kernel?
http://mirrors.jtlnet.com/centos/4.2/os/i386/
I dont see it in the above mirror? THanks,
2006 Jul 03
1
Question on kernel recompile 2.6.17.3
I downloaded the kernel from kernel.org.
I did the following:
cd /usr/src
tar -jxf /tmp/linux-2.6.17.3.tar.bz2
cd linux-2.6.17.3
make menuconfig
selected what I needed, saved the new config
make bzImage
make modules
At this point nothing is compiled. All I get is:
CHK include/linux/version.h
Building modules, stage 2.
MODPOST
and a command prompt.
I did make menuconfig again and it
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom
2005 Aug 12
1
Compiling lirc on centos 4.1 - SOVLED
I used the following command to solvee the missing kernel problem.
./configure --with-port=0x3f8 --with-irq=4 --with-transmitter --enable-sandboxed --with-driver=serial --with-kerneldir=/lib/modules/2.6.9-11.EL/build
Things are going much better now..
Jerry
----------
Karanbir,
I am still having problems. I grabbed the rpm and installed it. I could not get a /dev/lircd device.
I put the
2008 Jun 05
4
kernel compile for i586
I created a i586 install image with qemu.
I downloaded the SRPMS package for the kernel and installed it.
I cd /usr/src/redhat/SPECS
rpmbuild -bp --target i586 kernelXXX.spec
I does a bunch of things but it did not build a new kernel and put it in
/boot
I think I am missing a command to actually BUILD the kernel.
What is it?
Thanks,
Jerry
2010 Dec 01
3
x86_64 and Thunderbird Trash folder.
I just ran into something odd,
I have x86_64 5.5 running with Thunderbird.
I am getting a message about can delete the email as Trash is FULL.
The file size is 4G. Whats up with that????
I have the 64 bit executable running.
file /usr/lib64/thunderbird-2.0.0.24/thunderbird-bin
/usr/lib64/thunderbird-2.0.0.24/thunderbird-bin: ELF 64-bit LSB
executable, AMD x86-64, version 1 (SYSV), for
2005 Mar 08
13
Broadvoice latest changes and still not working
I have added the three lines to the sip.conf file based on the latest
changes
from broadvoice. I can receive incoming calls but cannot place any
outgoing calls.
The error I get is:
*CLI> -- Registered to '69.73.19.178', who sees us as IPADDRESS:4569
-- Attempting call on SIP/Broadvoice/5068012 for application
Playback(demo-congrats) (Retry 1)
Mar 8 08:35:21 NOTICE[29290]:
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
John,
Was there a reason for the (2) make oldconfigs? just curious
This all worked
rpm -i kernel.XXX.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp --target i686 kernel.XXX.spec
cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9
make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
2006 Jul 08
2
creating a boot floppy
I am using the following command below to create a boot floppy file.
Am I not doing the correct thing?
mkbootdisk --device bootfloppy.img 2.6.9-34.0.1.EL
cp: writing `/tmp/mkbootdisk.Jb5537/vmlinuz': No space left on device
cp: writing `/tmp/mkbootdisk.Jb5537/initrd.img': No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
Jerry
2006 Dec 06
2
Getting kernel source for 2.6.9-42.ELsmp
Hello!
I need to get an arcnet device driver up and running. Normally it
appears to be distributed with linux, but not installed. So, I need to
compile and install it, naturally.
So, where is the kernel souce for 2.6.9-42.ELsmp? I can find kernel
source for 2.6.9.
BTW, I obtained 2.6.9 and tried compiling it, but all I got was *.o
files and
insmod: error inserting 'arcnet.o`: -1
2005 Nov 30
2
kernel panic this morning
When I came into work this morning the console had the following:
bio_endio
__end_that_request_first
scsi_end_request
scsi_io_completion
scsi_finish_command
scsi_softirq
__do_softirq
do_softirg
do_irq
command_interrupt
default_idle
cpu_idle
start_kernel
Panic
I am running software RAID-1 on this machine. I had 2 IDE disks and the
machine when down once in a while with similiar messages. I
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000
laptop, I put kernel source on a USB disk and plugged it
into the v2000. NOTHING IS recognized.
I tried to manually mount the disk and nothing either...
I thought USB was well established....
I thought trying to recompile the kernel for realtek support
might get my networking going...
I am stuck???
Jerry
-------------- next part
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w)
this is what I get on standard 5.2 x86_64.
hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
No usable clock interface found.
Cannot access the Hardware Clock via any known method.
[root at devcentos5x64 src]# ls -l /dev/rtc
crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc
Any
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64.
the transcript below (hangs for 60 seconds) at the line:
MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56
AUTH=root at devcentos5x64.msgnet.com
The email succeeds - but I am trying to figure out the 60 second delay.
Neither email server is busy. Nothing is waiting.
the DNS on both machines point to the same nameserver. The DNS
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2016 Aug 15
4
DAHDI on CentOS 7
What is needed to get DAHDI to start up correctly on CentOS 7 and systemd...
I am using DAHDI-linux-complete 2.11.1
I saw mention in my search that it has been fixed after 2.11.1 but cannot
find
what the fix is.
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jan 29
2
yum update change kernel auto rebuild drivers centos 5.1
Is there any "formal" mechanizism by which after a yum update , and
kernel change
that "drivers" can automatically be recompiled and a service restarted?
Do I need to make my own?
Thanks,
Jerry
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686.
I seem to have an o pen r elay sendmail server.
How do I close it?
I have the STRAIGHT centos install sendmail.mc file.
Only thing I changed was:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
so as to allow incoming email and not just localhost. however this seems
to relay everyone.
I looked at http://www.sendmail.org/tips/relaying but it